HomeSort by relevance Sort by last modified time
    Searched refs:EnumValue (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
propname.h 116 typedef int32_t EnumValue;
187 const ValueMap* getValueMap(EnumValue prop) const;
202 inline const char* getPropertyName(EnumValue prop,
205 inline EnumValue getPropertyEnum(const char* alias) const;
207 inline const char* getPropertyValueName(EnumValue prop, EnumValue value,
210 inline EnumValue getPropertyValueEnum(EnumValue prop,
230 EnumValue enumStart;
231 EnumValue enumLimit
    [all...]
propname.cpp 161 PropertyAliases::getValueMap(EnumValue prop) const {
168 PropertyAliases::getPropertyName(EnumValue prop,
174 inline EnumValue
181 PropertyAliases::getPropertyValueName(EnumValue prop,
182 EnumValue value,
197 inline EnumValue
198 PropertyAliases::getPropertyValueEnum(EnumValue prop,
367 ds->swapArray32(ds, inMap, 2*sizeof(EnumValue), outMap, pErrorCode);
411 length=(1+tempMap->count)*sizeof(EnumValue);
452 const EnumValue *inEnumArray
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 44 const unsigned EnumValue;
58 // Order CodeGenSubRegIndex pointers by EnumValue.
63 return A->EnumValue < B->EnumValue;
113 unsigned EnumValue;
208 // Order CodeGenRegister pointers by EnumValue.
213 return A->EnumValue < B->EnumValue;
246 // Bit mask of sub-classes including this, indexed by their EnumValue.
249 // first. This is the same as sorting by EnumValue
    [all...]
RegisterInfoEmitter.cpp 95 Registers[i]->EnumValue << ",\n";
96 assert(Registers.size() == Registers[Registers.size()-1]->EnumValue &&
555 OS << Idx->EnumValue;
590 uint16_t Cur = (*I)->EnumValue;
608 CodeGenSubRegIndex *&Entry = Vec[I->first->EnumValue - 1];
616 Vec[I->first->EnumValue - 1] = I->second;
681 OS << Rows[r][i]->EnumValue << ", ";
739 diffEncode(SubRegLists[i], Reg->EnumValue, SR.begin(), SR.end());
750 diffEncode(SuperRegLists[i], Reg->EnumValue,
777 DiffSeqs.add(diffEncode(RegUnitLists[i], Scale * Reg->EnumValue, RUs))
    [all...]
CodeGenRegisters.cpp 34 : TheDef(R), EnumValue(Enum), LaneMask(0), AllSuperRegsCovered(true) {
45 EnumValue(Enum), LaneMask(0), AllSuperRegsCovered(true) {
108 EnumValue(Enum),
508 Id.push_back(I->first->EnumValue);
664 EnumValue(-1) {
731 EnumValue(-1),
859 RC.SubClasses.set(RC.EnumValue);
    [all...]
DAGISelMatcherEmitter.cpp 458 if (Reg && Reg->EnumValue > 255) {
AsmMatcherEmitter.cpp     [all...]
  /external/chromium_org/mojo/public/tools/bindings/generators/
mojom_java_generator.py 73 if isinstance(element, mojom.EnumValue):
118 if not isinstance(named_value, mojom.EnumValue):
mojom_js_generator.py 127 if isinstance(token, (mojom.EnumValue, mojom.NamedValue)):
135 if isinstance(token, mojom.EnumValue):
mojom_cpp_generator.py 197 if isinstance(token, (mojom.NamedValue, mojom.EnumValue)):
  /external/clang/docs/tools/
dump_format_style.py 55 class EnumValue:
120 enum.values.append(EnumValue(line.replace(',', ''), comment))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 134 data = EnumValue(sub_key, index)
240 # EnumValue or QueryValue to raise "WindowsError: More data is
262 name = EnumValue(key, i)
290 EnumValue(HKEY_PERFORMANCE_DATA, 0)
test_winsound.py 24 value = _winreg.EnumValue(key, 0)[1]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 134 data = EnumValue(sub_key, index)
240 # EnumValue or QueryValue to raise "WindowsError: More data is
262 name = EnumValue(key, i)
290 EnumValue(HKEY_PERFORMANCE_DATA, 0)
test_winsound.py 24 value = _winreg.EnumValue(key, 0)[1]
  /system/media/camera/docs/
camera_metadata_tag_info.mako 101 find_values = lambda x: isinstance(x, metadata_model.EnumValue)
metadata_model.py 32 EnumValue: A class corresponding to a <value> element within an Enum
939 class EnumValue(Node):
984 values: A sequence of EnumValue children.
990 [ EnumValue(val, self, ids.get(val), val in optionals, val in hiddens, \
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 77 class EnumValue(NamedValue):
data.py 255 value = mojom.EnumValue(module, enum, field)
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 176 EnumValue = static_cast<Types>(0) // expected-error{{enumerator value contains unexpanded parameter pack 'Types'}}
  /external/chromium_org/tools/json_schema_compiler/
model.py 192 self.enum_values = [EnumValue(value) for value in json['enum']]
399 class EnumValue(object):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 31 RegEnumValue = _winreg.EnumValue
msvc9compiler.py 32 RegEnumValue = _winreg.EnumValue
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 31 RegEnumValue = _winreg.EnumValue
msvc9compiler.py 32 RegEnumValue = _winreg.EnumValue

Completed in 1118 milliseconds

1 2