/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/swiftshader/third_party/llvm-7.0/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/ltp/ |
D | runltp | 264 for ARGUMENT in `echo "$ARGUMENT_LIST" | tr ',' ' '` 267 1) NUM_PROCS="$ARGUMENT" ;; 268 2) NUM_FILES="$ARGUMENT" ;; 269 3) NUM_BYTES="$ARGUMENT" ;; 270 4) CLEAN_FLAG="$ARGUMENT" ;; 360 for ARGUMENT in `echo "$ARGUMENT_LIST" | tr ',' ' '` 363 1) NUM_PROCS="$ARGUMENT" ;; 364 2) CHUNKS="$ARGUMENT" ;; 365 3) BYTES="$ARGUMENT" ;; 366 4) HANGUP_FLAG="$ARGUMENT" ;;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.td | 87 def WebAssemblyargument : SDNode<"WebAssemblyISD::ARGUMENT", 154 multiclass ARGUMENT<WebAssemblyRegClass vt> { 167 defm "": ARGUMENT<I32>; 168 defm "": ARGUMENT<I64>; 169 defm "": ARGUMENT<F32>; 170 defm "": ARGUMENT<F64>; 171 defm "": ARGUMENT<EXCEPT_REF>;
|
D | WebAssemblyISD.def | 20 HANDLE_NODETYPE(ARGUMENT)
|
D | WebAssemblyRegisterInfo.td | 54 // order the ARGUMENT instructions that are emulating live-in registers and
|
D | WebAssemblyISelLowering.cpp | 687 ? DAG.getNode(WebAssemblyISD::ARGUMENT, DL, In.VT, in LowerFormalArguments() 704 DAG.getNode(WebAssemblyISD::ARGUMENT, DL, PtrVT, in LowerFormalArguments()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 1642 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(3), 4, 7); in TestFormatToCharacterIterator() 1643 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(0), 16, 19); in TestFormatToCharacterIterator() 1644 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(2), 30, 32); in TestFormatToCharacterIterator() 1646 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 53, 63); in TestFormatToCharacterIterator() 1653 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 67, 79); in TestFormatToCharacterIterator() 1659 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg3", 4, 7); in TestFormatToCharacterIterator() 1660 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg0", 16, 19); in TestFormatToCharacterIterator() 1661 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg2", 30, 32); in TestFormatToCharacterIterator() 1663 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 53, 63); in TestFormatToCharacterIterator() 1670 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 67, 79); in TestFormatToCharacterIterator() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 1639 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(3), 4, 7); in TestFormatToCharacterIterator() 1640 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(0), 16, 19); in TestFormatToCharacterIterator() 1641 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(2), 30, 32); in TestFormatToCharacterIterator() 1643 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 53, 63); in TestFormatToCharacterIterator() 1650 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 67, 79); in TestFormatToCharacterIterator() 1656 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg3", 4, 7); in TestFormatToCharacterIterator() 1657 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg0", 16, 19); in TestFormatToCharacterIterator() 1658 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg2", 30, 32); in TestFormatToCharacterIterator() 1660 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 53, 63); in TestFormatToCharacterIterator() 1667 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 67, 79); in TestFormatToCharacterIterator() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2000-12-06-MeetingSummary.txt | 13 ARGUMENT AGAINST: 18 ARGUMENT FOR:
|
/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/icu/icu4c/source/config/ |
D | test-icu-config.sh | 15 icu-config --BAD ARGUMENT
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | RegexManager.java | 45 private static final Pattern ARGUMENT = PatternCache.get("[<\"]?\\$(\\d)[\">]?"); field in RegexManager 599 Matcher matcher = ARGUMENT.matcher(rbPath); in addConverterEntry() 674 Matcher matcher = ARGUMENT.matcher(rbPath); in addFallback()
|
/external/boringssl/src/crypto/perlasm/ |
D | x86_64-xlate.pl | 1215 ARGUMENT: while (1) { label 1222 last ARGUMENT; 1226 last ARGUMENT if ($line !~ /^,/);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessageFormat.java | 1481 if (this.getName().equals(ARGUMENT.getName())) { in readResolve() 1482 return ARGUMENT; in readResolve() 1495 public static final Field ARGUMENT = new Field("message argument field"); field in MessageFormat.Field 1813 if (fp != null && Field.ARGUMENT.equals(fp.getFieldAttribute())) { in updateMetaData() 2625 init(Field.ARGUMENT, fieldValue, startIndex, limitIndex); in AttributeAndPosition()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 1526 if (this.getName().equals(ARGUMENT.getName())) { in readResolve() 1527 return ARGUMENT; in readResolve() 1542 public static final Field ARGUMENT = new Field("message argument field"); field in MessageFormat.Field 1860 if (fp != null && Field.ARGUMENT.equals(fp.getFieldAttribute())) { in updateMetaData() 2673 init(Field.ARGUMENT, fieldValue, startIndex, limitIndex); in AttributeAndPosition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | invalid.test | 170 RUN: FileCheck --check-prefix=INVALID-ARGUMENT-TYPE %s 172 INVALID-ARGUMENT-TYPE: Invalid function argument type
|
/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 | 1796 return new Object[] {MessageFormat.Field.ARGUMENT}; in getTestObjects()
|