/external/e2fsprogs/e2fsck/ |
D | 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,
|
D | profile.c | 212 const char *subname, const char *subsubname, 1463 const char *subname, const char *subsubname, in profile_get_value() argument 1472 names[1] = subname; in profile_get_value() 1495 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() argument 1503 retval = profile_get_value(profile, name, subname, in profile_get_string() 1523 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() argument 1535 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer() 1564 profile_get_uint(profile_t profile, const char *name, const char *subname, in profile_get_uint() argument 1577 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint() 1605 profile_get_double(profile_t profile, const char *name, const char *subname, in profile_get_double() argument [all …]
|
D | problem.c | 1981 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean() argument 1988 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() argument 2012 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() argument
|
/external/chromium_org/third_party/hwcplus/src/ |
D | hardware.c | 142 const char *subname) in hw_module_exists() argument 147 hal_library_path, name, subname); in hw_module_exists() 153 HAL_LIBRARY_PATH2, name, subname); in hw_module_exists() 158 HAL_LIBRARY_PATH1, name, subname); in hw_module_exists()
|
/external/srec/srec/ca/ |
D | acc_basi.c | 68 int CA_LoadAcousticSub(CA_Acoustic *hAcoust, char *subname, CA_AcoustInputParams *hAcoustInp) in CA_LoadAcousticSub() argument 77 hAcoust->swimodel = load_swimodel(subname); in CA_LoadAcousticSub()
|
/external/emma/ant/ant14/com/vladium/emma/ |
D | emmaTask.java | 104 protected String getNestedTaskName (final String subname) in getNestedTaskName() argument 106 return getTaskName ().concat (".").concat (subname); in getNestedTaskName()
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 298 unsigned char subname[32]; /* subdevice name */ member 575 unsigned char subname[32]; /* name of active or selected subdevice */ member
|
/external/srec/srec/include/ |
D | simapi.h | 535 char *subname,
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 620 for subname, subdesc in iterate_messages(desc, names): 622 yield subname, extension
|