HomeSort by relevance Sort by last modified time
    Searched refs:pos1 (Results 101 - 125 of 183) sorted by null

1 2 3 45 6 7 8

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegression.java 2358 ParsePosition pos1 = new ParsePosition(0); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegression.java 2354 ParsePosition pos1 = new ParsePosition(0); local
    [all...]
  /external/libcxx/test/std/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/gdb/darwin-x86/lib/python2.7/
zipfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py     [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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btDiscreteDynamicsWorld.cpp 1103 const btVector3& pos1 = pt.getPositionWorldOnA(); local
    [all...]
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 205 assertEquals("two", a[pos+1], "pos1:" + pos);
  /external/libcxx/test/std/experimental/string.view/string.view.ops/
compare.size_size_sv_size_size.pass.cpp 13 // constexpr int compare(size_type pos1, size_type n1, basic_string_view str,
24 void test1 ( std::experimental::basic_string_view<CharT> sv1, size_t pos1, size_t n1,
30 assert ( sign( sv1.compare(pos1, n1, sv2, pos2, n2)) == sign(expected));
31 assert(pos1 <= sv1.size());
34 catch (const std::out_of_range&) { assert(pos1 > sv1.size() || pos2 > sv2.size()); }
39 void test ( const CharT *s1, size_t pos1, size_t n1,
46 test1(sv1, pos1, n1, sv2, pos2, n2, expected);
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]
  /external/freetype/src/autofit/
aflatin.c 1848 FT_Pos pos1 = seg1->pos; local
    [all...]
aflatin2.c 1020 FT_Pos pos1 = seg1->pos; local
1022 FT_Pos dist = pos2 - pos1;
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 256 FieldPosition pos1, pos2; local
264 intFormatResult = formatter->format(intFormatNum, ruleSetName, intFormatResult, pos1, status);
288 intFormatResult = formatter->format(intFormatNum, "BLABLA", intFormatResult, pos1, status);
    [all...]
numrgts.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btSequentialImpulseConstraintSolver.cpp 1020 const btVector3& pos1 = cp.getPositionWorldOnA(); local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin.c 1516 FT_Pos pos1 = seg1->pos; local
    [all...]
aflatin2.c 1015 FT_Pos pos1 = seg1->pos; local
1017 FT_Pos dist = pos2 - pos1;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberRegression.java 881 ParsePosition pos1 = new ParsePosition(0), pos2 = new ParsePosition(0); local
884 Number num = df.parse(text, pos1);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegression.java 877 ParsePosition pos1 = new ParsePosition(0), pos2 = new ParsePosition(0); local
880 Number num = df.parse(text, pos1);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 1468 size_t pos1 = (pos + 3) & ~3; local
    [all...]
  /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);

Completed in 1421 milliseconds

1 2 3 45 6 7 8