Searched defs:AL (Results 1 - 25 of 32) sorted by relevance

12

/external/pdfium/xfa/src/fxbarcode/pdf417/
H A DBC_PDF417DecodedBitStreamParser.h33 static int32_t AL; member in class:CBC_DecodedBitStreamPaser
H A DBC_PDF417DecodedBitStreamParser.cpp48 int32_t CBC_DecodedBitStreamPaser::AL = 28; member in class:CBC_DecodedBitStreamPaser
298 } else if (subModeCh == AL) {
/external/llvm/unittests/Option/
H A DOptionParsingTest.cpp70 InputArgList AL = T.ParseArgs(Args, MAI, MAC); local
73 EXPECT_TRUE(AL.hasArg(OPT_A));
74 EXPECT_TRUE(AL.hasArg(OPT_B));
75 EXPECT_TRUE(AL.hasArg(OPT_C));
76 EXPECT_TRUE(AL.hasArg(OPT_D));
77 EXPECT_TRUE(AL.hasArg(OPT_E));
78 EXPECT_TRUE(AL.hasArg(OPT_F));
79 EXPECT_TRUE(AL.hasArg(OPT_G));
82 EXPECT_EQ(AL.getLastArgValue(OPT_B), "hi");
83 EXPECT_EQ(AL
115 InputArgList AL = T.ParseArgs(Args, MAI, MAC, local
143 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); local
152 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); local
163 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); local
173 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); local
183 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); local
194 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); local
211 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); local
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestClassOverride.java28 private static final int AL = TestData.AL; field in class:TestClassOverride
51 L, AL, AL, AL, AL, AL, AL, R, //40-47
H A DTestData.java35 protected static final int AL = UCharacterDirection.RIGHT_TO_LEFT_ARABIC; field in class:TestData
49 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
54 { R, AL, WS, R, AL, WS, R }, // 1
56 { L, AL, AL, AL, L, AL, AL, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 3
57 { AL,
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h48 #define AL U_RIGHT_TO_LEFT_ARABIC macro
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestClassOverride.java24 private static final int AL = TestData.AL; field in class:TestClassOverride
47 L, AL, AL, AL, AL, AL, AL, R, //40-47
H A DTestData.java34 protected static final int AL = UCharacterDirection.RIGHT_TO_LEFT_ARABIC; field in class:TestData
48 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
53 { R, AL, WS, R, AL, WS, R }, // 1
55 { L, AL, AL, AL, L, AL, AL, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 3
56 { AL,
[all...]
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp512 auto AL = ApplyDebugLocation::CreateArtificial(*this); local
563 auto AL = ApplyDebugLocation::CreateArtificial(*this); local
H A DCGBlocks.cpp1359 auto AL = ApplyDebugLocation::CreateArtificial(*this); local
1533 auto AL = ApplyDebugLocation::CreateArtificial(*this); local
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp132 void checkPostStmt(const ObjCArrayLiteral *AL,
321 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, argument
323 unsigned NumOfElements = AL->getNumElements();
325 warnIfNilExpr(AL->getElement(i), "Array element cannot be nil", C);
H A DRetainCountChecker.cpp2615 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
2808 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, argument
2811 processObjCLiterals(C, AL);
/external/clang/lib/Driver/
H A DDriver.cpp955 const ActionList *AL; local
959 AL = &CHA->getDeviceActions();
961 AL = &A->getInputs();
963 if (AL->size()) {
965 for (Action *PreRequisite : *AL) {
/external/icu/icu4c/source/common/
H A Dubidiimp.h47 AL= U_RIGHT_TO_LEFT_ARABIC, /* 13 */ enumerator in enum:__anon6655
75 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(RLI))
76 #define MASK_R_AL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL))
77 #define MASK_STRONG_EN_AN (DIRPROP_FLAG(L)|DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN))
153 uint16_t flags; /* bits for L or R/AL found within the pair */
332 /* lastArabicPos is index to the last AL in the text, -1 if none */
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h44 AL // Always (unconditional) Always (unconditional) enumerator in enum:llvm::ARMCC::CondCodes
84 case ARMCC::AL: return "al";
/external/clang/lib/Parse/
H A DParseDecl.cpp1241 const AttributeList *AL = Attrs.getList(); local
1242 if (OnDefinition && AL && !AL->isCXX11Attribute() &&
1243 AL->isKnownToGCC())
1400 AttributeList *AL = PA.getList(); local
1402 while (AL) {
1403 AttributeList *Next = AL->getNext();
1407 if (AL->getKind() == AttributeList::AT_Aligned &&
1408 AL->isDeclspecAttribute()) {
1410 AL
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java528 short flags; /* bits for L or R/AL found within the pair */
939 static final byte AL = UCharacterDirection.RIGHT_TO_LEFT_ARABIC; /* 13 */ field in class:Bidi
1053 /* lastArabicPos is index to the last AL in the text, -1 if none */
1126 static final int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPropFlag(RLI);
1128 static final int MASK_R_AL = DirPropFlag(R)|DirPropFlag(AL);
1129 static final int MASK_STRONG_EN_AN = DirPropFlag(L)|DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(EN)|DirPropFlag(AN);
1489 * (where AB represent R or AL letters) is transformed to "123BA" by the
1666 * character in the string with bidirectional character type L, R, or AL.
1668 * such character has type R or AL, RTL is returned. If the string does
1717 if (dirProp == L || dirProp == R || dirProp == AL) {
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java528 short flags; /* bits for L or R/AL found within the pair */
964 static final byte AL = UCharacterDirection.RIGHT_TO_LEFT_ARABIC; /* 13 */ field in class:Bidi
1079 /* lastArabicPos is index to the last AL in the text, -1 if none */
1152 static final int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPropFlag(RLI);
1154 static final int MASK_R_AL = DirPropFlag(R)|DirPropFlag(AL);
1155 static final int MASK_STRONG_EN_AN = DirPropFlag(L)|DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(EN)|DirPropFlag(AN);
1520 * (where AB represent R or AL letters) is transformed to "123BA" by the
1701 * character in the string with bidirectional character type L, R, or AL.
1703 * such character has type R or AL, RTL is returned. If the string does
1753 if (dirProp == L || dirProp == R || dirProp == AL) {
[all...]
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h373 AL = 1, member in class:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::PDB_RegisterId
/external/clang/include/clang/Sema/
H A DDeclSpec.h726 void addAttributes(AttributeList *AL) { argument
727 Attrs.addAll(AL);
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp1359 static void handleOwnershipAttr(Sema &S, Decl *D, const AttributeList &AL) { argument
1368 if (!AL.isArgIdent(0)) {
1369 S.Diag(AL.getLoc(), diag::err_attribute_argument_n_type)
1370 << AL.getName() << 1 << AANT_ArgumentIdentifier;
1376 OwnershipAttr(AL.getLoc(), S.Context, nullptr, nullptr, 0,
1377 AL.getAttributeSpellingListIndex()).getOwnKind();
1383 if (AL.getNumArgs() < 2) {
1384 S.Diag(AL.getLoc(), diag::err_attribute_too_few_arguments)
1385 << AL.getName() << 2;
1390 if (AL
[all...]
H A DSemaTemplate.cpp3066 TemplateArgumentLoc &AL,
3068 const TemplateArgument &Arg = AL.getArgument();
3079 TSI = AL.getTypeSourceInfo();
3084 SourceRange SR = AL.getSourceRange();
3122 SourceLocation Loc = AL.getSourceRange().getBegin();
3142 AL = TemplateArgumentLoc(TemplateArgument(ArgType),
3153 SourceRange SR = AL.getSourceRange();
3065 CheckTemplateTypeArgument(TemplateTypeParmDecl *Param, TemplateArgumentLoc &AL, SmallVectorImpl<TemplateArgument> &Converted) argument
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2828 unsigned AL = MF.addLiveIn(X86::AL, &X86::GR8RegClass); local
2829 ALVal = DAG.getCopyFromReg(Chain, dl, AL, MVT::i8);
2918 // Conservatively forward AL on x86_64, since it might be used for varargs.
2919 if (Is64Bit && !CCInfo.isAllocated(X86::AL)) {
2920 unsigned ALVReg = MF.addLiveIn(X86::AL, &X86::GR8RegClass);
2921 Forwards.push_back(ForwardedRegister(ALVReg, X86::AL, MVT::i8));
3301 RegsToPass.push_back(std::make_pair(unsigned(X86::AL),
19303 case MVT::i8: Reg = X86::AL; size = 1; break;
[all...]
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h208 AL = 0xe, // Always (unconditional) Always (unconditional) enumerator in enum:llvm::AArch64CC::CondCode
231 case AL: return "al";
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h93 #define AL al macro
155 #define AL %al macro
444 #define IN_B CHOICE(inb (DX), inb ARG2(DX,AL), inb DX)
451 #define IN1_B(a) CHOICE(inb (a), inb ARG2(a,AL), inb a)
455 #define IN1_B(a) CHOICE(inb a, inb ARG2(a,AL), inb a)
557 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX)
563 #define OUT1_B(a) CHOICE(outb (a), outb ARG2(AL,a), outb a)
820 #define B_AL AL
1180 #define IN_B in AL, DX
1280 #define OUT_B out DX, AL
[all...]

Completed in 875 milliseconds

12