/system/update_engine/payload_consumer/ |
payload_verifier.cc | 103 // Tries every signature in the signature blob.
|
/toolchain/binutils/binutils-2.25/include/coff/ |
internal.h | 752 address. The linker tries to turn insns with this reloc into 762 the linker tries to turn these insns into bra insns with 774 the linker tries to turn these insns into bra insns with 783 address. The linker tries to turn insns with this reloc into
|
/toolchain/binutils/binutils-2.25/ |
missing | 92 # tries to use an ancient version of a tool on a file that requires a
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
CodeTranslator.java | 217 for (TryItem tryItem : codeItem.tries) { 256 for (TryItem tryItem : codeItem.tries) { 356 TryItem tryItem = codeItem.tries[tryItemIdx];
|
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
monsoon.py | 204 tries = 0 206 while ser is None and tries < 100: 211 tries += 1
|
/external/icu/icu4c/source/common/ |
unormimp.h | 169 * Use of new, common UTrie instead of normalization-specific tries. 219 * - Tries 226 * - Tries in unorm.dat
|
/external/icu/icu4c/source/tools/gensprep/ |
store.c | 80 * The StringPrep tries is a 16-bit trie that contains data for the profile. 202 /* initialize the two tries */ 204 fprintf(stderr, "error: failed to initialize tries\n");
|
/external/iproute2/man/man8/ |
tc.8 | 116 tries to get as many packets as possible from the qdisc, for giving them 127 When the kernel tries to dequeue a packet from such a 278 tries to determine the ideal marking probability automatically.
|
/external/libdrm/man/ |
drm-memory.xml | 194 driver-dependent ioctls. This manpage tries to describe the 232 <emphasis>mesa3D</emphasis> distribution tries to provide a 320 other API that tries to abstract the driver-internals to access
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineInternal.h | 504 /// \brief Tries to simplify binary operations which some other binary 520 /// Helper routine of SimplifyDemandedUseBits. It tries to simplify demanded 526 /// \brief Tries to simplify operands to an integer instruction based on its
|
/frameworks/base/core/java/android/speech/tts/ |
TtsEngines.java | 373 * Parses a locale encoded as a string, and tries its best to return a valid {@link Locale} 429 * This method tries its best to return a valid {@link Locale} object from the TTS-specific 436 * This method tries to convert three-letter language and country codes into their two-letter
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
ostream | 147 * If the sentry status is good, the function tries to generate 283 * If the sentry status is good, the function tries to generate 297 * Tries to insert @p __c.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
ostream | 147 * If the sentry status is good, the function tries to generate 283 * If the sentry status is good, the function tries to generate 297 * Tries to insert @p __c.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
ostream | 147 * If the sentry status is good, the function tries to generate 283 * If the sentry status is good, the function tries to generate 297 * Tries to insert @p __c.
|
/prebuilts/go/darwin-x86/src/runtime/pprof/ |
pprof_test.go | 260 tries := 10 263 tries = 1 265 for try := 0; try < tries; try++ {
|
/prebuilts/go/linux-x86/src/runtime/pprof/ |
pprof_test.go | 260 tries := 10 263 tries = 1 265 for try := 0; try < tries; try++ {
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
ostream | 147 * If the sentry status is good, the function tries to generate 283 * If the sentry status is good, the function tries to generate 297 * Tries to insert @p __c.
|
/system/update_engine/common/ |
utils_unittest.cc | 187 for (int tries = 0; tries < 100; ++tries) {
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLEngineImplTest.java | 629 "\nServer tries to unwrap the data after error"); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UCharacterProperty.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UCharacterProperty.java | [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 418 * Each scan traverses (and tries to poll from) each queue in [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
MethodAnalyzer.java | 433 List<? extends TryBlock<? extends ExceptionHandler>> tries = methodImpl.getTryBlocks(); 434 tries = TryListBuilder.massageTryBlocks(tries); 440 if (tries != null) { 455 if (currentTry == null && triesIndex < tries.size()) { 456 TryBlock<? extends ExceptionHandler> tryBlock = tries.get(triesIndex); [all...] |
/hardware/bsp/intel/peripheral/libupm/src/pn532/ |
pn532.cxx | 724 Tries to authenticate a block of memory on a MIFARE card using the 812 Tries to read an entire 16-byte data block at the specified block 878 Tries to write an entire 16-byte data block at the specified block [all...] |
/libcore/ojluni/src/main/java/java/security/ |
KeyStore.java | [all...] |