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

1 2 3 4

  /art/test/MultiDex/
Second.java 17 class Second {
19 return "I Second That.";
22 // This method makes sure the second dex file has quickening
  /art/test/MultiDexModifiedSecondary/
Second.java 17 class Second {
23 return "I Second That.";
  /external/testng/src/test/java/test/classgroup/
Second.java 6 public class Second {
  /art/test/ProfileTestMultiDex/
Second.java 17 class Second {
  /art/test/113-multidex/src/
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...]
  /art/test/569-checker-pattern-replacement/src-multidex/
Second.java 17 public final class Second {
62 public static int staticGetInstanceIntField(Second s) {
66 public double getInstanceDoubleFieldFromParam(Second s) {
83 public static void staticSetInstanceLongField(Second s, long value) {
87 public void setInstanceLongFieldThroughParam(Second s, long value) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLibInternal.h 54 UINT8 Second;
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.h 48 UINT8 Second;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
EventLogInfo.h 30 UINT8 Second;
  /external/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 71 if (Defs.insert(Op).second)
228 User *Second = dyn_cast<User>(Pair.second);
229 assert((!First || Second) && "translated from user to non-user!?");
232 Second->setOperand(i, BoolToIntMap[First->getOperand(i)]);
  /art/test/569-checker-pattern-replacement/src/
Main.java 25 Second.staticNop(11);
28 /// CHECK-START: void Main.nop(Second) inliner (before)
31 /// CHECK-START: void Main.nop(Second) inliner (after)
34 public static void nop(Second s) {
54 return Second.staticReturnArg2(77, value);
57 /// CHECK-START: long Main.returnArg1(Second, long) inliner (before)
58 /// CHECK-DAG: <<Second:l\d+>> ParameterValue
60 /// CHECK-DAG: <<NullCk:l\d+>> NullCheck [<<Second>>]
64 /// CHECK-START: long Main.returnArg1(Second, long) inliner (after)
68 /// CHECK-START: long Main.returnArg1(Second, long) inliner (after
    [all...]
  /external/clang/include/clang/Lex/
PPCallbacks.h 326 std::unique_ptr<PPCallbacks> First, Second;
331 : First(std::move(_First)), Second(std::move(_Second)) {}
337 Second->FileChanged(Loc, Reason, FileType, PrevFID);
344 Second->FileSkipped(SkippedFile, FilenameTok, FileType);
350 Second->FileNotFound(FileName, RecoveryPath);
361 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
369 Second->moduleImport(ImportLoc, Path, Imported);
374 Second->EndOfMainFile();
379 Second->Ident(Loc, str);
385 Second->PragmaComment(Loc, Kind, Str)
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 140 namespace Second
145 typedef First::Bar<Second::Foo> Special;
  /external/mockito/src/test/java/org/mockitousage/stubbing/
DeepStubbingTest.java 70 Second getSecond();
75 interface Second extends List<String> {}
  /external/python/cpython2/Lib/ctypes/test/
test_structures.py 462 class Second(Structure):
465 First._fields_ = [("second", Second)]
468 Second._fields_ = [("first", First)]
  /external/python/cpython3/Lib/ctypes/test/
test_structures.py 400 ('second', c_ulong),
406 s.second = 0xcafebabe
414 self.assertEqual(s.second, 0xcafebabe)
475 class Second(Structure):
478 First._fields_ = [("second", Second)]
481 Second._fields_ = [("first", First)]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 324 std::unique_ptr<PPCallbacks> First, Second;
329 : First(std::move(_First)), Second(std::move(_Second)) {}
335 Second->FileChanged(Loc, Reason, FileType, PrevFID);
342 Second->FileSkipped(SkippedFile, FilenameTok, FileType);
348 Second->FileNotFound(FileName, RecoveryPath);
359 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
367 Second->moduleImport(ImportLoc, Path, Imported);
372 Second->EndOfMainFile();
377 Second->Ident(Loc, str);
383 Second->PragmaComment(Loc, Kind, Str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
PPCallbacks.h 328 std::unique_ptr<PPCallbacks> First, Second;
333 : First(std::move(_First)), Second(std::move(_Second)) {}
339 Second->FileChanged(Loc, Reason, FileType, PrevFID);
346 Second->FileSkipped(SkippedFile, 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);
387 Second->PragmaComment(Loc, Kind, Str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
PPCallbacks.h 328 std::unique_ptr<PPCallbacks> First, Second;
333 : First(std::move(_First)), Second(std::move(_Second)) {}
339 Second->FileChanged(Loc, Reason, FileType, PrevFID);
346 Second->FileSkipped(SkippedFile, 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);
387 Second->PragmaComment(Loc, Kind, Str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
PPCallbacks.h 339 std::unique_ptr<PPCallbacks> First, Second;
344 : First(std::move(_First)), Second(std::move(_Second)) {}
350 Second->FileChanged(Loc, Reason, FileType, PrevFID);
357 Second->FileSkipped(SkippedFile, FilenameTok, FileType);
363 Second->FileNotFound(FileName, RecoveryPath);
374 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
382 Second->moduleImport(ImportLoc, Path, Imported);
387 Second->EndOfMainFile();
392 Second->Ident(Loc, str);
398 Second->PragmaDirective(Loc, Introducer)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
PPCallbacks.h 339 std::unique_ptr<PPCallbacks> First, Second;
344 : First(std::move(_First)), Second(std::move(_Second)) {}
350 Second->FileChanged(Loc, Reason, FileType, PrevFID);
357 Second->FileSkipped(SkippedFile, FilenameTok, FileType);
363 Second->FileNotFound(FileName, RecoveryPath);
374 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
382 Second->moduleImport(ImportLoc, Path, Imported);
387 Second->EndOfMainFile();
392 Second->Ident(Loc, str);
398 Second->PragmaDirective(Loc, Introducer)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
PPCallbacks.h 339 std::unique_ptr<PPCallbacks> First, Second;
344 : First(std::move(_First)), Second(std::move(_Second)) {}
350 Second->FileChanged(Loc, Reason, FileType, PrevFID);
357 Second->FileSkipped(SkippedFile, FilenameTok, FileType);
363 Second->FileNotFound(FileName, RecoveryPath);
374 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
382 Second->moduleImport(ImportLoc, Path, Imported);
387 Second->EndOfMainFile();
392 Second->Ident(Loc, str);
398 Second->PragmaDirective(Loc, Introducer)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
PPCallbacks.h 339 std::unique_ptr<PPCallbacks> First, Second;
344 : First(std::move(_First)), Second(std::move(_Second)) {}
350 Second->FileChanged(Loc, Reason, FileType, PrevFID);
357 Second->FileSkipped(SkippedFile, FilenameTok, FileType);
363 Second->FileNotFound(FileName, RecoveryPath);
374 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
382 Second->moduleImport(ImportLoc, Path, Imported);
387 Second->EndOfMainFile();
392 Second->Ident(Loc, str);
398 Second->PragmaDirective(Loc, Introducer)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 324 std::unique_ptr<PPCallbacks> First, Second;
329 : First(std::move(_First)), Second(std::move(_Second)) {}
335 Second->FileChanged(Loc, Reason, FileType, PrevFID);
342 Second->FileSkipped(SkippedFile, FilenameTok, FileType);
348 Second->FileNotFound(FileName, RecoveryPath);
359 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
367 Second->moduleImport(ImportLoc, Path, Imported);
372 Second->EndOfMainFile();
377 Second->Ident(Loc, str);
383 Second->PragmaComment(Loc, Kind, Str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
PPCallbacks.h 328 std::unique_ptr<PPCallbacks> First, Second;
333 : First(std::move(_First)), Second(std::move(_Second)) {}
339 Second->FileChanged(Loc, Reason, FileType, PrevFID);
346 Second->FileSkipped(SkippedFile, 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);
387 Second->PragmaComment(Loc, Kind, Str)
    [all...]

Completed in 746 milliseconds

1 2 3 4