/libcore/ojluni/src/main/java/java/util/ |
ResourceBundle.java | 380 * This method first tries to obtain the object from this resource bundle using [all...] |
/system/core/adb/ |
sysdeps_win32.cpp | 815 // calls WSACleanup() which tries to unload a DLL, which tries to 818 // setupapi.dll which tries to load wintrust.dll which tries to load 819 // crypt32.dll which calls atexit() which tries to acquire the C [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDocumentImpl.java | [all...] |
/external/mockito/src/org/mockito/ |
Mockito.java | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/ |
base.js | 458 * Tries to detect whether is in the context of an HTML document. 470 * Tries to detect the base path of the base.js script that bootstraps Closure 596 * Looks at the dependency rules and tries to determine the script file that [all...] |
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
DeqpTestRunner.java | 839 * Tries to recover device after failed refused connection. 846 * Tries to recover device after abnormal execution termination or link failure. [all...] |
/external/opencv3/modules/videoio/src/ |
cap_libv4l.cpp | 10 First it tries to install a firewire camera, 11 if that fails it tries a v4l/USB camera 160 - Tries to setup all properties first through v4l2_ioctl call. [all...] |
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReentrantReadWriteLock.java | 42 * <p>A thread that tries to acquire a fair read lock (non-reentrantly) 51 * <p>A thread that tries to acquire a fair write lock (non-reentrantly) 69 * perform reads under read locks. If a reader tries to acquire the [all...] |
/art/test/510-checker-try-catch/smali/ |
Builder.smali | 20 # is shared by the two tries. 502 # Test that nested tries are split into non-overlapping blocks and TryBoundary [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioRecordTest.java | 506 final int tries = 2; local 507 for (int i = 0; i < tries; ++i) { [all...] |
/external/aac/libSBRenc/src/ |
mh_det.cpp | 680 The function also tries to estimate where one sine is going to be replaced 684 The function also tries to estimate (for the scalefactor bands only [all...] |
/external/autotest/server/ |
autotest.py | 658 if utils.ping(self.host.hostname, tries=1, deadline=1) != 0: 686 Logs that something unexpected happened, then tries to diagnose the [all...] |
/external/chromium-trace/catapult/third_party/flot/ |
NEWS.md | 217 The plugin tries to remain as faithful as possible to the original HTML render, 548 - Refactor replot behaviour so Flot tries to reuse the existing canvas, [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
util.py | 560 """Tries to convert a human-readable string to a number of bytes. 967 we can't create semaphores). This simply tries out a few things that will be [all...] |
/external/curl/tests/server/ |
sockfilt.c | 432 * read_stdin tries to read from stdin nbytes into the given buffer. This is a 449 * write_stdout tries to write to stdio nbytes from the given buffer. This is a [all...] |
/external/dnsmasq/src/ |
network.c | 697 int tries = ports_avail < 30 ? 3 * ports_avail : 100; local 705 while(tries--) [all...] |
/external/elfutils/libdwfl/ |
libdwfl.h | 303 If a build ID is available, this tries first to use that. 380 This uses the module name as a file name directly and tries to open it [all...] |
/external/guava/guava/src/com/google/common/base/ |
CharMatcher.java | 784 * <p>This implementation tries to be smart in a number of ways. It recognizes cases where 785 * the negation is cheaper to precompute than the matcher itself; it tries to build small [all...] |
/external/icu/icu4c/source/test/intltest/ |
ssearch.cpp | 1116 int32_t tries = 0; local [all...] |
/external/libchrome/base/ |
tracked_objects.h | 131 // The above description tries to define the high performance (run time) 173 // TODO(jar): We can implement a Snapshot system that *tries* to grab the [all...] |
/external/libmtp/ |
README | 313 is no longer a USB mass storage driver that tries to hook onto 414 Since libmtp actually tries to close sessions, some devices
|
/external/libpng/ |
example.c | 2 #if 0 /* in case someone actually tries to compile this */ [all...] |
/external/libxml2/ |
nanohttp.c | 1032 * Attempt a connection to the given host:port endpoint. It tries 1259 * This function tries to read @len bytes from the existing HTTP connection [all...] |
/external/ltrace/sysdeps/linux-gnu/ppc/ |
plt.c | 119 * trace that first call as well, but then the stepper, which tries to 1019 * actually have hit the breakpoint already. This functions tries to [all...] |
/external/opencv3/3rdparty/libtiff/ |
tif_dir.c | 447 * the other. If the client tries to set a tag that is not valid [all...] |