OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseLocation
(Results
1 - 22
of
22
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/ultraviolet/
BaseLocationBox.java
29
String
baseLocation
= "";
36
public BaseLocationBox(String
baseLocation
, String purchaseLocation) {
38
this.
baseLocation
=
baseLocation
;
43
return
baseLocation
;
46
public void setBaseLocation(String
baseLocation
) {
47
this.
baseLocation
=
baseLocation
;
66
baseLocation
= IsoTypeReader.readString(content);
67
content.get(new byte[256 - Utf8.utf8StringLengthInBytes(
baseLocation
) - 1])
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/
build.properties
14
#
baseLocation
- where things you are building against are installed
67
# when building GEF, the
baseLocation
should be the location of a previously
70
# The
baseLocation
must not contain any features, plugins or fragments
72
baseLocation
=
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
build.properties
15
baseLocation
=
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java
47
private void checkFormat(EclipseXmlFormatPreferences prefs, String
baseLocation
,
54
model.setBaseLocation(
baseLocation
);
115
private void checkFormat(EclipseXmlFormatPreferences prefs, String
baseLocation
, String xml,
117
checkFormat(prefs,
baseLocation
, xml, expected, delimiter, null, false, null);
120
private void checkFormat(EclipseXmlFormatPreferences prefs, String
baseLocation
, String xml,
122
checkFormat(prefs,
baseLocation
, xml, expected, "\n"); //$NON-NLS-1$
124
private void checkFormat(String
baseLocation
, String xml, String expected)
127
checkFormat(prefs,
baseLocation
, xml, expected);
[
all
...]