Searched refs:tagValue (Results 1 - 22 of 22) sorted by relevance

/external/testng/src/main/java/org/testng/internal/annotations/
H A DConverter.java18 public static boolean getBoolean(String tagValue, boolean def) { argument
20 if (tagValue != null) {
21 result = Boolean.valueOf(tagValue);
26 public static int getInt(String tagValue, int def) { argument
28 if (tagValue != null) {
29 result = Integer.parseInt(tagValue);
34 public static String getString(String tagValue, String def) { argument
36 if (tagValue != null) {
37 result = tagValue;
42 public static long getLong(String tagValue, lon argument
50 getStringArray(String tagValue, String[] def) argument
59 getClassArray(String tagValue, Class[] def) argument
[all...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DTagUtilities.java30 int tagValue = 0;
33 tagValue <<= 8;
34 tagValue += (int) ((i < tag.length()? tag.charAt(i) : ' ') & 0xFF);
37 return "0x" + Utility.hex(tagValue, 8);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Object.java100 * @param tagValue tag value to check for.
103 protected static boolean hasEncodedTagValue(Object obj, int tagValue) argument
105 return (obj instanceof byte[]) && ((byte[])obj)[0] == tagValue;
H A DASN1StreamParser.java38 ASN1Encodable readIndef(int tagValue) throws IOException argument
43 switch (tagValue)
54 throw new ASN1Exception("unknown BER object encountered: 0x" + Integer.toHexString(tagValue));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBITestExtended.java127 int tagValue = 0; // The numeric value of a <nnn> tag.
278 tagValue = 0;
356 if (tagValue == 0) {
357 tagValue = -1;
360 tp.expectedBreaks[breakIdx] = tagValue;
367 tagValue = tagValue*10 + UCharacter.digit(c);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestExtended.java123 int tagValue = 0; // The numeric value of a <nnn> tag.
274 tagValue = 0;
352 if (tagValue == 0) {
353 tagValue = -1;
356 tp.expectedBreaks[breakIdx] = tagValue;
363 tagValue = tagValue*10 + UCharacter.digit(c);
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp1238 int32_t tagValue = 0; // The numeric value of a <nnn> tag. local
1426 tagValue = 0;
1499 if (tagValue == 0) {
1500 tagValue = -1;
1504 tp.expectedBreaks->setElementAt(tagValue, breakIdx);
1513 tagValue = tagValue*10 + u_charDigitValue(c);
/external/testng/ant/3rdparty/
H A DDTDDoc.jarMETA-INF/ META-INF/MANIFEST.MF DTDDoc/ DTDDoc/AntLogger.class AntLogger.java package DTDDoc ...
/external/v8/test/cctest/
H A Dtest-api.cc12960 #define TEST_TOSTRINGTAG(type, tagValue, expected) \
12964 ->Set(context.local(), toStringTag, tagValue) \
12974 #define TEST_TOSTRINGTAG_TYPES(tagValue) \
12975 TEST_TOSTRINGTAG(Array, tagValue, Array); \
12976 TEST_TOSTRINGTAG(Object, tagValue, Object); \
12977 TEST_TOSTRINGTAG(Function, tagValue, Function); \
12978 TEST_TOSTRINGTAG(Date, tagValue, Date); \
12979 TEST_TOSTRINGTAG(RegExp, tagValue, RegExp); \
12980 TEST_TOSTRINGTAG(Error, tagValue, Error); \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 680 milliseconds