HomeSort by relevance Sort by last modified time
    Searched refs:it (Results 1 - 25 of 5278) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/amd64/
nibz_bennee_mmap.stdout.exp 1 made it through alive!
  /art/test/548-checker-inlining-and-dce/src/
Main.java 19 private void inlinedForNull(Iterable it) {
20 if (it != null) {
22 it.iterator();
26 private void inlinedForFalse(boolean value, Iterable it) {
29 it.iterator();
40 public void testInlinedForFalseInlined(Iterable it) {
41 inlinedForFalse(false, it);
50 public void testInlinedForFalseNotInlined(Iterable it) {
51 inlinedForFalse(true, it);
61 public void testInlinedForNullInlined(Iterable it) {
77 Iterable it = new Iterable() { local
    [all...]
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockRectF.java 31 public RectF it; field in class:MockRectF
40 it.left = rhs.left;
41 it.top = rhs.top;
42 it.right = rhs.right;
43 it.bottom = rhs.bottom;
48 it.left = left;
49 it.top = top;
50 it.right = right;
51 it.bottom = bottom;
61 it.left = it.left + dx;
    [all...]
  /external/libcxx/test/std/re/re.alg/re.alg.search/
no_update_pos.pass.cpp 29 std::cregex_iterator it(text, text+6, re);
32 assert(it->str() == "a");
33 assert(it->position(0) == 0);
34 assert(it->length(0) == 1);
36 ++it;
37 assert(it == end);
backup.pass.cpp 31 std::sregex_iterator it(s.begin(), s.end(), re);
34 assert(it->position(0) == 0);
35 assert(it->length(0) == 1);
37 ++it;
38 assert(it->position(0) == 5);
39 assert(it->length(0) == 1);
41 ++it;
42 assert(it == end);
50 std::regex_iterator<std::list<char>::iterator> it(l.begin(), l.end(), re);
53 assert(it->position(0) == 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
no_update_pos.pass.cpp 29 std::cregex_iterator it{text, text+6, re};
32 assert(it->str() == "a");
33 assert(it->position(0) == 0);
34 assert(it->length(0) == 1);
36 ++it;
37 assert(it == end);
backup.pass.cpp 31 std::sregex_iterator it{s.begin(), s.end(), re};
34 assert(it->position(0) == 0);
35 assert(it->length(0) == 1);
37 ++it;
38 assert(it->position(0) == 5);
39 assert(it->length(0) == 1);
41 ++it;
42 assert(it == end);
50 std::regex_iterator<std::list<char>::iterator> it{l.begin(), l.end(), re};
53 assert(it->position(0) == 0)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AttributedCharacterIteratorTest.java 32 AttributedCharacterIterator it = attrString.getIterator(); local
33 assertEquals("Wrong first", 'T', it.current());
34 it.next();
35 assertEquals("Wrong second", 'e', it.current());
37 it.next();
38 assertEquals("Wrong last", 'g', it.current());
39 it.next();
40 assertTrue("Wrong final", it.current() == CharacterIterator.DONE);
42 it = attrString.getIterator(null, 2, 8);
43 assertEquals("Wrong first2", 's', it.current())
52 AttributedCharacterIterator it = attrString.getIterator(); local
68 AttributedCharacterIterator it = attrString.getIterator(null, 2, 6); local
78 AttributedCharacterIterator it = attrString.getIterator(null, 2, 6); local
88 AttributedCharacterIterator it = attrString.getIterator(); local
105 AttributedCharacterIterator it = attrString.getIterator(); local
121 AttributedCharacterIterator it = attrString.getIterator(); local
138 AttributedCharacterIterator it = attrString.getIterator(); local
149 AttributedCharacterIterator it = attrString.getIterator(); local
161 AttributedCharacterIterator it = as.getIterator(); local
    [all...]
  /build/tools/atree/
atree.cpp 36 " of files included. It sets the variable ATREE_FILES.\n"
53 " 'rm DEST' removes the destination file and fails if it's missing.\n"
93 // Escape the filename so that it can be added to the makefile properly.
191 for (vector<string>::iterator it=g_listFiles.begin();
192 it!=g_listFiles.end(); it++) {
193 printf("-f \"%s\"\n", it->c_str());
195 for (vector<string>::iterator it=g_inputBases.begin();
196 it!=g_inputBases.end(); it++)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
MergedStringTable.cpp 19 string_map_iterator it, end = m_StringMap.end(); local
21 for (it = m_StringMap.begin(); it != end; ++it) {
22 it->setValue(offset);
23 offset += it->getKey().size() + 1;
30 string_map_iterator it, end = m_StringMap.end(); local
31 for (it = m_StringMap.begin(); it != end; ++it) {
    [all...]
  /external/parameter-framework/upstream/parameter/
ElementLibrary.cpp 40 ElementBuilderMapIterator it; local
42 for (it = _elementBuilderMap.begin(); it != _elementBuilderMap.end(); ++it) {
44 delete it->second;
51 ElementBuilderMapConstIterator it = _elementBuilderMap.find(getBuilderType(xmlElement)); local
53 if (it != _elementBuilderMap.end()) {
55 return it->second->createElement(xmlElement);
  /external/svox/pico/lang/
PicoLangItItInSystem.mk 2 # Installation of it-IT for the Pico TTS engine in the system image
4 # Include this file in a product makefile to include the language files for it-IT
10 external/svox/pico/lang/it-IT_cm0_sg.bin:system/tts/lang_pico/it-IT_cm0_sg.bin \
11 external/svox/pico/lang/it-IT_ta.bin:system/tts/lang_pico/it-IT_ta.bin
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_bcond.s 7 it ne
9 it cc
11 it cs
13 it lt
15 it eq
17 it gt
19 it lt
21 it eq
  /art/test/478-checker-clinit-check-pruning/src/
Main.java 44 // CFG as it is before the next pass (liveness analysis) instead.
84 // dumped after (nor before) this step, we check the CFG as it is
305 * later invoke-static (or it's ClinitCheck).
315 static void constClassAndInvokeStatic(Iterable<?> it) {
317 ClassWithClinit7.someStaticMethod(it);
329 static void someStaticMethod(Iterable<?> it) {
331 it.iterator();
346 static void sgetAndInvokeStatic(Iterable<?> it) {
348 ClassWithClinit8.someStaticMethod(it);
361 static void someStaticMethod(Iterable<?> it) {
537 Iterable it = new Iterable() { public java.util.Iterator iterator() { return null; } }; local
    [all...]
  /external/boringssl/src/crypto/asn1/
tasn_new.c 10 * apply to all code found in this distribution, be it the RC4, RSA,
67 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
69 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
76 if (ASN1_item_ex_new(&ret, it) > 0)
83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
85 return asn1_item_ex_combine_new(pval, it, 0);
88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
94 const ASN1_AUX *aux = it->funcs
267 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); local
    [all...]
  /frameworks/compile/mclinker/lib/Script/
SectionsCmd.cpp 24 for (iterator it = begin(), ie = end(); it != ie; ++it) {
25 if (*it != NULL)
26 delete *it;
33 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
34 switch ((*it)->getKind()) {
39 (*it)->dump()
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
iterator.c 26 static void InitLeft(VP8EncIterator* const it) {
27 const VP8Encoder* const enc = it->enc_;
29 (it->y_ > 0) ? 129 : 127;
33 it->left_nz_[8] = 0;
36 static void InitTop(VP8EncIterator* const it) {
37 const VP8Encoder* const enc = it->enc_;
43 void VP8IteratorReset(VP8EncIterator* const it) {
44 VP8Encoder* const enc = it->enc_;
45 it->x_ = 0;
46 it->y_ = 0
    [all...]
  /external/webp/src/enc/
iterator.c 22 static void InitLeft(VP8EncIterator* const it) {
23 it->y_left_[-1] = it->u_left_[-1] = it->v_left_[-1] =
24 (it->y_ > 0) ? 129 : 127;
25 memset(it->y_left_, 129, 16);
26 memset(it->u_left_, 129, 8);
27 memset(it->v_left_, 129, 8);
28 it->left_nz_[8] = 0;
31 static void InitTop(VP8EncIterator* const it) {
    [all...]
  /external/v8/src/arm64/
decoder-arm64.cc 31 std::list<DecoderVisitor*>::iterator it; local
32 for (it = visitors_.begin(); it != visitors_.end(); it++) {
33 if (*it == registered_visitor) {
34 visitors_.insert(it, new_visitor);
40 DCHECK(*it == registered_visitor);
41 visitors_.insert(it, new_visitor);
48 std::list<DecoderVisitor*>::iterator it; local
49 for (it = visitors_.begin(); it != visitors_.end(); it++)
    [all...]
  /libcore/ojluni/src/main/java/java/util/
AbstractCollection.java 5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
99 Iterator<E> it = iterator(); local
101 while (it.hasNext())
102 if (it.next()==null)
105 while (it.hasNext())
106 if (o.equals(it.next()))
137 Iterator<E> it = iterator(); local
139 if (! it.hasNext()) // fewer elements than expecte
179 Iterator<E> it = iterator(); local
280 Iterator<E> it = iterator(); local
370 Iterator<?> it = iterator(); local
403 Iterator<E> it = iterator(); local
429 Iterator<E> it = iterator(); local
450 Iterator<E> it = iterator(); local
    [all...]
  /bionic/tests/
net_if_test.cpp 48 for (struct if_nameindex* it = list; it->if_index != 0; ++it) {
49 fprintf(stderr, "\t%d\t%s\n", it->if_index, it->if_name);
50 if_nameindex_names.insert(it->if_name);
51 EXPECT_EQ(it->if_index, if_nametoindex(it->if_name));
52 EXPECT_STREQ(it->if_name, if_indextoname(it->if_index, buf))
    [all...]
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 50 for (const_iterator it = err_begin(), ie = err_end(); it != ie; ++it)
52 << it->second;
53 for (const_iterator it = warn_begin(), ie = warn_end(); it != ie; ++it)
55 << it->second;
56 for (const_iterator it = remark_begin(), ie = remark_end(); it != ie; ++it
    [all...]
  /external/compiler-rt/test/asan/TestCases/Windows/
crt_initializers.cc 18 for (FPTR* it = &__xi_a; it < &__xi_z; ++it) {
19 if (*it)
  /external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/
default.pass.cpp 27 T it; local
28 assert(it == T());
35 T it; local
36 assert(it == T());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
debug_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
49 for (const_iterator it = begin(); it != end(); ++it)
51 debug_base::check_key_exists(PB_DS_V2F(*it), __file, __line);

Completed in 1283 milliseconds

1 2 3 4 5 6 7 8 91011>>