HomeSort by relevance Sort by last modified time
    Searched refs:tries (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /dalvik/dx/src/com/android/dx/io/
Code.java 25 private final Try[] tries; field in class:Code
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
35 this.tries = tries;
60 return tries;
  /external/dexmaker/src/dx/java/com/android/dx/io/
Code.java 25 private final Try[] tries; field in class:Code
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
35 this.tries = tries;
60 return tries;
  /external/openssh/regress/
cipher-speed.sh 11 tries="1 2"
25 for x in $tries; do
41 for x in $tries; do
kextype.sh 20 tries="1 2 3 4"
23 for i in $tries; do
keytype.sh 28 tries="1 2 3"
47 for i in $tries; do
  /device/generic/goldfish/qemu-props/
qemu-props.c 52 int tries = MAX_TRIES; local
59 if (--tries <= 0) {
60 DD("Could not connect after too many tries. Aborting");
  /external/eigen/bench/
basicbenchmark.cpp 21 const int tries = 10; local
26 BOOST_PP_SEQ_ELEM(1,EL),BOOST_PP_SEQ_ELEM(1,EL)), BOOST_PP_SEQ_ELEM(2,EL), tries) \
basicbenchmark.h 38 double benchBasic(const MatrixType& mat, int size, int tries) __attribute__((noinline));
41 double benchBasic(const MatrixType& mat, int iterations, int tries)
52 for(uint t=0; t<tries; ++t)
quatmul.cpp 22 int tries = 10; local
32 BENCH(t, tries, rep, quatmul_default(a,b,c));
35 BENCH(t, tries, rep, quatmul_novec(a,b,c));
  /external/smack/src/org/jivesoftware/smackx/ping/
ServerPingTask.java 32 private int tries = 3; // 3 tries field in class:ServerPingTask
49 for (int i = 0; i < tries; i++) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DHParametersHelper.java 30 int tries = 0; local
38 tries++;
53 logger.info("Generated safe primes: " + tries + " tries took " + duration + "ms");
  /frameworks/av/media/libmedia/
SingleStateQueue.cpp 70 for (int tries = 0; ; ) {
73 if (++tries >= MAX_TRIES) {
87 if (++tries >= MAX_TRIES) {
  /dalvik/libdex/
DexCatch.h 131 const DexTry* tries = dexGetTries(pCode); local
132 u4 start = tries[0].startAddr;
138 u4 end = start + tries[0].insnCount;
144 offset = tries[0].handlerOff;
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 2 # I thought up a lot of corner-cases in the rep code. This tries
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 2 # I thought up a lot of corner-cases in the rep code. This tries
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netrom/
netrom.h 70 unsigned int tries; member in struct:nr_parms_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netrom/
netrom.h 70 unsigned int tries; member in struct:nr_parms_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netrom/
netrom.h 70 unsigned int tries; member in struct:nr_parms_struct
  /external/valgrind/main/memcheck/tests/
sh-mem-random.c 233 int tries; local
245 for (tries = 0; tries < 10; tries++) {
254 if (tries >= 10) {
  /external/qemu/android/utils/
filelock.c 116 int tries; local
118 for ( tries = 4; tries > 0; tries-- )
221 int rc, tries, _sleep;
252 for ( tries = 4; tries > 0; tries-- )
325 tries++;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 46 private TryItem[] tries; field in class:CodeItem
67 * @param tries an array of the tries defined for this code/method
76 TryItem[] tries,
89 this.tries = tries;
101 * @param tries a list of the tries defined for this code/method or null if none
111 List<TryItem> tries,
117 if (tries != null && tries.size() > 0)
    [all...]
  /system/extras/tests/bionic/libc/common/
bench_pthread.c 141 int tries = SUBCOUNT; \
143 count -= tries; \
144 for ( ; tries > 0; tries-- ) {\
  /external/qemu/android/
qemu-setup.c 190 int tries = 3; local
194 } while (s2 < 0 && --tries > 0);
229 int tries = 16; local
306 (unsigned)((port - base_port) >> 1) >= (unsigned)tries ) {
308 base_port, base_port + (tries-1)*2 );
317 tries = 1;
320 for ( ; tries > 0; tries--, base_port += 2 ) {
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp 127 int tries = 10; local
134 for (; tries > 0; tries--) {
  /hardware/invensense/mlsdk/mllite/
mlFIFOHW.c 277 unsigned char tries = 0; local
293 while (len != 0 && tries < 6) {
311 tries++;

Completed in 603 milliseconds

1 2 3 4