Home
last modified time | relevance | path

Searched refs:Properties (Results 1 – 4 of 4) sorted by relevance

/development/ide/eclipse/
DREADME.importing-to-eclipse.txt12 To import the include paths, go to Project > Properties > C/C++ General >
18 To import the symbols, go to Project > Properties > C/C++ General >
25 from an XML file) by hand. Go to Project > Properties > C/C++ General >
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DProvisioningValuesLoader.java37 import java.util.Properties;
140 Properties props = new Properties(); in gatherAdminExtras()
DNfcProvisioningFragment.java39 import java.util.Properties;
109 Properties properties = new Properties(); in createNdefMessage()
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py1460 Properties = collections.namedtuple( variable in LibProperties
1475 self.modules[name] = self.Properties(
1496 return self.Properties(False, False, False, None)