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

1 2 3 4 5

  /external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
main.cpp 26 struct Second
30 Second(int X, float Y) :
49 Second second(65,43.25);
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
  /external/clang/include/clang/Lex/
PPCallbacks.h 325 PPCallbacks *First, *Second;
329 : First(_First), Second(_Second) {}
331 delete Second;
339 Second->FileChanged(Loc, Reason, FileType, PrevFID);
346 Second->FileSkipped(ParentFile, FilenameTok, FileType);
352 Second->FileNotFound(FileName, RecoveryPath);
363 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
371 Second->moduleImport(ImportLoc, Path, Imported);
376 Second->EndOfMainFile();
381 Second->Ident(Loc, str)
    [all...]
  /art/test/113-multidex/src/
Main.java 21 Inf1 second = new Second(); local
22 System.out.println(second.getClass().getName());
23 second.zcall();
24 second.zcall1();
25 second.zcall2();
26 second.zcall3();
27 second.zcall4();
28 second.zcall5();
29 second.zcall6()
    [all...]
Second.java 17 public class Second implements Inf1, Inf2, Inf3, Inf4, Inf5, Inf6, Inf7, Inf8 {
19 System.out.println("Second::zcall");
23 System.out.println("Second::zcall1");
27 System.out.println("Second::zcall2");
31 System.out.println("Second::zcall3");
35 System.out.println("Second::zcall4");
39 System.out.println("Second::zcall5");
43 System.out.println("Second::zcall6");
47 System.out.println("Second::zcall7");
51 System.out.println("Second::zcall8")
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 199 struct Second {};
216 void template_template_fun(Type<Thing<Second, true>, Second>) { }
223 void template_template_specialization<void (Type<Thing<Second, true>, Second>)>() {
234 int second; member in struct:record
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
hash.h 202 template <typename First, typename Second>
203 struct hash<pair<First, Second> > {
204 inline size_t operator()(const pair<First, Second>& key) const {
206 size_t second_hash = hash<Second>()(key.second);
215 inline size_t operator()(const pair<First, Second>& a,
216 const pair<First, Second>& b) const {
  /external/protobuf/src/google/protobuf/stubs/
hash.h 190 template <typename First, typename Second>
191 struct hash<pair<First, Second> > {
192 inline size_t operator()(const pair<First, Second>& key) const {
194 size_t second_hash = hash<Second>()(key.second);
203 inline size_t operator()(const pair<First, Second>& a,
204 const pair<First, Second>& b) const {
  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 74 template<typename First, typename Second>
75 struct VectorTraits<pair<First, Second> >
78 typedef VectorTraits<Second> SecondTraits;
HashTraits.h 232 template<typename First, typename Second>
233 struct HashTraits<std::pair<First, Second> > : public PairHashTraits<HashTraits<First>, HashTraits<Second> > { };
  /art/test/113-multidex/
build 29 rm classes/Second.class classes/FillerA.class classes/FillerB.class classes/Inf*.class
  /external/valgrind/main/drd/tests/
pth_cond_destroy_busy.stderr.exp 10 Second pthread_cond_destroy() call returned success.
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 213 NamespaceTypoProvider Second("AAB", "CCC");
217 Installer->PushSource(&Second);
224 ASSERT_LE(1, Second.CallCount);
252 CompleteTypeDiagnoser Second(true);
255 Installer->PushSource(&Second);
262 ASSERT_EQ(1, Second.CallCount);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
concept_check.hpp 267 BOOST_concept(NAME, (First)(Second)) \
273 Second b; \
277 BOOST_concept(NAME, (Ret)(First)(Second)) \
283 Second b; \
352 BOOST_concept(BinaryFunction,(Func)(Return)(First)(Second))
358 f(first,second);
359 Return r = f(first, second); // require operator()
365 f(first,second);
379 Second second;
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 140 namespace Second
145 typedef First::Bar<Second::Foo> Special;
  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h 45 // * Time type: hour-minute-second-millisecond
46 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
73 int second() const { return m_second; } function in class:WebCore::DateComponents
84 None, // Suppress the second part and the millisecond part if they are 0.
85 Second, // Always show the second part, and suppress the millisecond part if it is 0.
86 Millisecond // Always show the second part and the millisecond part.
112 // Sets hour, minute, second and millisecond.
114 // Sets year, month, monthDay, hour, minute, second and millisecond.
116 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
document_parser_test.py 123 multiple_titles = '<h1>First header</h1> and <h1>Second header</h1>'
124 self.assertEqual((' and <h1>Second header</h1>', None),
236 'Second section'
237 '<h2>Second header</h2>'
252 assert_single_header(section1, 'Second header')
  /external/chromium_org/v8/test/mjsunit/
string-indexof-1.js 64 assertEquals(3, twoByteString.indexOf("\u03a3",3), "Second Sigma");
95 assertEquals(1534, long.indexOf("AJABACA", 511), "Long AJABACA, Second J");
99 assertEquals(1535, long.indexOf(pattern, 512), "Long JABACABA..., Second J");
  /external/valgrind/main/helgrind/tests/
pth_cond_destroy_busy.stderr.exp 48 Second pthread_cond_destroy() call returned success.
  /ndk/tests/build/topological-sort/jni/
Android.mk 10 # 2/ Second, define another static library named 'bar' that depends on
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseDateAndTimeInputType.cpp 143 return date.toString(DateComponents::Second);
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
__init__.py 156 min_bitrate_mbps: The minimum capture bitrate in MegaBits Per Second.
  /external/llvm/lib/CodeGen/
StackColoring.cpp 203 const BlockLifetimeInfo &BlockInfo = BI->second;
307 BlockLifetimeInfo &BlockInfo = BI->second;
317 LocalLiveIn |= I->second.LiveOut;
327 LocalLiveOut |= I->second.LiveIn;
476 const AllocaInst *To = MFI->getObjectAllocation(SI.second);
745 LiveInterval *Second = &*Intervals[SecondSlot];
746 assert (!First->empty() && !Second->empty() && "Found an empty range");
749 if (!First->overlaps(*Second)) {
751 First->MergeSegmentsInAsValue(*Second, First->getValNumInfo(0));

Completed in 1027 milliseconds

1 2 3 4 5