Home
last modified time | relevance | path

Searched refs:req_string (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dfacade.cc47 std::string req_string = request->payload(); in SendCommand() local
48 hal_->sendHciCommand(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendCommand()
58 std::string req_string = request->payload(); in SendAcl() local
59 hal_->sendAclData(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendAcl()
66 std::string req_string = request->payload(); in SendSco() local
67 hal_->sendScoData(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendSco()
/aosp_15_r20/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c29 char* req_string = "1014"; in main() local
126 alltypes.req_string = req_string; in main()
H A Ddecode_alltypes_pointer.c43 TEST(alltypes.req_string && strcmp(alltypes.req_string, "1014") == 0); in check_alltypes()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dpackaging.py38 def get_requirement(req_string: str) -> Requirement:
45 return Requirement(req_string)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dpackaging.py38 def get_requirement(req_string: str) -> Requirement:
45 return Requirement(req_string)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dpackaging.py38 def get_requirement(req_string: str) -> Requirement:
45 return Requirement(req_string)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dpackaging.py38 def get_requirement(req_string: str) -> Requirement:
45 return Requirement(req_string)
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/
H A Dtest.proto114 required string req_string = 4; field
121 required string req_string = 1; field
128 required string req_string = 1; field
/aosp_15_r20/external/golang-protobuf/encoding/prototext/
H A Ddecode_test.go1168 req_string: "hello"
1185 req_string: "hello"
1201 req_string: ""
1234 req_string: "one"
1253 req_string: "one"
1275 req_string: "here"
1299 req_string: "here"
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/output/
Dusage.rs61 let req_string = if incl_reqs { in create_help_usage() localVariable
75 usage.push_str(&req_string); in create_help_usage()
124 usage.push_str(&req_string); in create_help_usage()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/metadata/importlib/
D_dists.py217 for req_string in self.metadata.get_all("Requires-Dist", []):
218 req = Requirement(req_string)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/metadata/importlib/
D_dists.py217 for req_string in self.metadata.get_all("Requires-Dist", []):
218 req = Requirement(req_string)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/metadata/importlib/
D_dists.py217 for req_string in self.metadata.get_all("Requires-Dist", []):
218 req = Requirement(req_string)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/metadata/importlib/
D_dists.py217 for req_string in self.metadata.get_all("Requires-Dist", []):
218 req = Requirement(req_string)
/aosp_15_r20/external/nanopb-c/tests/backwards_compatibility/
H A Dalltypes_legacy.c80 PB_FIELD( 14, STRING , REQUIRED, STATIC , OTHER, AllTypes, req_string, req_double, 0),
81 PB_FIELD( 15, BYTES , REQUIRED, STATIC , OTHER, AllTypes, req_bytes, req_string, 0),
H A Dencode_legacy.c37 strcpy(alltypes.req_string, "1014"); in main()
/aosp_15_r20/external/nanopb-c/tests/fuzztest/
H A Dfuzztest.c181 assert(strlen(msg->req_string) < sizeof(msg->req_string)); in sanity_check_static()
/aosp_15_r20/external/nanopb-c/tests/alltypes/
H A Ddecode_alltypes.c50 TEST(strcmp(alltypes.req_string, "1014") == 0); in check_alltypes()
222 TEST(strcmp(alltypes.req_string, "") == 0); in check_alltypes()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/req/
Dconstructors.py414 req_string: str,
421 req = get_requirement(req_string)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/req/
Dconstructors.py414 req_string: str,
421 req = get_requirement(req_string)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/req/
Dconstructors.py414 req_string: str,
421 req = get_requirement(req_string)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/req/
Dconstructors.py414 req_string: str,
421 req = get_requirement(req_string)
/aosp_15_r20/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c275 alltypes.req_string.funcs.decode = &read_string; in check_alltypes()
276 alltypes.req_string.arg = "1014"; in check_alltypes()
H A Dencode_alltypes_callback.c252 alltypes.req_string.funcs.encode = &write_string; in main()
253 alltypes.req_string.arg = "1014"; in main()
/aosp_15_r20/external/nanopb-c/tests/without_64bit/
H A Dencode_alltypes.c27 strcpy(alltypes.req_string, "1014"); in main()

12