/external/opencv3/3rdparty/jinja2/ |
exceptions.py | 134 """Raised if a template tries to operate on :class:`Undefined`.""" 138 """Raised if a template tries to do something insecure if the
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
exposure_compensate.hpp | 95 /** @brief Exposure compensator which tries to remove exposure related artifacts by adjusting image 110 /** @brief Exposure compensator which tries to remove exposure related artifacts by adjusting image block
|
/external/tpm2/ |
DA.c | 113 // If no failed authorization tries, do nothing. Otherwise, try to 117 // if recovery time is 0, DA logic has been disabled. Clear failed tries
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
AnglesClassifier.java | 35 * This classifier also tries to split the stroke into two parts in the place in which the biggest 40 * of the two parts split up. The classifier tries the tick option only if the first part is
|
/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/gdb/darwin-x86/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/gdb/linux-x86/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/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
|
/system/extras/alloc-stress/ |
alloc-stress.cpp | 132 int tries = 10; local 137 if (tries-- < 0) break;
|
/system/vold/ |
CryptCommandListener.cpp | 150 int tries; local 151 for (tries = 0; tries < 2; ++tries) { 162 } else if (tries == 0) {
|
/hardware/qcom/gps/msm8909/utils/ |
LocTimer.cpp | 688 int tries = atoi(argv[1]); local 689 int checks = tries >> 3; 690 LocTimerTest** timerArray = new LocTimerTest*[tries]; 691 memset(timerArray, NULL, tries); 693 for (int i = 0; i < tries; i++) { 694 int r = rand() % tries; 718 for (int i = 0; i < tries; i++) {
|
/hardware/qcom/gps/msm8996/utils/ |
LocTimer.cpp | 688 int tries = atoi(argv[1]); local 689 int checks = tries >> 3; 690 LocTimerTest** timerArray = new LocTimerTest*[tries]; 691 memset(timerArray, NULL, tries); 693 for (int i = 0; i < tries; i++) { 694 int r = rand() % tries; 718 for (int i = 0; i < tries; i++) {
|
/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/autotest/server/cros/network/ |
connection_worker.py | 79 Tries to connect the work client to AP in WORK_CLIENT_CONNECTION_RETRIES 80 tries. If we fail to connect in all tries then we would return False
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_setmeta.py | 38 @Retry(AssertionError, tries=3, timeout_secs=1) 54 @Retry(AssertionError, tries=3, timeout_secs=1) 144 @Retry(AssertionError, tries=3, timeout_secs=1)
|
/external/compiler-rt/lib/ubsan/ |
ubsan_type_hash_itanium.cc | 101 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/vboot_reference/cgpt/ |
cgpt_show.c | 123 int tries = (entry->attrs.fields.gpt_att & local 133 "priority=%d tries=%d successful=%d", 134 priority, tries, successful) < sizeof(contents));
|
/frameworks/base/services/core/java/com/android/server/am/ |
LaunchingTaskPositioner.java | 35 * The positioner is fairly simple. For the new task it tries default position based on the gravity 37 * sufficiently close enough, it shifts the bounds of the new task and tries again. When it exhausts 106 * Tries to set task's bound in a way that it won't collide with any other task. By colliding
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoSource.java | 133 int tries = 0; local 135 while (image == null && tries < mBadImageSkipLimit) { 148 tries++;
|
/art/test/114-ParallelGC/src/ |
Main.java | 130 // 1s wait, too many tries.
|
/bootable/recovery/mtdutils/ |
mounts.c | 143 /* Intentionally pass NULL to umount if the caller tries
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/ |
AndroidManifest.xml | 63 FLAG_ACTIVITY_NEW_TASK, the system tries to start it in a different task
|
/cts/tests/tests/graphics/src/android/opengl/cts/ |
EglConfigTest.java | 29 * Test that gets a list of EGL configurations and tries to use each one in a GLSurfaceView.
|