HomeSort by relevance Sort by last modified time
    Searched refs:pos2 (Results 51 - 70 of 70) sorted by null

1 23

  /external/wpa_supplicant/
driver_ndis.c     [all...]
driver_wext.c 2474 const char *pos, *pos2; local
    [all...]
  /external/grub/netboot/
sk_g16.c 1112 pos2 = inb(SK_POS2), local
1118 "## pos0=%#hX pos1=%#hX pos2=%#hX pos3=%#hX pos4=%#hX\n",
1119 SK_NAME, text, pos0, pos1, pos2, (pos3<<14), pos4);
  /external/bluetooth/glib/tests/
sequence-test.c 1049 int pos2 = queue_link_index (seq, link2); local
1053 g_assert (pos1 == pos2);
1057 g_assert (pos1 < pos2);
1061 g_assert (pos1 > pos2);
  /external/chromium/third_party/icu/source/test/intltest/
itrbnf.cpp 255 FieldPosition pos1, pos2; local
264 doubleFormatResult = formatter->format(doubleFormatNum, ruleSetName, doubleFormatResult, pos2, status);
293 doubleFormatResult = formatter->format(doubleFormatNum, "TRUC", doubleFormatResult, pos2, status);
334 FieldPosition pos2; local
335 formatter->format((int64_t)4, formatter->getRuleSetName(0), result, pos2, status = U_ZERO_ERROR);
    [all...]
numrgts.cpp     [all...]
transtst.cpp 1881 UTransPosition pos2 = {0, 4, 0, 2}; local
    [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp 252 FieldPosition pos1, pos2; local
261 doubleFormatResult = formatter->format(doubleFormatNum, ruleSetName, doubleFormatResult, pos2, status);
290 doubleFormatResult = formatter->format(doubleFormatNum, "TRUC", doubleFormatResult, pos2, status);
331 FieldPosition pos2; local
332 formatter->format((int64_t)4, formatter->getRuleSetName(0), result, pos2, status = U_ZERO_ERROR);
    [all...]
numrgts.cpp     [all...]
transtst.cpp 1887 UTransPosition pos2 = {0, 4, 0, 2}; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 695 int pos2 = mTokenString.indexOf('/'); local
696 if (pos2 > pos1) {
697 String kind = mTokenString.substring(pos1 + 1, pos2);
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_ladspa.c 1019 struct list_head *pos, *pos2; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast.c 1125 u8 *pos, *pos2; local
1134 pos2 = eap_fast_write_pac_request(pos, PAC_TYPE_TUNNEL_PAC);
1135 wpabuf_put(tmp, pos2 - pos);
    [all...]
  /external/freetype/src/autofit/
aflatin.c 906 FT_Pos pos2 = seg2->pos; local
907 FT_Pos dist = pos2 - pos1;
    [all...]
aflatin2.c 959 FT_Pos pos2 = seg2->pos; local
960 FT_Pos dist = pos2 - pos1;
    [all...]
  /external/v8/test/cctest/
test-debug.cc 2256 char* pos2 = strchr(pos1, '"'); local
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 682 milliseconds

1 23