HomeSort by relevance Sort by last modified time
    Searched defs:PL (Results 1 - 20 of 20) sorted by null

  /external/clang/tools/arcmt-test/
arcmt-test.cpp 310 PresumedLoc PL = SM.getPresumedLoc(loc);
312 OS << llvm::sys::path::filename(PL.getFilename());
313 OS << ":" << PL.getLine() << ":"
314 << PL.getColumn();
322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
324 OS << llvm::sys::path::filename(PL.getFilename());
325 OS << " [" << PL.getLine() << ":"
326 << PL.getColumn();
330 PL = SM.getPresumedLoc(end);
332 unsigned endCol = PL.getColumn() - 1
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
SplitAppTest.java 63 private static final Configuration PL = new Configuration();
65 PL.setLocale(Locale.forLanguageTag("pl"));
98 final Context context = mBaseActivityRule.getActivity().createConfigurationContext(PL);
129 new Intent().setComponent(FEATURE_A_ACTIVITY)).createConfigurationContext(PL);
176 new Intent().setComponent(FEATURE_B_ACTIVITY)).createConfigurationContext(PL);
222 new Intent().setComponent(FEATURE_C_ACTIVITY)).createConfigurationContext(PL);
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 52 static final String PL = "PL";
  /external/opencv/cvaux/src/
cvsegment.cpp 123 int k, YC, PL, PR, flag/*, curstep*/;
125 POP( YC, L, R, PL, PR, flag );
127 int data[][3] = { {-flag, L, R}, {flag, L, PL-1}, {flag,PR+1,R}};
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 483 PICLevel::Level PL = M->getPICLevel();
587 if (PL == PICLevel::SmallPIC) {
    [all...]
  /external/opencv/cv/src/
cvfloodfill.cpp 144 int k, YC, PL, PR, dir;
145 ICV_POP( YC, L, R, PL, PR, dir );
150 {dir, L - _8_connectivity, PL - 1},
276 int k, YC, PL, PR, dir;
277 ICV_POP( YC, L, R, PL, PR, dir );
282 {dir, L - _8_connectivity, PL - 1},
453 int k, YC, PL, PR, dir, curstep;
454 ICV_POP( YC, L, R, PL, PR, dir );
459 {dir, L - _8_connectivity, PL - 1},
759 int k, YC, PL, PR, dir, curstep
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_asm_s390x.s 81 #define PL V30
91 VL 16(CPOOL), PL
101 VSCBIQ Y1L, PL, CAR1
102 VSQ Y1L, PL, T1L
118 #undef PL
405 #define PL V13
415 VL 16(CPOOL), PL
481 VSCBIQ PL, T0, CAR1
482 VSQ PL, T0, TT0
510 #undef PL
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_asm_s390x.s 81 #define PL V30
91 VL 16(CPOOL), PL
101 VSCBIQ Y1L, PL, CAR1
102 VSQ Y1L, PL, T1L
118 #undef PL
405 #define PL V13
415 VL 16(CPOOL), PL
481 VSCBIQ PL, T0, CAR1
482 VSQ PL, T0, TT0
510 #undef PL
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 199 PL = 0x5, // Plus, positive or zero >, ==, or unordered
222 case PL: return "pl";
256 case PL: return 0; // N == 0
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 35 PL, // Plus, positive or zero >, ==, or unordered
54 case MI: return PL;
55 case PL: return MI;
76 case ARMCC::PL: return "pl";
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 119 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
126 "EQ", "NE", "CS", "CC", "MI", "PL", "VS", "VC",
241 {0xA061,INSTR_MLA,AL,AL,1,1,MAX_32BIT ,0,0,1,0,0,NA,1,0,1,PL},
243 {0xA063,INSTR_SUB,AL,AL,1,1 << 16,NA,1,1 << 16,NA,NA,NA,NA,1,0,1,PL},
244 {0xA064,INSTR_SUB,AL,AL,1,(1 << 16) + 1,NA,1,1 << 16,NA,NA,NA,NA,1,1,1,PL},
285 {0xA105,INSTR_MOV,AL,AL,1,NA,NA,0,0,3,SHIFT_ASR,1,NA,1,1,1,PL},
286 {0xA106,INSTR_MOV,PL,MI,0,NA,NA,1,0x80000001,NA,NA,NA,2,1,2,0,0},
    [all...]
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 120 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
127 "EQ", "NE", "CS", "CC", "MI", "PL", "VS", "VC",
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 35 PL, // Plus, positive or zero >, ==, or unordered
54 case MI: return PL;
55 case PL: return MI;
75 case ARMCC::PL: return "pl";
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 686 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1;
687 EndLoc = *PL;
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 3685 struct protocol_list64_t pl; local
3814 struct protocol_list32_t pl; local
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 706 milliseconds