Searched refs:IT (Results 1 - 25 of 27) sorted by relevance

12

/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dbuildall.sh8 ./buildpkb.sh it IT cm0
15 ./buildbin.sh it-IT cm0
H A Dbuildpkb.sh58 if [ $2 = "IT" ]; then
125 elif [ $LANG = "it-IT" ]; then
/external/llvm/test/MC/ARM/
H A Dthumb2-diagnostics.s4 @ Ill-formed IT block instructions.
13 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne'
19 @ CHECK-ERRORS: error: instructions in IT block must be predicable
22 @ CHECK-ERRORS: error: too many conditions on IT instruction
25 @ CHECK-ERRORS: error: illegal IT block condition mask 'tfe'
28 @ CHECK-ERRORS: error: predicated instructions must be in IT block
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegionCode.java37 static final String IT = "IT"; field in class:RegionCode
H A DPhoneNumberMatcherTest.java85 doTestFindInContext("02-36618 300", RegionCode.IT);
86 doTestFindInContext("312 345 678", RegionCode.IT);
H A DPhoneNumberUtilTest.java483 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.IT));
834 phoneUtil.parseAndKeepRawInput("0212345678", RegionCode.IT);
836 phoneUtil.formatInOriginalFormat(italianFixedLineNumber, RegionCode.IT));
1216 // IT number 022 3456 7890, but entered with 3 extra digits at the end.
1693 assertEquals(IT_NUMBER, phoneUtil.parse("02-36618 300", RegionCode.IT));
1695 assertEquals(IT_MOBILE, phoneUtil.parse("345 678 901", RegionCode.IT));
/external/llvm/include/llvm/ADT/
H A Dilist.h432 NodeTy *remove(iterator &IT) { argument
433 assert(IT != end() && "Cannot remove end of list!");
434 NodeTy *Node = &*IT;
443 IT = NextNode;
456 NodeTy *remove(const iterator &IT) { argument
457 iterator MutIt = IT;
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h444 template<typename IT>
445 void insert(instr_iterator I, IT S, IT E) {
455 template<typename IT>
456 void insert(iterator I, IT S, IT E) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp143 IntegerType *IT = cast<IntegerType>(I.getType()); local
144 APInt LHSKnownOne(IT->getBitWidth(), 0);
145 APInt LHSKnownZero(IT->getBitWidth(), 0);
204 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType())) {
205 APInt LHSKnownOne(IT->getBitWidth(), 0);
206 APInt LHSKnownZero(IT->getBitWidth(), 0);
209 APInt RHSKnownOne(IT->getBitWidth(), 0);
210 APInt RHSKnownZero(IT->getBitWidth(), 0);
H A DInstCombineCalls.cpp286 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); local
288 if (!IT) break;
289 uint32_t BitWidth = IT->getBitWidth();
296 return ReplaceInstUsesWith(CI, ConstantInt::get(IT,
304 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); local
306 if (!IT) break;
307 uint32_t BitWidth = IT->getBitWidth();
314 return ReplaceInstUsesWith(CI, ConstantInt::get(IT,
321 IntegerType *IT = cast<IntegerType>(II->getArgOperand(0)->getType()); local
322 uint32_t BitWidth = IT
[all...]
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp62 if (const PointerType* IT = T->getAs<PointerType>()) {
63 T = IT->getPointeeType();
65 } else if (const ReferenceType* IT = T->getAs<ReferenceType>()) {
66 T = IT->getPointeeType();
H A DSemaAccess.cpp290 } else if (const InjectedClassNameType *IT
292 RD = IT->getDecl();
657 } else if (const InjectedClassNameType *IT
659 RD = IT->getDecl();
H A DSemaTemplateInstantiate.cpp1086 PredefinedExpr::IdentType IT = E->getIdentType(); local
1088 unsigned Length = PredefinedExpr::ComputeName(IT, currentDecl).length();
1092 if (IT == PredefinedExpr::LFunction)
1099 new (getSema().Context) PredefinedExpr(E->getLocation(), ResTy, IT);
H A DSemaPseudoObject.cpp470 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); local
471 return S.LookupMethodInObjectType(sel, IT, false);
H A DSemaExpr.cpp2496 PredefinedExpr::IdentType IT; local
2500 case tok::kw___func__: IT = PredefinedExpr::Func; break; // [C99 6.4.2.2]
2501 case tok::kw___FUNCTION__: IT = PredefinedExpr::Function; break;
2502 case tok::kw_L__FUNCTION__: IT = PredefinedExpr::LFunction; break;
2503 case tok::kw___PRETTY_FUNCTION__: IT = PredefinedExpr::PrettyFunction; break;
2521 unsigned Length = PredefinedExpr::ComputeName(IT, currentDecl).length();
2524 if (IT == PredefinedExpr::LFunction)
2530 return Owned(new (Context) PredefinedExpr(Loc, ResTy, IT));
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.properties61 Cp280 EBCDIC-CP-IT,IBM280,csIBM280 0x0019
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2146 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, argument
2152 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpequb_p :
2156 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpequb_p :
2159 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpequh_p :
2162 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpequh_p :
2166 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpequw_p :
2170 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpequw_p :
2173 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpeqfp_p :
H A DCGObjCGNU.cpp990 const ObjCInterfaceType *IT = PT->getInterfaceType(); local
991 assert(IT && "Invalid @catch type.");
992 std::string className = IT->getDecl()->getIdentifier()->getName();
H A DCGObjCMac.cpp6280 const ObjCInterfaceType *IT = PT->getInterfaceType(); local
6281 assert(IT && "Invalid @catch type.");
6282 return GetInterfaceEHType(IT->getDecl(), false);
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp56 if (IntegerType *IT = dyn_cast<IntegerType>(DestTy)) {
79 APInt Result(IT->getBitWidth(), 0);
88 return ConstantInt::get(IT, Result);
/external/clang/include/clang/AST/
H A DExpr.h1088 PredefinedExpr(SourceLocation l, QualType type, IdentType IT) argument
1093 Loc(l), Type(IT) {}
1100 void setIdentType(IdentType IT) { Type = IT; } argument
1105 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);
H A DDecl.h1706 void setTrivial(bool IT) { IsTrivial = IT; }
/external/clang/lib/AST/
H A DExpr.cpp399 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { argument
403 if (IT != PrettyFunction && IT != PrettyFunctionNoVirtual)
410 if (MD->isVirtual() && IT != PrettyFunctionNoVirtual)
538 if (isa<TranslationUnitDecl>(CurrentDecl) && IT == PrettyFunction) {
/external/llvm/lib/VMCore/
H A DConstants.cpp2096 if (const IntegerType *IT = dyn_cast<IntegerType>(Ty)) {
2097 switch (IT->getBitWidth()) {
/external/qemu/
H A Darm-dis.c1083 %x print warning if conditional an not at end of IT block"
1084 %X print "\t; unpredictable <IT:code>" if conditional
1085 %I print IT instruction suffix and operands
1243 %x print warning if conditional an not at end of IT block"
1244 %X print "\t; unpredictable <IT:code>" if conditional
1532 /* Current IT instruction state. This contains the same state as the IT
1535 /* IT state for the next instruction. */
1537 /* The address of the insn for which the IT state is valid. */
3087 func (stream, "\t; unpredictable branch in IT bloc
[all...]

Completed in 545 milliseconds

12