Home
last modified time | relevance | path

Searched defs:query_string (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/libbrillo/brillo/
H A Durl_utils.cc61 std::string query_string = url->substr(query_pos); in TrimOffQueryString() local
74 std::string query_string = TrimOffQueryString(&result); in CombineMultiple() local
90 std::string query_string; in GetQueryString() local
101 std::string query_string = GetQueryString(url, true); in GetQueryStringParameters() local
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dutility.hpp128 static CaseInsensitiveMultimap parse(const std::string &query_string) noexcept { in parse()
254 …e(std::istream &stream, std::string &method, std::string &path, std::string &query_string, std::st… in parse()
H A Dserver_http.hpp237 std::string method, path, query_string, http_version; member in SimpleWeb::ServerBase::Request
/aosp_15_r20/development/tools/repo_pull/
H A Dgerrit.py352 def _query_change_lists(url_opener, gerrit, query_string, start, count): argument
386 def query_change_lists(url_opener, gerrit, query_string, start, count): argument
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/tests/fuzzers/
H A Drequest_message_parse.cpp7 std::string method, path, query_string, version; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/googleapis/google/datastore/v1beta3/
H A Dquery.proto228 string query_string = 1; field
/aosp_15_r20/external/libcups/scheduler/
H A Dclient.h41 *query_string; /* QUERY_STRING environment variable */ member
/aosp_15_r20/external/googleapis/google/datastore/v1/
H A Dquery.proto444 string query_string = 1; field
/aosp_15_r20/external/libchrome/base/metrics/
H A Dstatistics_recorder.cc360 const char* const query_string = query.c_str(); in WithName() local
/aosp_15_r20/external/icing/icing/query/
H A Dquery-processor_benchmark.cc357 const std::string query_string = absl_ports::StrCat( in BM_QueryFiveTerms() local
/aosp_15_r20/external/cronet/base/metrics/
H A Dstatistics_recorder.cc560 const char* query_string; in WithName() local
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_shell.cc708 std::string query_string; member