HomeSort by relevance Sort by last modified time
    Searched defs:AN (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.h 28 /* length of an array */
40 #define AN U_ARABIC_NUMBER
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 28 /* length of an array */
40 #define AN U_ARABIC_NUMBER
  /external/llvm/lib/IR/
Metadata.cpp 333 // with an instruction or some other function-local object. If this is a
343 // Metadata can be function-local without having an associated function.
366 // If we are dropping an argument to null, we choose to not unique the MDNode
471 int AN = A->getNumOperands() / 2;
473 while (AI < AN && BI < BN) {
485 while (AI < AN) {
643 // Handle the case when we're adding/updating metadata on an instruction.
651 // Handle replacement of an existing value.
664 // Otherwise, we're removing metadata from an instruction.
679 // Handle removal of an existing value
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 214 // A locale (as specified in the filter) is an underscore separated name such
1018 const int AN = assetDirs.size();
1019 for (int i = 0; i < AN; i++) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 42 AN= U_ARABIC_NUMBER, /* 5 */
77 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI))
80 #define MASK_STRONG_EN_AN (DIRPROP_FLAG(L)|DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN))
305 /* are we performing an approximation of the "inverse BiDi" algorithm? */
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 141 std::string AN;
144 AN = Attr->getValueAsString("ParseKind");
148 if (Seen.find(AN) != Seen.end()) {
150 Dupes->push_back(std::make_pair(AN, Attr));
153 Seen.insert(AN);
155 AN = NormalizeAttrName(Attr->getName()).str();
157 R.push_back(std::make_pair(AN, Attr));
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 42 AN= U_ARABIC_NUMBER, /* 5 */
77 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI))
80 #define MASK_STRONG_EN_AN (DIRPROP_FLAG(L)|DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN))
296 /* are we performing an approximation of the "inverse BiDi" algorithm? */
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 144 /// represented as an indexed [r+r] operation. Returns false if it can
151 /// represented as an indexed [r+r] operation.
163 // Select an address into a single register.
173 /// Reg in an asm, because the load or store opcode would have to change.
412 /// SelectBitfieldInsert - turn an or of two masked values into
809 SDValue AN = SDValue(CurDAG->getMachineNode(PPC::AND, dl, MVT::i32, AD,
811 SDValue Ops[] = { AN, getI32Imm(1), getI32Imm(31), getI32Imm(31) };
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
72 AN(new String[]{
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 11 // Promotion is the act of changing a computation in an illegal type into a
12 // computation in a larger type. For example, implementing i8 arithmetic in an
14 // Expansion is the act of changing a computation in an illegal type into a
258 // Convert the element to an integer and promote it by hand.
425 // to an in-register extension.
427 // The high bits are not guaranteed to be anything. Insert an extend.
458 /// Promote the overflow flag of an overflowing arithmetic node.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 982 milliseconds