Home
last modified time | relevance | path

Searched refs:PL (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dgetonescriptspan.cc63 #define PL 18 // possible letter, incl. & macro
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,
74 P_,PL,R_,S_, T_,PL,PL,PL, PL,Y_,PL,NL, NL,NL,NL,NL,
75 PL,PL,PL,C_, PL,E_,PL,PL, PL,I_,PL,PL, L_,PL,PL,PL,
76 P_,PL,R_,S_, T_,PL,PL,PL, PL,Y_,PL,NL, NL,NL,NL,NL,
83 PL,PL,PL,PL, PL,PL,PL,PL, PL,PL,PL,PL, PL,PL,PL,PL,
84 PL,PL,PL,PL, PL,PL,PL,PL, PL,PL,PL,PL, PL,PL,PL,PL,
85 PL,PL,PL,PL, PL,PL,PL,PL, PL,PL,PL,PL, PL,PL,PL,PL,
86 PL,PL,PL,PL, PL,PL,PL,PL, PL,PL,PL,PL, PL,PL,PL,PL,
[all …]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
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
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
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/
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 , // PL 3 ** 46 ** D46
180 PL , // PL 2 ** 47 ** D47
181 PL , // PL 1 ** 48 ** D48
182 PL , // PL 0 ** 49 ** D49
/external/clang/tools/arcmt-test/
Darcmt-test.cpp313 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() local
315 OS << llvm::sys::path::filename(PL.getFilename()); in printSourceLocation()
316 OS << ":" << PL.getLine() << ":" in printSourceLocation()
317 << PL.getColumn(); in printSourceLocation()
325 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() local
327 OS << llvm::sys::path::filename(PL.getFilename()); in printSourceRange()
328 OS << " [" << PL.getLine() << ":" in printSourceRange()
329 << PL.getColumn(); in printSourceRange()
333 PL = SM.getPresumedLoc(end); in printSourceRange()
335 unsigned endCol = PL.getColumn() - 1; in printSourceRange()
[all …]
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h35 PL, // Plus, positive or zero >, ==, or unordered enumerator
54 case MI: return PL; in getOppositeCondition()
55 case PL: return MI; in getOppositeCondition()
75 case ARMCC::PL: return "pl"; in ARMCondCodeToString()
/external/antlr/antlr-3.4/runtime/Perl5/
DMANIFEST1 Build.PL
6 Makefile.PL
/external/opencv/cv/src/
Dcvfloodfill.cpp144 int k, YC, PL, PR, dir; in icvFloodFill_8u_CnIR() local
145 ICV_POP( YC, L, R, PL, PR, dir ); in icvFloodFill_8u_CnIR()
150 {dir, L - _8_connectivity, PL - 1}, in icvFloodFill_8u_CnIR()
276 int k, YC, PL, PR, dir; in icvFloodFill_32f_CnIR() local
277 ICV_POP( YC, L, R, PL, PR, dir ); in icvFloodFill_32f_CnIR()
282 {dir, L - _8_connectivity, PL - 1}, in icvFloodFill_32f_CnIR()
453 int k, YC, PL, PR, dir, curstep; in icvFloodFill_Grad_8u_CnIR() local
454 ICV_POP( YC, L, R, PL, PR, dir ); in icvFloodFill_Grad_8u_CnIR()
459 {dir, L - _8_connectivity, PL - 1}, in icvFloodFill_Grad_8u_CnIR()
759 int k, YC, PL, PR, dir, curstep; in icvFloodFill_Grad_32f_CnIR() local
[all …]
/external/clang/lib/Lex/
DPPLexerChange.cpp80 if (PTHLexer *PL = PTH->CreateLexer(FID)) { in EnterSourceFile() local
81 EnterSourceFileWithPTH(PL, CurDir); in EnterSourceFile()
135 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, in EnterSourceFileWithPTH() argument
142 CurPTHLexer.reset(PL); in EnterSourceFileWithPTH()
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DRegionCode.java45 static final String PL = "PL"; field in RegionCode
/external/antlr/antlr-3.4/runtime/Perl5/examples/
DREADME7 perl Makefile.PL
/external/chromium_org/third_party/JSON/
Dget_and_build_json_pm.sh47 perl Makefile.PL INSTALL_BASE="$INSTALL_DIR"
/external/icu4c/data/region/
Dkk.txt84 PL{"Польша"}
Dps.txt64 PL{"پولنډ"}
Dfa_AF.txt82 PL{"پولند"}
Dmy.txt174 PL{"ပိုလန်"}
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
DMANIFEST7 Makefile.PL
/external/chromium_org/third_party/icu/source/data/region/
Dps.txt64 PL{"پولنډ"}
Dfa_AF.txt84 PL{"پولند"}
/external/chromium_org/third_party/JSON/JSON-2.59/
DChanges18 and finally remove all PP options from Makefile.PL.
49 - made Makefile.PL skipping a installing XS question
99 - added JSON::XS installing feature in Makefile.PL
296 - modified Makefile.PL for broken Perls (when PERL_DL_NONLAZY = 1).
331 - modified Makefile.PL for Perl 5.005.
/external/icu4c/data/misc/
DpostalCodeData.txt58 "|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|S"
134 PL{"\d{2}-\d{3}"}
/external/opencv/cvaux/src/
Dcvsegment.cpp123 int k, YC, PL, PR, flag/*, curstep*/; in icvSegmFloodFill_Stage1() local
125 POP( YC, L, R, PL, PR, flag ); in icvSegmFloodFill_Stage1()
127 int data[][3] = { {-flag, L, R}, {flag, L, PL-1}, {flag,PR+1,R}}; in icvSegmFloodFill_Stage1()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp496 for (ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(), in VisitObjCInterfaceDecl() local
498 PL != PLEnd; ++PL) in VisitObjCInterfaceDecl()
499 Writer.AddSourceLocation(*PL, Record); in VisitObjCInterfaceDecl()
553 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(), in VisitObjCProtocolDecl() local
555 PL != PLEnd; ++PL) in VisitObjCProtocolDecl()
556 Writer.AddSourceLocation(*PL, Record); in VisitObjCProtocolDecl()
578 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end(); in VisitObjCCategoryDecl() local
579 PL != PLEnd; ++PL) in VisitObjCCategoryDecl()
580 Writer.AddSourceLocation(*PL, Record); in VisitObjCCategoryDecl()
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h36 PL, // Plus, positive or zero >, ==, or unordered enumerator
62 case A64CC::PL: return "pl"; in A64CondCodeToString()
86 .Case("pl", A64CC::PL) in A64StringToCondCode()

12345678910>>...14