/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, 87 (profile_t profile, const char *name, const char *subname,
|
profile.c | 212 const char *subname, const char *subsubname, 1463 const char *subname, const char *subsubname, 1767 const char *subname = 0; local [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/chromium_org/third_party/hwcplus/src/ |
hardware.c | 138 * Check if a HAL with given name and subname exists, if so return 0, otherwise 142 const char *subname) 147 hal_library_path, name, subname); 153 HAL_LIBRARY_PATH2, name, subname); 158 HAL_LIBRARY_PATH1, name, subname);
|
/hardware/libhardware/ |
hardware.c | 126 * Check if a HAL with given name and subname exists, if so return 0, otherwise 130 const char *subname) 133 HAL_LIBRARY_PATH2, name, subname); 138 HAL_LIBRARY_PATH1, name, subname);
|
/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);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
FatLfnDirectoryEntry.java | 303 private static FatDirectoryEntry createPart(String subName, 307 subName.getChars(0, subName.length(), unicodechar, 0); 309 for (int i=subName.length(); i < 13; i++) { 310 if (i==subName.length()) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_importhooks.py | 110 subname = fullname.split(".")[-1] 111 if subname != fullname and self.path is None: 118 file, filename, stuff = imp.find_module(subname, path)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_importhooks.py | 110 subname = fullname.split(".")[-1] 111 if subname != fullname and self.path is None: 118 file, filename, stuff = imp.find_module(subname, path)
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
UriUtils.java | 215 * canvas will fall back to use previous action's subname as the subactions dialog 229 * canvas will fall back to use previous action's subname as the subactions dialog 245 * canvas will fall back to use previous action's subname as the subactions dialog 261 * canvas will fall back to use previous action's subname as the subactions dialog
|
/external/emma/ant/ant14/com/vladium/emma/ |
emmaTask.java | 104 protected String getNestedTaskName (final String subname) 106 return getTaskName ().concat (".").concat (subname);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mhlib.py | 166 for subname in subnames: 167 fullsubname = os.path.join(fullname, subname) 169 name_subname = os.path.join(name, subname) 193 for subname in subnames: 194 if subname[0] == ',' or isnumeric(subname): continue 195 fullsubname = os.path.join(fullname, subname) 197 name_subname = os.path.join(name, subname) 228 for subname in os.listdir(fullname): 229 fullsubname = os.path.join(fullname, subname) [all...] |
modulefinder.py | 220 subname = "%s.%s" % (m.__name__, sub) 221 submod = self.import_module(sub, subname, m) 223 raise ImportError, "No module named " + subname 552 subname = name[i+1:] 560 elif subname in pkg.globalnames:
|
pkgutil.py | 178 subname = fullname.split(".")[-1] 179 if subname != fullname and self.path is None: 186 file, filename, etc = imp.find_module(subname, path) 220 subname = inspect.getmodulename(fn) 221 if subname=='__init__':
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mhlib.py | 166 for subname in subnames: 167 fullsubname = os.path.join(fullname, subname) 169 name_subname = os.path.join(name, subname) 193 for subname in subnames: 194 if subname[0] == ',' or isnumeric(subname): continue 195 fullsubname = os.path.join(fullname, subname) 197 name_subname = os.path.join(name, subname) 228 for subname in os.listdir(fullname): 229 fullsubname = os.path.join(fullname, subname) [all...] |
modulefinder.py | 220 subname = "%s.%s" % (m.__name__, sub) 221 submod = self.import_module(sub, subname, m) 223 raise ImportError, "No module named " + subname 552 subname = name[i+1:] 560 elif subname in pkg.globalnames:
|
pkgutil.py | 178 subname = fullname.split(".")[-1] 179 if subname != fullname and self.path is None: 186 file, filename, etc = imp.find_module(subname, path) 220 subname = inspect.getmodulename(fn) 221 if subname=='__init__':
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_tok.h | 146 const UChar *subName;
|
/prebuilts/misc/common/swig/include/2.0.11/octave/ |
octrun.swg | 611 std::string subname; 617 subname = subname_ovl(0).string_value(); 619 const swig_type_info *next_base = find_base(subname, base); 626 if (!base || !(m->first = find_member(base, subname))) 627 m = find_member(subname, false); 705 std::string subname = subname_ovl(0).string_value(); 707 member_value_pair *m = find_member(subname, true); [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp) 269 # "disable pretty-printer .* .*" (i.e. subname is elided)
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp) 269 # "disable pretty-printer .* .*" (i.e. subname is elided)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp) 269 # "disable pretty-printer .* .*" (i.e. subname is elided)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp) 269 # "disable pretty-printer .* .*" (i.e. subname is elided)
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp) 273 # "disable pretty-printer .* .*" (i.e. subname is elided)
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp) 269 # "disable pretty-printer .* .*" (i.e. subname is elided)
|