HomeSort by relevance Sort by last modified time
    Searched refs:pos1 (Results 26 - 40 of 40) sorted by null

12

  /external/bluetooth/glib/tests/
sequence-test.c 1048 int pos1 = queue_link_index (seq, link1); local
1053 g_assert (pos1 == pos2);
1057 g_assert (pos1 < pos2);
1061 g_assert (pos1 > pos2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 691 int pos1 = 0; local
693 pos1++;
696 if (pos2 > pos1) {
697 String kind = mTokenString.substring(pos1 + 1, pos2);
    [all...]
  /device/samsung/crespo/alsa-utils/alsactl/
init_parse.c 278 const char *pos1; local
322 pos1 = snd_ctl_elem_value_get_bytes(space->ctl_value);
324 idx = *pos1++;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
itrbnf.cpp 255 FieldPosition pos1, pos2; local
263 intFormatResult = formatter->format(intFormatNum, ruleSetName, intFormatResult, pos1, status);
287 intFormatResult = formatter->format(intFormatNum, "BLABLA", intFormatResult, pos1, status);
    [all...]
numrgts.cpp     [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp 252 FieldPosition pos1, pos2; local
260 intFormatResult = formatter->format(intFormatNum, ruleSetName, intFormatResult, pos1, status);
284 intFormatResult = formatter->format(intFormatNum, "BLABLA", intFormatResult, pos1, status);
    [all...]
numrgts.cpp     [all...]
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp.c 256 struct list_head *pos, *pos1; local
262 list_for_each_safe(pos, pos1, &instance->setobjs_list[i]) {
272 list_for_each_safe(pos, pos1, &instance->used_objs_list[i][j]) {
285 list_for_each_safe(pos, pos1, &instance->free_objs_list) {
    [all...]
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 205 assertEquals("two", a[pos+1], "pos1:" + pos);
  /external/v8/test/cctest/
test-debug.cc 2251 char* pos1 = strstr(message, prefix); local
    [all...]
  /external/freetype/src/autofit/
aflatin.c 905 FT_Pos pos1 = seg1->pos; local
907 FT_Pos dist = pos2 - pos1;
    [all...]
aflatin2.c 958 FT_Pos pos1 = seg1->pos; local
960 FT_Pos dist = pos2 - pos1;
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 555 milliseconds

12