HomeSort by relevance Sort by last modified time
    Searched defs:VALUE_TYPE (Results 1 - 5 of 5) sorted by null

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
MetaData.java 15 private final Map<String, VALUE_TYPE> typeMap = new LinkedHashMap<>();
27 typeMap.put(nameAttr.getNodeValue(), VALUE_TYPE.VALUE);
30 typeMap.put(nameAttr.getNodeValue(), VALUE_TYPE.RESOURCE);
37 for (Map.Entry<String,VALUE_TYPE> entry : typeMap.entrySet()) {
63 } else if (entry.getValue() == VALUE_TYPE.VALUE) {
77 private enum VALUE_TYPE {
  /external/v8/src/wasm/
value-type.h 63 constexpr ValueType value_type() const { return kValueType[val_]; } function in class:v8::internal::wasm::LoadType
91 #define VALUE_TYPE(type, ...) kWasm##type,
92 FOREACH_LOAD_TYPE(VALUE_TYPE)
93 #undef VALUE_TYPE
130 constexpr ValueType value_type() const { return kValueType[val_]; } function in class:v8::internal::wasm::StoreType
158 #define VALUE_TYPE(type, ...) kWasm##type,
159 FOREACH_STORE_TYPE(VALUE_TYPE)
160 #undef VALUE_TYPE
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ValueEncoder.java 75 private static final int VALUE_TYPE = 0x18;
162 case VALUE_TYPE: {
238 return VALUE_TYPE;
261 * {@code value_type} prefix. If the output stream keeps
299 * {@code value_type} prefix. If the output stream keeps
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 82 private static final int VALUE_TYPE = 0x18;
179 case VALUE_TYPE: {
259 return VALUE_TYPE;
282 * {@code value_type} prefix. If the output stream keeps
320 * {@code value_type} prefix. If the output stream keeps
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 501 milliseconds