/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
D | MessageFormat.java | 1090 if (attr.equals(java.text.MessageFormat.Field.ARGUMENT)) { in formatToCharacterIterator() 1091 val = attr = Field.ARGUMENT; in formatToCharacterIterator() 1295 if (this.getName().equals(ARGUMENT.getName())) { in readResolve() 1296 return ARGUMENT; in readResolve() 1311 public static final Field ARGUMENT = new Field("message argument field"); field in MessageFormat.Field 1418 if (fieldAttribute.equals(Field.ARGUMENT)) { in toJDKFieldPosition() 1419 fieldAttribute = java.text.MessageFormat.Field.ARGUMENT; in toJDKFieldPosition()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.td | 58 def WebAssemblyargument : SDNode<"WebAssemblyISD::ARGUMENT", 98 multiclass ARGUMENT<WebAssemblyRegClass vt> { 103 defm : ARGUMENT<I32>; 104 defm : ARGUMENT<I64>; 105 defm : ARGUMENT<F32>; 106 defm : ARGUMENT<F64>;
|
D | WebAssemblyISD.def | 20 HANDLE_NODETYPE(ARGUMENT)
|
D | WebAssemblyRegisterInfo.td | 47 // order the ARGUMENT instructions that are emulating live-in registers and
|
D | WebAssemblyISelLowering.cpp | 497 ? DAG.getNode(WebAssemblyISD::ARGUMENT, DL, In.VT, in LowerFormalArguments() 514 DAG.getNode(WebAssemblyISD::ARGUMENT, DL, PtrVT, in LowerFormalArguments()
|
/external/llvm/test/DebugInfo/Generic/ |
D | inlined-vars.ll | 1 ; RUN: %llc_dwarf -O0 < %s | FileCheck %s -check-prefix ARGUMENT 36 ; ARGUMENT: {{.*Abbrev.*DW_TAG_formal_parameter}} 37 ; ARGUMENT: {{.*Abbrev.*DW_TAG_formal_parameter}} 38 ; ARGUMENT-NOT: {{.*Abbrev.*DW_TAG_formal_parameter}}
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 1633 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(3), 4, 7); in TestFormatToCharacterIterator() 1634 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(0), 16, 19); in TestFormatToCharacterIterator() 1635 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(2), 30, 32); in TestFormatToCharacterIterator() 1637 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 53, 63); in TestFormatToCharacterIterator() 1644 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 67, 79); in TestFormatToCharacterIterator() 1650 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg3", 4, 7); in TestFormatToCharacterIterator() 1651 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg0", 16, 19); in TestFormatToCharacterIterator() 1652 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg2", 30, 32); in TestFormatToCharacterIterator() 1654 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 53, 63); in TestFormatToCharacterIterator() 1661 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 67, 79); in TestFormatToCharacterIterator() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 1634 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(3), 4, 7); in TestFormatToCharacterIterator() 1635 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(0), 16, 19); in TestFormatToCharacterIterator() 1636 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(2), 30, 32); in TestFormatToCharacterIterator() 1638 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 53, 63); in TestFormatToCharacterIterator() 1645 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 67, 79); in TestFormatToCharacterIterator() 1651 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg3", 4, 7); in TestFormatToCharacterIterator() 1652 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg0", 16, 19); in TestFormatToCharacterIterator() 1653 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg2", 30, 32); in TestFormatToCharacterIterator() 1655 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 53, 63); in TestFormatToCharacterIterator() 1662 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 67, 79); in TestFormatToCharacterIterator() [all …]
|
/external/icu/icu4c/source/config/ |
D | test-icu-config.sh | 15 icu-config --BAD ARGUMENT
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-12-06-MeetingSummary.txt | 13 ARGUMENT AGAINST: 18 ARGUMENT FOR:
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2000-12-06-MeetingSummary.txt | 13 ARGUMENT AGAINST: 18 ARGUMENT FOR:
|
/external/messageformat/java/com/ibm/icu/simple/ |
D | MessageFormat.java | 1434 if (this.getName().equals(ARGUMENT.getName())) { in readResolve() 1435 return ARGUMENT; in readResolve() 1450 public static final Field ARGUMENT = new Field("message argument field"); field in MessageFormat.Field 1764 if (fp != null && Field.ARGUMENT.equals(fp.getFieldAttribute())) { in updateMetaData() 2497 init(Field.ARGUMENT, fieldValue, startIndex, limitIndex); in AttributeAndPosition()
|
/external/boringssl/src/crypto/perlasm/ |
D | x86_64-xlate.pl | 1162 ARGUMENT: while (1) { label 1169 last ARGUMENT; 1173 last ARGUMENT if ($line !~ /^,/);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 1522 if (this.getName().equals(ARGUMENT.getName())) { in readResolve() 1523 return ARGUMENT; in readResolve() 1538 public static final Field ARGUMENT = new Field("message argument field"); field in MessageFormat.Field 1856 if (fp != null && Field.ARGUMENT.equals(fp.getFieldAttribute())) { in updateMetaData() 2661 init(Field.ARGUMENT, fieldValue, startIndex, limitIndex); in AttributeAndPosition()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessageFormat.java | 1480 if (this.getName().equals(ARGUMENT.getName())) { in readResolve() 1481 return ARGUMENT; in readResolve() 1494 public static final Field ARGUMENT = new Field("message argument field"); field in MessageFormat.Field 1812 if (fp != null && Field.ARGUMENT.equals(fp.getFieldAttribute())) { in updateMetaData() 2616 init(Field.ARGUMENT, fieldValue, startIndex, limitIndex); in AttributeAndPosition()
|
/external/llvm/test/Bitcode/ |
D | invalid.test | 167 RUN: FileCheck --check-prefix=INVALID-ARGUMENT-TYPE %s 169 INVALID-ARGUMENT-TYPE: Invalid function argument type
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | FormatHandler.java | 1775 return new Object[] {MessageFormat.Field.ARGUMENT}; in getTestObjects()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatHandler.java | 1774 return new Object[] {MessageFormat.Field.ARGUMENT}; in getTestObjects()
|
/external/bison/doc/ |
D | bison.info | 2745 FUNCTION_NAME (ARGUMENT) 5803 -- Directive: %parse-param {ARGUMENT-DECLARATION} 5805 ARGUMENT-DECLARATION is an additional `yyparse' argument. The 5806 ARGUMENT-DECLARATION is used when declaring functions or 5807 prototypes. The last identifier in ARGUMENT-DECLARATION must be 6105 -- Directive: lex-param {ARGUMENT-DECLARATION} 6106 Declare that the braced-code ARGUMENT-DECLARATION is an additional 10861 -- Directive: %lex-param {ARGUMENT-DECLARATION} 10902 -- Directive: %parse-param {ARGUMENT-DECLARATION}
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 951 Clang supports the GNU style ``__attribute__((interrupt("ARGUMENT")))`` attribute on
|
/external/icu/icu4j/tools/build/ |
D | icu4j48.api3.gz |
|
D | icu4j50.api3.gz | 12;ICU4J 50.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j51.api3.gz |
|
D | icu4j52.api3.gz |
|
D | icu4j49.api3.gz |
|