/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/ |
RtDevicePath.c | 509 FilePath->Header.Type = MEDIA_DEVICE_PATH;
510 FilePath->Header.SubType = MEDIA_FILEPATH_DP;
511 SetDevicePathNodeLength (&FilePath->Header, Size + SIZE_OF_FILEPATH_DEVICE_PATH);
513 Eop = NextDevicePathNode (&FilePath->Header);
613 FvDevicePathNode->Header.Type = MEDIA_DEVICE_PATH;
614 FvDevicePathNode->Header.SubType = MEDIA_FV_FILEPATH_DP;
615 SetDevicePathNodeLength (&FvDevicePathNode->Header, sizeof (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH));
642 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH &&
643 DevicePathSubType (&FvDevicePathNode->Header) == MEDIA_FV_FILEPATH_DP) {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/ |
StringParse.c | 143 while (TempPack->Header.Length > 0) {
144 if (TempPack->Header.Type != EFI_HII_STRING) {
150 PackSize += TempPack->Header.Length;
152 TempPack = (EFI_HII_STRING_PACK *) ((char *) TempPack + TempPack->Header.Length);
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BestMatchSpec.java | 36 import org.apache.http.Header; 101 final Header header, 103 if (header == null) { 104 throw new IllegalArgumentException("Header may not be null"); 109 HeaderElement[] helems = header.getElements(); 127 // Need to parse the header again, 130 return getNetscape().parse(header, origin); 166 public List<Header> formatCookies(final List<Cookie> cookies) { 187 public Header getVersionHeader() [all...] |
/external/clang/test/PCH/ |
chain-staticvar-instantiation.cpp | 30 #error Header inclusion order messed up
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyCFGStackify.cpp | 15 /// by a block not dominated by the loop header, with special care to keep the 116 /// by the loop header among the loop's blocks. 121 /// List of blocks not dominated by Loop's header that are deferred until 131 /// interrupted by blocks not dominated by their header. 151 // - Between a loop header and the last block in the loop, there can be 152 // no blocks not dominated by the loop header. 167 // If MBB is a loop header, add it to the active loop list. We can't put 173 // blocks deferred because the header didn't dominate them. 197 // If X isn't dominated by the top active loop header, defer it until that 206 // loop-rotated above the header, it's not preferred [all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
font_header_table.h | 49 Builder(Header* header, WritableFontData* data); 50 Builder(Header* header, ReadableFontData* data); 93 static CALLER_ATTACH Builder* CreateBuilder(Header* header, 162 FontHeaderTable(Header* header, ReadableFontData* data);
|
horizontal_device_metrics_table.cc | 73 Header* header, 76 : Table(header, data), num_glyphs_(num_glyphs) { 82 HorizontalDeviceMetricsTable::Builder::Builder(Header* header, 84 : TableBasedTableBuilder(header, data), num_glyphs_(-1) { 87 HorizontalDeviceMetricsTable::Builder::Builder(Header* header, 89 : TableBasedTableBuilder(header, data), num_glyphs_(-1) { 96 FontDataTablePtr table = new HorizontalDeviceMetricsTable(header(), data [all...] |
horizontal_metrics_table.cc | 84 HorizontalMetricsTable::HorizontalMetricsTable(Header* header, 88 : Table(header, data), 96 HorizontalMetricsTable::Builder::Builder(Header* header, WritableFontData* data) 97 : TableBasedTableBuilder(header, data), num_hmetrics_(-1), num_glyphs_(-1) { 100 HorizontalMetricsTable::Builder::Builder(Header* header, ReadableFontData* data) 101 : TableBasedTableBuilder(header, data), num_hmetrics_(-1), num_glyphs_(-1) { 109 new HorizontalMetricsTable(header(), data, num_hmetrics_, num_glyphs_) [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
MachOObject.h | 71 /// The cached copy of the header. 72 macho::Header Header; 125 /// @name Object Header Access 128 const macho::Header &getHeader() const { return Header; }
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
MachOObject.cpp | 64 // Load the common header. 65 memcpy(&Header, Buffer->getBuffer().data(), sizeof(Header)); 67 SwapValue(Header.Magic); 68 SwapValue(Header.CPUType); 69 SwapValue(Header.CPUSubtype); 70 SwapValue(Header.FileType); 71 SwapValue(Header.NumLoadCommands); 72 SwapValue(Header.SizeOfLoadCommands); 73 SwapValue(Header.Flags) [all...] |
/packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/ |
command_utils_test.cpp | 31 EXPECT_EQ(CommandUtils::getCommandType("header"), CommandType::Header);
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
CommandList.java | 23 Dicttool.addCommand("header", Header.class);
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
reverseproxy_test.go | 28 const fakeHopHeader = "X-Fake-Hop-Header-For-Test" 46 if r.Header.Get("X-Forwarded-For") == "" { 47 t.Errorf("didn't get X-Forwarded-For header") 49 if c := r.Header.Get("Connection"); c != "" { 50 t.Errorf("handler got Connection header value %q", c) 52 if c := r.Header.Get("Upgrade"); c != "" { 53 t.Errorf("handler got Upgrade header value %q", c) 55 if c := r.Header.Get("Proxy-Connection"); c != "" { 56 t.Errorf("handler got Proxy-Connection header value %q", c) 59 t.Errorf("backend got Host header %q, want %q", g, e [all...] |
/prebuilts/go/linux-x86/src/net/http/httputil/ |
reverseproxy_test.go | 28 const fakeHopHeader = "X-Fake-Hop-Header-For-Test" 46 if r.Header.Get("X-Forwarded-For") == "" { 47 t.Errorf("didn't get X-Forwarded-For header") 49 if c := r.Header.Get("Connection"); c != "" { 50 t.Errorf("handler got Connection header value %q", c) 52 if c := r.Header.Get("Upgrade"); c != "" { 53 t.Errorf("handler got Upgrade header value %q", c) 55 if c := r.Header.Get("Proxy-Connection"); c != "" { 56 t.Errorf("handler got Proxy-Connection header value %q", c) 59 t.Errorf("backend got Host header %q, want %q", g, e [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
Acpi50.h | 37 ACPI_SMALL_RESOURCE_HEADER Header;
47 ACPI_LARGE_RESOURCE_HEADER Header;
69 ACPI_LARGE_RESOURCE_HEADER Header;
88 ACPI_LARGE_RESOURCE_HEADER Header;
104 ACPI_LARGE_RESOURCE_HEADER Header;
123 ACPI_LARGE_RESOURCE_HEADER Header;
201 /// Common table header, this prefaces all ACPI tables, including FACS, but
211 // No definition needed as it is a common description table header, the same with
222 // No definition needed as it is a common description table header, the same with
235 EFI_ACPI_DESCRIPTION_HEADER Header;
[all...] |
/frameworks/base/core/java/android/preference/ |
PreferenceActivity.java | 75 * of that header. The actual layout and display of these associations can 80 * Selecting one of the header items will only show the PreferenceFragment of that header (on 83 * panes. Selecting a header item switches to showing the correct PreferenceFragment for that item. 87 * {@link #onBuildHeaders} to populate the header list with the desired 114 * <p>The first header is shown by Prefs1Fragment, which populates itself 172 * boolean that the header list should not be displayed. This is most often 197 private final ArrayList<Header> mHeaders = new ArrayList<Header>(); 214 private Header mCurHeader 304 Header header = getItem(position); local 867 Header header = new Header(); local [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
LoopSimplify.cpp | 14 // Loop pre-header insertion guarantees that there is a single, non-critical 15 // entry edge from outside of the loop to the loop header. This simplifies a 21 // by the loop header). This simplifies transformations such as store-sinking 63 STATISTIC(NumInserted, "Number of pre-header or exit blocks inserted"); 145 // Check to see that no blocks (other than the header) in this loop have 212 // loop preheader/header will dominate the exit blocks. If the exit block has 235 // If the header has more than two predecessors at this point (from the 254 // loop header. 262 // Scan over the PHI nodes in the loop header. Since they now have only two 363 BasicBlock *Header = L->getHeader() [all...] |
/cts/tests/tests/preference2/src/android/preference2/cts/ |
PreferenceWithHeaders.java | 35 List<Header> loadedHeaders; 42 // Add a button to the header list. 65 public void onBuildHeaders(List<Header> target) {
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
AuthenticationInfo.h | 51 AUTH_NODE_HEADER Header;
114 AUTH_NODE_HEADER Header;
|
/external/apache-http/src/org/apache/http/client/methods/ |
HttpOptions.java | 38 import org.apache.http.Header; 101 Header header = it.nextHeader(); local 102 HeaderElement[] elements = header.getElements();
|
/external/apache-http/src/org/apache/http/client/params/ |
ClientParamBean.java | 36 import org.apache.http.Header; 90 public void setDefaultHeaders (final Collection <Header> headers) {
|
/external/autotest/frontend/client/src/autotest/tko/ |
TkoSpreadsheetUtils.java | 4 import autotest.common.spreadsheet.Spreadsheet.Header; 31 Header values) { 41 // column header 45 // row header
|
/external/clang/lib/Lex/ |
HeaderMap.cpp | 47 /// HeaderMap::Create - This attempts to load the specified file as a header 52 // If the file is too small to be a header map, ignore it. 71 // We know the file is at least as big as the header, check it now. 72 const HMapHeader *Header = reinterpret_cast<const HMapHeader*>(FileStart); 76 if (Header->Magic == HMAP_HeaderMagicNumber && 77 Header->Version == HMAP_HeaderVersion) 79 else if (Header->Magic == llvm::ByteSwap_32(HMAP_HeaderMagicNumber) && 80 Header->Version == llvm::ByteSwap_16(HMAP_HeaderVersion)) 83 return false; // Not a header map. 85 if (Header->Reserved != 0 [all...] |
/external/llvm/include/llvm/Support/ |
circular_raw_ostream.h | 108 circular_raw_ostream(raw_ostream &Stream, const char *Header, 112 Filled(false), Banner(Header) { 138 /// a small header.
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
InfoStream.cpp | 30 const Header *H; 35 "PDB Stream does not contain a header.")); 81 Header H;
|