| /third_party/ltp/ |
| H A D | runltp | 265 for ARGUMENT in `echo "$ARGUMENT_LIST" | tr ',' ' '` 268 1) NUM_PROCS="$ARGUMENT" ;; 269 2) NUM_FILES="$ARGUMENT" ;; 270 3) NUM_BYTES="$ARGUMENT" ;; 271 4) CLEAN_FLAG="$ARGUMENT" ;; 361 for ARGUMENT in `echo "$ARGUMENT_LIST" | tr ',' ' '` 364 1) NUM_PROCS="$ARGUMENT" ;; 365 2) CHUNKS="$ARGUMENT" ;; 366 3) BYTES="$ARGUMENT" ;; 367 4) HANGUP_FLAG="$ARGUMENT" ;; [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | TestMessageFormat.java | 1641 expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(3), 4, 7); in TestFormatToCharacterIterator() 1642 expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(0), 16, 19); in TestFormatToCharacterIterator() 1643 expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(2), 30, 32); in TestFormatToCharacterIterator() 1645 expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 53, 63); in TestFormatToCharacterIterator() 1652 expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 67, 79); in TestFormatToCharacterIterator() 1658 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg3", 4, 7); in TestFormatToCharacterIterator() 1659 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg0", 16, 19); in TestFormatToCharacterIterator() 1660 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg2", 30, 32); in TestFormatToCharacterIterator() 1662 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 53, 63); in TestFormatToCharacterIterator() 1669 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg in TestFormatToCharacterIterator() [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | TestMessageFormat.java | 1644 expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(3), 4, 7); in TestFormatToCharacterIterator() 1645 expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(0), 16, 19); in TestFormatToCharacterIterator() 1646 expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(2), 30, 32); in TestFormatToCharacterIterator() 1648 expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 53, 63); in TestFormatToCharacterIterator() 1655 expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 67, 79); in TestFormatToCharacterIterator() 1661 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg3", 4, 7); in TestFormatToCharacterIterator() 1662 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg0", 16, 19); in TestFormatToCharacterIterator() 1663 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg2", 30, 32); in TestFormatToCharacterIterator() 1665 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 53, 63); in TestFormatToCharacterIterator() 1672 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg in TestFormatToCharacterIterator() [all...] |
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
| H A D | ResultSpec.java | 562 private static final Pattern ARGUMENT = Pattern.compile("[<\"]?\\$(\\d)[\">]?"); field in ResultSpec 569 Matcher matcher = ARGUMENT.matcher(rbPath); in getSplitArgIndex()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | MessageFormat.java | 953 * <code>Field.ARGUMENT</code>, the location of the first formatted 1551 if (this.getName().equals(ARGUMENT.getName())) { in readResolve() 1552 return ARGUMENT; in readResolve() 1567 public static final Field ARGUMENT = new Field("message argument field"); field in MessageFormat.Field 1885 if (fp != null && Field.ARGUMENT.equals(fp.getFieldAttribute())) { in updateMetaData() 2704 * Defaults the field to Field.ARGUMENT. 2707 init(Field.ARGUMENT, fieldValue, startIndex, limitIndex); in AttributeAndPosition()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | MessageFormat.java | 932 * <code>Field.ARGUMENT</code>, the location of the first formatted 1509 if (this.getName().equals(ARGUMENT.getName())) { in readResolve() 1510 return ARGUMENT; in readResolve() 1523 public static final Field ARGUMENT = new Field("message argument field"); field in MessageFormat.Field 1841 if (fp != null && Field.ARGUMENT.equals(fp.getFieldAttribute())) { in updateMetaData() 2659 * Defaults the field to Field.ARGUMENT. 2662 init(Field.ARGUMENT, fieldValue, startIndex, limitIndex); in AttributeAndPosition()
|
| /third_party/node/deps/openssl/openssl/crypto/perlasm/ |
| H A D | x86_64-xlate.pl | 1225 ARGUMENT: while (1) { 1232 last ARGUMENT; 1236 last ARGUMENT if ($line !~ /^,/); 1239 } # ARGUMENT: 1224 ARGUMENT: while (1) { global() label
|
| /third_party/openssl/crypto/perlasm/ |
| H A D | x86_64-xlate.pl | 1220 ARGUMENT: while (1) { 1227 last ARGUMENT; 1231 last ARGUMENT if ($line !~ /^,/); 1234 } # ARGUMENT: 1219 ARGUMENT: while (1) { global() label
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 930 InVals.push_back(In.Used ? DAG.getNode(WebAssemblyISD::ARGUMENT, DL, In.VT, in LowerFormalArguments() 948 DAG.getNode(WebAssemblyISD::ARGUMENT, DL, PtrVT, in LowerFormalArguments()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
| H A D | FormatHandler.java | 1798 return new Object[] {MessageFormat.Field.ARGUMENT}; in getTestObjects()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
| H A D | FormatHandler.java | 1796 return new Object[] {MessageFormat.Field.ARGUMENT}; in getTestObjects()
|
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |