/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ndis.h | 718 PNDIS_BUFFER Head; [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
clientserver_test.go | 127 if _, err := cst.c.Head(cst.ts.URL); err != nil { 279 ReqFunc: (*Client).Head, 287 ReqFunc: (*Client).Head, 296 ReqFunc: (*Client).Head, 350 ReqFunc: (*Client).Head, 352 if r.Method != "HEAD" { 362 ReqFunc: (*Client).Head, 364 if r.Method != "HEAD" { [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
clientserver_test.go | 127 if _, err := cst.c.Head(cst.ts.URL); err != nil { 279 ReqFunc: (*Client).Head, 287 ReqFunc: (*Client).Head, 296 ReqFunc: (*Client).Head, 350 ReqFunc: (*Client).Head, 352 if r.Method != "HEAD" { 362 ReqFunc: (*Client).Head, 364 if r.Method != "HEAD" { [all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/ |
AtapiPassThru.c | 926 WritePortB (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Head, DeviceSelect);
[all...] |
AtapiPassThru.h | 91 UINT16 Head;
226 // Device/Head Reg
[all...] |
/external/pdfium/third_party/lcms/src/ |
cmscgats.c | [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
start32.S | 269 # dx = ax % (MaxHead + 1) = Head
272 movb %dl, %dh # dh = Head
[all...] |
st32_64.S | 281 # dx = ax % (MaxHead + 1) = Head
284 movb %dl,%dh # dh = Head
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
IdeBus.c | 632 IdeBlkIoDevicePtr->IoPort->Head = (UINT16) (CommandBlockBaseAddr + 0x06);
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
Variable.c | 708 InsertTailList (&DriverOptionMenu.Head, &NewMenuEntry->Link);
893 InsertTailList (&BootOptionMenu.Head, &NewMenuEntry->Link);
[all...] |
BootMaint.h | 330 LIST_ENTRY Head;
[all...] |
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorIndexList.h | 149 EIGEN_DEVICE_FUNC constexpr IndexTuple() : head(), others() { } 150 EIGEN_DEVICE_FUNC constexpr IndexTuple(const T& v, const O... o) : head(v), others(o...) { } 153 T head; member in struct:Eigen::internal::IndexTuple 155 typedef T Head; 161 EIGEN_DEVICE_FUNC constexpr IndexTuple() : head() { } 162 EIGEN_DEVICE_FUNC constexpr IndexTuple(const T& v) : head(v) { } 165 T head; member in struct:Eigen::internal::IndexTuple 166 typedef T Head; 198 return val.head; 201 return val.head; [all...] |
/external/lzma/CPP/7zip/UI/Console/ |
Main.cpp | 918 options.Censor.Pairs.Front().Head,
1035 options.Censor.Pairs.Front().Head,
|
/external/v8/tools/ |
profile_view.js | 49 var head; 56 if (viewParent === head) { 62 var viewNode = createViewNode(node.label, totalWeight, selfWeight, head); 66 head = viewNode; 70 var view = this.createView(head); 78 * @param {ProfileView.Node} head View head node. 81 ViewBuilder.prototype.createView = function(head) { 82 return new ProfileView(head); 95 * @param {ProfileView.Node} head Profile view head [all...] |
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
head.py | 15 """Abstractions for the head(s) of a model. 52 class Head(object): 53 """Interface for the head/top of a model. 55 Given logits (or output of a hidden layer), a Head knows how to compute 70 # Optionally your callers can pass head to model_fn as a param. 71 head = tf.contrib.learn.multi_class_head(...) 76 last_hidden_layer_out, head.logits_dimension, activation_fn=None) 81 return head.create_model_fn_ops( 95 return head.create_model_fn_ops( 109 model_fn_ops = head.create_model_fn_ops [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporterVisitors.cpp | [all...] |
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
Thunk.h | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/ |
EfiKey.c | 781 UsbKeyboardDevice->EfiKeyQueue.Buffer[UsbKeyboardDevice->EfiKeyQueue.Head],
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ |
BootMaintenanceManager.h | 318 LIST_ENTRY Head;
[all...] |
/external/libbrillo/brillo/http/ |
http_utils.cc | 52 RequestID Head(const std::string& url,
|
/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | [all...] |
/external/skia/bench/ |
nanobench.cpp | 599 BenchmarkStream() : fBenches(BenchRegistry::Head()) 600 , fGMs(skiagm::GMRegistry::Head()) [all...] |
/external/skia/dm/ |
DM.cpp | 789 for (const skiagm::GMRegistry* r = skiagm::GMRegistry::Head(); r; r = r->next()) { [all...] |
/external/skqp/bench/ |
nanobench.cpp | 598 BenchmarkStream() : fBenches(BenchRegistry::Head()) 599 , fGMs(skiagm::GMRegistry::Head()) [all...] |