/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 65 auto name = std::filesystem::path(n); in SetUp() local 76 auto name = std::filesystem::path(n); in SetUp() local 91 void expectContent(const std::string &name, const T &value) { in expectContent() 97 void updateContent(const std::string &name, const T &value) { in updateContent() 102 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 119 static bool isRequired(const std::string &name) { in isRequired() 160 auto name = std::string(n); in TEST_P() local 189 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 220 auto name = std::get<0>(param); in TEST_P() local 230 auto name = std::get<0>(param); in TEST_P() local [all …]
|
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 64 auto name = std::filesystem::path(n); in SetUp() local 75 auto name = std::filesystem::path(n); in SetUp() local 90 void expectContent(const std::string &name, const T &value) { in expectContent() 96 void updateContent(const std::string &name, const T &value) { in updateContent() 101 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 118 static bool isRequired(const std::string &name) { in isRequired() 159 auto name = std::string(n); in TEST_P() local 188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 219 auto name = std::get<0>(param); in TEST_P() local 229 auto name = std::get<0>(param); in TEST_P() local [all …]
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 64 auto name = std::filesystem::path(n); in SetUp() local 75 auto name = std::filesystem::path(n); in SetUp() local 90 void expectContent(const std::string &name, const T &value) { in expectContent() 96 void updateContent(const std::string &name, const T &value) { in updateContent() 101 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 118 static bool isRequired(const std::string &name) { in isRequired() 159 auto name = std::string(n); in TEST_P() local 188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 219 auto name = std::get<0>(param); in TEST_P() local 229 auto name = std::get<0>(param); in TEST_P() local [all …]
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/include/ |
D | libfdt.h | 253 #define fdt_set_hdr_(name) \ argument 709 const char *name, in fdt_get_property_w() 769 const char *name, int namelen, in fdt_getprop_namelen_w() 808 const char *name, int *lenp) in fdt_getprop_w() 1311 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 1346 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 1363 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1466 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 1471 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1478 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() [all …]
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | eeData.c | 36 uint32_t name = info & EE_DATA_NAME_MAX; in eeFind() local 63 static bool eeIsValidName(uint32_t name) in eeIsValidName() 68 static void *eeDataGetEx(uint32_t name, uint32_t *offsetP, bool first, void *buf, uint32_t *szP) in eeDataGetEx() 105 uint32_t name = info & EE_DATA_NAME_MAX; in eeDataGetFree() local 121 bool eeDataGet(uint32_t name, void *buf, uint32_t *szP) in eeDataGet() 128 void *eeDataGetAllVersions(uint32_t name, void *buf, uint32_t *szP, void **stateP) in eeDataGetAllVersions() 141 bool eeDataSet(uint32_t name, const void *buf, uint32_t len) in eeDataSet() 169 bool eeDataEraseOldVersion(uint32_t name, void *vaddr) in eeDataEraseOldVersion()
|
/device/google/felix/vibrator/cs40l26/tests/ |
D | test-hwapi.cpp | 54 auto name = std::filesystem::path(n); in SetUp() local 65 auto name = std::filesystem::path(n); in SetUp() local 83 void expectContent(const std::string &name, const T &value) { in expectContent() 89 void updateContent(const std::string &name, const T &value) { in updateContent() 94 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 126 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 158 auto name = std::get<0>(param); in TEST_P() local 190 auto name = std::get<0>(param); in TEST_P() local 200 auto name = std::get<0>(param); in TEST_P() local 229 auto name = std::get<0>(param); in TEST_P() local [all …]
|
/device/google/cuttlefish/common/libs/utils/ |
D | flag_parser.cpp | 139 Result<bool> ParseBool(const std::string& value, const std::string& name) { in ParseBool() 245 std::string_view name = alias.name; in WriteGflagsCompatXml() local 263 for (const auto& name : name_guesses) { in WriteGflagsCompatXml() local 440 static Result<void> GflagsCompatBoolFlagSetter(const std::string& name, in GflagsCompatBoolFlagSetter() 465 static Flag GflagsCompatBoolFlagBase(const std::string& name) { in GflagsCompatBoolFlagBase() 477 const std::string name = "helpxml"; in HelpXmlFlag() local 519 Flag GflagsCompatFlag(const std::string& name) { in GflagsCompatFlag() 527 Flag GflagsCompatFlag(const std::string& name, std::string& value) { in GflagsCompatFlag() 555 static Flag GflagsCompatNumericFlagGeneric(const std::string& name, T& value) { in GflagsCompatNumericFlagGeneric() 565 Flag GflagsCompatFlag(const std::string& name, int32_t& value) { in GflagsCompatFlag() [all …]
|
D | subprocess.h | 183 Command& SetName(std::string name) & { in SetName() 187 Command SetName(std::string name) && { in SetName() 191 Command& SetExecutableAndName(std::string name) & { in SetExecutableAndName() 195 Command SetExecutableAndName(std::string name) && { in SetExecutableAndName()
|
/device/google/contexthub/util/nanotool/ |
D | nanotool.cpp | 82 std::string name; in StrToCommand() local 94 static void PrintUsage(const char *name) { in PrintUsage() 162 static bool ValidateArgs(std::unique_ptr<ParsedArgs>& args, const char *name) { in ValidateArgs() 221 std::string name; in ParseRate() local 242 const char *name) { in ParseSensorArg()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | vsock_camera_provider_2_7.cpp | 30 extern "C" ICameraProvider* HIDL_FETCH_ICameraProvider(const char* name) { in HIDL_FETCH_ICameraProvider() 106 std::string name(name_hidl_str.c_str()); in getCameraDeviceInterface_V3_x() local 142 void VsockCameraProvider::deviceAdded(const char* name) { in deviceAdded() 149 void VsockCameraProvider::deviceRemoved(const char* name) { in deviceRemoved()
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/ |
D | SimplifiedConnection.java | 27 public void onServiceDisconnected(ComponentName name) { in onServiceDisconnected() 32 public void onBindingDied(ComponentName name) { in onBindingDied()
|
D | BluetoothUtils.java | 129 final String name = device.getName().toLowerCase(); in isRemote() local 196 final String name = device.getName().toLowerCase(); in isOfficialDevice() local 222 final String name = device.getName().toLowerCase(); in isBtDeviceServiceUpdableRemote() local
|
/device/google/trout/hal/sensors/2.1/ |
D | iio_utils.h | 43 std::string name; member 48 std::string name; member 58 std::string name; member
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | VarType.h | 36 const std::string& name, in VarType() 49 const std::string& name() const { return m_name; } in name() function
|
D | TypeFactory.cpp | 37 #define ADD_TYPE(name, size, printformat,ispointer) \ argument 71 std::string name; in initFromFile() local
|
D | Var.h | 29 Var(const std::string & name, in Var() 49 void init(const std::string name, const VarType * vartype, in init() 70 const std::string & name() const { return m_name; } in name() function
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | GoldfishOMXPlugin.cpp | 125 const char *name, in makeComponentInstance() 214 OMX_STRING name, in enumerateComponents() 228 const char *name, in getRolesOfComponent()
|
/device/google/cuttlefish/host/commands/start/ |
D | flag_forwarder.cc | 51 SubprocessFlag(const std::string& subprocess, const std::string& name) in SubprocessFlag() 82 DynamicFlag(const std::string& subprocess, const std::string& name, in DynamicFlag() 114 xmlNodePtr xmlChildWithName(xmlNodePtr node, const std::string& name) { in xmlChildWithName() 355 const std::string name(argument.substr(0, qual_pos)); in ArgvForSubprocess() local
|
/device/google/gs-common/thermal/thermal_hal/thermal_config_schemas/ |
D | thermal_info_config.proto | 29 string name = 1 [ json_name = "Name" ]; field 92 string name = 1 [ json_name = "Name" ]; field 99 string name = 1 [ json_name = "Name" ]; field 132 string name = 1 [ json_name = "Name" ]; field
|
/device/google/gs-common/bootctrl/aidl/ |
D | GptUtils.cpp | 104 char name[37] = {}; in Load() local 119 gpt_entry *GptUtils::GetPartitionEntry(std::string name) { in GetPartitionEntry()
|
/device/google/gs-common/bootctrl/1.2/ |
D | GptUtils.cpp | 108 char name[37] = {}; in Load() local 123 gpt_entry *GptUtils::GetPartitionEntry(std::string name) { in GetPartitionEntry()
|
/device/google/cuttlefish/.vscode/ |
D | launch.json | 4 "name": "Launch", string 25 "name": "reset", string
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | super_image_mixer.cc | 168 for (const auto& name : target_files.vendor_contents) { in ExtractTargetFiles() local 180 for (const auto& name : target_files.vendor_contents) { in ExtractTargetFiles() local 193 for (const auto& name : target_files.system_contents) { in ExtractTargetFiles() local 207 for (const auto& name : target_files.system_contents) { in ExtractTargetFiles() local
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.h | 66 HubMessage(const hub_app_name_t *name, uint32_t typ, uint32_t transaction_id, in HubMessage() 81 HubMessage(const hub_app_name_t *name, uint32_t typ, uint16_t endpoint, const void *data, in HubMessage() 192 static int sendToDevice(const hub_app_name_t *name, const void *data, uint32_t len, in sendToDevice()
|
/device/linaro/dragonboard/shared/utils/qrtr/src/ |
D | lookup.c | 23 const char *name; member 192 const char *name = NULL; in main() local
|