HomeSort by relevance Sort by last modified time
    Searched full:headers (Results 51 - 75 of 20118) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
retain-comments-from-system-headers.c 1 // Check that we pass -fretain-comments-from-system-headers to frontend.
4 // RUN: %clang -c %s -fretain-comments-from-system-headers -### 2>&1 | FileCheck %s --check-prefix=CHECK-RETAIN
6 // CHECK-RETAIN: -fretain-comments-from-system-headers
8 // CHECK-NO-RETAIN-NOT: -fretain-comments-from-system-headers
nostdincxx.cpp 5 // MSVC has C++ headers in same directory as C headers.
nostdlibinc.c 5 #error "expected to be able to find compiler builtin headers!"
9 #error "expected to *not* be able to find standard C headers"
  /external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/
SubPriv.h 3 // HasSubModules.framework/Frameworks/Sub.framework/Headers/Sub.h
  /external/deqp/targets/dynamic_opencl/
dynamic_opencl.cmake 8 # Headers
  /external/icu/icu4c/source/test/hdrtst/
dfiles.txt 4 # in 2.6 - no deprecated headers.
pfiles.txt 3 # ICU 49 and later: no more platform-specific headers
  /external/kernel-headers/original/
README.TXT 1 This directory contains the original kernel headers that are used to generate
2 Bionic's "cleaned-up" user-land headers.
6 (NOTE: The cleaned up headers do not contain copyrightable information and are
9 Importing modified kernel headers files is done using scripts found in bionic.
  /external/llvm/include/llvm/
CMakeLists.txt 4 # Creates a dummy target containing all headers for the benefit of
6 file(GLOB_RECURSE headers *.h)
7 add_td_sources(headers)
11 ${headers})
  /external/nist-sip/java/gov/nist/javax/sip/header/
package.html 4 Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HttpHeaderParserTest.java 39 private Map<String, String> headers; field in class:HttpHeaderParserTest
44 headers = new HashMap<String, String>();
45 response = new NetworkResponse(0, null, headers, false);
59 headers.put("MyCustomHeader", "42");
70 headers.put("ETag", "Yow!");
80 headers.put("Date", rfc1123Date(now));
81 headers.put("Expires", rfc1123Date(now + ONE_HOUR_MILLIS));
94 headers.put("Date", rfc1123Date(now));
95 headers.put("Expires", rfc1123Date(now - ONE_HOUR_MILLIS));
110 headers.put("Date", rfc1123Date(now + ONE_HOUR_MILLIS))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/
fake-data-failing-expected.txt 1 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:2' included forbidden macro 'PLATFORM' => '#if PLATFORM(MAC)'
2 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:4' included forbidden macro 'CPU' => '#if CPU(X86)'
3 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:6' included forbidden macro 'OS' => '#if OS(MACOSX)'
4 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:8' included forbidden macro 'COMPILER' => '#if COMPILER(CLANG)'
5 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:10' included forbidden macro 'ENABLE' => '#if ENABLE(FEATURE)'
6 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:12' included forbidden macro 'HAVE' => '#if HAVE(FEATURE)'
7 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:14' included forbidden macro 'USE' => '#if USE(FEATURE)'
8 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:16' included forbidden macro 'COMPILER' => '#if COMPILER_SUPPORTS(FEATURE)'
9 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:18' included forbidden macro 'COMPILER' => '#if COMPILER_QUIRK(FEATURE)'
10 ERROR: '--stripped--/Fake.framework/Headers/Fail.h:23' included forbidden macro 'PLATFORM' => ' #if PLATFORM(X)
    [all...]
  /external/apache-http/src/org/apache/http/message/
HeaderGroup.java 43 * A class for combining a set of headers.
44 * This class allows for multiple headers with the same name and
45 * keeps track of the order in which headers were added.
58 /** The list of headers for this group, in the order in which they were added */
59 private List headers; field in class:HeaderGroup
65 this.headers = new ArrayList(16);
69 * Removes any contained headers.
72 headers.clear();
85 headers.add(header);
97 headers.remove(header)
150 Header[] headers = getHeaders(name); local
    [all...]
  /external/chromium_org/net/spdy/
spdy_headers_block_parser_test.cc 23 // A mock the handler class to check that we parse out the correct headers
49 // Create a header block with a specified number of headers.
51 string headers; local
53 // First, write the number of headers in the header block.
54 headers += EncodeLength(num_headers);
66 headers += EncodeLength(key.length());
67 headers += key;
77 headers += EncodeLength(value.length());
78 headers += value;
80 return headers;
222 string headers = EncodeLength( local
234 string headers = EncodeLength(1) + EncodeLength( local
244 string headers = CreateHeaders(1, false) + "foobar"; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemObject.java 13 private List headers; field in class:PemObject
17 * Generic constructor for object without headers.
28 * Generic constructor for object with headers.
31 * @param headers a list of PemHeader objects.
34 public PemObject(String type, List headers, byte[] content)
37 this.headers = Collections.unmodifiableList(headers);
48 return headers;
  /external/chromium_org/content/public/test/
DEPS 7 # Ensure we don't leak internal content headers through public headers.
  /external/deqp/targets/system_opencl/
system_opencl.cmake 11 # Headers
14 message(FATAL_ERROR "Can't find OpenCL headers")
  /external/stlport/test/unit/
algorithm_header_test.cpp 4 * Additionnaly, for C Standard headers that STLport expose, it can also be
5 * used to check that files included by those headers are compatible with
assert_header_test.c 4 * Additionnaly, for C Standard headers that STLport expose, it can also be
5 * used to check that files included by those headers are compatible with
bitset_header_test.cpp 4 * Additionnaly, for C Standard headers that STLport expose, it can also be
5 * used to check that files included by those headers are compatible with
c_limits_header_test.c 4 * Additionnaly, for C Standard headers that STLport expose, it can also be
5 * used to check that files included by those headers are compatible with
c_locale_header_test.c 4 * Additionnaly, for C Standard headers that STLport expose, it can also be
5 * used to check that files included by those headers are compatible with
cassert_header_test.cpp 4 * Additionnaly, for C Standard headers that STLport expose, it can also be
5 * used to check that files included by those headers are compatible with
cctype_header_test.cpp 4 * Additionnaly, for C Standard headers that STLport expose, it can also be
5 * used to check that files included by those headers are compatible with
cerrno_header_test.cpp 4 * Additionnaly, for C Standard headers that STLport expose, it can also be
5 * used to check that files included by those headers are compatible with

Completed in 1033 milliseconds

1 23 4 5 6 7 8 91011>>