Home
last modified time | relevance | path

Searched refs:uniquifier (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/http/
Dmock_sspi_library_win.cc36 int uniquifier = ++uniquifier_; member
49 DCHECK(uniquifier > 0); in StoreInHandle()
52 handle->dwLower = uniquifier; in StoreInHandle()
66 int uniquifier = ++uniquifier_; member
81 DCHECK(uniquifier > 0); in StoreInHandle()
83 handle->dwLower = uniquifier; in StoreInHandle()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
DREADME.md262 elements. The uniquifier elements (plus a date string and a run index, if
264 is derived from the scenario name and the uniquifier. The uniquifier is also
265 added as the `uniquifier` annotation in `metadata.annotations`.
267 uniquifier element.
285 test run is added as a uniquifier element for that run.
301 - `uniquifier`<br> The uniquifier used to generate the LoadTest name, including
312 and uniquifier are added to provide the elements of the LoadTest name uuid in
/external/cronet/base/files/
Dfile_util.cc473 const int uniquifier = GetUniquePathNumber(path); in GetUniquePath() local
474 if (uniquifier > 0) in GetUniquePath()
475 return path.InsertBeforeExtensionASCII(StringPrintf(" (%d)", uniquifier)); in GetUniquePath()
476 return uniquifier == 0 ? path : FilePath(); in GetUniquePath()
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h52001 __u32 uniquifier; member
Dvmlinux.h52001 __u32 uniquifier; member