Home
last modified time | relevance | path

Searched refs:RESULT_NOT_FOUND (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/messaging/
Dnative_process_launcher.cc133 PostErrorResult(callback, RESULT_NOT_FOUND); in DoLaunchOnThreadPool()
143 PostErrorResult(callback, RESULT_NOT_FOUND); in DoLaunchOnThreadPool()
151 PostErrorResult(callback, RESULT_NOT_FOUND); in DoLaunchOnThreadPool()
170 PostErrorResult(callback, RESULT_NOT_FOUND); in DoLaunchOnThreadPool()
182 PostErrorResult(callback, RESULT_NOT_FOUND); in DoLaunchOnThreadPool()
Dnative_process_launcher.h28 RESULT_NOT_FOUND, enumerator
Dnative_message_process_host.cc176 case NativeProcessLauncher::RESULT_NOT_FOUND: in OnHostProcessLaunched()
/external/qemu/android/avd/
Dutil.h49 RESULT_NOT_FOUND = 1, // key was not found (default used) enumerator
Dutil.c195 *searchResult = RESULT_NOT_FOUND; in propertyFile_getInt()
228 if (searchResult == RESULT_NOT_FOUND) { in propertyFile_getApiLevel()
Dutil_unittest.cpp63 EXPECT_EQ(RESULT_NOT_FOUND,searchResult); in TEST()
/external/chromium_org/mojo/public/js/bindings/
Dcore.js29 var RESULT_NOT_FOUND; variable
/external/chromium_org/mojo/python/tests/
Dsystem_unittest.py36 self.assertLess(system.RESULT_NOT_FOUND, 0)
/external/chromium_org/mojo/public/python/mojo/
Dsystem.pyx35 RESULT_NOT_FOUND = c_core.MOJO_RESULT_NOT_FOUND variable