OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:headers
(Results
151 - 175
of
2033
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/com/google/android/mms/pdu/
MultimediaMessagePdu.java
50
* Constructor with given
headers
.
52
* @param
headers
Headers
for this PDU.
54
MultimediaMessagePdu(PduHeaders
headers
) {
55
super(
headers
);
NotifyRespInd.java
47
* Constructor with given
headers
.
49
* @param
headers
Headers
for this PDU.
51
NotifyRespInd(PduHeaders
headers
) {
52
super(
headers
);
SendConf.java
37
* Constructor with given
headers
.
39
* @param
headers
Headers
for this PDU.
41
SendConf(PduHeaders
headers
) {
42
super(
headers
);
RetrieveConf.java
40
* Constructor with given
headers
.
42
* @param
headers
Headers
for this PDU.
44
RetrieveConf(PduHeaders
headers
) {
45
super(
headers
);
49
* Constructor with given
headers
and body
51
* @param
headers
Headers
for this PDU.
54
RetrieveConf(PduHeaders
headers
, PduBody body) {
55
super(
headers
, body)
[
all
...]
/external/apache-http/src/org/apache/http/message/
BasicListHeaderIterator.java
51
* A list of
headers
to iterate over.
73
* <code>null</code> to iterate over all
headers
in the array.
82
* @param
headers
a list of
headers
over which to iterate
83
* @param name the name of the
headers
over which to iterate, or
86
public BasicListHeaderIterator(List
headers
, String name) {
87
if (
headers
== null) {
92
this.allHeaders =
headers
;
106
* or negative if there are no more
headers
152
* @throws NoSuchElementException if there are no more
headers
[
all
...]
/external/opencore/tools_v2/build/make/platforms/
android.mk
21
-I $(ANDROID_BASE)/
headers
/include \
22
-I $(ANDROID_BASE)/
headers
/system/bionic/libc/arch-arm/include \
23
-I $(ANDROID_BASE)/
headers
/system/bionic/libc/include \
24
-I $(ANDROID_BASE)/
headers
/system/bionic/libstdc++/include \
25
-I $(ANDROID_BASE)/
headers
/system/bionic/libc/kernel/common \
26
-I $(ANDROID_BASE)/
headers
/system/bionic/libc/kernel/arch-arm \
27
-I $(ANDROID_BASE)/
headers
/system/bionic/libm/include \
28
-I $(ANDROID_BASE)/
headers
/system/core/include \
29
-I $(ANDROID_BASE)/
headers
/libhardware/include \
30
-I $(ANDROID_BASE)/
headers
/skia/includ
[
all
...]
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/easwt_vst_lib.xcodeproj/
project.pbxproj
11
9A56ABD00F71998600D115A7 /* eas_fmengine.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 9A56ABCF0F71998600D115A7 /* eas_fmengine.h */; };
13
9A56ABDC0F719D4600D115A7 /* eas_xmf.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 9A56ABD80F719D4600D115A7 /* eas_xmf.h */; };
15
9A56ABDE0F719D4600D115A7 /* eas_xmfdata.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 9A56ABDA0F719D4600D115A7 /* eas_xmfdata.h */; };
16
9A56AC050F71BCFE00D115A7 /* eas_build.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 9A56AC040F71BCFE00D115A7 /* eas_build.h */; };
17
C55B113D0E2D33B4006357C1 /* eas.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = C55B11290E2D33B4006357C1 /* eas.h */; };
18
C55B113E0E2D33B4006357C1 /* eas_audioconst.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = C55B112A0E2D33B4006357C1 /* eas_audioconst.h */; };
19
C55B11400E2D33B4006357C1 /* eas_config.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = C55B112C0E2D33B4006357C1 /* eas_config.h */; };
20
C55B11410E2D33B4006357C1 /* eas_data.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = C55B112D0E2D33B4006357C1 /* eas_data.h */; };
21
C55B11420E2D33B4006357C1 /* eas_host.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = C55B112E0E2D33B4006357C1 /* eas_host.h */; };
22
C55B11430E2D33B4006357C1 /* eas_math.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = C55B112F0E2D33B4006357C1 /* eas_math.h */; }
[
all
...]
/bionic/libc/kernel/tools/
defaults.py
1
# this module contains all the defaults used by the generation of cleaned-up
headers
17
# path to the directory containing the original kernel
headers
26
# final
headers
35
# from the clean
headers
. testing shows that this is not strictly necessary
47
# in the final ARM
headers
. this is only used to keep optimized byteswapping
78
# we want to keep in the final
headers
93
# define it in the Bionic
headers
instead
/frameworks/base/obex/javax/obex/
Operation.java
58
* <STRONG>How
Headers
are Handled</STRONG>
60
* As
headers
are received, they may be retrieved through the
61
* <code>getReceivedHeaders()</code> method. If new
headers
are set during the
62
* operation, the new
headers
will be sent during the next packet exchange.
123
* object. No
headers
are sent in the abort request. This will end the
131
* Returns the
headers
that have been received during the operation.
132
* Modifying the object returned has no effect on the
headers
that are sent
134
* @return the
headers
received during this <code>Operation</code>
140
* Specifies the
headers
that should be sent in the next OBEX message that
142
* @param
headers
the headers to send in the next messag
[
all
...]
/development/ide/xcode/animator.xcodeproj/
project.pbxproj
10
FE49EAAC09FD5DB800D28411 /* SkDrawExtraPathEffect.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE49EAAB09FD5DB800D28411 /* SkDrawExtraPathEffect.h */; };
11
FE49EB4D09FE783600D28411 /* SkDisplayNumber.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE49EB4C09FE783600D28411 /* SkDisplayNumber.h */; };
13
FE49EE0C09FFDB0300D28411 /* SkAnimateProperties.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE49EE0B09FFDB0300D28411 /* SkAnimateProperties.h */; };
14
FE51FB850A6FDCE500ABA91D /* SkDrawSaveLayer.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE51FB840A6FDCE400ABA91D /* SkDrawSaveLayer.h */; };
16
FE5F49840948A5390095980F /* SkAnimateBase.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE5F48F30948A5380095980F /* SkAnimateBase.h */; };
18
FE5F49860948A5390095980F /* SkAnimateActive.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE5F48F70948A5380095980F /* SkAnimateActive.h */; };
20
FE5F49880948A5390095980F /* SkAnimate.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE5F48F90948A5380095980F /* SkAnimate.h */; };
22
FE5F498A0948A5390095980F /* SkAnimateMaker.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE5F48FB0948A5380095980F /* SkAnimateMaker.h */; };
24
FE5F498C0948A5390095980F /* SkAnimateSet.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE5F48FF0948A5380095980F /* SkAnimateSet.h */; };
27
FE5F498F0948A5390095980F /* SkAnimatorScript.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE5F49020948A5380095980F /* SkAnimatorScript.h */; }
[
all
...]
/external/skia/xcode/animator.xcodeproj/
project.pbxproj
10
00B7DDB80EDCA15800F77EA2 /* SkAnimate.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 00B7DD170EDCA15800F77EA2 /* SkAnimate.h */; };
12
00B7DDBA0EDCA15800F77EA2 /* SkAnimateActive.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 00B7DD1B0EDCA15800F77EA2 /* SkAnimateActive.h */; };
14
00B7DDBC0EDCA15800F77EA2 /* SkAnimateBase.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 00B7DD1D0EDCA15800F77EA2 /* SkAnimateBase.h */; };
17
00B7DDBF0EDCA15800F77EA2 /* SkAnimateMaker.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 00B7DD200EDCA15800F77EA2 /* SkAnimateMaker.h */; };
18
00B7DDC00EDCA15800F77EA2 /* SkAnimateProperties.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 00B7DD210EDCA15800F77EA2 /* SkAnimateProperties.h */; };
20
00B7DDC20EDCA15800F77EA2 /* SkAnimateSet.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 00B7DD250EDCA15800F77EA2 /* SkAnimateSet.h */; };
23
00B7DDC50EDCA15800F77EA2 /* SkAnimatorScript.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 00B7DD280EDCA15800F77EA2 /* SkAnimatorScript.h */; };
25
00B7DDC70EDCA15800F77EA2 /* SkAnimatorScript2.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 00B7DD2A0EDCA15800F77EA2 /* SkAnimatorScript2.h */; };
27
00B7DDC90EDCA15800F77EA2 /* SkBase64.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 00B7DD2C0EDCA15800F77EA2 /* SkBase64.h */; };
29
00B7DDCB0EDCA15800F77EA2 /* SkBoundable.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 00B7DD2E0EDCA15800F77EA2 /* SkBoundable.h */; }
[
all
...]
/external/webkit/WebKitTools/DumpRenderTree/DumpRenderTree.xcodeproj/
project.pbxproj
31
141BF453096A45EB00E0753C /* PluginObject.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 141BF447096A45C800E0753C /* PluginObject.h */; };
32
14770FE20A22ADF7009342EE /* GCController.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 14770FE00A22ADF7009342EE /* GCController.h */; };
33
1A8F02E80BB9B4EC008CFA34 /* TestObject.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 1A8F024C0BB9B056008CFA34 /* TestObject.h */; };
39
5185F6B310714E12007AA393 /* HistoryDelegate.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 5185F69E10714A57007AA393 /* HistoryDelegate.h */; };
51
933BF5AB0F93FA5C000F0441 /* PlainTextController.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 933BF5A90F93FA5C000F0441 /* PlainTextController.h */; };
53
9340994C08540CAE007F3BC8 /* DumpRenderTreePrefix.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = 32A70AAB03705E1F00C91783 /* DumpRenderTreePrefix.h */; };
60
A8B91AE00CF3B372008F91FF /* DumpRenderTreeWindow.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = A8B91ADD0CF3B372008F91FF /* DumpRenderTreeWindow.h */; };
61
A8B91AE20CF3B372008F91FF /* DumpRenderTreePasteboard.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = A8B91ADF0CF3B372008F91FF /* DumpRenderTreePasteboard.h */; };
63
A8B91BFF0CF522B4008F91FF /* CheckedMalloc.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = A8B91BF90CF522B4008F91FF /* CheckedMalloc.h */; };
64
A8D79CEA0FC28B2C004AC8FE /* DumpRenderTreeFileDraggingSource.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = A8D79CE80FC28B2C004AC8FE /* DumpRenderTreeFileDraggingSource.h (…)
[
all
...]
/development/ide/xcode/zlib.xcodeproj/
project.pbxproj
21
FE08AA260944F2710057213F /* crc32.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE08AA1B0944F2710057213F /* crc32.h */; };
22
FE08AA270944F2710057213F /* deflate.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE08AA1C0944F2710057213F /* deflate.h */; };
23
FE08AA280944F2710057213F /* inffast.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE08AA1D0944F2710057213F /* inffast.h */; };
24
FE08AA290944F2710057213F /* inffixed.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE08AA1E0944F2710057213F /* inffixed.h */; };
25
FE08AA2A0944F2710057213F /* inflate.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE08AA1F0944F2710057213F /* inflate.h */; };
26
FE08AA2B0944F2710057213F /* inftrees.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE08AA200944F2710057213F /* inftrees.h */; };
27
FE08AA2C0944F2710057213F /* trees.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE08AA210944F2710057213F /* trees.h */; };
28
FE08AA2D0944F2710057213F /* zconf.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE08AA220944F2710057213F /* zconf.h */; };
29
FE08AA2E0944F2710057213F /* zconf.in.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE08AA230944F2710057213F /* zconf.in.h */; };
30
FE08AA2F0944F2710057213F /* zlib.h in
Headers
*/ = {isa = PBXBuildFile; fileRef = FE08AA240944F2710057213F /* zlib.h */; }
[
all
...]
/external/bluetooth/glib/docs/reference/glib/tmpl/
version.sgml
32
GLib
headers
you have included.
46
GLib
headers
you have included.
59
represents the micro version of the GLib
headers
you have included.
93
Like #glib_major_version, but from the
headers
used at
103
Like #gtk_minor_version, but from the
headers
used at
113
Like #gtk_micro_version, but from the
headers
used at
/frameworks/base/core/java/android/net/http/
AndroidHttpClientConnection.java
249
* Sends the request line and all
headers
over the connection.
250
* @param request the request whose
headers
to send.
295
* Parses the response
headers
and adds them to the
296
* given {@code
headers
} object, and returns the response StatusLine
297
* @param
headers
store parsed header to
headers
.
302
public StatusLine parseResponseHeader(
Headers
headers
)
334
// Check for folded
headers
first
336
// discussion on folded
headers
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
Makefile
3
HEADERS
= \
30
$(EXPORTS): Makefile gendef.pl $(
HEADERS
)
31
perl gendef.pl $(
HEADERS
) >$@ || rm $@
/external/stlport/stlport/stl/config/
_android.h
12
// Don't have native <cplusplus>
headers
36
// No <exception>
headers
56
// Define how to include our native
headers
.
_cray.h
44
// Uncomment if native new-style C library
headers
lile <cstddef>, etc are not available.
47
// uncomment if new-style
headers
<new> is available
50
// uncomment this if <iostream> and other STD
headers
put their stuff in ::namespace,
/frameworks/base/include/media/stagefright/
HTTPDataSource.h
33
const KeyedVector<String8, String8> *
headers
= NULL);
37
const KeyedVector<String8, String8> *
headers
= NULL);
88
void init(const KeyedVector<String8, String8> *
headers
);
/packages/apps/Email/tests/src/com/android/email/mail/internet/
MimeHeaderUnitTests.java
47
// multiple
headers
50
assertEquals("multiple
headers
", actual3,
57
assertEquals("multiple
headers
", actual4,
/build/core/
copy_headers.mk
2
## Copy
headers
to the install tree
/external/dropbear/libtomcrypt/testprof/
makefile
1
CFLAGS += -I../src/
headers
-I./ -Wall -W
makefile.icc
1
CFLAGS += -I../src/
headers
-I./
/external/kernel-headers/original/asm-arm/arch/
omap24xx.h
6
* specific
headers
. Note also that some of these defines are needed
/external/opencore/engines/common/build/make/
local.mk
26
install::
headers
-install
Completed in 245 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>