Home
last modified time | relevance | path

Searched refs:baseLocation (Results 1 – 2 of 2) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/ultraviolet/
DBaseLocationBox.java29 String baseLocation = ""; field in BaseLocationBox
36 public BaseLocationBox(String baseLocation, String purchaseLocation) { in BaseLocationBox() argument
38 this.baseLocation = baseLocation; in BaseLocationBox()
43 return baseLocation; in getBaseLocation()
46 public void setBaseLocation(String baseLocation) { in setBaseLocation() argument
47 this.baseLocation = baseLocation; in setBaseLocation()
66 baseLocation = IsoTypeReader.readString(content); in _parseDetails()
67 content.get(new byte[256 - Utf8.utf8StringLengthInBytes(baseLocation) - 1]); in _parseDetails()
76 byteBuffer.put(Utf8.convert(baseLocation)); in getContent()
77 …byteBuffer.put(new byte[256 - Utf8.utf8StringLengthInBytes(baseLocation)]); // string plus term ze… in getContent()
[all …]
/external/icu/icu4j/eclipse-build/pdebuild/
Dbuild.properties16 # baseLocation - where things you are building against are installed
125 # in most RCP app or a plug-in, the baseLocation should be the location of a previously
129 #baseLocation=${base}/eclipse
130 baseLocation=@BASE_LOCATION@ key
131 #Os/Ws/Arch/nl of the eclipse specified by baseLocation