Searched refs:theID (Results 1 – 10 of 10) sorted by relevance
/external/gptfdisk/ |
D | parttypes.cc | 363 uint16_t theID = 0xFFFF; in GetHexType() local 367 theID = theItem->MBRType; in GetHexType() 374 theID = 0xFFFF; in GetHexType() 376 return theID; in GetHexType()
|
/external/python/cpython2/Mac/Modules/res/ |
D | _Resmodule.c | 189 short theID; in ResObj_GetResInfo() local 198 &theID, in ResObj_GetResInfo() 206 theID, in ResObj_GetResInfo() 215 short theID; in ResObj_SetResInfo() local 221 &theID, in ResObj_SetResInfo() 225 theID, in ResObj_SetResInfo() 240 short theID; in ResObj_AddResource() local 247 &theID, in ResObj_AddResource() 252 theID, in ResObj_AddResource() 941 short theID; in Res_GetResource() local [all …]
|
/external/icu/icu4c/source/i18n/ |
D | transreg.cpp | 93 TransliteratorAlias::TransliteratorAlias(const UnicodeString& theID, in TransliteratorAlias() argument 97 ID(theID), in TransliteratorAlias() 105 TransliteratorAlias::TransliteratorAlias(const UnicodeString& theID, in TransliteratorAlias() argument 108 ID(theID), in TransliteratorAlias()
|
D | transreg.h | 61 TransliteratorAlias(const UnicodeString& theID,
|
D | translit.cpp | 129 Transliterator::Transliterator(const UnicodeString& theID, in Transliterator() argument 131 UObject(), ID(theID), filter(adoptedFilter), in Transliterator()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliteratorRegistry.java | 254 public CompoundRBTEntry(String theID, List<String> theIDBlockVector, in CompoundRBTEntry() argument 257 ID = theID; in CompoundRBTEntry()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliteratorRegistry.java | 255 public CompoundRBTEntry(String theID, List<String> theIDBlockVector, in CompoundRBTEntry() argument 258 ID = theID; in CompoundRBTEntry()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | TransliteratorTest.java | 1532 public TestFact(String theID) { in TestFact() argument 1533 id = theID; in TestFact()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TransliteratorTest.java | 1529 public TestFact(String theID) { in TestFact() argument 1530 id = theID; in TestFact()
|
/external/python/cpython2/Modules/ |
D | _bsddb.c | 6351 u_int32_t theID; in DBEnv_lock_id() local 6355 err = self->db_env->lock_id(self->db_env, &theID); in DBEnv_lock_id() 6359 return NUMBER_FromLong((long)theID); in DBEnv_lock_id() 6366 u_int32_t theID; in DBEnv_lock_id_free() local 6368 if (!PyArg_ParseTuple(args, "I:lock_id_free", &theID)) in DBEnv_lock_id_free() 6373 err = self->db_env->lock_id_free(self->db_env, theID); in DBEnv_lock_id_free()
|