Searched refs:PL (Results 1 - 25 of 29) sorted by relevance

12

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACPLC.txt13 $ISAC 12000 -PL 15 $INDIR/speechmusic.pcm $OUTDIR/outplc1.pcm
14 $ISAC 20000 -PL 15 $INDIR/speechmusic.pcm $OUTDIR/outplc2.pcm
15 $ISAC 32000 -PL 15 $INDIR/speechmusic.pcm $OUTDIR/outplc3.pcm
16 $ISAC 12000 -PL 15 $INDIR/tone_cisco.pcm $OUTDIR/outplc4.pcm
17 $ISAC 20000 -PL 15 $INDIR/tone_cisco.pcm $OUTDIR/outplc5.pcm
18 $ISAC 32000 -PL 15 $INDIR/tone_cisco.pcm $OUTDIR/outplc6.pcm
H A DruniSACfault.txt33 $ISAC 32000 -F 10 -PL 10 $INDIR/"$file" $OUTDIR/ft10plc_"$file" >> $LOGFILE
35 $ISAC 32000 -F 10 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/ft10nb2_"$file" >> $LOGFILE
H A DruniSACNB.txt36 $ISAC $rate -FL 30 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/nb2plc30_$index1"$file" >> $LOGFILE
37 $ISAC $rate -FL 60 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/nb2plc60_$index1"$file" >> $LOGFILE
/external/arduino/hardware/arduino/cores/arduino/
H A Dpins_arduino.c78 #define PL 12 macro
175 PL , // PL 7 ** 42 ** D42
176 PL , // PL 6 ** 43 ** D43
177 PL , // PL 5 ** 44 ** D44
178 PL , // PL 4 ** 45 ** D45
179 PL , // P
[all...]
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp313 PresumedLoc PL = SM.getPresumedLoc(loc); local
315 OS << llvm::sys::path::filename(PL.getFilename());
316 OS << ":" << PL.getLine() << ":"
317 << PL.getColumn();
325 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); local
327 OS << llvm::sys::path::filename(PL.getFilename());
328 OS << " [" << PL.getLine() << ":"
329 << PL.getColumn();
333 PL = SM.getPresumedLoc(end);
335 unsigned endCol = PL
[all...]
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dplsql.php10 * Oracle 9.2 PL/SQL language file for GeSHi.
44 'LANG_NAME' => 'PL/SQL',
51 //PL/SQL reserved keywords (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/f_words.htm#LNPLS019)
112 //PL/SQL packages (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96612/intro2.htm#1025672)
142 //PL/SQL predefined exceptions (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/07_errs.htm#784)
194 //PL/SQL delimiters (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/02_funds.htm#2732)
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegionCode.java44 static final String PL = "PL"; field in class:RegionCode
H A DPhoneNumberMatcherTest.java71 doTestFindInContext("0~01-650-333-6000", RegionCode.PL);
73 doTestFindInContext("++1 (650) 333-6000", RegionCode.PL);
150 doTestFindInContext("0~0 1800 7493 524", RegionCode.PL);
153 doTestFindInContext("0~0 1800 7493 524 ~1234", RegionCode.PL);
H A DPhoneNumberUtilTest.java506 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.PL));
1735 assertEquals(US_NUMBER, phoneUtil.parse("0~01-650-253-0000", RegionCode.PL));
1737 assertEquals(US_NUMBER, phoneUtil.parse("++1 (650) 253-0000", RegionCode.PL));
2109 assertEquals(ALPHA_NUMERIC_NUMBER, phoneUtil.parse("0~0 1800 7493 5247", RegionCode.PL));
2113 assertEquals(extnNumber, phoneUtil.parse("0~0 1800 7493 5247 ~1234", RegionCode.PL));
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h35 PL, // Plus, positive or zero >, ==, or unordered enumerator in enum:llvm::ARMCC::CondCodes
54 case MI: return PL;
55 case PL: return MI;
75 case ARMCC::PL: return "pl";
/external/clang/lib/Lex/
H A DPPLexerChange.cpp80 if (PTHLexer *PL = PTH->CreateLexer(FID)) {
81 EnterSourceFileWithPTH(PL, CurDir);
135 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, argument
142 CurPTHLexer.reset(PL);
/external/openssl/crypto/des/
H A DFILES010 Makefile.PL - An old makefile to build with perl5, not current.
/external/opencv/cv/src/
H A Dcvfloodfill.cpp144 int k, YC, PL, PR, dir; local
145 ICV_POP( YC, L, R, PL, PR, dir );
150 {dir, L - _8_connectivity, PL - 1},
276 int k, YC, PL, PR, dir; local
277 ICV_POP( YC, L, R, PL, PR, dir );
282 {dir, L - _8_connectivity, PL - 1},
453 int k, YC, PL, PR, dir, curstep; local
454 ICV_POP( YC, L, R, PL, PR, dir );
459 {dir, L - _8_connectivity, PL - 1},
759 int k, YC, PL, P local
[all...]
/external/grub/stage2/
H A Diso9660.h183 struct PL { struct in union:rock_ridge::__anon6276
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp486 for (ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
488 PL != PLEnd; ++PL)
489 Writer.AddSourceLocation(*PL, Record);
543 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
545 PL != PLEnd; ++PL)
546 Writer.AddSourceLocation(*PL, Record);
568 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
569 PL !
[all...]
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h36 PL, // Plus, positive or zero >, ==, or unordered enumerator in enum:llvm::A64CC::CondCodes
62 case A64CC::PL: return "pl";
86 .Case("pl", A64CC::PL)
/external/opencv/cvaux/src/
H A Dcvsegment.cpp123 int k, YC, PL, PR, flag/*, curstep*/; local
125 POP( YC, L, R, PL, PR, flag );
127 int data[][3] = { {-flag, L, R}, {flag, L, PL-1}, {flag,PR+1,R}};
/external/clang/lib/Driver/
H A DDriver.cpp1043 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PL; local
1048 PL.clear();
1049 types::getCompilationPhases(InputType, PL);
1053 phases::ID InitialPhase = PL[0];
1089 i = PL.begin(), e = PL.end(); i != e; ++i) {
1126 if (FinalPhase == phases::Link && PL.size() == 1)
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp340 if (Loop *PL = LI->getLoopFor(Pred))
341 if (!PL->contains(OldBB))
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp662 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, argument
665 LPM->insertLoop(New, PL);
/external/clang/tools/libclang/
H A DCIndex.cpp1005 ObjCCategoryDecl::protocol_loc_iterator PL = ND->protocol_loc_begin();
1007 E = ND->protocol_end(); I != E; ++I, ++PL)
1008 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1018 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin();
1020 E = PID->protocol_end(); I != E; ++I, ++PL)
1021 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1077 ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin();
1079 E = D->protocol_end(); I != E; ++I, ++PL)
1080 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
/external/clang/include/clang/Lex/
H A DPreprocessor.h1378 void EnterSourceFileWithPTH(PTHLexer *PL, const DirectoryLookup *Dir);
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMAssembler.h111 PL = 0x50000000, enumerator in enum:JSC::ARMAssembler::__anon15528
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1648 case ISD::SETUGE: CondCode = A64CC::PL; break;
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1274 return ARMCC::PL;

Completed in 1007 milliseconds

12