HomeSort by relevance Sort by last modified time
    Searched refs:HEADERS (Results 1 - 25 of 27) sorted by null

1 2

  /external/python/cpython2/Lib/plat-beos5/
regen 4 HEADERS=/boot/develop/headers
7 python $H2PY -i '(u_long)' $HEADERS/be/net/netinet/in.h
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
Makefile 6 HEADERS := \
24 $(TEST_GEN_FILES): $(HEADERS)
  /external/linux-kselftest/tools/testing/selftests/intel_pstate/
Makefile 16 $(TEST_GEN_FILES): $(HEADERS)
  /external/epid-sdk/example/util/
util.parts 46 [Component('common', requires=REQ.HEADERS),
47 Component('member', requires=REQ.HEADERS)])
  /bootable/recovery/tests/unit/
screen_ui_test.cpp 39 static const std::vector<std::string> HEADERS{ "header" };
74 TextMenu menu(false, 10, 20, HEADERS, ITEMS, 0, 20, draw_funcs_);
76 ASSERT_EQ(HEADERS[0], menu.text_headers()[0]);
89 TextMenu menu(true, 10, 8, HEADERS, ITEMS, 1, 20, draw_funcs_);
91 ASSERT_EQ(HEADERS[0], menu.text_headers()[0]);
105 TextMenu menu(false, 1, 20, HEADERS, ITEMS, 0, 20, draw_funcs_);
120 TextMenu menu(true, 1, 20, HEADERS, ITEMS, 0, 20, draw_funcs_);
138 TextMenu menu(false, 10, 20, HEADERS, ITEMS, sel, 20, draw_funcs_);
167 TextMenu menu(true, 10, 20, HEADERS, ITEMS, sel, 20, draw_funcs_);
196 TextMenu menu(true, 3, 20, HEADERS, ITEMS, sel, 20, draw_funcs_)
    [all...]
  /external/ppp/pppd/
Makefile.linux 18 HEADERS = ccp.h session.h chap-new.h ecp.h fsm.h ipcp.h \
52 # This requires that the libpcap library and headers be installed
94 HEADERS += md4.h chap_ms.h
117 HEADERS += sha1.h
150 HEADERS += pppcrypt.h
174 HEADERS += tdb.h spinlock.h
198 HEADERS += ipv6cp.h eui64.h
207 HEADERS += cbcp.h
234 $(INSTALL) -c -m 644 $(HEADERS) $(INCDIR)/pppd
  /external/perfetto/infra/perfetto-site.appspot.com/
main.py 23 HEADERS = {'last-modified', 'content-type',
50 for k, v in result.headers.iteritems():
52 if k in HEADERS:
59 self.response.headers[k] = v
60 self.response.headers['cache-control'] = 'public,max-age=600'
  /external/protobuf/
update_file_lists.sh 53 HEADERS=$(get_variable_value $MAKEFILE nobase_include_HEADERS)
54 PUBLIC_HEADERS=$(sort_files $GZHEADERS $HEADERS)
  /external/antlr/runtime/Cpp/tests/
Makefile 4 HEADERS = $(wildcard *.hpp) $(wildcard *.inl)
96 %.o: %.cpp $(HEADERS) utils.hpp
  /external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/
HttpLoggingInterceptor.java 19 import com.squareup.okhttp.Headers;
62 * Logs request and response lines and their respective headers.
78 HEADERS,
80 * Logs request and response lines and their respective headers and bodies (if present).
146 boolean logHeaders = logBody || level == Level.HEADERS;
162 // Request body headers are only present when installed as a network interceptor. Force
172 Headers headers = request.headers(); local
173 for (int i = 0, count = headers.size(); i < count; i++)
213 Headers headers = response.headers(); local
    [all...]
  /external/selinux/libselinux/utils/
avcstat.c 27 #define HEADERS "lookups hits misses allocations reclaims frees"
172 if (strcmp(line, HEADERS))
173 die("unable to parse \'%s\': invalid headers",
  /external/syzkaller/vendor/golang.org/x/net/http2/
writesched_random.go 12 // HEADERS or DATA frames, Pop selects a ready stream arbitrarily.
frame.go 44 FrameHeaders: "HEADERS",
77 // Headers Frame
271 // unfinished HEADERS/CONTINUATION.
304 // HEADERS and CONTINUATION frames together and return
532 // next from ReadFrame. Mostly it checks whether HEADERS and
961 // HEADERS frames MUST be associated with a stream. If a HEADERS frame
965 return nil, connError{ErrCodeProtocol, "HEADERS frame with stream ID 0"}
993 // HeadersFrameParam are the parameters for writing a HEADERS frame.
1020 // WriteHeaders writes a single HEADERS frame
    [all...]
write.go 157 // there's little point. Most headers are small anyway (so we
177 // writeResHeaders is a request to write a HEADERS and 0+ CONTINUATION frames
178 // for HTTP response headers or trailers from a server handler.
transport.go 90 // of response headers are allowed. Unlike the http2 spec, zero here
215 pastHeaders bool // got first MetaHeadersFrame (actual headers)
419 // response headers. It is always called with a non-nil error.
740 // checkConnHeaders checks whether req has any invalid connection-level headers.
742 // Certain headers are special-cased as okay but not transmitted later.
819 // we send: HEADERS{1}, CONTINUATION{0,} + DATA{0,} (DATA is
821 // again in form HEADERS{1}, CONTINUATION{0,})
994 first := true // first frame written (HEADERS is first, then CONTINUATION)
    [all...]
writesched_priority.go 391 // id is an idle or closed stream. wr should not be a HEADERS or
server.go 509 // So, take the net/http.Server value and pad it up a bit, assuming 10 headers.
547 wroteHeaders bool // whether we wrote headers (not status 100)
570 // a client sends a HEADERS frame on stream 7 without ever sending a
796 // do another Active when we get a HEADERS frame.
    [all...]
  /external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/
HttpLoggingInterceptorTest.java 162 setLevel(Level.HEADERS);
194 setLevel(Level.HEADERS);
231 setLevel(Level.HEADERS);
266 setLevel(Level.HEADERS);
310 setLevel(Level.HEADERS);
  /external/grpc-grpc/tools/http2_interop/
frameheader.go 79 return "HEADERS"
  /external/libcups/cups/
Makefile 111 HEADERS = \
227 install: all install-data install-headers install-libs install-exec
245 # Install headers...
248 install-headers:
251 for file in $(HEADERS); do \
303 for file in $(HEADERS); do \
  /external/libgsm/
Makefile 148 # Headers
152 HEADERS = $(INC)/proto.h \
407 gsm-1.0.tar.Z: $(STUFF) $(SOURCES) $(HEADERS) $(MANUALS)
  /external/python/cpython2/RISCOS/
Makefile 27 HEADERS = @,$(TCPIPLIB),@.^.Include,@.^.Modules,@.^.Objects,@.^.Python,$(CLIB),$(OSLIB),$(DLKLIB)
31 CC = cc $(CFLAGS) -j$(HEADERS)
32 CCEXPAT = cc $(CFLAGS) -j$(HEADERS),$(EXPAT) -DHAVE_EXPAT_H
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 1755 milliseconds

1 2