OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valuePos
(Results
1 - 4
of
4
) sorted by null
/external/apache-http/src/org/apache/http/message/
BufferedHeader.java
64
private final int
valuePos
;
96
this.
valuePos
= colon + 1;
105
return this.buffer.substringTrimmed(this.
valuePos
, this.buffer.length());
110
cursor.updatePos(this.
valuePos
);
116
return this.
valuePos
;
/cts/libs/json/src/com/android/json/stream/
JsonReader.java
210
private int
valuePos
;
848
* @param assignOffsetsOnly true for this method to only set the
valuePos
854
valuePos
= -1;
912
valuePos
= pos;
997
if (
valuePos
== -1)
[
all
...]
/frameworks/base/core/java/android/util/
JsonReader.java
224
private int
valuePos
;
917
* @param assignOffsetsOnly true for this method to only set the
valuePos
923
valuePos
= -1;
981
valuePos
= pos;
[
all
...]
/prebuilt/common/http-client/
httpcore-4.1.jar
Completed in 178 milliseconds