/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_find.py | 62 ## # object, since ctypes now tries loading the lib again
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeFactory.java | 32 * This also keeps references to objects already created and tries to reuse them.
|
/system/core/adb/ |
SERVICES.TXT | 1 This file tries to document all requests a client can make 185 Tries to connect to tcp port <port> on localhost. 188 Tries to connect to tcp port <port> on machine <server-name> from 193 Tries to connect to a Unix domain socket <path> on the device
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
import_view.js | 90 * file, tries to load it as a log file. 110 * Gets the log file from the input element and tries to read from it.
|
source_filter_parser.js | 80 * Tries to parses |filterElement| as a single "is:" directive, and returns a
97 * Tries to parse |filterElement| as a single filter of a type that takes
|
/external/chromium_org/native_client_sdk/src/examples/demo/flock/ |
goose.cc | 20 // comes within this distance of this goose, the flocking algorithm tries to 133 // If there is a non-0 cohesion component, steer the goose so that it tries
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
sem_trywait.c | 54 * This function tries to wait on a semaphore. 61 * This function tries to wait on a semaphore. If the
|
/external/chromium_org/third_party/jinja2/ |
exceptions.py | 131 """Raised if a template tries to operate on :class:`Undefined`.""" 135 """Raised if a template tries to do something insecure if the
|
/external/chromium_org/third_party/tlslite/tlslite/ |
HandshakeSettings.py | 16 If the other party tries to use SRP, RSA, or Diffie-Hellman 23 If the other party tries to use SRP, RSA, or Diffie-Hellman
|
/external/chromium_org/ui/base/touch/ |
touch_factory_x11.h | 61 // Tries to find an existing slot ID mapping to tracking ID. Returns true 66 // Tries to find an existing slot ID mapping to tracking ID. If there
|
/external/gtest/test/ |
gtest_nc.cc | 77 testing::Test::Setup(); // Tries to call SetUp() in the parent class. 101 // Tries to call SetUp() in the parent class.
|
/external/llvm/lib/MC/ |
MCExternalSymbolizer.cpp | 19 // This function tries to add a symbolic operand in place of the immediate 127 // This function tries to add a comment as to what is being referenced by a load
|
/external/protobuf/gtest/test/ |
gtest_nc.cc | 77 testing::Test::Setup(); // Tries to call SetUp() in the parent class. 101 // Tries to call SetUp() in the parent class.
|
/external/qemu/proxy/ |
proxy_int.h | 152 /* tries to receive a line of text from the proxy. 185 /* tries to create a new proxified connection, returns NULL if the service can't
|
/hardware/ril/rild/ |
rild.c | 171 int tries = 5; local 198 if (--tries == 0)
|
/ndk/sources/host-tools/make-3.81/ |
README.Amiga | 19 that "make:make.o" tries to create "make.o" on the device "make:". 39 tries to make dummy.h from "src/*.c" (ie. no wildcard-expansion takes
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
codecs.h | 20 As side effect, this tries to load the encodings package, if not 42 As side effect, this tries to load the encodings package, if not
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
codecs.h | 20 As side effect, this tries to load the encodings package, if not 42 As side effect, this tries to load the encodings package, if not
|
/external/chromium_org/chrome/test/functional/gtalk/ |
test_basic.py | 279 for tries in range(RETRIES): 281 % (version, tries + 1, RETRIES)) 284 logging.info('RunBasicFunctionalityTest on %s succeeded. Tries: %s' 285 % (version, tries + 1)) 292 if tries < RETRIES - 1:
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
ExtendedWikiHelper.java | 202 int tries = 0; local 203 while (tries++ < RANDOM_TRIES) { 225 // No valid word found in number of tries, so return null
|
/external/compiler-rt/lib/ubsan/ |
ubsan_type_hash.cc | 98 for (int Tries = 5; Tries; --Tries) {
|
/external/eigen/bench/ |
eig33.cpp | 174 int tries = 10; local 182 BENCH(t, tries, rep, eig.compute(A)); 187 BENCH(t, tries, rep, eigen33(A,evecs,evals));
|
/external/openssh/ |
dh.c | 78 arg = strsep(&cp, " "); /* tries */ 237 int i, bits_set, tries = 0; local 259 if (tries++ > 10)
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoSource.java | 133 int tries = 0; local 135 while (image == null && tries < mBadImageSkipLimit) { 148 tries++;
|
/art/runtime/gc/space/ |
image_space.h | 80 // Tries to initialize an ImageSpace from the given image path,
|