| /external/clang/test/PCH/ |
| chain-cxx.cpp | 12 // Primary header for C++ chained PCH test 52 #error Header inclusion order messed up 56 // Dependent header for C++ chained PCH test
|
| /external/llvm/include/llvm/Analysis/ |
| IntervalIterator.h | 46 // BasicBlock that is the header node. This is the opposite of 95 // See file header for conditions of use 167 BasicBlock *Header = getNodeHeader(Node); 168 if (Visited.count(Header)) return false; 170 Interval *Int = new Interval(Header); 171 Visited.insert(Header); // The header has now been visited!
|
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| SIPHeader.java | 29 package gov.nist.javax.sip.header; 41 implements SIPHeaderNames, javax.sip.header.Header, HeaderExt { 43 /** name of this header 47 /** Value of the header. 80 * Set the name of the header . 87 /** Get the header value (i.e. what follows the name:). 107 /** Return false if this is not a header list 115 /** Encode this header into canonical form. 128 /** Encode the body of this header (the stuff that follows headerName) [all...] |
| HeaderFactoryExt.java | 1 package gov.nist.javax.sip.header; 5 import gov.nist.javax.sip.header.extensions.JoinHeader; 6 import gov.nist.javax.sip.header.extensions.ReferredByHeader; 7 import gov.nist.javax.sip.header.extensions.ReplacesHeader; 8 import gov.nist.javax.sip.header.extensions.SessionExpiresHeader; 9 import gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader; 10 import gov.nist.javax.sip.header.ims.PAssertedIdentityHeader; 11 import gov.nist.javax.sip.header.ims.PAssertedServiceHeader; 12 import gov.nist.javax.sip.header.ims.PAssociatedURIHeader; 13 import gov.nist.javax.sip.header.ims.PCalledPartyIDHeader [all...] |
| /packages/apps/Contacts/src/com/android/contacts/preference/ |
| ContactsPreferenceActivity.java | 52 public void onBuildHeaders(List<Header> target) {
|
| /frameworks/base/core/java/android/net/http/ |
| AndroidHttpClient.java | 20 import org.apache.http.Header; 203 * gzipped response. (Uses the "Accept-Encoding" HTTP header.) 223 Header header = entity.getContentEncoding(); 224 if (header == null) return responseStream; 225 String contentEncoding = header.getValue(); 408 for (Header header: request.getAllHeaders()) { 410 && (header.getName().equals("Authorization") || 411 header.getName().equals("Cookie"))) [all...] |
| Request.java | 28 import org.apache.http.Header; 167 * Add header represented by given pair to request. Header will 169 * @param name of header 170 * @param value of header 174 String damage = "Null http header name"; 179 String damage = "Null or empty value for header \"" + name + "\""; 217 Header header = (Header)i.next() local 252 Headers header = new Headers(); local [all...] |
| /external/apache-http/src/org/apache/http/impl/client/ |
| DefaultRedirectHandler.java | 39 import org.apache.http.Header; 99 //get the location header to find out where to redirect to 100 Header locationHeader = response.getFirstHeader("location"); 102 // got a redirect response, but no location header 105 + " but no location header");
|
| /external/chromium/base/ |
| pickle.h | 29 // The Pickle's data has a header which contains the size of the Pickle's 30 // payload. It can optionally support additional space in the header. That 36 // Initialize a Pickle object using the default header size. 39 // Initialize a Pickle object with the specified header size in bytes, which 40 // must be greater-than-or-equal-to sizeof(Pickle::Header). The header size 41 // will be rounded up to ensure that the header size is 32bit-aligned. 46 // should be used on the Pickle when initialized this way. The header 141 // Payload follows after allocation of Header (header size is customizable) [all...] |
| /external/dbus/test/data/valid-messages/ |
| recursive-types.message | 3 ## VALID_HEADER includes a LENGTH Header and LENGTH Body 9 END_LENGTH Header
|
| /external/nist-sip/java/gov/nist/javax/sip/message/ |
| MultipartMimeContentImpl.java | 3 import gov.nist.javax.sip.header.HeaderFactoryExt; 4 import gov.nist.javax.sip.header.HeaderFactoryImpl; 12 import javax.sip.header.ContentDispositionHeader; 13 import javax.sip.header.ContentTypeHeader; 14 import javax.sip.header.Header; 15 import javax.sip.header.HeaderFactory; 101 // NOTE - we are not hanlding line folding for the sip header here. 121 throw new ParseException("no content type header found in " + nextPart, 0); 132 Header header = headerFactory.createHeader(hdr) local [all...] |
| SIPRequest.java | 45 import javax.sip.header.*; 47 import gov.nist.javax.sip.header.*; 55 * Bystrom. Szabo Barna noticed a contact in a cancel request - this is a pointless header for 211 * Check header for constraints. (1) Invite options and bye requests can only have SIP URIs in 216 String prefix = "Missing a required header : "; 246 throw new ParseException("No via header in request! ", 0); 258 * single Event header field in PUBLISH requests. The value of this header field 266 * RFC 3261 8.1.1.8 The Contact header field MUST be present and contain exactly one SIP 269 * requests, the scope of the Contact is global. That is, the Contact header field valu [all...] |
| /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/ |
| MultipartTest.java | 20 import org.apache.http.Header; 53 Header h = me.getContentType();
|
| /frameworks/base/include/binder/ |
| CursorWindow.h | 143 struct Header { 168 Header* mHeader;
|
| /frameworks/media/libvideoeditor/vss/common/inc/ |
| M4WRITER_common.h | 113 * @brief This structure defines the buffer where an header is put. 118 M4OSA_MemAddr8 pBuf; /**< Buffer for the header */ 134 M4WRITER_Header Header; /**< Sequence header of the video stream, 135 member set to NULL if no header present */ 150 M4WRITER_Header Header; /**< Decoder Specific Info of the audiostream,
|
| /external/apache-http/src/org/apache/http/impl/auth/ |
| DigestScheme.java | 38 import org.apache.http.Header; 64 * Authentication header, the charset of the username must be compatible 118 * @param header the challenge header 125 final Header header) throws MalformedChallengeException { 126 super.processChallenge(header); 219 public Header authenticate( 257 * value in the Authentication HTTP header. 374 * Creates digest-response header as defined in RFC2617 [all...] |
| /external/markdown/markdown/extensions/ |
| headerid.py | 12 >>> text = "# Some Header # {#some_id}" 15 u'<h1 id="some_id">Some Header</h1>' 17 All header IDs are unique: 20 ... #Header 21 ... #Another Header {#header} 22 ... #Third Header {#header}''' 25 u'<h1 id="header">Header</h1>\\n<h1 id="header_1">Another Header</h1>\\n<h1 id="header_2">Third Header</h1> [all...] |
| /external/apache-http/src/org/apache/http/impl/cookie/ |
| RFC2965Spec.java | 39 import org.apache.http.Header; 97 final Header header, 99 if (header == null) { 100 throw new IllegalArgumentException("Header may not be null"); 108 HeaderElement[] elems = header.getElements(); 119 if (header.getName().equals(SM.SET_COOKIE2)) { 249 public Header getVersionHeader() {
|
| /system/core/libcutils/ |
| mq.c | 77 /** Reading a packet header. */ 87 /** A packet header. */ 98 } Header; 103 /** Packet header. */ 104 Header header; member in struct:OutgoingPacket 184 /** Used to write outgoing header. */ 264 /** Frees a simple, i.e. header-only, outgoing packet. */ 275 bufferPrepareForRead(peerProxy->inputBuffer, sizeof(Header)); 278 /** Sets up the buffer for the outgoing header. * 975 Header* header = (Header*) in->data; local [all...] |
| /external/v8/src/ |
| gdb-jit.cc | 178 struct Header { 226 void PopulateHeader(Writer::Slot<Header> header, StringTable* strtab); 228 virtual void WriteBody(Writer::Slot<Header> header, Writer* w) { 232 header->offset = start; 233 header->size = end - start; 245 virtual void PopulateHeader(Writer::Slot<Header> header) { 246 header->flags = 0 398 Writer::Slot<ELFHeader> header = w->CreateSlotHere<ELFHeader>(); local [all...] |
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| RuntimeDyldMachO.cpp | 414 // Get the CPU type information from the header. 415 const macho::Header &Header = Obj->getHeader(); 419 CPUType = Header.CPUType; 420 CPUSubtype = Header.CPUSubtype; 425 for (unsigned i = 0; i != Header.NumLoadCommands; ++i) {
|
| /external/llvm/lib/Transforms/Utils/ |
| CodeExtractor.cpp | 83 void severSplitPHINodes(BasicBlock *&Header); 89 BasicBlock *header, 106 void CodeExtractor::severSplitPHINodes(BasicBlock *&Header) { 110 if (Header != &Header->getParent()->getEntryBlock()) { 111 PHINode *PN = dyn_cast<PHINode>(Header->begin()); 114 // If the header node contains any PHI nodes, check to see if there is more 116 // header block into two. 128 // Otherwise, we need to split the header block into two pieces: one 132 BasicBlock::iterator AfterPHIs = Header->getFirstNonPHI() 674 BasicBlock *header = code[0]; local [all...] |
| /external/apache-http/src/org/apache/http/message/ |
| BasicLineParser.java | 39 import org.apache.http.Header; 47 * status line, or a header line. 464 Header parseHeader(final String value, 483 public Header parseHeader(CharArrayBuffer buffer)
|
| /frameworks/base/libs/binder/ |
| CursorWindow.cpp | 35 mHeader = static_cast<Header*>(mData); 138 mHeader->freeOffset = sizeof(Header) + sizeof(RowSlotChunk); 139 mHeader->firstChunkOffset = sizeof(Header);
|
| /external/llvm/include/llvm/Object/ |
| COFF.h | 72 const coff_file_header *Header;
|