HomeSort by relevance Sort by last modified time
    Searched refs:pos1 (Results 76 - 100 of 126) sorted by null

1 2 34 5 6

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 778 int pos1 = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmapts.cpp 158 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
160 res1 = def.format(d, res1, pos1);
itrbnf.cpp 253 FieldPosition pos1, pos2; local
261 intFormatResult = formatter->format(intFormatNum, ruleSetName, intFormatResult, pos1, status);
285 intFormatResult = formatter->format(intFormatNum, "BLABLA", intFormatResult, pos1, status);
    [all...]
numrgts.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
dcfmapts.cpp 164 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
166 res1 = def.format(d, res1, pos1);
itrbnf.cpp 253 FieldPosition pos1, pos2; local
261 intFormatResult = formatter->format(intFormatNum, ruleSetName, intFormatResult, pos1, status);
285 intFormatResult = formatter->format(intFormatNum, "BLABLA", intFormatResult, pos1, status);
    [all...]
numrgts.cpp     [all...]
  /external/libcxx/test/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 13 // insert(size_type pos1, const basic_string<charT,traits,Allocator>& str,
25 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2,
32 s.insert(pos1, str, pos2, n);
34 assert(pos1 <= old_size && pos2 <= str.size());
39 assert(pos1 > old_size || pos2 > str.size());
46 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected)
52 s.insert(pos1, str, pos2);
54 assert(pos1 <= old_size && pos2 <= str.size());
59 assert(pos1 > old_size || pos2 > str.size());
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 13 // insert(size_type pos1, const basic_string<charT,traits,Allocator>& str,
25 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2,
32 s.insert(pos1, str, pos2, n);
34 assert(pos1 <= old_size && pos2 <= str.size());
39 assert(pos1 > old_size || pos2 > str.size());
46 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected)
52 s.insert(pos1, str, pos2);
54 assert(pos1 <= old_size && pos2 <= str.size());
59 assert(pos1 > old_size || pos2 > str.size());
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 1041 FT_Pos pos1 = seg1->pos; local
1045 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 )
1048 FT_Pos dist = pos2 - pos1;
    [all...]
aflatin2.c 1003 FT_Pos pos1 = seg1->pos; local
1005 FT_Pos dist = pos2 - pos1;
    [all...]
  /external/libcxx/test/strings/basic.string/string.modifiers/string_replace/
iter_iter_pointer_size.pass.cpp 25 test(S s, typename S::size_type pos1, typename S::size_type n1, const typename S::value_type* str,
29 typename S::const_iterator first = s.begin() + pos1;
30 typename S::const_iterator last = s.begin() + pos1 + n1;
    [all...]
iter_iter_iter_iter.pass.cpp 24 test(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l, S expected)
27 typename S::const_iterator first = s.begin() + pos1;
28 typename S::const_iterator last = s.begin() + pos1 + n1;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/
iter_iter_pointer_size.pass.cpp 25 test(S s, typename S::size_type pos1, typename S::size_type n1, const typename S::value_type* str,
29 typename S::const_iterator first = s.begin() + pos1;
30 typename S::const_iterator last = s.begin() + pos1 + n1;
    [all...]
iter_iter_iter_iter.pass.cpp 24 test(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l, S expected)
27 typename S::const_iterator first = s.begin() + pos1;
28 typename S::const_iterator last = s.begin() + pos1 + n1;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]
  /external/chromium_org/v8/test/mjsunit/
array-functions-prototype-misc.js 205 assertEquals("two", a[pos+1], "pos1:" + pos);
  /external/freetype/src/autofit/
aflatin.c 1417 FT_Pos pos1 = seg1->pos; local
    [all...]
aflatin2.c 1004 FT_Pos pos1 = seg1->pos; local
1006 FT_Pos dist = pos2 - pos1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
set.h 177 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
set.h 177 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]
  /external/chromium_org/v8/test/cctest/
test-debug.cc 2655 char* pos1 = strstr(message, prefix); local
    [all...]

Completed in 1112 milliseconds

1 2 34 5 6