OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:defaultLength
(Results
1 - 3
of
3
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
SampleGroupDescriptionBox.java
46
private int
defaultLength
;
62
if (getVersion() == 1 &&
defaultLength
== 0) {
75
IsoTypeWriter.writeUInt32(byteBuffer,
defaultLength
);
79
if (this.getVersion() == 1 &&
defaultLength
== 0) {
94
defaultLength
= l2i(IsoTypeReader.readUInt32(content));
98
int length =
defaultLength
;
100
if (
defaultLength
== 0) {
145
return
defaultLength
;
148
public void setDefaultLength(int
defaultLength
) {
149
this.
defaultLength
= defaultLength
[
all
...]
/external/skia/tools/flags/
SkCommandLineFlags.cpp
36
size_t
defaultLength
= strlen(defaultValue);
37
if (
defaultLength
> 0) {
38
const char* const defaultEnd = defaultValue +
defaultLength
;
/external/skqp/tools/flags/
SkCommandLineFlags.cpp
36
size_t
defaultLength
= strlen(defaultValue);
37
if (
defaultLength
> 0) {
38
const char* const defaultEnd = defaultValue +
defaultLength
;
Completed in 792 milliseconds