Home
last modified time | relevance | path

Searched refs:ARGUMENT (Results 1 - 12 of 12) sorted by relevance

/third_party/ltp/
H A Drunltp265 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 DTestMessageFormat.java1641 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 DTestMessageFormat.java1644 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 DResultSpec.java562 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 DMessageFormat.java953 * <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 DMessageFormat.java932 * <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 Dx86_64-xlate.pl1225 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 Dx86_64-xlate.pl1220 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 DWebAssemblyISelLowering.cpp930 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 DFormatHandler.java1798 return new Object[] {MessageFormat.Field.ARGUMENT}; in getTestObjects()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DFormatHandler.java1796 return new Object[] {MessageFormat.Field.ARGUMENT}; in getTestObjects()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 26 milliseconds