Home
last modified time | relevance | path

Searched refs:log_result (Results 1 – 25 of 122) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/sync_wifi/
H A Dnetwork_eligibility_checker.cc21 bool log_result) { in IsEligibleForSync() argument
31 if (log_result) { in IsEligibleForSync()
40 if (log_result) { in IsEligibleForSync()
49 if (log_result) { in IsEligibleForSync()
57 if (log_result) { in IsEligibleForSync()
66 if (log_result) { in IsEligibleForSync()
74 if (log_result) { in IsEligibleForSync()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dsolver_control.h153 const bool log_result = true);
315 log_result(const bool);
321 log_result() const;
435 const bool log_result = true);
521 const bool log_result = true);
577 const bool log_result = false);
694 SolverControl::log_result(const bool newval) in log_result() function
701 SolverControl::log_result() const in log_result() function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/6539464/
H A DTest.java34 static double log_result = Math.log(log_value); field in Test
39 if (log_result2 != log_result) { in main()
40 … new InternalError("Math.log produces inconsistent results: " + log_result2 + " != " + log_result); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/6539464/
H A DTest.java34 static double log_result = Math.log(log_value); field in Test
39 if (log_result2 != log_result) { in main()
40 … new InternalError("Math.log produces inconsistent results: " + log_result2 + " != " + log_result); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/interpreter/
H A DTest6539464.java38 static double log_result = Math.log(log_value); field in Test6539464
43 if (log_result2 != log_result) { in main()
44 … new InternalError("Math.log produces inconsistent results: " + log_result2 + " != " + log_result); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/interpreter/
H A DTest6539464.java38 static double log_result = Math.log(log_value); field in Test6539464
43 if (log_result2 != log_result) { in main()
44 … new InternalError("Math.log produces inconsistent results: " + log_result2 + " != " + log_result); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/interpreter/
H A DTest6539464.java38 static double log_result = Math.log(log_value); field in Test6539464
43 if (log_result2 != log_result) { in main()
44 … new InternalError("Math.log produces inconsistent results: " + log_result2 + " != " + log_result); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/interpreter/
H A DTest6539464.java38 static double log_result = Math.log(log_value); field in Test6539464
43 if (log_result2 != log_result) { in main()
44 … new InternalError("Math.log produces inconsistent results: " + log_result2 + " != " + log_result); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/interpreter/
H A DTest6539464.java38 static double log_result = Math.log(log_value); field in Test6539464
43 if (log_result2 != log_result) { in main()
44 … new InternalError("Math.log produces inconsistent results: " + log_result2 + " != " + log_result); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/interpreter/
H A DTest6539464.java38 static double log_result = Math.log(log_value); field in Test6539464
43 if (log_result2 != log_result) { in main()
44 … new InternalError("Math.log produces inconsistent results: " + log_result2 + " != " + log_result); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/interpreter/
H A DTest6539464.java38 static double log_result = Math.log(log_value); field in Test6539464
43 if (log_result2 != log_result) { in main()
44 … new InternalError("Math.log produces inconsistent results: " + log_result2 + " != " + log_result); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/interpreter/
H A DTest6539464.java38 static double log_result = Math.log(log_value); field in Test6539464
43 if (log_result2 != log_result) { in main()
44 … new InternalError("Math.log produces inconsistent results: " + log_result2 + " != " + log_result); in main()
/dports/multimedia/py-periscope/py38-periscope-0.2.4_4/periscope/plugins/
H A DPodnapisi2.py57 log_result = self.server.initiate("Periscope")
58 logging.debug(log_result)
59 token = log_result["session"]
60 nonce = log_result["nonce"]
H A DOpenSubtitles.py138 log_result = self.server.LogIn("","","eng","periscope")
139 log.debug(log_result)
140 token = log_result["token"]
/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/
H A Dtest_functional_misc.py35 log_result = get_url_result("status/showlog")
38 assert "The log" in log_result
39 assert "Full executable path" in log_result
42 assert "__encoding__ = utf-8" in log_result
43 assert "[misc]" in log_result
/dports/devel/p5-SVN-Web/SVN-Web-0.63/lib/SVN/Web/
H A Daction.pm244 my @log_result;
246 …log( [ Encode::encode('utf8',$self->rpath($path)) ], $rev, 1, 1, 0, 1, sub { @log_result = @_; } );
248 return @log_result if wantarray();
249 return $log_result[1]; # Revision number
H A DBrowse.pm180 my @log_result = $self->recent_interesting_rev( "$base_path/$name", $rev );
185 rev => $log_result[1],
193 msg => Encode::decode('utf8',$log_result[4]),
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/android/pylib/
H A Dandroid_commands.py438 def RunShellCommand(self, command, timeout_time=20, log_result=False): argument
458 if log_result:
620 def GetFileContents(self, filename, log_result=False): argument
623 filename + '"; fi', log_result=log_result)
894 for line in self.RunShellCommand('ps', log_result=False):
913 for line in self.GetFileContents('/proc/diskstats', log_result=False):
942 for line in self.GetFileContents('/proc/%s/smaps' % pid, log_result=False):
963 log_result=False):
1008 tcp_results = self.RunShellCommand('cat /proc/net/tcp', log_result=False)
1017 lsof_results = self.RunShellCommand('lsof', log_result=False)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/android/pylib/
H A Dandroid_commands.py438 def RunShellCommand(self, command, timeout_time=20, log_result=False): argument
458 if log_result:
620 def GetFileContents(self, filename, log_result=False): argument
623 filename + '"; fi', log_result=log_result)
894 for line in self.RunShellCommand('ps', log_result=False):
913 for line in self.GetFileContents('/proc/diskstats', log_result=False):
942 for line in self.GetFileContents('/proc/%s/smaps' % pid, log_result=False):
963 log_result=False):
1008 tcp_results = self.RunShellCommand('cat /proc/net/tcp', log_result=False)
1017 lsof_results = self.RunShellCommand('lsof', log_result=False)
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/build/android/pylib/
H A Dandroid_commands.py438 def RunShellCommand(self, command, timeout_time=20, log_result=False): argument
458 if log_result:
620 def GetFileContents(self, filename, log_result=False): argument
623 filename + '"; fi', log_result=log_result)
894 for line in self.RunShellCommand('ps', log_result=False):
913 for line in self.GetFileContents('/proc/diskstats', log_result=False):
942 for line in self.GetFileContents('/proc/%s/smaps' % pid, log_result=False):
963 log_result=False):
1008 tcp_results = self.RunShellCommand('cat /proc/net/tcp', log_result=False)
1017 lsof_results = self.RunShellCommand('lsof', log_result=False)
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/android/pylib/
H A Dandroid_commands.py438 def RunShellCommand(self, command, timeout_time=20, log_result=False): argument
458 if log_result:
620 def GetFileContents(self, filename, log_result=False): argument
623 filename + '"; fi', log_result=log_result)
894 for line in self.RunShellCommand('ps', log_result=False):
913 for line in self.GetFileContents('/proc/diskstats', log_result=False):
942 for line in self.GetFileContents('/proc/%s/smaps' % pid, log_result=False):
963 log_result=False):
1008 tcp_results = self.RunShellCommand('cat /proc/net/tcp', log_result=False)
1017 lsof_results = self.RunShellCommand('lsof', log_result=False)
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/android/pylib/
H A Dandroid_commands.py438 def RunShellCommand(self, command, timeout_time=20, log_result=False): argument
458 if log_result:
620 def GetFileContents(self, filename, log_result=False): argument
623 filename + '"; fi', log_result=log_result)
894 for line in self.RunShellCommand('ps', log_result=False):
913 for line in self.GetFileContents('/proc/diskstats', log_result=False):
942 for line in self.GetFileContents('/proc/%s/smaps' % pid, log_result=False):
963 log_result=False):
1008 tcp_results = self.RunShellCommand('cat /proc/net/tcp', log_result=False)
1017 lsof_results = self.RunShellCommand('lsof', log_result=False)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dclient_adapter.py87 log_result=True, argument
101 log_result=log_result,
/dports/mail/geary/geary-40.0/src/engine/db/
H A Ddb-result.vala53 log_result(this.finished ? "NO ROW" : "ROW");
66 log_result("is_null_at(%d) -> %s", column, is_null.to_string());
78 log_result("double_at(%d) -> %lf", column, d);
90 log_result("int_at(%d) -> %d", column, i);
116 log_result("int64_at(%d) -> %s", column, i64.to_string());
151 log_result("string_at(%d) -> %s", column, (s != null) ? s : "(null)");
319 private inline void log_result(string fmt, ...) {
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_auth_backend_ldap/src/
H A Drabbit_auth_backend_ldap.erl56 [Username, log_result(R)]),
77 ?L("DECISION: login for ~s: ~p", [Username, log_result(R)]),
103 log_result(R0), log_result(R1)]),
124 log_result(R0), log_result(R1)]),
145 log_result(R0), log_result(R1)]),
923 log_result({ok, #auth_user{}}) -> ok; function
924 log_result(true) -> ok; function
925 log_result(false) -> denied; function
926 log_result({refused, _, _}) -> denied; function
927 log_result(E) -> E. function

12345