OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProjectProperties
(Results
1 - 22
of
22
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java
24
import com.android.sdklib.internal.project.
ProjectProperties
;
162
private final
ProjectProperties
mProperties;
181
ProjectState(IProject project,
ProjectProperties
properties) {
193
String propName =
ProjectProperties
.PROPERTY_LIB_REF + Integer.toString(index++);
209
public
ProjectProperties
getProperties() {
230
* {@link
ProjectProperties
#PROPERTY_TARGET} from {@link #getProperties()} (if valid).
238
return mProperties.getProperty(
ProjectProperties
.PROPERTY_TARGET);
259
return mProperties.getProperty(
ProjectProperties
.PROPERTY_BUILD_TOOLS);
303
String propName =
ProjectProperties
.PROPERTY_LIB_REF + Integer.toString(index++);
367
String value = mProperties.getProperty(
ProjectProperties
.PROPERTY_LIBRARY)
[
all
...]
Sdk.java
51
import com.android.sdklib.internal.project.
ProjectProperties
;
52
import com.android.sdklib.internal.project.
ProjectProperties
.PropertyType;
441
properties =
ProjectProperties
.create(location.toOSString(), PropertyType.PROJECT);
445
properties.setProperty(
ProjectProperties
.PROPERTY_TARGET, target.hashString());
481
ProjectProperties
properties =
ProjectProperties
.load(projectLocation,
485
properties =
ProjectProperties
.load(projectLocation,
503
ProjectProperties
.delete(projectLocation, PropertyType.LEGACY_DEFAULT);
506
properties =
ProjectProperties
.load(projectLocation,
571
ProjectProperties
.PROPERTY_BUILD_TOOLS
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java
28
import com.android.sdklib.internal.project.
ProjectProperties
;
29
import com.android.sdklib.internal.project.
ProjectProperties
.PropertyType;
388
String target = state.getProperties().getProperty(
ProjectProperties
.PROPERTY_TARGET);
390
ProjectProperties
properties =
ProjectProperties
.load(libraryPath.getPath(),
393
copy.setProperty(
ProjectProperties
.PROPERTY_TARGET, target);
443
if (property.startsWith(
ProjectProperties
.PROPERTY_LIB_REF)) {
445
ProjectProperties
.PROPERTY_LIB_REF.length());
457
ProjectProperties
.PROPERTY_LIB_REF + nextVersion,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java
31
import com.android.sdklib.internal.project.
ProjectProperties
;
32
import com.android.sdklib.internal.project.
ProjectProperties
.PropertyType;
195
ProjectProperties
properties =
ProjectProperties
.load(mLocation.getPath(),
198
String targetProperty = properties.getProperty(
ProjectProperties
.PROPERTY_TARGET);
NewProjectWizardState.java
27
import com.android.sdklib.internal.project.
ProjectProperties
;
28
import com.android.sdklib.internal.project.
ProjectProperties
.PropertyType;
336
ProjectProperties
p =
ProjectProperties
.load(projectPath,
339
String v = p.getProperty(
ProjectProperties
.PROPERTY_TARGET);
NewProjectCreator.java
20
import static com.android.sdklib.internal.project.
ProjectProperties
.PROPERTY_LIBRARY;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java
23
import com.android.sdklib.internal.project.
ProjectProperties
;
103
ProjectProperties
projectProperties
= state.getProperties();
108
projectProperties
.reload();
110
String path =
projectProperties
.getProperty(
111
ProjectProperties
.PROPERTY_RULES_PATH);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
project.h
44
return
ProjectProperties
(props, project_type_ == PROJECT_INPUT);
properties.cpp
182
uint64
ProjectProperties
(uint64 inprops, bool project_input) {
properties.h
307
uint64
ProjectProperties
(uint64 inprops, bool project_input);
map.h
710
return
ProjectProperties
(props, true) & kWeightInvariantProperties;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java
24
import com.android.sdklib.internal.project.
ProjectProperties
;
126
mPropertiesWorkingCopy.setProperty(
ProjectProperties
.PROPERTY_TARGET,
132
mPropertiesWorkingCopy.setProperty(
ProjectProperties
.PROPERTY_LIBRARY,
LibraryProperties.java
25
import com.android.sdklib.internal.project.
ProjectProperties
;
248
* @param propertiesWorkingCopy the working copy of {@link
ProjectProperties
} to modify.
272
* Saves the state of the UI into the {@link
ProjectProperties
} object that was returned by
287
if (key.startsWith(
ProjectProperties
.PROPERTY_LIB_REF)) {
295
mPropertiesWorkingCopy.setProperty(
ProjectProperties
.PROPERTY_LIB_REF + index++,
/external/openfst/src/include/fst/
project.h
59
return
ProjectProperties
(props, project_type_ == PROJECT_INPUT);
properties.h
343
uint64
ProjectProperties
(uint64 inprops, bool project_input);
arc-map.h
798
return
ProjectProperties
(props, true) & kWeightInvariantProperties;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java
19
import static com.android.sdklib.internal.project.
ProjectProperties
.PROPERTY_SDK;
37
import com.android.sdklib.internal.project.
ProjectProperties
;
189
ProjectProperties
.PROPERTY_PROGUARD_CONFIG);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java
55
import com.android.sdklib.internal.project.
ProjectProperties
;
666
String rsTargetStr = projectState.getProperty(
ProjectProperties
.PROPERTY_RS_TARGET);
673
ProjectProperties
.PROPERTY_RS_TARGET));
709
if (projectState.getProperty(
ProjectProperties
.PROPERTY_PROGUARD_CONFIG) != null) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportGradleTest.java
18
import static com.android.sdklib.internal.project.
ProjectProperties
.PROPERTY_LIBRARY;
/external/openfst/src/lib/
properties.cc
185
uint64
ProjectProperties
(uint64 inprops, bool project_input) {
/prebuilts/devtools/tools/lib/
sdklib.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar
Completed in 237 milliseconds