/external/icu4c/samples/props/ |
readme.txt | 2 props: Unicode Character Properties 9 props.cpp Main source file in C++ 10 props.sln Windows MSVC workspace. Double-click this to get started. 11 props.vcproj Windows MSVC project file 13 To Build props on Windows 15 2. In MSVC, open the workspace file icu\samples\props\props.sln 24 3. cd into the props directory, e.g. 25 cd c:\icu\source\samples\props\debug 27 props [all...] |
props.vcxproj | 24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> [all...] |
Makefile | 12 TARGET=props 15 OBJECTS=props.o
|
/external/clang/lib/ARCMigrate/ |
TransProperties.cpp | 87 PropsTy &props = AtProps[RawLoc]; local 88 props.push_back(*propI); 119 PropsTy &props = findAtLoc->second; local 120 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { 132 PropsTy &props = I->second; local 133 if (!getPropertyType(props)->isObjCRetainableType()) 135 if (hasIvarWithExplicitARCOwnership(props)) 139 rewriteProperty(props, atLoc); 152 PropsTy &props = I->second local [all...] |
/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...] |
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/ |
PlatformPackageTest.java | 38 protected PlatformPackageWithFakeArchive(IAndroidTarget target, Properties props) { 39 super(target, props); 44 Properties props, 50 return super.initializeArchives(props, Os.ANY, Arch.ANY, LOCAL_ARCHIVE_PATH); 54 private PlatformPackage createPlatformPackage(Properties props) { 57 props); 64 Properties props = super.createProps(); local 67 props.setProperty(PkgProps.VERSION_API_LEVEL, "5"); 68 props.setProperty(PkgProps.PLATFORM_VERSION, "android-5"); 69 props.setProperty(PkgProps.PLATFORM_INCLUDED_ABI, "armeabi") 86 Properties props = createProps(); local 94 Properties props = createProps(); local 105 Properties props = createProps(); local [all...] |
SystemImagePackageTest.java | 42 Properties props) { 46 props, 53 Properties props, 59 return super.initializeArchives(props, Os.ANY, Arch.ANY, LOCAL_ARCHIVE_PATH); 63 private SystemImagePackage createSystemImagePackage(Properties props) 66 new AndroidVersion(props), 69 props); 75 Properties props = super.createProps(); local 78 props.setProperty(PkgProps.VERSION_API_LEVEL, "5"); 79 props.setProperty(PkgProps.SYS_IMG_ABI, "armeabi-v7a") 96 Properties props = createProps(); local 104 Properties props = createProps(); local 140 Properties props = createProps(); local [all...] |
SourcePackageTest.java | 41 Properties props) { 44 props, 50 Properties props, 56 return super.initializeArchives(props, Os.ANY, Arch.ANY, LOCAL_ARCHIVE_PATH); 60 private SourcePackage createSourcePackageTest(Properties props) throws AndroidVersionException { 62 new AndroidVersion(props), 64 props); 70 Properties props = super.createProps(); local 73 props.setProperty(PkgProps.VERSION_API_LEVEL, "5"); 75 return props; 89 Properties props = createProps(); local 97 Properties props = createProps(); local 120 Properties props = createProps(); local [all...] |
ExtraPackageTest_v3.java | 36 private ExtraPackage createExtraPackage(Properties props) { 39 props, 55 Properties props = super.createProps(); local 58 props.setProperty(PkgProps.EXTRA_VENDOR, "vendor"); 59 props.setProperty(PkgProps.EXTRA_PATH, "the_path"); 60 props.setProperty(PkgProps.EXTRA_OLD_PATHS, "old_path1;oldpath2"); 61 props.setProperty(PkgProps.EXTRA_MIN_API_LEVEL, "11"); 62 props.setProperty(PkgProps.EXTRA_PROJECT_FILES, 65 return props; 70 Properties props = super.createProps() local 106 Properties props = createLoadedProps(); local 114 Properties props = createLoadedProps(); local 173 Properties props = createLoadedProps(); local [all...] |
MockExtraPackage.java | 45 Properties props, 51 props, // props, 74 Properties props = new Properties(); local 75 props.setProperty(PkgProps.MIN_PLATFORM_TOOLS_REV, 77 return props;
|
ExtraPackageTest_v4.java | 36 private ExtraPackage createExtraPackage(Properties props) { 39 props, 55 Properties props = super.createProps(); local 58 props.setProperty(PkgProps.EXTRA_VENDOR_ID, "the_vendor"); 59 props.setProperty(PkgProps.EXTRA_VENDOR_DISPLAY, "The Company, Inc."); 60 props.setProperty(PkgProps.EXTRA_NAME_DISPLAY, "Some Extra Package"); 61 props.setProperty(PkgProps.EXTRA_PATH, "the_path"); 62 props.setProperty(PkgProps.EXTRA_OLD_PATHS, "old_path1;oldpath2"); 63 props.setProperty(PkgProps.EXTRA_MIN_API_LEVEL, "11"); 64 props.setProperty(PkgProps.EXTRA_PROJECT_FILES 89 Properties props = createProps(); local 97 Properties props = createProps(); local 157 Properties props = createProps(); local [all...] |
PackageTest.java | 45 Properties props, 54 props, 91 Properties props = createProps(); local 95 props, 109 Properties props = createProps(); local 113 props, 126 assertEquals(props2, props); 136 Properties props = new Properties(); local 139 props.setProperty(PkgProps.PKG_REVISION, "42"); 140 props.setProperty(PkgProps.PKG_LICENSE, "The License") [all...] |
MinToolsPackageTest.java | 36 Properties props, 45 props, 83 Properties props = createProps(); local 87 props, 102 Properties props = createProps(); local 106 props, 119 assertEquals(props2, props); 124 Properties props = super.createProps(); local 127 props.setProperty(PkgProps.MIN_TOOLS_REV, "3.0.1"); 129 return props; [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/v8/test/mjsunit/ |
simple-constructor.js | 28 function props(x) { function 59 assertArrayEquals(["x"], props(o1_1), "3"); 60 assertArrayEquals(["x"], props(o1_2), "4"); 64 assertArrayEquals(["x"], props(o2_1)); 65 assertArrayEquals(["x"], props(o2_2)); 69 assertArrayEquals(["x", "y", "z"], props(o3_1)); 70 assertArrayEquals(["x", "y", "z"], props(o3_2)); 74 assertArrayEquals(["x", "y", "z"], props(o4_0_1)); 75 assertArrayEquals(["x", "y", "z"], props(o4_0_2)); 79 assertArrayEquals(["x", "y"], props(o4_1_1)) [all...] |
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...] |
/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/chromium/chrome/common/extensions/docs/examples/api/i18n/cld/ |
background.html | 18 chrome.tabs.onUpdated.addListener(function(tabId, props) { 19 if (props.status == "complete" && tabId == selectedId) 23 chrome.tabs.onSelectionChanged.addListener(function(tabId, props) {
|
/external/v8/test/mjsunit/harmony/ |
block-for.js | 33 function props(x) { function 39 assertEquals(0, props({}).length); 40 assertEquals(1, props({x:1}).length); 41 assertEquals(2, props({x:1, y:2}).length); 43 assertArrayEquals(["x"], props({x:1})); 44 assertArrayEquals(["x", "y"], props({x:1, y:2})); 45 assertArrayEquals(["x", "y", "zoom"], props({x:1, y:2, zoom:3})); 47 assertEquals(0, props([]).length); 48 assertEquals(1, props([1]).length); 49 assertEquals(2, props([1,2]).length) [all...] |
/external/v8/test/mjsunit/regress/ |
regress-crbug-3867.js | 28 function props(x) { function 52 assertArrayEquals(["a1", "a2", "a3"], props(new A())); 53 assertArrayEquals(["b3", "b2", "b1"], props(new B())); 54 assertArrayEquals(["c3", "c1", "c2"], props(new C())); 55 assertArrayEquals(["s1", "s2", "s3"], props({s1: 0, s2: 0, s3: 0})); 56 assertArrayEquals(["s3", "s2", "s1"], props({s3: 0, s2: 0, s1: 0})); 57 assertArrayEquals(["s3", "s1", "s2"], props({s3: 0, s1: 0, s2: 0})); 62 assertArrayEquals(["a1", "a2", "a3", "a0", "a4"], props(a)); 67 assertArrayEquals(["b3", "b2", "b1", "b4", "b0"], props(b)); 72 assertArrayEquals(["s1", "s2", "s3", "s0", "s4"], props(o1)) [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/ |
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...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
MemoryHandlerTest.java | 48 final static Properties props = new Properties(); field in class:MemoryHandlerTest 70 .PropertiesToInputStream(props)); 80 props.put("java.util.logging.MemoryHandler.level", "FINE"); 81 props.put("java.util.logging.MemoryHandler.filter", baseClassName 83 props.put("java.util.logging.MemoryHandler.size", "2"); 84 props.put("java.util.logging.MemoryHandler.push", "WARNING"); 85 props.put("java.util.logging.MemoryHandler.target", baseClassName 87 props.put("java.util.logging.MemoryHandler.formatter", baseClassName 97 props.clear(); 170 props.remove("java.util.logging.MemoryHandler.target") [all...] |
/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...] |
/sdk/anttasks/src/com/android/ant/ |
GetProjectPathsTask.java | 50 ProjectProperties props = TaskHelper.getProperties(mProjectPath); local 53 handleProp(props, "out.dir", mBinName); 57 handleProp(props, "source.dir", mSrcName); 62 private void handleProp(ProjectProperties props, String inName, String outName) { 63 String value = props.getProperty(inName);
|