/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-internal.h | 563 typedef typename Types::Head Type; 605 typedef typename Tests::Head Head; 608 TypeParameterizedTest<Fixture, Head, Types>::Register( [all...] |
gtest-type-util.h | 114 // Head for the first type in the list, and Tail for the rest of the 124 typedef T1 Head; 129 typedef T1 Head; 135 typedef T1 Head; 141 typedef T1 Head; 147 typedef T1 Head; 154 typedef T1 Head; 161 typedef T1 Head; 168 typedef T1 Head; 175 typedef T1 Head; [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
doc.go | 8 Get, Head, Post, and PostForm make HTTP (or HTTPS) requests:
|
/prebuilts/go/linux-x86/src/net/http/ |
doc.go | 8 Get, Head, Post, and PostForm make HTTP (or HTTPS) requests:
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
AArch64AsmParser.cpp | [all...] |
/libcore/ojluni/src/main/java/java/util/stream/ |
IntPipeline.java | 59 * Constructor for the head of a stream pipeline. 72 * Constructor for the head of a stream pipeline. 516 public static class Head<E_IN> extends IntPipeline<E_IN> { 526 public Head(Supplier<? extends Spliterator<Integer>> source, 539 public Head(Spliterator<Integer> source, 554 // Optimized sequential terminal operations for the head of the pipeline
|
ReferencePipeline.java | 63 * Constructor for the head of a stream pipeline. 76 * Constructor for the head of a stream pipeline. 541 public static class Head<E_IN, E_OUT> extends ReferencePipeline<E_IN, E_OUT> { 550 public Head(Supplier<? extends Spliterator<?>> source, 562 public Head(Spliterator<?> source, 577 // Optimized sequential terminal operations for the head of the pipeline
|
/external/clang/lib/Tooling/Core/ |
Replacement.cpp | 327 StringRef Head = TextRef.substr(0, R.getOffset() + Delta - Offset); 329 Text = (Head + R.getReplacementText() + Tail).str();
|
/external/skia/fuzz/ |
fuzz.cpp | 89 for (auto r = SkTRegistry<Fuzzable>::Head(); r; r = r->next()) { 101 for (auto r = SkTRegistry<Fuzzable>::Head(); r; r = r->next()) {
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
urlpoll.go | 66 // Poll executes an HTTP HEAD request for url 69 resp, err := http.Head(r.url)
|
/prebuilts/go/linux-x86/doc/codewalk/ |
urlpoll.go | 66 // Poll executes an HTTP HEAD request for url 69 resp, err := http.Head(r.url)
|
/art/runtime/gc/allocator/ |
rosalloc.h | 138 // traverse the list from the head to the tail when merging free lists. 145 Slot* Head() const { 155 // Removes from the head of the free list. 240 *headp = list->Head(); 247 DCHECK(list->Head() != nullptr); 248 *headp = list->Head(); 269 Slot* head = reinterpret_cast<Slot*>(head_); local 272 CHECK(head == nullptr); 277 CHECK(head != nullptr); 282 for (Slot* slot = head; slot != nullptr; slot = slot->Next()) [all...] |
/external/libbrillo/brillo/http/ |
http_utils.h | 67 // This is especially useful for requests like "GET" and "HEAD". 136 // Performs a HEAD request. Success status and additional 144 // Performs an asynchronous HEAD request. 147 BRILLO_EXPORT RequestID Head(
|
/external/llvm/include/llvm/Analysis/ |
BlockFrequencyInfoImpl.h | 408 LoopData &getLoopPackage(const BlockNode &Head) { 409 assert(Head.Index < Working.size()); 410 assert(Working[Head.Index].isLoopHeader()); 411 return *Working[Head.Index].Loop; [all...] |
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
OpTestCase.java | 586 case REFERENCE: return new ReferencePipeline.Head<>(s, flags, parallel); 587 case INT_VALUE: return new IntPipeline.Head(s, flags, parallel); 588 case LONG_VALUE: return new LongPipeline.Head(s, flags, parallel); 589 case DOUBLE_VALUE: return new DoublePipeline.Head(s, flags, parallel);
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
OpTestCase.java | 587 case REFERENCE: return new ReferencePipeline.Head<>(s, flags, parallel); 588 case INT_VALUE: return new IntPipeline.Head(s, flags, parallel); 589 case LONG_VALUE: return new LongPipeline.Head(s, flags, parallel); 590 case DOUBLE_VALUE: return new DoublePipeline.Head(s, flags, parallel);
|
/external/llvm/lib/CodeGen/ |
MachineTraceMetrics.cpp | 172 TBI->Head = MBB->getNumber(); 185 TBI->Head = PredTBI->Head; 288 // trace, except as the trace head. Below the center block, loop exiting edges 777 // implies Head->HasValidInstrDepths, so we only need to start from the first [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | [all...] |
/external/opencv3/modules/ts/include/opencv2/ts/ |
ts_gtest.h | [all...] |
/external/protobuf/gtest/fused-src/gtest/ |
gtest.h | [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
gtest.h | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | [all...] |
/external/google-breakpad/src/client/mac/handler/ |
exception_handler.cc | 168 mach_msg_header_t Head; 182 mach_msg_header_t Head;
|
/external/llvm/lib/Transforms/Instrumentation/ |
DataFlowSanitizer.cpp | [all...] |
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
SfxCon.cpp | 354 wildcardCensor.Pairs.Front().Head;
|