/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
ELFYAML.cpp | 279 switch (Object->Header.Machine) { 455 switch (Object->Header.Machine) { 505 switch (Object->Header.Machine) { 583 switch (Object->Header.Machine) { 612 switch (Object->Header.Machine) { 951 if (Object->Header.Machine == ELFYAML::ELF_EM(ELF::EM_MIPS) && 952 Object->Header.Class == ELFYAML::ELF_ELFCLASS(ELF::ELFCLASS64)) { 969 IO.mapRequired("FileHeader", Object.Header);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
CodeExtractor.cpp | 526 void CodeExtractor::severSplitPHINodes(BasicBlock *&Header) { 530 if (Header != &Header->getParent()->getEntryBlock()) { 531 PHINode *PN = dyn_cast<PHINode>(Header->begin()); 534 // If the header node contains any PHI nodes, check to see if there is more 536 // header block into two. 548 // Otherwise, we need to split the header block into two pieces: one 552 BasicBlock *NewBB = SplitBlock(Header, Header->getFirstNonPHI(), DT); 555 // header of the region [all...] |
/external/syzkaller/vendor/golang.org/x/net/context/ctxhttp/ |
ctxhttp.go | 67 req.Header.Set("Content-Type", bodyType)
|
/external/syzkaller/vendor/golang.org/x/oauth2/google/ |
jwt.go | 64 hdr := &jws.Header{
|
/external/syzkaller/vendor/google.golang.org/api/gensupport/ |
send.go | 38 if _, ok := req.Header["Accept-Encoding"]; ok {
|
/art/runtime/ |
oat_file_manager.cc | 658 static std::vector<const DexFile::Header*> GetDexFileHeaders(const std::vector<MemMap>& maps) { 659 std::vector<const DexFile::Header*> headers; 663 headers.push_back(reinterpret_cast<const DexFile::Header*>(map.Begin())); 668 static std::vector<const DexFile::Header*> GetDexFileHeaders( 670 std::vector<const DexFile::Header*> headers; 719 const std::vector<const DexFile::Header*> dex_headers = GetDexFileHeaders(dex_mem_maps); [all...] |
/art/tools/hiddenapi/ |
hiddenapi.cc | 265 // Obtain a writeable pointer to the dex header. 266 DexFile::Header* header = const_cast<DexFile::Header*>(&dex_file->GetHeader()); local 267 // Recalculate checksum and overwrite the value in the header. 268 header->checksum_ = dex_file->CalculateChecksum(); 562 // into the header. 572 // and may set offset for class def in header to zero if no data 582 // and set offset in header to zero. 592 // flags. Update total size in the header 774 DexFile::Header& header = GetHeader(); local [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
Gpt.asm | 101 ; Read GPT Header from hard disk to 0x0000:0x0800
268 db 0ffh ; Start Header
272 db 0ffh ; End Header
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
Terminal.c | 156 if (Node->Header.Type != MESSAGING_DEVICE_PATH ||
157 Node->Header.SubType != MSG_VENDOR_DP ||
158 DevicePathNodeLength(&Node->Header) != sizeof(VENDOR_DEVICE_PATH)) {
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/ |
SmbiosDxe.c | 496 // Build internal record Header
735 // Build internal record Header
[all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultRequestDirector.java | 46 import org.apache.http.Header; 765 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( [all...] |
/external/llvm/lib/ProfileData/ |
InstrProf.cpp | 47 return "Invalid instrumentation profile data (file header is corrupt)"; 242 uint8_t Header[16], *P = Header; 256 char *HeaderStr = reinterpret_cast<char *>(&Header[0]); 257 unsigned HeaderLen = P - &Header[0]; 623 const unsigned char *Header = D; 624 uint32_t TotalSize = swapToHostOrder<uint32_t>(Header, Endianness);
|
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/ |
DefaultRequestDirector.java | 41 import org.apache.http.Header; 797 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
LoopInfo.h | 12 // has exactly one entry-point, which is called the header. Note that natural 13 // loops may actually be several loops that share the same header node. 22 // * the number of back edges to the header 73 // Blocks - The list of blocks in this loop. First entry is the header node. 157 /// getNumBackEdges - Calculate the number of back edges to the loop header 264 /// loop has a preheader if there is only one edge to the header of the loop 266 /// header of the loop is the preheader node. 271 // Keep track of nodes outside the loop branching to the header... 286 /// getLoopPredecessor - If the given loop's header has exactly one unique 292 // Keep track of nodes outside the loop branching to the header.. [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
InstrProf.cpp | 87 return "Invalid instrumentation profile data (file header is corrupt)"; 382 uint8_t Header[16], *P = Header; 396 char *HeaderStr = reinterpret_cast<char *>(&Header[0]); 397 unsigned HeaderLen = P - &Header[0]; 763 const unsigned char *Header = D; 764 uint32_t TotalSize = swapToHostOrder<uint32_t>(Header, Endianness); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ |
ConfigKeywordHandler.c | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/ |
StringDB.c | 50 // This is the header that gets written to the top of the
409 // Write the standard header to the output file, then the structure
410 // definition header.
447 // Pass1: computes sizes and fill in the string pack header
452 // PASS 1: Fill in and print the HII string pack header
455 // the header out. Each string package contains:
456 // Header
468 StringPack.Header.Type = EFI_HII_STRING;
474 // the info in the header. Since we know the language name string's length,
481 // Add up the size of all strings so we can fill in our header. [all...] |
/external/libchrome/base/debug/ |
activity_tracker.cc | 349 static_assert(0 == sizeof(MemoryHeader) % kMemoryAlignment, "invalid header"); 444 const MemoryHeader* header = reinterpret_cast<const MemoryHeader*>(memory); local 445 return OwningProcess::GetOwningProcessId(&header->owner, out_id, out_stamp); 471 // against the header. Its extent (the reserved space, even if it's not 472 // all used) is calculated so that, when pressed against the header, the 480 // The "base size" is the size of the header and (padded) string key. Stop 506 FieldHeader* header = reinterpret_cast<FieldHeader*>(memory_); local 510 // Datafill the header and name records. Memory must be zeroed. The |type| 512 DCHECK_EQ(END_OF_VALUES, header->type.load(std::memory_order_relaxed)); 513 DCHECK_EQ(0, header->value_size.load(std::memory_order_relaxed)) 562 FieldHeader* header = reinterpret_cast<FieldHeader*>(memory_); local 1041 const Header* header = reinterpret_cast<const Header*>(memory); local [all...] |
/external/syzkaller/vendor/cloud.google.com/go/compute/metadata/ |
metadata.go | 130 req.Header.Set("Metadata-Flavor", "Google") 131 req.Header.Set("User-Agent", userAgent) 147 return string(all), res.Header.Get("Etag"), nil 203 req.Header.Set("User-Agent", userAgent) 210 resc <- res.Header.Get("Metadata-Flavor") == "Google"
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
datastore_v3.pb.go | [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/ |
EfiFileLib.c | 70 UINT32 Header;
111 if ((GuardFile->Header != EFI_OPEN_FILE_GUARD_HEADER) ||
397 FilePath->Header.Type = MEDIA_DEVICE_PATH;
398 FilePath->Header.SubType = MEDIA_FILEPATH_DP;
400 SetDevicePathNodeLength (&FilePath->Header, Size + SIZE_OF_FILEPATH_DEVICE_PATH);
401 SetDevicePathEndNode (NextDevicePathNode (&FilePath->Header));
640 path separated by a :. See file header for more details on the PathName
905 GuardFile->Header = EFI_OPEN_FILE_GUARD_HEADER;
[all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/ |
sancov.cpp | 239 const FileHeader *Header = 242 if (Header->Magic != BinCoverageMagic) { 243 errs() << "Wrong magic: " << Header->Magic << '\n'; 249 switch (Header->Bitness) { 259 errs() << "Unsupported bitness: " << Header->Bitness << '\n'; 923 const FileHeader *Header = 925 return Header->Magic == BinCoverageMagic; [all...] |
/external/syzkaller/vendor/google.golang.org/grpc/transport/ |
http2_server.go | 51 // ErrIllegalHeaderWrite indicates that setting header is illegal because of 90 // This is set whenever data or header frames are sent. 289 streamID := frame.Header().StreamID 403 WireLength: int(frame.Header().Length), 493 s, ok := t.activeStreams[f.Header().StreamID] 548 size := f.Header().Length 588 if f.Header().Flags.Has(http2.FlagDataPadded) { 602 if f.Header().Flags.Has(http2.FlagDataEndStream) { 688 streamID: f.Header().StreamID, 706 // WriteHeader sends the header metedata md back to the client [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
IScsiProto.c | 912 // The status is success; extract the wanted fields from the header segment.
975 // Trim off the header segment.
[all...] |
/external/lua/src/ |
lstrlib.c | [all...] |