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

  /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;
112 unsigned EnumValue;
207 // Order CodeGenRegister pointers by EnumValue.
212 return A->EnumValue < B->EnumValue;
245 // Bit mask of sub-classes including this, indexed by their EnumValue.
248 // 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),
861 RC.SubClasses.set(RC.EnumValue);
    [all...]
DAGISelMatcherEmitter.cpp 441 if (Reg && Reg->EnumValue > 255) {
AsmMatcherEmitter.cpp     [all...]
  /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):
978 values: A sequence of EnumValue children.
984 [ EnumValue(val, self, ids.get(val), val in optionals, notes.get(val)) \
    [all...]
  /external/chromium_org/chrome/test/functional/rlz/
rlztest.py 118 value = _winreg.EnumValue(hkey, counter)
  /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'}}
  /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
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1137 milliseconds