HomeSort by relevance Sort by last modified time
    Searched full:tries (Results 176 - 200 of 2577) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
gallery_item.js 90 function tryNext(tries) {
92 if (tries == 0) {
111 tryNext.bind(null, tries - 1),
  /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
159 * This tries to avoid starvation when there are multiple readers racing.
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.h 72 // Tries forwarding the event to the tap deferral sub-filter.
76 // Tries forwarding the event, skipping the tap deferral sub-filter.
131 // whenever ACK for previous event is received. This queue also tries to
  /external/chromium_org/jingle/glue/
chrome_async_socket.h 61 // Tries to connect to the given address.
77 // Tries to read at most |len| bytes into |data|.
113 // Tries to change to a TLS connection with the given domain name.
  /external/chromium_org/media/tools/layout_tests/
layouttests.py 29 # this script tries to find the test description using sentences
34 # If cannot find the keywords, this script tries to find test case
38 # If cannot find the tags, this script tries to find the test case
  /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/60xx/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 92 * Gets the size of the tries list, in entries.
94 * @return {@code >= 0;} the tries list size
240 annotateTo.annotate(0, prefix + "tries:");
242 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
  /external/chromium/chrome/browser/sync/glue/
extension_sync_traits.h 40 // A function that tries to retrieve an ExtensionSpecifics from an
  /external/chromium/chrome/browser/ui/webui/
favicon_source.cc 54 // We need to explicitly return a mime type, otherwise if the user tries to
  /external/chromium/net/base/
io_buffer.cc 45 // destructor tries to delete[] it.
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handlers.h 62 // default). If the default handler is not found, tries to match the url with
  /external/chromium_org/chrome/browser/chromeos/login/
user_image.h 23 // Creates a new instance from a given still frame and tries to encode raw

Completed in 1299 milliseconds

1 2 3 4 5 6 78 91011>>