HomeSort by relevance Sort by last modified time
    Searched full:second (Results 276 - 300 of 16670) sorted by null

<<11121314151617181920>>

  /frameworks/opt/chips/tests/src/com/android/ex/chips/
ChipsTest.java 185 String second = (String) mTokenizer.terminateToken("SECOND"); local
188 mEditable.append(first + extra + second);
191 int secondStart = mEditable.toString().indexOf(second);
192 int secondEnd = secondStart + second.trim().length();
199 assertEquals(editableString.indexOf(second), secondStart - extra.length());
200 assertEquals(editableString, (first + second));
222 String second = (String) mTokenizer.terminateToken("SECOND"); local
225 mEditable.append(first + second);
249 String second = (String) mTokenizer.terminateToken("SECOND"); local
265 String second = (String) mTokenizer.terminateToken("SECOND"); local
300 String second = (String) mTokenizer.terminateToken("SECOND"); local
361 String second = (String) mTokenizer.terminateToken("SECOND"); local
440 String second = (String) mTokenizer.terminateToken("SE,COND"); local
481 String second = (String) mTokenizer.terminateToken("SECOND"); local
527 String second = (String) mTokenizer.terminateToken("SECOND"); local
600 assertEquals(mEditable.toString(), first + second); local
616 String second = (String) mTokenizer.terminateToken("SECOND"); local
769 String second = (String) mTokenizer.terminateToken("SECOND"); local
929 String second = (String) mTokenizer.terminateToken("SECOND"); local
    [all...]
  /external/libcxx/test/std/re/re.alg/re.alg.match/
awk.pass.cpp 36 assert(m.prefix().second == m[0].first);
38 assert(m.suffix().first == m[0].second);
39 assert(m.suffix().second == s+1);
51 assert(m.prefix().second == m[0].first);
53 assert(m.suffix().first == m[0].second);
54 assert(m.suffix().second == s+2);
92 assert(m.prefix().second == m[0].first);
94 assert(m.suffix().first == m[0].second);
95 assert(m.suffix().second == s+4);
107 assert(m.prefix().second == m[0].first)
    [all...]
egrep.pass.cpp 34 assert(m.prefix().second == m[0].first);
36 assert(m.suffix().first == m[0].second);
37 assert(m.suffix().second == s + std::char_traits<char>::length(s));
57 assert(m.prefix().second == m[0].first);
59 assert(m.suffix().first == m[0].second);
60 assert(m.suffix().second == s + std::char_traits<char>::length(s));
73 assert(m.prefix().second == m[0].first);
75 assert(m.suffix().first == m[0].second);
76 assert(m.suffix().second == s + std::char_traits<char>::length(s));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
awk.pass.cpp 35 assert(m.prefix().second == m[0].first);
37 assert(m.suffix().first == m[0].second);
38 assert(m.suffix().second == s+1);
50 assert(m.prefix().second == m[0].first);
52 assert(m.suffix().first == m[0].second);
53 assert(m.suffix().second == s+2);
91 assert(m.prefix().second == m[0].first);
93 assert(m.suffix().first == m[0].second);
94 assert(m.suffix().second == s+4);
106 assert(m.prefix().second == m[0].first)
    [all...]
extended.pass.cpp 34 assert(m.prefix().second == m[0].first);
36 assert(m.suffix().first == m[0].second);
37 assert(m.suffix().second == s+1);
49 assert(m.prefix().second == m[0].first);
51 assert(m.suffix().first == m[0].second);
52 assert(m.suffix().second == s+2);
90 assert(m.prefix().second == m[0].first);
92 assert(m.suffix().first == m[0].second);
93 assert(m.suffix().second == s+4);
105 assert(m.prefix().second == m[0].first)
    [all...]
egrep.pass.cpp 34 assert(m.prefix().second == m[0].first);
36 assert(m.suffix().first == m[0].second);
37 assert(m.suffix().second == s + std::char_traits<char>::length(s));
57 assert(m.prefix().second == m[0].first);
59 assert(m.suffix().first == m[0].second);
60 assert(m.suffix().second == s + std::char_traits<char>::length(s));
73 assert(m.prefix().second == m[0].first);
75 assert(m.suffix().first == m[0].second);
76 assert(m.suffix().second == s + std::char_traits<char>::length(s));
  /external/llvm/test/CodeGen/X86/
returned-trunc-tail-calls.ll 41 %second = extractvalue {i32, i32} %in, 1
42 %second.trunc = trunc i32 %second to i8
45 %callval = insertvalue {i32, i8} %tmp, i8 %second.trunc, 1
49 %res = insertvalue {i8, i8} %restmp, i8 %second.trunc, 1
60 %second = extractvalue {i32, {i32, i32}} %val, 1, 0
64 %reseventmper = insertvalue {{i32, i32}, i32} %restmp, i32 %second, 0, 1
83 %second = extractvalue {i32, {i32, i32}} %agg, 1, 0
86 %res = insertvalue {{}, {{}, i32, {}}, [1 x i32]} %restmp, i32 %second, 2, 0
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_pair.i 14 static int get_pair(const octave_value& first, octave_value second,
22 U *psecond = &(val->second);
23 int res2 = swig::asval(second, psecond);
33 int res2 = swig::asval((PyObject*)second, psecond);
64 static int get_pair(const octave_value& first, octave_value second,
73 U *psecond = &(vp->second);
74 int res2 = swig::asval(second, psecond);
85 int res2 = swig::asval(second, psecond);
118 c(1)=swig::from(val.second);
  /external/v8/src/libplatform/
default-platform.cc 50 while (!i->second.empty()) {
51 delete i->second.front();
52 i->second.pop();
57 while (!i->second.empty()) {
58 delete i->second.top().second;
59 i->second.pop();
88 if (it == main_thread_queue_.end() || it->second.empty()) {
91 Task* task = it->second.front();
92 it->second.pop()
    [all...]
  /system/security/keystore/
operation.cpp 56 *outHandle = entry->second.handle;
57 *outKeyid = entry->second.keyid;
58 *outPurpose = entry->second.purpose;
59 *outDevice = entry->second.device;
61 *outCharacteristics = entry->second.characteristics.get();
79 sp<IBinder> appToken = entry->second.appToken;
95 auto tokenEntry = std::find(appEntry->second.begin(), appEntry->second.end(), token);
96 appEntry->second.erase(tokenEntry);
98 if (appEntry->second.size() == 0)
    [all...]
  /system/webservd/libwebserv/
request.cc 78 data.emplace_back(pair.first, pair.second.get());
86 while (pair.first != pair.second) {
87 data.push_back(pair.first->second);
91 while (pair.first != pair.second) {
92 data.push_back(pair.first->second);
102 while (pair.first != pair.second) {
103 data.push_back(pair.first->second);
113 while (pair.first != pair.second) {
114 data.push_back(pair.first->second);
124 while (pair.first != pair.second) {
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
copy.pass.cpp 57 assert(i->second == "one");
60 assert(i->second == "four");
63 assert(i->second == "two");
66 assert(i->second == "four");
69 assert(i->second == "three");
72 assert(i->second == "four");
111 assert(i->second == "one");
114 assert(i->second == "four");
117 assert(i->second == "two");
120 assert(i->second == "four")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
copy.pass.cpp 57 assert(i->second == "one");
60 assert(i->second == "four");
63 assert(i->second == "two");
66 assert(i->second == "four");
69 assert(i->second == "three");
72 assert(i->second == "four");
111 assert(i->second == "one");
114 assert(i->second == "four");
117 assert(i->second == "two");
120 assert(i->second == "four")
    [all...]
  /external/libgdx/tests/gdx-tests-android/assets/data/
utf-font.fnt 196 kerning first=65 second=87 amount=-1
197 kerning first=66 second=86 amount=-1
198 kerning first=66 second=89 amount=-1
199 kerning first=66 second=94 amount=-1
200 kerning first=68 second=86 amount=-1
201 kerning first=68 second=90 amount=-1
202 kerning first=68 second=94 amount=-1
203 kerning first=69 second=77 amount=-1
204 kerning first=69 second=79 amount=-1
205 kerning first=70 second=74 amount=-
    [all...]
  /external/clang/test/Sema/
varargs-x86-64.c 24 __builtin_ms_va_start(ap, 10); // expected-warning {{second parameter of 'va_start' not last named argument}}
25 __builtin_ms_va_start(ap, a); // expected-warning {{second parameter of 'va_start' not last named argument}}
65 (void)__builtin_va_arg(ap, void); // expected-error {{second argument to 'va_arg' is of incomplete type 'void'}}
71 (void)__builtin_va_arg(args, float); // expected-warning {{second argument to 'va_arg' is of promotable type 'float'}}
73 (void)__builtin_va_arg(args, short); // expected-warning {{second argument to 'va_arg' is of promotable type 'short'}}
74 (void)__builtin_va_arg(args, char); // expected-warning {{second argument to 'va_arg' is of promotable type 'char'}}
varargs.c 16 __builtin_va_start(ap, 10); // expected-warning {{second parameter of 'va_start' not last named argument}}
17 __builtin_va_start(ap, a); // expected-warning {{second parameter of 'va_start' not last named argument}}
67 (void)__builtin_va_arg(ap, void); // expected-error {{second argument to 'va_arg' is of incomplete type 'void'}}
74 (void)__builtin_va_arg(args, float); // expected-warning {{second argument to 'va_arg' is of promotable type 'float'}}
76 (void)__builtin_va_arg(args, short); // expected-warning {{second argument to 'va_arg' is of promotable type 'short'}}
77 (void)__builtin_va_arg(args, char); // expected-warning {{second argument to 'va_arg' is of promotable type 'char'}}
  /external/eigen/lapack/
second_NONE.f 1 *> \brief \b SECOND returns nothing
11 * REAL FUNCTION SECOND( )
19 *> SECOND returns nothing instead of returning the user time for a process in seconds.
38 REAL FUNCTION SECOND( )
47 SECOND = 0.0E+0
50 * End of SECOND
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
NodeComparator.java 44 * Creates a new composite comparator with a second search criterion.
46 * @param second
47 * second criterion comparator
51 public NodeComparator second(final Comparator<ICoverageNode> second) { method in class:NodeComparator
60 return result == 0 ? second.compare(o1, o2) : result;
  /external/libcxx/test/std/containers/unord/unord.multimap/
local_iterators.fail.cpp 54 assert(i->second == "one");
57 assert(i->second == "four");
65 assert(i->second == "two");
68 assert(i->second == "four");
75 assert(i->second == "three");
82 assert(i->second == "four");
119 assert(i->second == "one");
122 assert(i->second == "four");
129 assert(i->second == "two");
132 assert(i->second == "four")
    [all...]
  /external/mockito/src/org/mockito/
AdditionalMatchers.java 571 * @param second
572 * placeholder for the second argument matcher.
575 public static boolean and(boolean first, boolean second) {
586 * @param second
587 * placeholder for the second argument matcher.
590 public static byte and(byte first, byte second) {
601 * @param second
602 * placeholder for the second argument matcher.
605 public static char and(char first, char second) {
616 * @param second
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
local_iterators.fail.cpp 54 assert(i->second == "one");
57 assert(i->second == "four");
65 assert(i->second == "two");
68 assert(i->second == "four");
75 assert(i->second == "three");
82 assert(i->second == "four");
119 assert(i->second == "one");
122 assert(i->second == "four");
129 assert(i->second == "two");
132 assert(i->second == "four")
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
mismatch_test.cpp 45 CPPUNIT_ASSERT(result.first ==(n1 + 5) && result.second ==(n2 + 5));
48 CPPUNIT_ASSERT(!(result.first ==(n1 + 5) && result.second ==(n3 + 5)));
60 CPPUNIT_ASSERT(result.first == v1.end() && result.second == v2.end());
64 CPPUNIT_ASSERT(!(result.first == v1.end() && result.second == v2.end()));
76 CPPUNIT_ASSERT(result.first == n1 + size && result.second == n2 + size);
80 CPPUNIT_ASSERT(!(result.first == n2 + size && result.second == n2 + size));
  /ndk/tests/device/test-stlport/unit/
mismatch_test.cpp 45 CPPUNIT_ASSERT(result.first ==(n1 + 5) && result.second ==(n2 + 5));
48 CPPUNIT_ASSERT(!(result.first ==(n1 + 5) && result.second ==(n3 + 5)));
60 CPPUNIT_ASSERT(result.first == v1.end() && result.second == v2.end());
64 CPPUNIT_ASSERT(!(result.first == v1.end() && result.second == v2.end()));
76 CPPUNIT_ASSERT(result.first == n1 + size && result.second == n2 + size);
80 CPPUNIT_ASSERT(!(result.first == n2 + size && result.second == n2 + size));
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 73 I->second.InlineChecked = 1;
74 I->second.MayInline = 1;
79 I->second.InlineChecked = 1;
80 I->second.MayInline = 0;
89 if (I != Map.end() && I->second.InlineChecked)
90 return I->second.MayInline;
96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks;
100 I->second.TotalBasicBlocks = TotalIDs;
108 return I->second.VisitedBasicBlocks.count();
115 return I->second.TimesInlined
    [all...]
  /external/clang/test/Index/
complete-super.m 8 + (void)select:(Bool)condition first:(int)x second:(int)y;
15 + (void)select:(Bool)condition first:(int)x second:(int)y;
23 + (void)select:(Bool)condition first:(int)a second:(int)b {
24 [super selector:condition first:a second:b];
25 super selector:condition first:a second:b];
47 // CHECK-SELECT-RECEIVER: ObjCClassMethodDecl:{ResultType void}{TypedText super}{HorizontalSpace }{Text select:}{Placeholder condition}{HorizontalSpace }{Text first:}{Placeholder a}{HorizontalSpace }{Text second:}{Placeholder b} (20)
57 // CHECK-SELECTOR-SELECTOR: ObjCClassMethodDecl:{ResultType void}{TypedText select:}{Placeholder condition}{HorizontalSpace }{Text first:}{Placeholder a}{HorizontalSpace }{Text second:}{Placeholder b} (20)
59 // Check "super" completion at the second identifier
64 // CHECK-SELECTOR-FIRST: ObjCClassMethodDecl:{ResultType void}{Informative select:}{TypedText first:}{Placeholder a}{HorizontalSpace }{Text second:}{Placeholder b} (20)
67 // RUN: c-index-test -code-completion-at=%s:24:37 %s | FileCheck -check-prefix=CHECK-SELECTOR-SECOND %
    [all...]

Completed in 1704 milliseconds

<<11121314151617181920>>