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

1 2

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
getonescriptspan.cc 63 #define PL 18 // possible letter, incl. &
70 NL,EX,QU,NL, NL,NL,PL,AP, NL,NL,NL,NL, NL,HY,NL,SL,
73 PL,PL,PL,C_, PL,E_,PL,PL, PL,I_,PL,PL, L_,PL,PL,PL
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACPLC.txt 13 $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
runiSACfault.txt 33 $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
runiSACNB.txt 36 $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/
pins_arduino.c 78 #define PL 12
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 , // PL 3 ** 46 ** D46
    [all...]
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 313 PresumedLoc PL = SM.getPresumedLoc(loc);
315 OS << llvm::sys::path::filename(PL.getFilename());
316 OS << ":" << PL.getLine() << ":"
317 << PL.getColumn();
325 PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
327 OS << llvm::sys::path::filename(PL.getFilename());
328 OS << " [" << PL.getLine() << ":"
329 << PL.getColumn();
333 PL = SM.getPresumedLoc(end);
335 unsigned endCol = PL.getColumn() - 1
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 45 static final String PL = "PL";
PhoneNumberMatcherTest.java 71 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);
    [all...]
  /external/chromium_org/third_party/JSON/
get_and_build_json_pm.sh 47 perl Makefile.PL INSTALL_BASE="$INSTALL_DIR"
65 chmod +x eg/*.pl
  /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/Lex/
PPLexerChange.cpp 80 if (PTHLexer *PL = PTH->CreateLexer(FID)) {
81 EnterSourceFileWithPTH(PL, CurDir);
135 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL,
142 CurPTHLexer.reset(PL);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
FILES0 10 Makefile.PL - An old makefile to build with perl5, not current.
67 des.pl - des in perl anyone? des_set_key and des_ecb_encrypt
69 testdes.pl - Testing program for des.pl
75 shifts.pl - Perl library used by my perl scripts.
  /external/openssl/crypto/des/
FILES0 10 Makefile.PL - An old makefile to build with perl5, not current.
67 des.pl - des in perl anyone? des_set_key and des_ecb_encrypt
69 testdes.pl - Testing program for des.pl
75 shifts.pl - Perl library used by my perl scripts.
  /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...]
  /external/grub/stage2/
iso9660.h 183 struct PL {
185 } pl; member in union:rock_ridge::__anon18452
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 496 for (ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
498 PL != PLEnd; ++PL)
499 Writer.AddSourceLocation(*PL, Record);
553 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
555 PL != PLEnd; ++PL)
556 Writer.AddSourceLocation(*PL, Record);
578 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end();
579 PL != PLEnd; ++PL
    [all...]
  /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}};
  /art/compiler/utils/arm/
constants_arm.h 111 PL = 5, // plus/positive or zero
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 531 if ($licensetext =~ /Microsoft Permissive License \(Ms-PL\)/) {
532 $license = "Ms-PL $license";
licensecheck.pl 578 if ($licensetext =~ /Microsoft Permissive License \(Ms-PL\)/) {
579 $license = "Ms-PL $license";
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 36 PL, // Plus, positive or zero >, ==, or unordered
62 case A64CC::PL: return "pl";
86 .Case("pl", A64CC::PL)
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 398 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1;
399 EndLoc = *PL;
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 325 if (Loop *PL = LI->getLoopFor(Pred))
326 if (!PL->contains(OldBB))

Completed in 589 milliseconds

1 2