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

<<11121314151617181920>>

  /external/chromium_org/net/spdy/
spdy_test_util_common.h 113 // Tries to create a stream in |session| synchronously. Returns NULL
248 // Tries to create a SPDY session for the given key but expects the
269 // Tries to create an insecure SPDY session for the given key but
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
simple_mutex.h 62 // function that tries to acquire this mutex -- but that all happens
97 // destructor, that tries to acquire the mutex). The way we
157 // safer for code that tries to acqiure this mutex in their global
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
simple_mutex.h 62 // function that tries to acquire this mutex -- but that all happens
97 // destructor, that tries to acquire the mutex). The way we
157 // safer for code that tries to acqiure this mutex in their global
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 422 int tries = 0; local
429 (tries++ < 5))
434 tries = 0;
  /external/e2fsprogs/misc/
uuidd.c 92 int tries = 0; local
99 (tries++ < 5))
104 tries = 0;
  /external/open-vcdiff/gflags/src/
mutex.h 70 // function that tries to acquire this mutex -- but that all happens
105 // destructor, that tries to acquire the mutex). The way we
165 // safer for code that tries to acqiure this mutex in their global
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c 423 /* This function tries to create a primary audio buffer, and returns the
498 /* This function tries to create a secondary audio buffer, and returns the
573 /* This function tries to set position notify events on the mixing buffer */
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 82 int tries = 0; local
111 tries++;
114 if (errno == EADDRINUSE && tries < 2) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
ostream 147 * If the sentry status is good, the function tries to generate
263 * If the sentry status is good, the function tries to generate
277 * Tries to insert @a c.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
ostream 149 * If the sentry status is good, the function tries to generate
265 * If the sentry status is good, the function tries to generate
279 * Tries to insert @a c.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
ostream 149 * If the sentry status is good, the function tries to generate
265 * If the sentry status is good, the function tries to generate
279 * Tries to insert @a c.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
ostream 147 * If the sentry status is good, the function tries to generate
263 * If the sentry status is good, the function tries to generate
277 * Tries to insert @a c.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
ostream 147 * If the sentry status is good, the function tries to generate
263 * If the sentry status is good, the function tries to generate
277 * Tries to insert @a c.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
ostream 147 * If the sentry status is good, the function tries to generate
263 * If the sentry status is good, the function tries to generate
277 * Tries to insert @a c.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
ostream 147 * If the sentry status is good, the function tries to generate
263 * If the sentry status is good, the function tries to generate
277 * Tries to insert @a c.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
ostream 149 * If the sentry status is good, the function tries to generate
265 * If the sentry status is good, the function tries to generate
279 * Tries to insert @a c.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
ostream 149 * If the sentry status is good, the function tries to generate
265 * If the sentry status is good, the function tries to generate
279 * Tries to insert @a c.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 162 # IndexError since it tries to access the index 0 of an empty tuple
187 # should raise an ValueError since it tries to get two elements from
326 # since it tries to break the tuple by pairs.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 162 # IndexError since it tries to access the index 0 of an empty tuple
187 # should raise an ValueError since it tries to get two elements from
326 # since it tries to break the tuple by pairs.
  /cts/tools/vm-tests-tf/src/dot/junit/verify/a1/d/
T_a1_1.dfh 121 // tries:
140 // tries:
  /external/chromium/chrome/browser/history/
expire_history_backend.h 215 // Tries to expire the oldest |max_visits| visits from history that are older
223 // Tries to detect possible bad history or inconsistencies in the database
  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_rule_unittest.cc 171 << "Testing the 'no ID' value tries to match the 4th condition, but "
175 << "Testing the 'no ID' value tries to match the 4th condition, and "
  /external/chromium_org/chrome/browser/history/
expire_history_backend.h 225 // Tries to expire the oldest |max_visits| visits from history that are older
233 // Tries to detect possible bad history or inconsistencies in the database
  /external/chromium_org/chrome/browser/resources/image_loader/
request.js 103 * Tries to load the image from cache if exists and sends the response.
118 * Tries to download the image, resizes and sends the response.
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py 162 user_name=None, password=None, tries=3):
174 tries: How many attempts to make.

Completed in 1099 milliseconds

<<11121314151617181920>>