/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmsvc.h | 47 * tries to do better than that, but only if there's no routing decision (i.e.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netrom/ |
netrom.h | 70 unsigned int tries; member in struct:nr_parms_struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmsvc.h | 47 * tries to do better than that, but only if there's no routing decision (i.e.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netrom/ |
netrom.h | 70 unsigned int tries; member in struct:nr_parms_struct
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_quit.h | 34 * An SDL_QUITEVENT is generated when the user tries to close the application
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_quit.h | 34 * An SDL_QUITEVENT is generated when the user tries to close the application
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_quit.h | 34 * An SDL_QUITEVENT is generated when the user tries to close the application
|
/dalvik/dx/tests/069-dex-source-position/ |
expected.txt | 32 tries: 66 tries: 116 tries:
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
Win32PipeStream.cpp | 127 int tries = 10; local 134 for (; tries > 0; tries--) {
|
/external/marisa-trie/lib/marisa/ |
base.h | 90 // A dictionary consinsts of 3 tries in default. If you want to change the 91 // number of tries, please give it with other flags. 97 // provided for comparing prefix/patricia tries.
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
base.h | 85 // A dictionary consinsts of 3 tries in default. If you want to change the 86 // number of tries, please give it with other flags. 92 // provided for comparing prefix/patricia tries.
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
Win32PipeStream.cpp | 126 int tries = 10; local 131 for (; tries > 0; tries--) {
|
/system/security/keystore/ |
keystore_cli.cpp | 42 /* [WRONG_PASSWORD + 1] = */ "Wrong password (2 tries left)", 43 /* [WRONG_PASSWORD + 2] = */ "Wrong password (3 tries left)", 44 /* [WRONG_PASSWORD + 3] = */ "Wrong password (4 tries left)",
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
TryListBuilder.java | 141 ArrayList<CodeItem.TryItem> tries = new ArrayList<CodeItem.TryItem>(); local 176 tries.add(tryItem); 181 return new Pair<List<CodeItem.TryItem>, List<CodeItem.EncodedCatchHandler>>(tries, handlers); 263 /*Either the list of tries is blank, or all the tries in the list
|
/external/libppp/src/ |
datalink.c | 136 dl->dial.tries = dl->cfg.dial.max; 154 ((!dl->dial.tries || (dl->dial.tries < 0 && !dl->reconnect_tries)) && 157 dl->dial.tries = -1; 169 if (dl->dial.tries < 0) { 171 dl->dial.tries = dl->cfg.dial.max; 216 dl->dial.tries = -1; 220 dl->dial.tries = 0; 234 dl->dial.tries = -1; 276 if (--dl->dial.tries < 0 1172 int timeout, inc, maxinc, tries; local [all...] |
/bionic/libc/bionic/ |
pthread-rwlocks.c | 45 * - Posix states that behavior is undefined it a thread tries to acquire 48 * - This implementation tries to avoid writer starvation by making the readers 162 * This tries to avoid starvation when there are multiple readers racing.
|
/external/eigen/bench/btl/generic_bench/ |
btl.hh | 172 : overwriteResults(false), checkResults(true), realclock(false), tries(DEFAULT_NB_TRIES) 199 Instance.tries = atoi(config[i+1].c_str()); 238 int tries; member in class:BtlConfig
|
/hardware/invensense/mlsdk/mllite/ |
mlFIFOHW.c | 277 unsigned char tries = 0; local 293 while (len != 0 && tries < 6) { 311 tries++;
|
/build/core/tasks/ |
ide.mk | 50 # the mess below with ./src tries to guess whether the src
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
GoNegRespTestCase.java | 28 * The requester devices tries to connect this device.
|
GoTestCase.java | 26 * The requester device tries to join this device.
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
CatchStructs.java | 95 * Gets the size of the tries list, in entries. 97 * @return {@code >= 0;} the tries list size 243 annotateTo.annotate(0, prefix + "tries:"); 245 printTo.println(prefix + "tries:");
|
/dalvik/dx/src/com/android/dx/dex/file/ |
CatchStructs.java | 93 * Gets the size of the tries list, in entries. 95 * @return {@code >= 0;} the tries list size 241 annotateTo.annotate(0, prefix + "tries:"); 243 printTo.println(prefix + "tries:");
|
/dalvik/libdex/ |
DexCatch.cpp | 51 * in the tries table. Returns -1 if there is no applicable handler. */
|
/external/chromium/chrome/browser/printing/ |
print_job_manager.h | 32 // Stops all printing jobs. If wait_for_finish is true, tries to give jobs
|