Home
last modified time | relevance | path

Searched refs:load_error (Results 1 – 7 of 7) sorted by relevance

/external/cronet/base/allocator/partition_allocator/
Dtagging.cc86 base::NativeLibraryLoadError load_error; in ChangeMemoryTaggingModeForAllThreadsPerProcess() local
89 base::LoadNativeLibrary(library_path, &load_error); in ChangeMemoryTaggingModeForAllThreadsPerProcess()
/external/igt-gpu-tools/tests/i915/
Di915_module_load.c330 int load_error; variable
335 load_error = igt_i915_driver_load(NULL);
338 igt_assert_eq(load_error, 0);
/external/cronet/base/profiler/
Dstack_sampling_profiler_test_util.cc441 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/
Dwin_util.cc203 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/
Dhttp_auth_gssapi_posix.cc392 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/
Drun_services.cpp186 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/
Dstack_sampling_profiler_unittest.cc379 NativeLibraryLoadError load_error; in LoadOtherLibrary() local
380 *library = LoadNativeLibrary(other_library_path, &load_error); in LoadOtherLibrary()
382 << ": " << load_error.ToString(); in LoadOtherLibrary()