Searched refs:load_error (Results 1 – 7 of 7) sorted by relevance
/external/cronet/base/allocator/partition_allocator/ |
D | tagging.cc | 86 base::NativeLibraryLoadError load_error; in ChangeMemoryTaggingModeForAllThreadsPerProcess() local 89 base::LoadNativeLibrary(library_path, &load_error); in ChangeMemoryTaggingModeForAllThreadsPerProcess()
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_module_load.c | 330 int load_error; variable 335 load_error = igt_i915_driver_load(NULL); 338 igt_assert_eq(load_error, 0);
|
/external/cronet/base/profiler/ |
D | stack_sampling_profiler_test_util.cc | 441 NativeLibraryLoadError load_error; in LoadTestLibrary() local 442 *library = LoadNativeLibrary(library_path, &load_error); in LoadTestLibrary() 444 << load_error.ToString(); in LoadTestLibrary()
|
/external/cronet/base/win/ |
D | win_util.cc | 203 static NativeLibraryLoadError load_error; in PinUser32Internal() local 205 PinSystemLibrary(FILE_PATH_LITERAL("user32.dll"), &load_error); in PinUser32Internal() 207 error->code = load_error.code; in PinUser32Internal()
|
/external/cronet/net/http/ |
D | http_auth_gssapi_posix.cc | 392 base::NativeLibraryLoadError load_error; in LoadSharedLibrary() local 395 load_error = base::NativeLibraryLoadError(); in LoadSharedLibrary() 402 base::NativeLibrary lib = base::LoadNativeLibrary(file_path, &load_error); in LoadSharedLibrary() 419 return LibraryLoadResultParams(library_name, load_error.ToString()); in LoadSharedLibrary()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | run_services.cpp | 186 cl_int load_error = CL_SUCCESS; in create_program_from_bc() local 193 …rogram = clCreateProgramWithBinary( context, 1, &device, &binary_size, &ptr, &load_error, &error ); in create_program_from_bc() 201 if( load_error != CL_SUCCESS ) in create_program_from_bc() 203 …"clCreateProgramWithBinary failed: Unable to load valid device binary into program\n", load_error); in create_program_from_bc()
|
/external/libchrome/base/profiler/ |
D | stack_sampling_profiler_unittest.cc | 379 NativeLibraryLoadError load_error; in LoadOtherLibrary() local 380 *library = LoadNativeLibrary(other_library_path, &load_error); in LoadOtherLibrary() 382 << ": " << load_error.ToString(); in LoadOtherLibrary()
|