Searched refs:first (Results 101 - 125 of 2232) sorted by relevance

1234567891011>>

/external/stlport/test/unit/
H A Dpair_test.cpp30 CPPUNIT_ASSERT(p.first==1);
42 CPPUNIT_CHECK( PAIR_ARRAY[i].first == 0 );
/external/valgrind/main/gdbserver_tests/
H A Dmcbreak.stdout.exp1 pid .... Thread .... first
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleRangeHandle.cpp51 return PassRefPtr<InjectedBundleRangeHandle>(result.first->second);
54 result.first->second = rangeHandle.get();
/external/icu4c/test/cintltst/
H A Dcustrtst.c508 log_err("u_strpbrk couldn't find first letter a.\n");
535 log_err("u_strpbrk couldn't find first letter a.\n");
574 log_err("u_strcspn couldn't find first letter a.\n");
598 log_err("u_strcspn couldn't find first letter a.\n");
635 log_err("u_strspn couldn't skip first letter a.\n");
647 log_err("u_strspn couldn't find first letter a (skip d or c).\n");
664 log_err("u_strspn couldn't skip d or c (skip first letter).\n");
667 log_err("u_strspn couldn't skip d or c (skip first letter).\n");
670 log_err("u_strspn couldn't skip d or c (skip first letter).\n");
676 log_err("u_strspn couldn't skip \"0xdbff, 0xdfff\" (get first lette
718 const UChar *first, *last; local
[all...]
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated_istype.cpp177 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
212 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
247 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
330 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
366 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
[all...]
H A Dtst_qscriptvalue_generated_totype.cpp246 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
424 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
665 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
897 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
1075 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
[all...]
/external/chromium/chrome/browser/autofill/
H A Dautofill_type_unittest.cc24 AutofillType first(NAME_FIRST);
25 EXPECT_EQ(NAME_FIRST, first.field_type());
26 EXPECT_EQ(AutofillType::NAME, first.group());
27 EXPECT_EQ(AutofillType::NO_SUBGROUP, first.subgroup());
/external/clang/test/Index/
H A Dcomplete-exprs.cpp15 vector(InputIterator first, InputIterator last);
61 // CHECK-CC1: FunctionTemplate:{ResultType void}{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder InputIterator first}{Comma , }{Placeholder InputIterator last}{RightParen )} (50)
75 // CHECK-CC3: FunctionTemplate:{ResultType void}{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder InputIterator first}{Comma , }{Placeholder InputIterator last}{RightParen )} (50)
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h92 struct list_head *first = list->next; local
94 if (first != list) {
98 first->prev = head;
99 head->next = first;
/external/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h31 struct { unsigned int first; unsigned int second; } UIntPairVal; member in struct:llvm::GenericValue::__anon9052::__anon9053
/external/oprofile/libutil++/
H A Dcverb.cpp103 if (p_it.first == p_it.second)
105 for (; p_it.first != p_it.second; ++p_it.first)
106 p_it.first->second->set = true;
/external/valgrind/main/coregrind/
H A Dm_options.c272 executable itself; iow child_argv[0] must be the first arg, if any,
296 HChar const* first = consume_commas(last); local
297 last = consume_field(first);
298 if (first == last)
300 vg_assert(last > first);
303 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
304 VG_(memcpy)(patt, first, last - first);
305 vg_assert(patt[last-first] == 0);
321 HChar const* first local
[all...]
/external/valgrind/main/drd/tests/
H A Dtc18_semabuse.stderr.exp5 semaphore 0x........ was first observed at:
12 semaphore 0x........ was first observed at:
/external/webkit/Source/WebCore/css/
H A DCSSPageRule.cpp42 CSSSelector* selector = selectorList().first();
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageDecoder.cpp75 m_frameBufferCache.first().setPremultiplyAlpha(m_premultiplyAlpha);
78 ImageFrame* buffer = &m_frameBufferCache.first();
101 else if (!m_frameBufferCache.isEmpty() && (m_frameBufferCache.first().status() == ImageFrame::FrameComplete))
117 m_reader->setBuffer(&m_frameBufferCache.first());
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
H A DUtilities.js44 Array.prototype.first = function(predicate) {
/external/zlib/src/
H A Dzlib2ansi69 my $first = shift @bits;
70 $first =~ s/^\s*//;
71 push @outParams, $first;
72 $first =~ /^(\w+\s*)/;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DScannerParseLargeFileBenchmarkTest.java47 static boolean first = true; field in class:ScannerParseLargeFileBenchmarkTest.MyReader
62 if (first == true) {
64 first = false;
/external/chromium/base/synchronization/
H A Dwaitable_event_posix.cc217 return a.first < b.first;
241 DCHECK(waitables[i].first != waitables[i+1].first);
260 waitables[count - (1 + i)].first->kernel_->lock_.Release();
301 // in any of them and the return value is the index of the first WaitableEvent
311 waitables[0].first->kernel_->lock_.Acquire();
312 if (waitables[0].first->kernel_->signaled_) {
313 if (!waitables[0].first->kernel_->manual_reset_)
314 waitables[0].first
[all...]
/external/chromium/chrome/browser/policy/
H A Dpolicy_map.cc34 map_.erase(entry->first);
70 return a.first == b.first && Value::Equals(a.second, b.second);
/external/clang/test/Sema/
H A Dstatements.c97 int first = 1;
98 for ( ; ({ if (first) { first = 0; continue; } 0; }); )
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttributeSet.java54 boolean first = true;
62 if (first)
63 first = false;
/external/junit/src/org/junit/runner/manipulation/
H A DFilter.java81 * to first be checked with the filter. Only those that pass the filter will be run.
100 final Filter first= this;
104 return first.shouldRun(description)
110 return first.describe() + " and " + second.describe();
/external/llvm/lib/CodeGen/
H A DAllocationOrder.cpp40 // The first hint pair component indicates a target-specific hint.
41 if (HintPair.first) {
45 TRI.getRawAllocationOrder(RC, HintPair.first, Hint,
60 Hint = TRI.ResolveRegAllocHint(HintPair.first, Hint,
/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h63 return FI <= InArgFIRange.first && FI >= InArgFIRange.second;
68 return FI <= OutArgFIRange.first && FI >= OutArgFIRange.second;
72 // this must be the first time this function was called.
73 OutArgFIRange.first = FirstFI;

Completed in 3449 milliseconds

1234567891011>>