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

1 2

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildall.sh 8 ./buildpkb.sh it IT cm0
15 ./buildbin.sh it-IT cm0
buildpkb.sh 57 elif [ $1 = "it" ]; then
58 if [ $2 = "IT" ]; then
125 elif [ $LANG = "it-IT" ]; then
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 4 @ Ill-formed IT block instructions.
8 it le
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
20 @ CHECK-ERRORS: it le
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/
RegionCode.java 40 static final String IT = "IT";
PhoneNumberMatcherTest.java 48 // Try again, but this time we have an international number with Region Code US. It should
85 doTestFindInContext("02-36618 300", RegionCode.IT);
86 doTestFindInContext("312 345 678", RegionCode.IT);
154 // Verifying bug-fix where the last digit of a number was previously omitted if it was a 0 when
168 // indicate an extension, although we accept it when parsing.
210 // Now repeat, but this time the phone number has spaces in it. It should still be found.
377 // 'X' should not be found in numbers at leniencies stricter than POSSIBLE, unless it represents
599 // The digits up to the ", " form a valid US number, but it shouldn't be matched as one since
    [all...]
PhoneNumberUtilTest.java 128 // best we can do is make sure the exception has the file name in it.
160 // No shared-cost data is available, so it should be initialised to "NA".
246 // Italian numbers - there is no national prefix, but it still has an area code.
322 // CS is an invalid region, so we have no data for it.
326 // support getting an example number for it with this method.
521 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.IT));
585 // Testing that if the raw input doesn't exist, it is formatted using
608 // The metadata should not be permanently changed, since we copied it before modifying patterns.
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp 53 // support, it should be possible given enough effort though...
75 // the exact OS version used. Use our own code for this as we know it works
172 # define BOOST_MATH_INT_TABLE_TYPE(RT, IT) RT
177 # define BOOST_MATH_INT_TABLE_TYPE(RT, IT) RT
201 # define BOOST_MATH_INT_TABLE_TYPE(RT, IT) IT
  /external/llvm/include/llvm/ADT/
ilist.h 15 // fields of the node type that the list is instantiated with. If it is not
22 // really want to know if it's empty.
85 /// @return null node to indicate that it needs to be allocated later
160 // ilist_iterator is not a random-access iterator, but it has an
304 /// to the sentinel. Once the sentinel is constructed, it
306 /// 3. The list may contain actual objects in it, which are stored as a doubly
325 /// list has been created and lazily makes it if not.
433 NodeTy *remove(iterator &IT) {
434 assert(IT != end() && "Cannot remove end of list!");
435 NodeTy *Node = &*IT;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 27 /// getPromotedType - Return the specified type promoted as it would be to pass
134 // infer, use it.
149 // Set the size of the copy to 0, it will be deleted on the next iteration.
189 // Set the size of the copy to 0, it will be deleted on the next iteration.
198 /// of intrinsic instructions. For normal calls, it allows visitCallSite to do
317 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType());
319 if (!IT) break;
320 uint32_t BitWidth = IT->getBitWidth();
327 return ReplaceInstUsesWith(CI, ConstantInt::get(IT,
335 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType())
    [all...]
InstCombineAddSub.cpp 85 // If the coefficient is represented by an integer, promote it to a
656 // Don't push constant addend at this time. It will be the last element
805 // is immediately available; otherwise, it needs exactly one instruction
860 // other computations (because it has a constant operand), return the
904 // has a known-zero bit in a more significant place than it (not including the
946 // If we have ADD(XOR(AND(X, 0xFF), 0x80), 0xF..F80), it's a sext.
947 // If we have ADD(XOR(AND(X, 0xFF), 0xF..F80), 0x80), it's a sext.
967 // If this is a xor that was canonicalized from a sub, turn it back into
968 // a sub and fuse this add with it.
970 IntegerType *IT = cast<IntegerType>(I.getType())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 75 /// has the same order as Successors, or it is empty if we don't use it
131 /// setHasAddressTaken - Set this block to reflect that it potentially
153 "It's not legal to initialize bundle_iterator with a bundled MI");
157 "It's not legal to initialize bundle_iterator with a bundled MI");
295 /// addLiveIn - Add the specified register as a live in. Note that it
338 /// pad, return it. Otherwise return NULL.
344 /// block. This only moves the block, it does not modify the CFG or adjust
351 /// it may now need a branch, and if it previously used branching it may no
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 26 # definately in the encoding, but characters above it may or may not be.
34 # and the optional high code point value is given, and it is 0X007F
61 Cp280 EBCDIC-CP-IT,IBM280,csIBM280 0x0019
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 61 // it later. This function does the conversions if required.
84 // don't support it.
87 // don't support it.
103 // If the alignment is set incorrectly, it can produce really inefficient
104 // code. This checks for this scenario and fixes it if possible.
116 // on it's sub-types.
119 size_t getTypeSize(IntegerType * const IT, bool dereferencePtr = false);
259 // Change the function name for the atomic if it is required
700 // following transformation can occur. For signed integers, it turns into the
702 // integers, it turns into the function call dst
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 61 // it later. This function does the conversions if required.
84 // don't support it.
87 // don't support it.
103 // If the alignment is set incorrectly, it can produce really inefficient
104 // code. This checks for this scenario and fixes it if possible.
116 // on it's sub-types.
119 size_t getTypeSize(IntegerType * const IT, bool dereferencePtr = false);
259 // Change the function name for the atomic if it is required
700 // following transformation can occur. For signed integers, it turns into the
702 // integers, it turns into the function call dst
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 96 // Technically it says nothing about the local classes of non-member
148 /// it.
269 /// Properly indicates when it couldn't be determined due to
299 } else if (const InjectedClassNameType *IT
301 RD = IT->getDecl();
467 // It's a match.
471 // If the context isn't dependent, it can't be a dependent match.
475 // If the template names don't match, it can't be a dependent
481 // context, it can't be a dependent match.
486 // Otherwise, it's a dependent match
    [all...]
SemaTemplateInstantiate.cpp 139 // If this is a friend declaration and it declares an entity at
744 /// transformed if it is NULL or if it is not dependent.
    [all...]
SemaPseudoObject.cpp 20 // needing an r-value, it is treated as if it were a message-send
23 // If it is used as the LHS of a simple assignment, it is treated
26 // If it is used as the LHS of a compound assignment, or the operand
359 // If the expression hasn't already been captured, just capture it
367 // Otherwise, it must already be one of our semantic expressions;
530 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
531 return S.LookupMethodInObjectType(sel, IT, false);
635 // that declared the @property. But it's not clear that that'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 62 Cookie.Cookie() to create an Cookie object. Although deprecated, it
66 Once you've created your Cookie, you can add values just as if it were
99 such trickeries do not confuse it.
169 it isn't a valid pickle'd object), IT WILL RAISE AN EXCEPTION.
176 serialize (ala cPickle) the value *if and only if* it isn't a
178 when the load() method parses out values, it attempts to de-serialize
179 the value. If it fails, then it fallsback to treating the value
197 it is still possible to use Cookie.Cookie() to create a Cookie. I
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 62 Cookie.Cookie() to create an Cookie object. Although deprecated, it
66 Once you've created your Cookie, you can add values just as if it were
99 such trickeries do not confuse it.
169 it isn't a valid pickle'd object), IT WILL RAISE AN EXCEPTION.
176 serialize (ala cPickle) the value *if and only if* it isn't a
178 when the load() method parses out values, it attempts to de-serialize
179 the value. If it fails, then it fallsback to treating the value
197 it is still possible to use Cookie.Cookie() to create a Cookie. I
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 54 // it's not necessarily a simple constant and it must be evaluated
140 // logical value, then zero extending it to int, then wanting it
658 "should not check conversion from __half, it has the lowest rank");
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 117 /// SafeToMergeTerminators - Return true if it is safe to merge these two
123 // It is not safe to merge these two switch instructions if they have a common
143 /// isProfitableToFoldUnconditional - Return true if it is safe and profitable
185 /// now be entries in it from the 'NewPred' block. The values that will be
270 // branch to BB, then it must be in the 'conditional' part of the "if
271 // statement". If not, it definitely dominates the region.
280 // If we have seen this instruction before, don't count it again.
283 // Okay, it looks like the instruction IS in the "condition". Check to
284 // see if it's a cheap instruction to unconditionally compute, and if it
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 45 /// FoldBitCast - Constant fold bitcast, symbolically evaluating it with
46 /// DataLayout. This always returns a non-null constant, but it may be a
57 if (IntegerType *IT = dyn_cast<IntegerType>(DestTy)) {
65 // If the vector is a vector of floating point, convert it to vector of int
82 APInt Result(IT->getBitWidth(), 0);
91 return ConstantInt::get(IT, Result);
100 // vector so the code below can handle it uniformly.
106 // If this is a bitcast from constant vector -> vector, fold it.
110 // If the element types match, IR can fold it.
128 // we have something in FP form, recast it as integer
    [all...]
  /external/clang/include/clang/AST/
Expr.h 126 // In C++, the type of an expression is always adjusted so that it
176 /// it depends in some way on a template parameter, even if neither its type
180 /// instantiation-dependent (since it involves a template parameter \c T), but
289 /// and if it is a structure or union, does not have any member (including,
322 CM_RValue, // Not modifiable because it's an rvalue
323 CM_Function, // Not modifiable because it's a function; C++ only
379 /// C++11 expression taxonomy, and see if it is valid on the left side
382 /// This function extends classify in that it also tests whether the
442 /// bit-fields, but it will return null for a conditional bit-field.
503 /// might be usable in a constant expression in C++11, if it were marke
    [all...]
Decl.h 127 /// This requires that the declaration have a name and that it be a simple
135 /// it is one of the special kinds of names (C++ constructor, Objective-C
137 /// manipulation, so it should be called only when performance doesn't matter.
140 // FIXME: This function should be renamed to indicate that it is not just an
158 /// namespace), it will return same result as printName().
159 /// Creating this name is expensive, so it should be called only when
172 /// in a diagnostic. It does not necessarily produce the same
182 /// replace another declaration if, for example, it is a
183 /// redeclaration of the same variable or function, but not if it is
220 /// of linkage. It is just an implementation detail that is used to comput
    [all...]
  /external/clang/lib/AST/
Expr.cpp 145 // If this value has _Bool type, it is obvious 0/1.
160 // '(int) (a && b)' treat it as an arbitrary int.
212 /// should pick it over the implementation above because it's
250 // An id-expression is type-dependent if it contains:
255 // An identifier is value-dependent if it is:
339 // An id-expression is type-dependent if it contains:
344 // An identifier is value-dependent if it is:
478 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) {
482 if (IT != PrettyFunction && IT != PrettyFunctionNoVirtual
    [all...]

Completed in 723 milliseconds

1 2