HomeSort by relevance Sort by last modified time
    Searched refs:props (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /external/icu4c/samples/props/
Makefile 12 TARGET=props
15 OBJECTS=props.o
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
PlatformPackageTest.java 35 protected PlatformPackageWithFakeArchive(IAndroidTarget target, Properties props) {
36 super(target, props);
41 Properties props,
47 return super.initializeArchives(props, Os.ANY, Arch.ANY, LOCAL_ARCHIVE_PATH);
51 private PlatformPackage createPlatformPackage(Properties props) {
54 props);
61 Properties props = super.createProps(); local
64 props.setProperty(PkgProps.VERSION_API_LEVEL, "5");
65 props.setProperty(PkgProps.PLATFORM_VERSION, "android-5");
66 props.setProperty(PkgProps.PLATFORM_INCLUDED_ABI, "armeabi")
83 Properties props = createProps(); local
91 Properties props = createProps(); local
102 Properties props = createProps(); local
    [all...]
SourcePackageTest.java 39 Properties props) {
42 props,
48 Properties props,
54 return super.initializeArchives(props, Os.ANY, Arch.ANY, LOCAL_ARCHIVE_PATH);
58 private SourcePackage createSourcePackageTest(Properties props) throws AndroidVersionException {
60 new AndroidVersion(props),
62 props);
68 Properties props = super.createProps(); local
71 props.setProperty(PkgProps.VERSION_API_LEVEL, "5");
73 return props;
87 Properties props = createProps(); local
95 Properties props = createProps(); local
118 Properties props = createProps(); local
    [all...]
MockPlatformPackage.java 40 this(null /*source*/, new MockPlatformTarget(apiLevel, revision), null /*props*/);
62 private MockPlatformPackage(SdkSource source, IAndroidTarget target, Properties props) {
63 super(source, target, props);
68 Properties props = new Properties(); local
69 props.setProperty(PkgProps.MIN_TOOLS_REV, Integer.toString((min_tools_rev)));
70 return props;
MinToolsPackageTest.java 33 Properties props,
42 props,
80 Properties props = createProps(); local
84 props,
99 Properties props = createProps(); local
103 props,
116 assertEquals(props2, props);
121 Properties props = super.createProps(); local
124 props.setProperty(PkgProps.MIN_TOOLS_REV, "3");
126 return props;
    [all...]
SystemImagePackageTest.java 40 Properties props) {
44 props,
51 Properties props,
57 return super.initializeArchives(props, Os.ANY, Arch.ANY, LOCAL_ARCHIVE_PATH);
61 private SystemImagePackage createSystemImagePackage(Properties props)
64 new AndroidVersion(props),
67 props);
73 Properties props = super.createProps(); local
76 props.setProperty(PkgProps.VERSION_API_LEVEL, "5");
77 props.setProperty(PkgProps.SYS_IMG_ABI, "armeabi-v7a")
94 Properties props = createProps(); local
102 Properties props = createProps(); local
138 Properties props = createProps(); local
    [all...]
PackageTest.java 40 Properties props,
49 props,
86 Properties props = createProps(); local
90 props,
104 Properties props = createProps(); local
108 props,
121 assertEquals(props2, props);
131 Properties props = new Properties(); local
134 props.setProperty(PkgProps.PKG_REVISION, "42");
135 props.setProperty(PkgProps.PKG_LICENSE, "The License")
    [all...]
ExtraPackageTest.java 31 private ExtraPackage createExtraPackage(Properties props) {
34 props,
50 Properties props = super.createProps(); local
53 props.setProperty(PkgProps.EXTRA_VENDOR, "vendor");
54 props.setProperty(PkgProps.EXTRA_PATH, "the_path");
55 props.setProperty(PkgProps.EXTRA_OLD_PATHS, "old_path1;oldpath2");
56 props.setProperty(PkgProps.EXTRA_MIN_API_LEVEL, "11");
57 props.setProperty(PkgProps.EXTRA_PROJECT_FILES,
60 return props;
80 Properties props = createProps() local
88 Properties props = createProps(); local
147 Properties props = createProps(); local
    [all...]
MockExtraPackage.java 43 Properties props,
49 props, // props,
72 Properties props = new Properties(); local
73 props.setProperty(ToolPackage.PROP_MIN_PLATFORM_TOOLS_REV,
75 return props;
MockToolPackage.java 50 createProps(min_platform_tools_rev), // props,
62 Properties props = new Properties(); local
63 props.setProperty(ToolPackage.PROP_MIN_PLATFORM_TOOLS_REV,
65 return props;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertyUtils.java 45 * @param props the list of properties that will be searched.
49 public static boolean getBooleanProperty(String key, Properties props)
52 String s = props.getProperty(key);
68 * @param props the list of properties that will be searched.
72 public static int getIntProperty(String key, Properties props)
75 String s = props.getProperty(key);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-getall.py 12 props = wpas_obj.GetAll("fi.w1.wpa_supplicant1",
15 print props
25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface",
29 print props
31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS",
35 print props
41 props = bss_obj.GetAll("fi.w1.wpa_supplicant1.BSS",
45 print props
51 props = net_obj.GetAll("fi.w1.wpa_supplicant1.Network",
55 print props
    [all...]
wpas-test.py 60 props = net.properties()
64 for item in props["bssid"]:
67 ssid = byte_array_to_string(props["ssid"])
69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
76 freq = props["frequency"]
77 caps = props["capabilities"]
78 qual = props["quality"]
79 level = props["level"
    [all...]
  /external/icu4c/common/
uchar.c 57 uint32_t props; local
58 GET_PROPS(c, props);
59 return (int8_t)GET_CATEGORY(props);
97 uint32_t props; local
98 GET_PROPS(c, props);
99 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
105 uint32_t props; local
106 GET_PROPS(c, props);
107 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
113 uint32_t props; local
121 uint32_t props; local
128 uint32_t props; local
145 uint32_t props; local
158 uint32_t props; local
175 uint32_t props; local
183 uint32_t props; local
191 uint32_t props; local
212 uint32_t props; local
219 uint32_t props; local
227 uint32_t props; local
242 uint32_t props; local
256 uint32_t props; local
269 uint32_t props; local
280 uint32_t props; local
297 uint32_t props; local
308 uint32_t props; local
317 uint32_t props; local
326 uint32_t props; local
343 uint32_t props; local
352 uint32_t props; local
362 uint32_t props; local
376 uint32_t props; local
389 uint32_t props; local
492 uint32_t props; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 60 props = net.properties()
64 for item in props["bssid"]:
67 ssid = byte_array_to_string(props["ssid"])
69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
76 freq = props["frequency"]
77 caps = props["capabilities"]
78 qual = props["quality"]
79 level = props["level"
    [all...]
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 82 PropsTy &props = AtProps[propI->getAtLoc().getRawEncoding()]; local
83 props.push_back(*propI);
114 PropsTy &props = findAtLoc->second; local
115 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) {
127 PropsTy &props = I->second; local
128 QualType ty = getPropertyType(props);
131 if (hasIvarWithExplicitOwnership(props))
135 rewriteProperty(props, atLoc);
148 PropsTy &props = I->second local
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
ShellSizeAndPos.java 46 Properties props = loadProperties(); local
49 int px = Integer.parseInt(props.getProperty(prefix + PX));
50 int py = Integer.parseInt(props.getProperty(prefix + PY));
51 int sx = Integer.parseInt(props.getProperty(prefix + SX));
52 int sy = Integer.parseInt(props.getProperty(prefix + SY));
101 Properties props = loadProperties(); local
106 props.setProperty(prefix + PX, Integer.toString(loc.x));
107 props.setProperty(prefix + PY, Integer.toString(loc.y));
108 props.setProperty(prefix + SX, Integer.toString(size.x));
109 props.setProperty(prefix + SY, Integer.toString(size.y));
120 Properties props = new Properties(); local
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 124 static Hashtable<String, String> props = null; field in class:Support_Configuration
133 Hashtable<String, String> props = new Hashtable<String, String>(); local
155 load(in, props);
159 if (props.size() == 0) {
164 value = props.get("DomainAddress");
169 value = props.get("WebName");
174 value = props.get("TestResourcesDir");
178 value = props.get("HomeAddressResponse");
183 value = props.get("HomeAddressSoftware");
188 value = props.get("SocksServerTestHost")
    [all...]
  /external/v8/test/mjsunit/
for-in.js 28 function props(x) { function
34 assertEquals(0, props({}).length, "olen0");
35 assertEquals(1, props({x:1}).length, "olen1");
36 assertEquals(2, props({x:1, y:2}).length, "olen2");
38 assertArrayEquals(["x"], props({x:1}), "x");
39 assertArrayEquals(["x", "y"], props({x:1, y:2}), "xy");
40 assertArrayEquals(["x", "y", "zoom"], props({x:1, y:2, zoom:3}), "xyzoom");
42 assertEquals(0, props([]).length, "alen0");
43 assertEquals(1, props([1]).length, "alen1");
44 assertEquals(2, props([1,2]).length, "alen2")
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldMemoryHandlerTest.java 36 final static Properties props = new Properties(); field in class:OldMemoryHandlerTest
44 manager.readConfiguration(propertiesToInputStream(props));
51 props.clear();
61 props.put("java.util.logging.MemoryHandler.level", "FINE");
62 props.put("java.util.logging.MemoryHandler.filter", baseClassName + "$MockFilter");
63 props.put("java.util.logging.MemoryHandler.size", "2");
64 props.put("java.util.logging.MemoryHandler.push", "WARNING");
65 props.put("java.util.logging.MemoryHandler.target", baseClassName + "$MockHandler");
66 props.put("java.util.logging.MemoryHandler.formatter", baseClassName + "$MockFormatter");
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 96 static Hashtable<String, String> props = null; field in class:Support_Configuration
105 Hashtable<String, String> props = new Hashtable<String, String>(); local
130 load(in, props);
134 if (props.size() == 0) {
139 value = props.get("DomainAddress");
144 value = props.get("WebName");
149 value = props.get("TestResourcesDir");
153 value = props.get("HomeAddressResponse");
158 value = props.get("HomeAddressSoftware");
163 value = props.get("ProxyServerTestHost")
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
speech_synthesis_library.cc 33 bool SetSpeakProperties(const char* props) {
34 return chromeos::SetSpeakProperties(props);
58 bool SetSpeakProperties(const char* props) { return true; }
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 126 uint64 props = kIdempotent | kLeftSemiring | kRightSemiring; local
127 if (W::Properties() & props != props)
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
LayoutlibVersionMixin.java 66 public LayoutlibVersionMixin(Properties props) {
68 Package.getProperty(props, PkgProps.LAYOUTLIB_API,
71 Package.getProperty(props, PkgProps.LAYOUTLIB_REV,
79 void saveProperties(Properties props) {
81 props.setProperty(PkgProps.LAYOUTLIB_API, mLayoutlibVersion.getFirst().toString());
82 props.setProperty(PkgProps.LAYOUTLIB_REV, mLayoutlibVersion.getSecond().toString());
MinToolsPackage.java 63 * Properties from props are used first when possible, e.g. if props is non null.
69 Properties props,
77 super(source, props, revision, license, description, descUrl,
81 getProperty(props,
95 void saveProperties(Properties props) {
96 super.saveProperties(props);
99 props.setProperty(PkgProps.MIN_TOOLS_REV,

Completed in 1781 milliseconds

1 2 3 4 5 6 7 8