/external/e2fsprogs/e2fsck/ |
profile.h | 68 (profile_t profile, const char *name, const char *subname, 72 (profile_t profile, const char *name, const char *subname, 77 (profile_t profile, const char *name, const char *subname, 82 (profile_t profile, const char *name, const char *subname,
|
profile.c | 212 const char *subname, const char *subsubname, 1458 const char *subname, const char *subsubname, 1467 names[1] = subname 1725 const char *subname = 0; local [all...] |
problem.c | [all...] |
/libcore/luni/src/main/java/javax/security/auth/x500/ |
X500Principal.java | 232 String subName = resultName.substring(commaIndex + 1, 234 if (subName.length() > 4 235 && subName.substring(0, 4).equals("OID.")) { 236 String subSubName = subName.substring(4); 258 String subName = resultName.substring(commaIndex + 1, 260 if (oidMap.containsKey(subName)) { 273 .get(subName)); 308 String subName = sbName.substring(commaIndex + 1, equalIndex).trim(); 309 if (keywordMap.containsKey(subName)) { 310 sbName.replace(commaIndex + 1, equalIndex, keywordMap.get(subName)); [all...] |
/external/srec/srec/ca/ |
acc_basi.c | 68 int CA_LoadAcousticSub(CA_Acoustic *hAcoust, char *subname, CA_AcoustInputParams *hAcoustInp) 77 hAcoust->swimodel = load_swimodel(subname);
|
/external/emma/ant/ant14/com/vladium/emma/ |
emmaTask.java | 104 protected String getNestedTaskName (final String subname) 106 return getTaskName ().concat (".").concat (subname);
|
/external/icu4c/i18n/ |
ucol_tok.h | 146 const UChar *subName;
|
ucol_tok.cpp | 549 if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].subLen) == 0) { 737 if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].subLen) == 0) { 756 if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].subLen) == 0) { 773 if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].subLen) == 0) { [all...] |
/external/kernel-headers/original/sound/ |
asound.h | 291 unsigned char subname[32]; /* subdevice name */ member in struct:snd_pcm_info 514 unsigned char subname[32]; /* name of active or selected subdevice */ member in struct:snd_rawmidi_info [all...] |
/bionic/libc/kernel/common/sound/ |
asound.h | 266 unsigned char subname[32]; member in struct:snd_pcm_info 491 unsigned char subname[32]; member in struct:snd_rawmidi_info [all...] |
/external/srec/srec/include/ |
simapi.h | 535 char *subname, 540 * subname subword acoustic model file [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageParser.java | [all...] |
/external/emma/lib/ |
emma_ant.jar | |