HomeSort by relevance Sort by last modified time
    Searched refs:n1 (Results 376 - 400 of 657) sorted by null

<<11121314151617181920>>

  /external/libxml2/
xpath.c 3820 xmlNodePtr n1, n2; local
3957 xmlNodePtr n1, n2; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_post.c 931 struct cil_tree_node *n1 = d1->nodes->head->data; local
937 if (n1->flavor == CIL_CATSET || n2->flavor == CIL_CATSET) {
942 if (n1->flavor == CIL_CATALIAS) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/
size_size_pointer_size.pass.cpp 13 // replace(size_type pos, size_type n1, const charT* s, size_type n2);
26 test(S s, typename S::size_type pos, typename S::size_type n1,
34 s.replace(pos, n1, str, n2);
38 typename S::size_type xlen = std::min(n1, old_size - pos);
    [all...]
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,
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)
28 typename S::const_iterator last = s.begin() + pos1 + n1;
    [all...]
  /external/gmock/test/
gmock-matchers_test.cc 683 int n1 = 0; local
685 EXPECT_FALSE(m2.Matches(n1));
    [all...]
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /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,
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)
28 typename S::const_iterator last = s.begin() + pos1 + n1;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /external/valgrind/memcheck/
mc_leakcheck.c 249 static Int compare_MC_Chunks(const void* n1, const void* n2)
251 const MC_Chunk* mc1 = *(const MC_Chunk *const *)n1;
    [all...]
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 756 bool operator()(const Key* n0, const Key* n1) const { return *n0 < *n1; }
    [all...]
  /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));
39 void test ( const CharT *s1, size_t pos1, size_t n1,
46 test1(sv1, pos1, n1, sv2, pos2, n2, expected);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 725 Node* n1=0,
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 780 Word n1, n2, i; local
782 n1 = VG_(sizeXA)( rngs1 );
784 if (n1 < n2) return -1;
785 if (n1 > n2) return 1;
786 for (i = 0; i < n1; i++) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/valgrind/perf/
test_input_for_tinycc.c 2752 Int32 nNodes, nHeap, n1, n2, i, j, k; local
    [all...]
  /external/opencv3/modules/ml/src/
svm.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapidefs.h     [all...]
wabdefs.h     [all...]
  /external/valgrind/VEX/switchback/
test_bzip2.c 3225 Int32 nNodes, nHeap, n1, n2, i, j, k; local
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 3251 Int32 nNodes, nHeap, n1, n2, i, j, k; local
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 3242 Int32 nNodes, nHeap, n1, n2, i, j, k; local
    [all...]
varinfo6.c 3280 Int32 nNodes, nHeap, n1, n2, i, j, k; local
    [all...]

Completed in 2206 milliseconds

<<11121314151617181920>>