HomeSort by relevance Sort by last modified time
    Searched defs:ind (Results 101 - 125 of 204) sorted by null

1 2 3 45 6 7 8 9

  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
AdapterHelperTest.java 932 final int ind = mTestAdapter.mItems.indexOf(vh.mItem); local
933 assertEquals("actual adapter position should match", ind,
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-deploy-plugin/2.5/
maven-deploy-plugin-2.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-install-plugin/2.3.1/
maven-install-plugin-2.3.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-resources-plugin/2.4.3/
maven-resources-plugin-2.4.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.3/
maven-antrun-plugin-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-deploy-plugin/2.7/
maven-deploy-plugin-2.7.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/
maven-install-plugin-2.4.jar 
  /system/bt/bta/include/
bta_ag_api.h 258 tBTA_AG_IND ind; member in struct:__anon72976
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-gen.c 469 int ind;
542 ind = iclen++;
543 ics[ind] = tmalloc (struct iclass);
544 memset ((void *)ics[ind], 0, sizeof (struct iclass));
545 ics[ind]->name = xstrdup (name);
546 ics[ind]->is_class = is_class;
547 ics[ind]->orphan = 1;
551 ics[ind]->comment = xstrdup (comment + 1);
552 ics[ind]->comment[strlen (ics[ind]->comment)-1] = 0
467 int ind; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
  /external/jemalloc/src/
arena.c 203 arena_runs_avail_get(arena_t *arena, szind_t ind)
206 assert(ind >= runs_avail_bias);
207 assert(ind - runs_avail_bias < runs_avail_nclasses);
209 return (&arena->runs_avail[ind - runs_avail_bias]);
216 szind_t ind = size2index(run_quantize_floor(arena_miscelm_size_get( local
220 arena_run_tree_insert(arena_runs_avail_get(arena, ind),
228 szind_t ind = size2index(run_quantize_floor(arena_miscelm_size_get( local
232 arena_run_tree_remove(arena_runs_avail_get(arena, ind),
462 run_ind << LG_PAGE, size, arena->ind))
550 run_ind << LG_PAGE, size, arena->ind))
1078 szind_t ind, i; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java 931 int ind = eventStr.indexOf(" "); local
936 int ind = eventStr.indexOf(" - "); local
945 int ind = eventStr.indexOf(" "); local
1415 int ind = -1; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /prebuilts/tools/common/m2/repository/kr/motd/maven/os-maven-plugin/1.2.3.Final/
os-maven-plugin-1.2.3.Final.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /toolchain/binutils/binutils-2.25/bfd/
elf32-m68k.c 2508 struct elf_m68k_link_hash_entry *ind; local
    [all...]
elfnn-ia64.c 1268 struct elfNN_ia64_link_hash_entry *dir, *ind; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 4065 TyEnt *ent, *ind; local
    [all...]
  /prebuilts/tools/common/m2/repository/kr/motd/maven/os-maven-plugin/1.4.0.Final/
os-maven-plugin-1.4.0.Final.jar 
  /external/svox/pico/lib/
picopr.c 501 static void pr_getTermPartStr (picoos_uchar string[], picoos_int32 * ind, picoos_uchar termCh, picoos_uchar str[], picoos_bool * done)
508 while ((*ind < PR_MAX_DATA_LEN) && (string[*ind] != termCh) && (string[*ind] != 0)) {
510 str[j] = string[*ind];
515 (*ind)++;
520 *done = ((*ind < PR_MAX_DATA_LEN) && (string[*ind] == termCh));
522 (*ind)++;
2331 picoos_int32 ind; local
    [all...]
  /external/valgrind/VEX/switchback/
test_bzip2.c 1061 Int ind = 0; local
1077 buf[ind++] = '0';
1081 0 == (ind-nc) % 3 && 0 != ind)
1083 buf[ind++] = ',';
1086 buf[ind++] = digits[p % base];
1092 buf[ind++] = '-';
1095 for(; ind < width; ind++) {
1096 //vassert(ind < 39)
    [all...]
test_ppc_jm1.c 410 Int ind = 0; local
426 buf[ind++] = '0';
430 0 == (ind-nc) % 3 && 0 != ind)
432 buf[ind++] = ',';
435 buf[ind++] = digits[p % base];
441 buf[ind++] = '-';
444 for(; ind < width; ind++) {
445 //vassert(ind < 39)
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 1083 Int ind = 0; local
1099 buf[ind++] = '0';
1103 0 == (ind-nc) % 3 && 0 != ind)
1105 buf[ind++] = ',';
1108 buf[ind++] = digits[p % base];
1114 buf[ind++] = '-';
1117 for(; ind < width; ind++) {
1118 //vassert(ind < 39)
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 1076 Int ind = 0; local
1092 buf[ind++] = '0';
1096 0 == (ind-nc) % 3 && 0 != ind)
1098 buf[ind++] = ',';
1101 buf[ind++] = digits[p % base];
1107 buf[ind++] = '-';
1110 for(; ind < width; ind++) {
1111 //vassert(ind < 39)
    [all...]

Completed in 2673 milliseconds

1 2 3 45 6 7 8 9