/libcore/support/src/test/java/tests/support/ |
Support_Configuration.java | 114 static Hashtable<String, String> props = null; field in class:Support_Configuration 123 Hashtable<String, String> props = new Hashtable<String, String>(); local 145 load(in, props); 149 if (props.size() == 0) { 154 value = props.get("DomainAddress"); 159 value = props.get("WebName"); 164 value = props.get("TestResourcesDir"); 168 value = props.get("HomeAddressResponse"); 173 value = props.get("HomeAddressSoftware"); 178 value = props.get("SocksServerTestHost") [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/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.3.1-2.js | 47 array[item++] = new TestCase( SECTION, "var props = ''; for ( p in Array ) { props += p } props", "", eval("var props = ''; for ( p in Array ) { props += p } props") );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.5.1.js | 62 "var s = new String(); var props = ''; for ( var p in s ) { props += p; }; props", 64 eval("var s = new String(); var props = ''; for ( var p in s ) { props += p; }; props") );
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/ |
MockPlatformPackage.java | 43 this(null /*source*/, new MockPlatformTarget(apiLevel, revision), null /*props*/); 65 private MockPlatformPackage(SdkSource source, IAndroidTarget target, Properties props) { 66 super(source, target, props); 71 Properties props = new Properties(); local 72 props.setProperty(PkgProps.MIN_TOOLS_REV, Integer.toString((min_tools_rev))); 73 return props;
|
MockToolPackage.java | 53 createProps(null /*version*/, minPlatformToolsRev), // props, 76 createProps(revision, minPlatformToolsRev), // props, 88 Properties props = FullRevisionPackageTest.createProps(revision); local 89 props.setProperty(PkgProps.MIN_PLATFORM_TOOLS_REV, 91 return props;
|
/external/chromium/testing/gmock/msvc/2010/ |
gmock.vcxproj | 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33 <Import Project="gmock_config.props" />
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <Import Project="gmock_config.props" />
|
gmock_main.vcxproj | 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33 <Import Project="gmock_config.props" />
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <Import Project="gmock_config.props" />
|
gmock_test.vcxproj | 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33 <Import Project="gmock_config.props" />
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <Import Project="gmock_config.props" />
|
/external/llvm/utils/jedit/ |
tablegen.xml | 4 <PROPS> 13 </PROPS>
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/ |
MajorRevisionPackage.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, 80 String revStr = getProperty(props, PkgProps.PKG_REVISION, null); 106 public void saveProperties(Properties props) { 107 super.saveProperties(props); 108 props.setProperty(PkgProps.PKG_REVISION, mRevision.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, 80 String revStr = getProperty(props, PkgProps.MIN_TOOLS_REV, null); 102 public void saveProperties(Properties props) { 103 super.saveProperties(props); 106 props.setProperty(PkgProps.MIN_TOOLS_REV, getMinToolsRevision().toShortString());
|
/development/tools/emulator/system/qemu-props/ |
Android.mk | 28 # The 'qemu-props' program is run from /system/etc/init.goldfish.rc 32 LOCAL_MODULE := qemu-props 33 LOCAL_SRC_FILES := qemu-props.c
|
/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/icu4c/common/ |
ubidi_props.c | 131 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local 132 return (UCharDirection)UBIDI_GET_CLASS(props); 137 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local 138 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT); 143 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local 144 int32_t delta=((int16_t)props)>>UBIDI_MIRROR_DELTA_SHIFT; 176 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local 177 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIFT); 182 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local 183 return (UBool)UBIDI_GET_FLAG(props, UBIDI_JOIN_CONTROL_SHIFT) 188 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local [all...] |
/sdk/emulator/tools/ |
Android.mk | 30 # The 'qemu-props' program is run from /system/etc/init.goldfish.rc 34 LOCAL_MODULE := qemu-props 35 LOCAL_SRC_FILES := qemu-props.c
|
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/ |
ICalendar.java | 58 ArrayList<Property> props = mPropsMap.get(name); local 59 if (props == null) { 60 props = new ArrayList<Property>(); 61 mPropsMap.put(name, props); 63 props.add(prop);
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
Tweener.java | 64 ArrayList<PropertyValuesHolder> props = new ArrayList<PropertyValuesHolder>(vars.length/2); local 84 props.add(PropertyValuesHolder.ofFloat(key, 87 props.add(PropertyValuesHolder.ofInt(key, 91 props.add(PropertyValuesHolder.ofFloat(key, floatValue)); 103 props.toArray(new PropertyValuesHolder[props.size()])); 109 replace(props, object); // Cancel all animators for given object 163 private static void replace(ArrayList<PropertyValuesHolder> props, Object... args) { 168 if (props != null) { 170 props.toArray(new PropertyValuesHolder[props.size()])) [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
Tweener.java | 64 ArrayList<PropertyValuesHolder> props = new ArrayList<PropertyValuesHolder>(vars.length/2); local 85 props.add(PropertyValuesHolder.ofFloat(key, 88 props.add(PropertyValuesHolder.ofInt(key, 92 props.add(PropertyValuesHolder.ofFloat(key, floatValue)); 104 props.toArray(new PropertyValuesHolder[props.size()])); 110 replace(props, object); // Cancel all animators for given object 164 private static void replace(ArrayList<PropertyValuesHolder> props, Object... args) { 169 if (props != null) { 171 props.toArray(new PropertyValuesHolder[props.size()])) [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogManagerTest.java | 57 Properties props; field in class:LogManagerTest 80 props = initProps(); 84 Properties props = new Properties(); local 85 props.put("handlers", className + "$MockHandler " + className 87 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log"); 88 props.put("java.util.logging.FileHandler.limit", "50000"); 89 props.put("java.util.logging.FileHandler.count", "5"); 90 props.put("java.util.logging.FileHandler.formatter", 92 props.put(".level", "FINE"); 93 props.put("java.util.logging.ConsoleHandler.level", "OFF") 800 Properties props = LogManagerTest.initProps(); local [all...] |
/external/icu4c/samples/case/ |
case.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...] |
/external/icu4c/samples/citer/ |
citer.vcxproj | 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
47 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
50 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> [all...] |
/external/icu4c/samples/coll/ |
coll.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...] |
/external/icu4c/samples/csdet/ |
csdet.vcxproj | 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
47 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
50 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> [all...] |
/external/icu4c/samples/datefmt/ |
datefmt.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...] |