HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 276 - 300 of 6890) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chromeos/network/
client_cert_util.h 48 // If not empty, sets the TPM properties in |properties|. If |pkcs11_id| is not
55 base::DictionaryValue* properties);
57 // Returns true if all required configuration properties are set and not empty.
  /external/chromium_org/components/test/data/json_schema/
complex_schema.json 6 "properties": {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem.win32.x86_1.1.201.R36x_v20100727-0745.jar 
org.eclipse.swt_3.6.1.v3657a.jar 
  /external/harfbuzz/contrib/tables/
README 14 python category-parse.py DerivedGeneralCategory.txt category-properties.h
15 python combining-class-parse.py DerivedCombiningClass.txt combining-properties.h
16 python grapheme-break-parse.py GraphemeBreakProperty.txt grapheme-break-properties.h
17 python scripts-parse.py Scripts.txt script-properties.h
  /external/javassist/
HOWTO.txt 4 ant -propertyfile build.properties test
  /external/llvm/include/llvm/
CMakeLists.txt 12 set_target_properties(llvm_headers_do_not_build PROPERTIES FOLDER "Misc")
  /external/llvm/test/Transforms/Reassociate/
2002-07-09-DominanceProblem.ll 1 ; The reassociate pass is not preserving dominance properties correctly
  /external/llvm/tools/bugpoint/
CMakeLists.txt 15 set_target_properties(bugpoint PROPERTIES ENABLE_EXPORTS 1)
  /external/openfst/src/lib/
Makefile.am 4 libfst_la_SOURCES = compat.cc flags.cc fst.cc properties.cc \
  /external/robolectric/
.gitignore 15 local.properties
find-android.bat 6 @echo "sdk.dir=%x%" >> local.properties
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-signals.py 37 def interfaceAdded(interface, properties):
38 print "InterfaceAdded(%s): Ifname=%s" % (interface, properties['Ifname'])
43 def propertiesChanged(properties):
44 for i in properties:
45 print "PropertiesChanged: %s=%s" % (i, properties[i])
92 def bssAdded(bss, properties):
105 def networkAdded(network, properties):
114 def propertiesChangedInterface(properties):
115 for i in properties:
116 print "PropertiesChanged(interface): %s=%s" % (i, properties[i]
    [all...]
  /libcore/support/src/test/java/tests/resources/
hyts_PropertiesTest.properties 11 !!properties
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
build.properties 8 about.properties,\
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/
build.properties 13 about.properties
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
plugin.properties 0 #Properties file for com.android.ide.eclipse.monitor
  /system/core/toolbox/
setprop.c 3 #include <cutils/properties.h>
start.c 6 #include <cutils/properties.h>
stop.c 4 #include <cutils/properties.h>
  /external/chromium_org/net/android/tools/
proxy_test_cases.py 24 "properties" : {
35 "properties" : {
48 "properties" : {
61 "properties" : {
73 "properties" : {
86 "properties" : {
100 "properties" : {
114 "properties" : {
127 "properties" : {
140 "properties" :
    [all...]
  /external/chromium_org/v8/test/intl/break-iterator/
property-override.js 41 // list of properties.
43 // First get supported properties.
44 var properties = []; variable
48 properties.push(prop);
56 assertEquals(expectedProperties.length, properties.length);
58 properties.forEach(function(prop) {
62 taintProperties(properties);
  /external/chromium_org/v8/test/intl/collator/
property-override.js 41 // properties.
43 // First get supported properties.
44 var properties = []; variable
48 properties.push(prop);
57 assertEquals(expectedProperties.length, properties.length);
59 properties.forEach(function(prop) {
63 taintProperties(properties);
  /external/nist-sip/java/javax/sip/
SipFactory.java 6 import java.util.Properties;
33 public synchronized SipStack createSipStack(Properties properties)
37 String name = properties.getProperty(IP_ADDRESS_PROP);
39 name = properties.getProperty(STACK_NAME_PROP);
53 .getConstructor(new Class[] {Properties.class})
54 .newInstance(new Object[] {properties});
  /libcore/luni/src/main/java/java/util/
PropertyResourceBundle.java 27 * resource per line (see Properties).
30 * @see Properties
35 Properties resources;
39 * properties file from the specified {@code InputStream}.
51 resources = new Properties();
56 * Constructs a new resource bundle with properties read from {@code reader}.
63 resources = new Properties();

Completed in 2310 milliseconds

<<11121314151617181920>>