Searched refs:found (Results 1 – 16 of 16) sorted by relevance
/development/host/windows/usb/api/ |
D | adb_object_handle.cpp | 113 AdbObjectHandleMap::iterator found = the_map.find(adb_handle()); in CloseHandle() local 114 ATLASSERT((found != the_map.end()) && (this == found->second)); in CloseHandle() 116 if ((found != the_map.end()) && (this == found->second)) { in CloseHandle() 118 the_map.erase(found); in CloseHandle() 155 AdbObjectHandleMap::iterator found = the_map.find(adb_hndl); in Lookup() local 156 if (found != the_map.end()) { in Lookup() 157 ret = found->second; in Lookup()
|
/development/testrunner/test_defs/ |
D | native_test.py | 141 found = self._FindFileRecursively(path, binary) 142 if found: 143 binary = os.path.relpath(os.path.abspath(found), 162 found = self._FindFileRecursively(os.path.join(root, d), match) 163 if found: 164 return found
|
/development/vndk/snapshot/ |
D | utils.py | 131 found = [] 137 found.append(rel_to_root[1:]) # strip leading / 138 return found
|
/development/scripts/ |
D | usb-reset-by-serial.py | 114 found = False 130 found = True 132 if not found:
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | SessionManager.java | 352 PlaylistItem found = null; in removeItem() local 362 found = item; in removeItem() 365 mCallback.onItemChanged(found); in removeItem() 371 if (found != null) { in removeItem() 377 return found; in removeItem()
|
/development/vndk/tools/vndk-compliance/ |
D | README.md | 49 ### Headers not found 51 "file not found" errors. These are due to 2 reasons:
|
/development/samples/Snake/src/com/example/android/snake/ |
D | SnakeView.java | 380 boolean found = false; in addRandomApple() 381 while (!found) { in addRandomApple() 398 found = !collision; in addRandomApple()
|
/development/host/windows/usb/adb_winapi_test/ |
D | adb_winapi_test.cpp | 669 const DWORD* found = std::find(g_expected_errors, end, err); in get_error_description() local 670 if (found != end) { in get_error_description() 671 return g_expected_error_strings[found - g_expected_errors]; in get_error_description()
|
/development/samples/browseable/WatchFace/ |
D | _index.jd | 24 certificate from your signed APK. More details can be found [here][2].
|
/development/tools/checkcolor/ |
D | gradlew.bat | 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | gradlew.bat | 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
/development/samples/training/testingfun/ |
D | gradlew.bat | 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 485 indigenous - j. originating where it is found 768 probation - n. (law) a way of dealing with offenders without imprisoning them; a defendant found gu…
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 997 "copyright" line and a pointer to where the full notice is found. 1886 the "copyright" line and a pointer to where the full notice is found. 3937 use the text of this Exhibit A rather than the text found in the 4328 the "copyright" line and a pointer to where the full notice is found. 4651 This license applies to all files found in such packages, and 4789 haven't found anything to help you in the documentation. 4796 Our home page can be found at 5319 "copyright" line and a pointer to where the full notice is found. 6236 the "copyright" line and a pointer to where the full notice is found. 7058 "copyright" line and a pointer to where the full notice is found. [all …]
|
/development/tools/logblame/ |
D | sample.txt | 1548 [WorkManager]Ongoing task not found: PlacesProducer_receive
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 2228 …,fake_mCvxaTzkTTaNfDI614yZrQ@fakeemail.com,media bitstreams test: skip when test input is not found 4925 …ernal/harfbuzz_ng,fake_GXODyrWJQQ29rUizEM8-6A@fakeemail.com,Add few tests found by libFuzzer and o… 5585 …fake_OIHK_jrXTFKin8kIp5-dJA@fakeemail.com,bootstat: Add more boot reasons found by logging in the … 5731 …email.com,"Revert ""Revert ""init: poll in first stage mount if required devices are not found""""" 5783 …70df56d1e2c,platform/system/core,fake_yqetFk_sRFWXcsJotEpt1A@fakeemail.com,Fix bug found by fuzzer. 7387 …myl-aaPxzrFxA@fakeemail.com,init: fix first stage mount failure due to /dev/device-mapper not found 7949 …cY0CeOTXi7suhMGW_cvg@fakeemail.com,AndroidDevice now only restarts SL4A when no open port is found. 10012 …CwaEonzQ9ae25AQWY4GjA@fakeemail.com,Return an -ENODEV from drmGetDevice() when no device was found. 10565 …geInstaller,fake_HJOafM3MSfmvvM9hb8C22g@fakeemail.com,Wear: Don't uninstall unless package is found 13291 …lude/freetype/ttnameid.h: Added some new Microsoft language codes and LCIDs as found in Office Xp." [all …]
|