Searched refs:HEADERS (Results 1 - 22 of 22) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
H A DbugzillaLogin.sh21 HEADERS=$(mktemp)
22 curl -s -S $CURLARG 'https://bugs.eclipse.org/bugs/index.cgi' -d "GoAheadAndLogIn=1&Bugzilla_login=$LOGIN&Bugzilla_password=$PW" -D $HEADERS >/dev/null
24 VALUES=$(grep Set-Cookie $HEADERS | sed -e 's/.\{1,\}Bugzilla_\(login\(cookie\)\?=[0-9]\{1,\}\).\{1,\}/\1/')
25 rm -fr $HEADERS
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
H A DMakefile3 HEADERS = \ macro
35 $(EXPORTS): Makefile gendef.pl $(HEADERS)
36 perl gendef.pl $(HEADERS) >$@ || rm $@
/external/clang/lib/include/
H A DMakefile22 HEADERS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*.h)) macro
24 OBJHEADERS := $(addprefix $(HeaderDir)/, $(HEADERS))
45 INSTHEADERS := $(addprefix $(PROJ_headers)/, $(HEADERS))
/external/clang/lib/Headers/
H A DMakefile22 HEADERS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*.h)) macro
24 OBJHEADERS := $(addprefix $(HeaderDir)/, $(HEADERS))
45 INSTHEADERS := $(addprefix $(PROJ_headers)/, $(HEADERS))
/external/dropbear/libtomcrypt/
H A Dgenlist.sh6 perl ./parsenames.pl HEADERS "$a"
/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_listen_socket.cc58 state_ = HEADERS;
60 case HEADERS:
75 state_ = HEADERS;
131 case HEADERS:
166 case HEADERS: {
H A Ddevtools_remote_listen_socket.h46 HEADERS = 2, // Receiving protocol headers enumerator in enum:DevToolsRemoteListenSocket::State
/external/ppp/pppd/
H A DMakefile.linux18 HEADERS = ccp.h chap-new.h ecp.h fsm.h ipcp.h \
88 HEADERS += md4.h chap_ms.h
111 HEADERS += sha1.h
134 HEADERS += pppcrypt.h
158 HEADERS += tdb.h spinlock.h
182 HEADERS += ipv6cp.h eui64.h
191 HEADERS += cbcp.h
218 $(INSTALL) -c -m 644 $(HEADERS) $(INCDIR)/pppd
/external/valgrind/tsan/pin/
H A DMakefile90 HEADERS=../thread_sanitizer.h ../ts_util.h macro
93 %$(SUFIX).o: %.cc $(HEADERS)
95 %$(SUFIX).o: ../%.cc $(HEADERS)
98 %$(SUFIX).obj: %.cc $(HEADERS)
100 %$(SUFIX).obj: ../%.cc $(HEADERS)
/external/chromium/net/spdy/
H A Dspdy_framer.cc208 case HEADERS:
209 return "HEADERS";
253 // HEADERS) take a different path through the state machine - they
317 if (type != SYN_STREAM && type != SYN_REPLY && type != HEADERS)
343 case HEADERS:
403 control_frame.type() == HEADERS);
423 control_frame.type() == HEADERS);
469 control_frame.type() == HEADERS);
699 frame.WriteUInt16(HEADERS);
996 case HEADERS
[all...]
H A Dspdy_protocol.h105 // Control Frame: HEADERS
160 HEADERS, enumerator in enum:spdy::SpdyControlType
297 // A HEADERS Control Frame structure.
469 return type() == SYN_STREAM || type() == SYN_REPLY || type() == HEADERS;
719 // A HEADERS frame.
H A Dspdy_protocol_test.cc15 using spdy::HEADERS;
64 EXPECT_EQ(8, HEADERS);
H A Dspdy_test_util.cc176 case spdy::HEADERS:
567 spdy::HEADERS,
H A Dspdy_session.cc1215 LOG(WARNING) << "Received HEADERS for invalid stream " << stream_id;
1244 type == spdy::HEADERS) {
1254 } else if (type == spdy::HEADERS) {
1284 case spdy::HEADERS:
H A Dspdy_network_transaction_unittest.cc4994 spdy::HEADERS,
5078 spdy::HEADERS,
5114 // and the body of the primary stream, but before we've received the HEADERS
5215 spdy::HEADERS,
5226 spdy::HEADERS,
5263 // the first HEADERS frame, and the body of the primary stream, but before
5264 // we've received the final HEADERS for the pushed stream.
5357 spdy::HEADERS,
5413 spdy::HEADERS,
5471 spdy::HEADERS,
[all...]
H A Dspdy_framer_test.cc133 case HEADERS:
465 0x80, 0x02, 0x00, 0x08, // HEADERS on Stream #1
1179 const char kDescription[] = "HEADERS frame, no FIN";
1203 "HEADERS frame with a 0-length header name, FIN, max stream ID";
1227 "HEADERS frame with a 0-length header val, FIN, max stream ID";
1255 const char kDescription[] = "HEADERS frame, no FIN";
/external/bison/src/
H A DMakefile439 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
440 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
449 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
453 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
465 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
469 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
/external/bison/
H A DMakefile391 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
392 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
401 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
418 list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
430 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
434 list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
/external/bison/examples/
H A DMakefile320 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
321 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
330 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
347 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
363 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
/external/bison/lib/
H A DMakefile432 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
433 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
442 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
446 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
458 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
462 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 595 milliseconds