Home
last modified time | relevance | path

Searched refs:load_result (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
Dsource_line_resolver_base.cc173 bool load_result = LoadModuleUsingMemoryBuffer(module, memory_buffer, in LoadModule() local
176 if (load_result && !ShouldDeleteMemoryBufferAfterLoadModule()) { in LoadModule()
183 return load_result; in LoadModule()
209 bool load_result = LoadModuleUsingMemoryBuffer(module, memory_buffer, in LoadModuleUsingMapBuffer() local
212 if (load_result && !ShouldDeleteMemoryBufferAfterLoadModule()) { in LoadModuleUsingMapBuffer()
219 return load_result; in LoadModuleUsingMapBuffer()
/external/tensorflow/tensorflow/python/distribute/
Dsaved_model_test_base.py246 load_result = self._load_and_run_model(
254 self.assertAllClose(result_before_save, load_result, atol=tolerance)
283 load_result = self._load_and_run_model(
292 self.assertAllClose(result_before_save, load_result, atol=tolerance)
/external/libcxx/utils/google-benchmark/tools/gbench/
Dreport.py349 def load_result(self): member in TestReportDifferenceBetweenFamilies
367 json = self.load_result()
/external/google-benchmark/tools/gbench/
Dreport.py368 def load_result(self): member in TestReportDifferenceBetweenFamilies
386 json = self.load_result()
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c932 register int load_result; in tzparse() local
962 load_result = tzload(TZDEFRULES, sp, FALSE); in tzparse()
963 if (load_result != 0) in tzparse()
983 if (*name == '\0' && load_result != 0) in tzparse()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py772 load_result = _lib.SSL_CTX_load_verify_locations(
775 if not load_result: