HomeSort by relevance Sort by last modified time
    Searched refs:RESULT_NOT_FOUND (Results 1 - 9 of 9) sorted by null

  /external/qemu/android/avd/
util.h 49 RESULT_NOT_FOUND = 1, // key was not found (default used)
57 * or RESULT_NOT_FOUND
util_unittest.cpp 63 EXPECT_EQ(RESULT_NOT_FOUND,searchResult);
util.c 195 *searchResult = RESULT_NOT_FOUND;
228 if (searchResult == RESULT_NOT_FOUND) {
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.h 28 RESULT_NOT_FOUND,
native_process_launcher.cc 133 PostErrorResult(callback, RESULT_NOT_FOUND);
143 PostErrorResult(callback, RESULT_NOT_FOUND);
151 PostErrorResult(callback, RESULT_NOT_FOUND);
170 PostErrorResult(callback, RESULT_NOT_FOUND);
182 PostErrorResult(callback, RESULT_NOT_FOUND);
native_message_process_host.cc 176 case NativeProcessLauncher::RESULT_NOT_FOUND:
  /external/chromium_org/mojo/public/js/bindings/
core.js 29 var RESULT_NOT_FOUND;
  /external/chromium_org/mojo/python/tests/
system_unittest.py 36 self.assertLess(system.RESULT_NOT_FOUND, 0)
  /external/chromium_org/mojo/public/python/mojo/
system.pyx 35 RESULT_NOT_FOUND = c_core.MOJO_RESULT_NOT_FOUND

Completed in 605 milliseconds