OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentOffset
(Results
1 - 17
of
17
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DerInputStream.java
73
&& buffer[
contentOffset
] != 0
74
&& (buffer[offset - 1] & UNUSED_BITS_MASK[buffer[
contentOffset
] - 1]) != 0) {
75
throw new ASN1Exception("ASN.1 bitstring: wrong content at [" +
contentOffset
84
if (buffer[
contentOffset
] != 0 && buffer[
contentOffset
] != (byte) 0xFF) {
85
throw new ASN1Exception("ASN.1 boolean: wrong content at [" +
contentOffset
BerInputStream.java
70
protected int
contentOffset
;
148
* Initializes tag, length, tagOffset and
contentOffset
variables
184
contentOffset
= offset;
221
if (buffer[
contentOffset
] > 7) {
222
throw new ASN1Exception("ASN.1 Bitstring: wrong content at [" +
contentOffset
226
if (length == 1 && buffer[
contentOffset
] != 0) {
227
throw new ASN1Exception("ASN.1 Bitstring: wrong content at [" +
contentOffset
256
int bits = buffer[
contentOffset
] & 0xFF;
257
if (buffer[
contentOffset
+ 1] < 0) {
262
throw new ASN1Exception("ASN.1 enumerated: wrong content at [" +
contentOffset
[
all
...]
ASN1Oid.java
81
int octet = in.buffer[in.
contentOffset
+ i];
85
octet = in.buffer[in.
contentOffset
+ i];
138
int octet = in.buffer[in.
contentOffset
];
144
octet = in.buffer[in.
contentOffset
+ index];
163
octet = in.buffer[in.
contentOffset
+ index];
168
octet = in.buffer[in.
contentOffset
+ index];
ASN1Enumerated.java
78
return Arrays.copyOfRange(in.buffer, in.
contentOffset
, in.
contentOffset
+ in.length);
ASN1OctetString.java
76
return Arrays.copyOfRange(in.buffer, in.
contentOffset
, in.
contentOffset
+ in.length);
ASN1Boolean.java
78
if (in.buffer[in.
contentOffset
] == 0) {
ASN1BitString.java
80
System.arraycopy(in.buffer, in.
contentOffset
+ 1, bytes, 0,
82
return new BitString(bytes, in.buffer[in.
contentOffset
]);
115
int unusedBits = in.buffer[in.
contentOffset
];
142
byte octet = in.buffer[in.
contentOffset
+ i];
148
octet = in.buffer[in.
contentOffset
+ i];
ASN1StringType.java
42
return new String(in.buffer, in.
contentOffset
, in.length, StandardCharsets.UTF_8);
99
return new String(in.buffer, in.
contentOffset
, in.length, StandardCharsets.ISO_8859_1);
ASN1Integer.java
78
System.arraycopy(in.buffer, in.
contentOffset
, bytesEncoded, 0,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderPart.cpp
124
LayoutPoint
contentOffset
= LayoutPoint(borderLeft() + paddingLeft(), borderTop() + paddingTop()) - childFrameView->scrollOffset();
125
HitTestLocation newHitTestLocation(locationInContainer, -adjustedLocation -
contentOffset
);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
SampleList.java
146
long
contentOffset
= currentOffset + ((MediaDataBox) b).getHeader().limit();
147
mdatStartCache.put((MediaDataBox) b,
contentOffset
);
148
mdatEndCache.put((MediaDataBox) b,
contentOffset
+ currentSize);
/external/chromium_org/third_party/sqlite/src/src/
btree.c
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
Completed in 1680 milliseconds