HomeSort by relevance Sort by last modified time
    Searched refs:Head (Results 276 - 300 of 463) sorted by null

<<111213141516171819

  /external/skia/tests/
skia_test.cpp 202 for (const TestRegistry* iter = TestRegistry::Head(); iter;
219 for (const TestRegistry* iter = TestRegistry::Head(); iter;
  /external/skqp/tests/
skia_test.cpp 202 for (const TestRegistry* iter = TestRegistry::Head(); iter;
219 for (const TestRegistry* iter = TestRegistry::Head(); iter;
  /external/volley/src/test/java/com/android/volley/toolbox/
HttpClientStackTest.java 106 TestRequest.Head request = new TestRequest.Head();
107 assertEquals(request.getMethod(), Method.HEAD);
HurlStackTest.java 119 TestRequest.Head request = new TestRequest.Head();
120 assertEquals(request.getMethod(), Method.HEAD);
123 assertEquals("HEAD", mMockConnection.getRequestMethod());
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
httpresponse.go 25 res, err := http.Head("http://foo.com")
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
httpresponse.go 25 res, err := http.Head("http://foo.com")
  /system/nvram/messages/include/nvram/messages/
tagged_union.h 121 template <size_t head, size_t... tail>
122 struct Max<head, tail...> {
124 head > Max<tail...>::value ? head : Max<tail...>::value;
154 struct Head {
171 Construct<static_cast<TagType>(detail::Head<Member...>::Type::kTag)>();
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciSched.c 90 // FS ctrl/bulk queue head is set to loopback so additional BW
241 Link a queue head (for asynchronous interrupt transfer) to
245 @param Qh The queue head to link into.
274 // Now, insert the queue head (Qh) into this frame:
275 // 1. Find a queue head with the same poll interval, just insert
276 // Qh after this queue head, then we are done.
278 // 2. Find the position to insert the queue head into:
279 // Previous head's interval is bigger than Qh's
280 // Next head's interval is less than Qh's
354 @param Qh The queue head to unlink.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
SerialIo.c 210 return (BOOLEAN) (((Fifo->Tail + 1) % SERIAL_MAX_FIFO_SIZE) == Fifo->Head);
226 return (BOOLEAN) (Fifo->Head == Fifo->Tail);
283 *Data = Fifo->Data[Fifo->Head];
284 Fifo->Head = (Fifo->Head + 1) % SERIAL_MAX_FIFO_SIZE;
574 SerialDevice->Receive.Head = SerialDevice->Receive.Tail = 0;
575 SerialDevice->Transmit.Head = SerialDevice->Transmit.Tail = 0;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.c 279 List = MenuOption->Head.ForwardLink;
342 while (!IsListEmpty (&FreeMenu->Head)) {
344 FreeMenu->Head.ForwardLink,
791 InsertTailList (&gFileExplorerPrivate.FsOptionMenu->Head, &MenuEntry->Link);
842 InsertTailList (&gFileExplorerPrivate.FsOptionMenu->Head, &MenuEntry->Link);
1154 InsertTailList (&gFileExplorerPrivate.FsOptionMenu->Head, &NewMenuEntry->Link);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.c     [all...]
  /external/llvm/lib/IR/
Value.cpp 653 Use *Head = UseList;
655 Head->Next = nullptr;
658 Current->Next = Head;
659 Head->setPrev(&Current->Next);
660 Head = Current;
663 UseList = Head;
664 Head->setPrev(&UseList);
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs16.S 55 CurrentHead: .byte 0 # Current Head - 8 bits
229 # dx = ax % (MaxHead + 1) = Head
232 movb %dl, %dh # dh = Head
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.h 50 UINT8 Head;
56 UINT8 Head;
62 UINT8 Head;
663 @param ListHead The list head
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeService.c 80 LIST_ENTRY *Head;
86 Head = (IpVersion == IP_VERSION_4) ? &Private->Udp4List : &Private->Udp6List;
88 NET_LIST_FOR_EACH_SAFE (Entry, Next, Head) {
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalIdeMode.c 469 IdeRegisters[EfiIdePrimary].Head = (UINT16) (CommandBlockBaseAddr + 0x06);
498 IdeRegisters[EfiIdeSecondary].Head = (UINT16) (CommandBlockBaseAddr + 0x06);
542 IoWrite8 (IdeRegisters->Head, (UINT8) (0xe0 | DeviceHead));
  /external/flatbuffers/tests/
py_test.py 348 got = builder.Bytes[builder.Head():] # use the buffer directly
876 return b.Bytes, b.Head()
889 b.Head())
    [all...]
  /external/lzma/CPP/Common/
Wildcard.cpp 628 Pairs[index].Head.AddItem(include, item, ignoreWildcardIndex);
638 if (Pairs[i].Head.CheckPath2(isAltStream, path, isFile, include))
660 Pairs[i].Head.ExtendExclude(Pairs[index].Head);
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_tags.h 311 template <typename Head, typename... Tail>
312 std::remove_reference_t<Head> NullOrOr(Head&& head, Tail&&... tail) {
313 if (head.isOk()) return head;
  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
keymaster_tags.h 315 template <typename Head, typename... Tail>
316 std::remove_reference_t<Head> NullOrOr(Head&& head, Tail&&... tail) {
317 if (head.isOk()) return head;
  /libcore/ojluni/src/main/java/java/util/stream/
DoublePipeline.java 60 * Constructor for the head of a stream pipeline.
72 * Constructor for the head of a stream pipeline.
519 public static class Head<E_IN> extends DoublePipeline<E_IN> {
529 public Head(Supplier<? extends Spliterator<Double>> source,
542 public Head(Spliterator<Double> source,
557 // Optimized sequential terminal operations for the head of the pipeline
LongPipeline.java 60 * Constructor for the head of a stream pipeline.
73 * Constructor for the head of a stream pipeline.
499 public static class Head<E_IN> extends LongPipeline<E_IN> {
509 public Head(Supplier<? extends Spliterator<Long>> source,
522 public Head(Spliterator<Long> source,
537 // Optimized sequential terminal operations for the head of the pipeline
  /system/keymaster/ng/include/
keymaster_tags.h 329 template <typename Head, typename... Tail>
330 std::remove_reference_t<Head> NullOrOr(Head&& head, Tail&&... tail) {
331 if (head.isOk()) return head;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
VirtualKeyboard.h 81 UINTN Head;
419 @param ListHead The list head
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.h 145 LIST_ENTRY Head;

Completed in 1246 milliseconds

<<111213141516171819