HomeSort by relevance Sort by last modified time
    Searched full:headers (Results 451 - 475 of 2033) sorted by null

<<11121314151617181920>>

  /development/ide/xcode/jpeg.xcodeproj/
project.pbxproj 10 00B06C3D0E3E2D7200FAA74F /* jerror.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B06C3C0E3E2D7200FAA74F /* jerror.h */; };
11 FE08AA410945D5BF0057213F /* jconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA3F0945D5BF0057213F /* jconfig.h */; };
12 FE08AA420945D5BF0057213F /* jpeglib.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA400945D5BF0057213F /* jpeglib.h */; };
59 FE08ABBB0946182C0057213F /* jchuff.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08ABBA0946182C0057213F /* jchuff.h */; };
223 D2AAC043055464E500DB518D /* Headers */ = {
227 FE08AA410945D5BF0057213F /* jconfig.h in Headers */,
228 FE08AA420945D5BF0057213F /* jpeglib.h in Headers */,
229 FE08ABBB0946182C0057213F /* jchuff.h in Headers */,
230 00B06C3D0E3E2D7200FAA74F /* jerror.h in Headers */,
241 D2AAC043055464E500DB518D /* Headers */,
    [all...]
  /external/skia/xcode/jpeg.xcodeproj/
project.pbxproj 57 00B7E11C0EDCA84F00F77EA2 /* jchuff.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7E1180EDCA84F00F77EA2 /* jchuff.h */; };
58 00B7E11D0EDCA84F00F77EA2 /* jconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7E1190EDCA84F00F77EA2 /* jconfig.h */; };
59 00B7E11E0EDCA84F00F77EA2 /* jerror.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7E11A0EDCA84F00F77EA2 /* jerror.h */; };
60 00B7E11F0EDCA84F00F77EA2 /* jpeglib.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7E11B0EDCA84F00F77EA2 /* jpeglib.h */; };
223 D2AAC043055464E500DB518D /* Headers */ = {
227 00B7E11C0EDCA84F00F77EA2 /* jchuff.h in Headers */,
228 00B7E11D0EDCA84F00F77EA2 /* jconfig.h in Headers */,
229 00B7E11E0EDCA84F00F77EA2 /* jerror.h in Headers */,
230 00B7E11F0EDCA84F00F77EA2 /* jpeglib.h in Headers */,
241 D2AAC043055464E500DB518D /* Headers */,
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
MimeMessageTest.java 89 String[] headers = message.getHeader("Date"); local
90 assertEquals(1, headers.length);
95 Date result = format.parse(headers[0]);
369 assertNull("null headers", message.getExtendedHeaders());
371 assertNull("empty headers", message.getExtendedHeaders());
380 assertEquals("headers 2,3",
390 assertEquals("headers 3,2",
398 * NOTE: This test is fragile because it assumes headers will be written in a specific order
426 * Test for parsing headers with extra whitespace and commennts.
487 * Confirm parser doesn't crash when seeing invalid headers/addresses
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 64 * should be the Max incoming MTU minus TODO: L2CAP package headers and
65 * RFCOMM package headers. TODO: Retrieve the max incoming MTU from TODO:
116 * Updates the HeaderSet with the headers received in the byte array
117 * provided. Invalid headers are ignored.
150 * setHeader() to update the HeaderSet object. Invalid headers will cause an
153 * @param headerArray the byte array containing headers
270 * 0x80 is a byte header. The only valid byte headers are
271 * the 16 user defined byte headers.
326 * TODO: Could use getHeaderList() to get the array of headers to include
584 // Check User Defined Headers
    [all...]
  /development/ide/xcode/views.xcodeproj/
project.pbxproj 26 005FA5C00B52AB9000896055 /* SkViewPriv.h in Headers */ = {isa = PBXBuildFile; fileRef = 005FA5AB0B52AB9000896055 /* SkViewPriv.h */; };
35 FECBEAA40C60D34E00DB1DDA /* SkTagList.h in Headers */ = {isa = PBXBuildFile; fileRef = FECBEA9E0C60D34E00DB1DDA /* SkTagList.h */; };
151 D2AAC043055464E500DB518D /* Headers */ = {
155 005FA5C00B52AB9000896055 /* SkViewPriv.h in Headers */,
156 FECBEAA40C60D34E00DB1DDA /* SkTagList.h in Headers */,
167 D2AAC043055464E500DB518D /* Headers */,
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 54 * about unsupported transfer codecs and malformed content-length headers.
234 Header[] headers = message.getHeaders(HTTP.CONTENT_LEN); local
235 if (strict && headers.length > 1) {
236 throw new ProtocolException("Multiple content length headers");
238 for (int i = headers.length - 1; i >= 0; i--) {
239 Header header = headers[i];
  /external/bluetooth/glib/
README.win32 10 For prebuilt binaries (DLLs and EXEs) and developer packages (headers,
106 easily lead to confusing situations where one mixes headers for Cygwin
107 from /usr/include with the headers for native software one really
129 reason to distribute separate GLib headers and DLLs for gcc and MSVC6
239 headers into a common place (as it is done on Unix, and as Tor does
281 | | .\module.defs : defines (relative) locations of the headers
  /external/elfutils/libcpu/
Makefile 243 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
244 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
253 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
257 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
269 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
273 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Makefile.in 243 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
244 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
253 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
257 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
269 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
273 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  /external/grub/lib/
Makefile.in 251 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
252 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
261 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
265 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
281 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  /external/grub/stage1/
Makefile.in 263 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
264 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
273 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
277 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
289 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  /external/libpng/projects/xcode/libpng.xcodeproj/
project.pbxproj 11 14461C7209C3C37F005840C0 /* png.h in Headers */ = {isa = PBXBuildFile; fileRef = 14461C5E09C3C37F005840C0 /* png.h */; settings = {ATTRIBUTES = (Public, ); }; };
12 14461C7309C3C37F005840C0 /* pngconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 14461C5F09C3C37F005840C0 /* pngconf.h */; settings = {ATTRIBUTES = (Public, ); }; };
121 8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
125 14461C7209C3C37F005840C0 /* png.h in Headers */,
126 14461C7309C3C37F005840C0 /* pngconf.h in Headers */,
137 8D07F2BD0486CC7A007CD1D0 /* Headers */,
  /external/skia/xcode/views.xcodeproj/
project.pbxproj 14 00B7E1C60EDCAB1500F77EA2 /* SkTagList.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7E1C00EDCAB1500F77EA2 /* SkTagList.h */; };
32 00B7E1EF0EDCABAC00F77EA2 /* SkViewPriv.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7E1DA0EDCABAC00F77EA2 /* SkViewPriv.h */; };
143 D2AAC043055464E500DB518D /* Headers */ = {
147 00B7E1C60EDCAB1500F77EA2 /* SkTagList.h in Headers */,
148 00B7E1EF0EDCABAC00F77EA2 /* SkViewPriv.h in Headers */,
159 D2AAC043055464E500DB518D /* Headers */,
  /external/webkit/WebCore/accessibility/
AccessibilityTable.cpp 108 // cells have borders, or use attributes like headers, abbr, scope or axis
152 if (!cellElement->headers().isEmpty() || !cellElement->abbr().isEmpty()
304 void AccessibilityTable::rowHeaders(AccessibilityChildrenVector& headers)
317 headers.append(header);
321 void AccessibilityTable::columnHeaders(AccessibilityChildrenVector& headers)
334 headers.append(header);
  /bionic/libc/tzcode/
private.h 172 ** SunOS 4.1.1 headers lack EXIT_SUCCESS.
180 ** SunOS 4.1.1 headers lack EXIT_FAILURE.
188 ** SunOS 4.1.1 headers lack FILENAME_MAX.
  /external/apache-http/src/org/apache/http/impl/cookie/
BrowserCompatSpec.java 175 List<Header> headers = new ArrayList<Header>(1); local
176 headers.add(new BufferedHeader(buffer));
177 return headers;
  /external/icu4c/test/testdata/
icuio.txt 38 Headers { "format", "result", "argumentType", "argument" }
107 Headers { "format", "result", "argumentType", "argument", "precision" }
120 Headers { "format", "argument", "argumentType", "result" }
  /system/core/libcutils/
private.h 176 ** SunOS 4.1.1 headers lack EXIT_SUCCESS.
184 ** SunOS 4.1.1 headers lack EXIT_FAILURE.
192 ** SunOS 4.1.1 headers lack FILENAME_MAX.
  /bionic/libc/
Jamfile 404 # /HdrRule source : headers ;
415 # HdrRule source : headers ;
423 # set SEARCH so Jam can find the headers, but then say we don't
424 # care if we can't actually find the headers (they may have been
README 53 your Linux kernel headers. The script indicates where the values are incorrect
  /bionic/libc/include/
dirent.h 49 * headers. They also define a struct dirent, but the latter lack
  /bionic/libc/include/netinet/
in_systm.h 45 * Internally the system keeps counters in the headers with the bytes
  /bionic/libc/kernel/tools/
utils.py 83 """try to find the directory containing the kernel headers for this machine"""
93 path = "/usr/src/linux-headers-" + version
94 D("probing %s for kernel headers" % (path+"/include"))
97 D("found kernel headers in: %s" % (path + "/include"))
  /bionic/libc/tools/
bionic_utils.py 109 """try to find the directory containing the kernel headers for this machine"""
119 path = "/usr/src/linux-headers-" + version
120 D("probing %s for kernel headers" % (path+"/include"))
123 D("found kernel headers in: %s" % (path + "/include"))
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
HttpURLConnectionTest.java 141 Map headers = uc.getHeaderFields(); local
142 List list = (List) headers.get("Content-Length");
144 list = (List) headers.get("content-length");
152 // there should be at least 2 headers
153 assertTrue(headers.size() > 1);
157 headers.put("hi", "bye");
189 Map headers = uc.getRequestProperties(); local
191 List newHeader = (List) headers.get("whatever");
198 headers.put("hi", "bye");
    [all...]

Completed in 261 milliseconds

<<11121314151617181920>>