Searched defs:enumValue (Results 1 - 21 of 21) sorted by relevance

/external/deqp/scripts/egl/
H A Denums.py42 def enumValue (enum, typePrefix = ""): function
53 return "#define %s\t%s" % (enum.name, enumValue(enum, "eglw::"))
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DEnums.java83 protected String doBackward(T enumValue) { argument
84 return enumValue.name();
/external/guava/guava/src/com/google/common/base/
H A DEnums.java49 * Returns the {@link Field} in which {@code enumValue} is defined. For example, to get the
56 public static Field getField(Enum<?> enumValue) { argument
57 Class<?> clazz = enumValue.getDeclaringClass();
59 return clazz.getDeclaredField(enumValue.name());
137 protected String doBackward(T enumValue) { argument
138 return enumValue.name();
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DInterfaceControlMessageTest.java54 public void setInteger(long value, int enumValue) { argument
56 mEnum = enumValue;
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs247 internal void AddEnumValueByNumber(EnumValueDescriptor enumValue) argument
249 DescriptorIntPair key = new DescriptorIntPair(enumValue.EnumDescriptor, enumValue.Number);
252 enumValuesByNumber[key] = enumValue;
/external/icu/icu4c/source/common/
H A Dutrie2.cpp535 * The values are transformed from the raw trie entries by the enumValue function.
549 UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) {
560 if(enumValue==NULL) {
561 enumValue=enumSameValue;
585 initialValue=enumValue(context, trie->initialValue);
681 value=enumValue(context, data32!=NULL ? data32[block+j] : idx[block+j]);
709 value=enumValue(context, highValue);
726 UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) {
727 enumEitherTrie(trie, 0, 0x110000, enumValue, enumRange, context);
732 UTrie2EnumValue *enumValue, UTrie2EnumRang
547 enumEitherTrie(const UTrie2 *trie, UChar32 start, UChar32 limit, UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) argument
725 utrie2_enum(const UTrie2 *trie, UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) argument
731 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead, UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) argument
[all...]
H A Dutrie.cpp1056 * The values are transformed from the raw trie entries by the enumValue function.
1060 UTrieEnumValue *enumValue, UTrieEnumRange *enumRange, const void *context) {
1072 if(enumValue==NULL) {
1073 enumValue=enumSameValue;
1080 initialValue=enumValue(context, trie->initialValue);
1123 value=enumValue(context, data32!=NULL ? data32[block+j] : idx[block+j]);
1209 value=enumValue(context, data32!=NULL ? data32[block+j] : idx[block+j]);
1059 utrie_enum(const UTrie *trie, UTrieEnumValue *enumValue, UTrieEnumRange *enumRange, const void *context) argument
/external/curl/packages/OS400/
H A Dos400sys.c535 GSK_ENUM_VALUE enumValue)
543 return gsk_attribute_set_enum(p->h, enumID, enumValue);
632 GSK_ENUM_VALUE * enumValue)
640 return gsk_attribute_get_enum(p->h, enumID, enumValue);
534 Curl_gsk_attribute_set_enum(gsk_handle my_gsk_handle, GSK_ENUM_ID enumID, GSK_ENUM_VALUE enumValue) argument
631 Curl_gsk_attribute_get_enum(gsk_handle my_gsk_handle, GSK_ENUM_ID enumID, GSK_ENUM_VALUE * enumValue) argument
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
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/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
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/ ...
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.2.2_r1.2-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 ...

Completed in 636 milliseconds