OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tries
(Results
1226 - 1250
of
2764
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py
616
self.
tries
= 0
625
self.
tries
+= 1
626
if self.maxtries and self.
tries
>= self.maxtries:
631
self.
tries
= 0
636
self.
tries
= 0
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py
616
self.
tries
= 0
625
self.
tries
+= 1
626
if self.maxtries and self.
tries
>= self.maxtries:
631
self.
tries
= 0
636
self.
tries
= 0
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py
616
self.
tries
= 0
625
self.
tries
+= 1
626
if self.maxtries and self.
tries
>= self.maxtries:
631
self.
tries
= 0
636
self.
tries
= 0
[
all
...]
/external/libxml2/
catalog.c
[
all
...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java
822
*
Tries
to recover device after failed refused connection.
829
*
Tries
to recover device after abnormal execution termination or link failure.
[
all
...]
/external/c-ares/
ares_process.c
684
/* We need to try each server channel->
tries
times. We have channel->nservers
685
* servers to try. In total, we need to do channel->nservers * channel->
tries
688
while (++(query->try_count) < (channel->nservers * channel->
tries
))
[
all
...]
/external/valgrind/coregrind/
m_libcfile.c
888
Int n,
tries
;
local
903
tries
= 0;
905
if (
tries
++ > 10)
[
all
...]
/art/runtime/
fault_handler.cc
250
// If the handler
tries
to call malloc, it will deadlock.
/art/runtime/jdwp/
jdwp_socket.cc
108
*
tries
to bind to a listen port. If "port" is zero, we assume
/bionic/
README.md
36
into memory and resolving references to symbols (so that when your code
tries
to
/bionic/libc/bionic/
pthread_rwlock.cpp
51
* - Posix states that behavior is undefined (may deadlock) if a thread
tries
/bionic/libc/dns/include/
resolv_private.h
150
#define RES_DFLRETRY 2 /* Default #/
tries
. */
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java
305
// user leaves cts verifier and
tries
to fake receiver intents
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAndProfileOwnerTest.java
383
// Sets restrictions and launches non-admin app, that
tries
to set wallpaper.
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
TestSensorOperation.java
197
*
Tries
to save collected {@link TestSensorEvent}s to a file.
/cts/tests/tests/webkit/src/android/webkit/cts/
CookieManagerTest.java
352
// First on the third party server we get a url which
tries
to set a cookie.
/dalvik/docs/
embedded-vm-control.html
113
<p>The system
tries
to pre-verify all classes in a DEX file to reduce
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java
373
// Converts the URL string to a URL and
tries
to retrieve the picture
/device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp
288
/* If NAK,
tries
to re-send up to nak_limit times */
/device/moto/shamu/location/loc_api/loc_api_v02/
loc_api_v02_client.c
2252
int
tries
= 1;
local
[
all
...]
/docs/source.android.com/src/security/overview/
kernel-security.jd
70
limited access to the operating system. If application A
tries
to do something
/external/apache-http/android/src/android/net/http/
AndroidHttpClientConnection.java
431
* This method
tries
to alleviate this inconvenience by trying to
/external/autotest/client/bin/
package.py
219
Tries
to install a package file. If the package is already installed,
/external/autotest/client/common_lib/
error.py
603
"""Raised when a caller
tries
to re-use a HostLockManager instance."""
pxssh.py
163
finds the prompt it immediately
tries
to reset the prompt to something
Completed in 1884 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>