/sdk/testapps/gridlayoutTest/app/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/jarCheckTests1/app/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/jarCheckTests1/lib1/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/jarCheckTests1/lib2/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/jarCheckTests2/app/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/jarCheckTests2/lib1/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/jarCheckTests2/lib2/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/jarCheckTests3/app/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/jarCheckTests3/lib1/ |
ant.properties | 13 # the following properties:
|
/sdk/testapps/jarCheckTests3/lib2/ |
ant.properties | 13 # the following properties:
|
/system/core/include/cutils/ |
android_reboot.h | 27 /* Properties */
|
/system/media/camera/docs/ |
CameraMetadataEnums.mako | 47 ## Generate a list of only Static, Controls, or Dynamic properties. 79 ## Static properties only 82 ## Controls properties only 85 ## Dynamic properties only
|
/external/chromium_org/chrome/common/extensions/api/ |
browser_action.json | 38 "properties": { 60 "properties": { 88 "properties": { 94 "properties": { 108 "properties": { 140 "properties": { 163 "properties": { 191 "properties": { 213 "properties": { 241 "properties": [all...] |
chromeos_info_private.json | 33 "description": "Dictionary which contains all requested properties", 34 "properties": {
|
/external/chromium_org/chromeos/network/ |
shill_property_util.cc | 61 void SetSSID(const std::string ssid, base::DictionaryValue* properties) { 63 properties->SetStringWithoutPathExpansion(shill::kWifiHexSsid, hex_ssid); 66 std::string GetSSIDFromProperties(const base::DictionaryValue& properties, 71 properties.GetStringWithoutPathExpansion(shill::kWifiHexSsid, &hex_ssid); 100 properties.GetStringWithoutPathExpansion(shill::kCountryProperty, 124 const base::DictionaryValue& properties) { 126 properties.GetStringWithoutPathExpansion(shill::kNameProperty, &name); 137 properties.GetStringWithoutPathExpansion(shill::kTypeProperty, &type); 142 std::string ssid = GetSSIDFromProperties(properties, &unknown_ssid_encoding); 244 // properties [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
test_converter_unittest.py | 53 """ Tests that the current list of properties requiring the -webkit- prefix load correctly """ 58 self.assertTrue(prop_list, 'No prefixed properties found') 95 """ Tests convert_for_webkit() using a basic JS test that uses testharness.js only and has no prefixed properties """ 113 """ Tests convert_for_webkit() using a test that has 2 prefixed properties: 1 in a style block + 1 inline style """ 148 """ Tests convert_for_webkit() using a basic JS test that uses testharness.js and testharness.css and has 4 prefixed properties: 3 in a style block + 1 inline style """ 209 """ Tests convert_prefixed_properties() file that has 20 properties requiring the -webkit- prefix: 211 block + 5 inline styles, including one with multiple prefixed properties. 212 The properties in the test content are in all sorts of wack formatting. 309 self.assertEqual(len(set(converted[0])), len(set(test_properties)), 'Incorrect number of properties converted') 314 """Inserts properties requiring a -webkit- prefix into the content, replacing \'@testXX@\' with a property."" [all...] |
/external/chromium_org/tools/json_schema_compiler/test/ |
windows.json | 9 "properties": { 31 "properties": { 50 "properties": { 75 "properties": { 100 "properties": { 125 "properties": { 149 "properties": { 191 "description": "Updates the properties of a window. Specify only the properties that you want to change; unspecified properties will be left unchanged." [all...] |
/external/openfst/src/include/fst/ |
complement.h | 30 #include <fst/test-properties.h> 65 uint64 props = fst.Properties(kILabelSorted, false); 74 SetProperties(impl.Properties(), kCopyProperties); 82 if (Properties(kError)) 116 uint64 Properties() const { return Properties(kFstProperties); } 118 // Set error if found; return FST impl properties. 119 uint64 Properties(uint64 mask) const { 120 if ((mask & kError) && fst_->Properties(kError, false)) 122 return FstImpl<Arc>::Properties(mask) [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
ParserRuleReturnScope.as | 4 * containing all the values. Besides the properties defined in 6 * return values. This class simply defines the minimum properties that
|
/external/chromium/chrome/browser/parsers/ |
metadata_parser_filebase.cc | 49 PropertyMap& properties) : properties_(properties) {
|
/external/chromium_org/chrome/browser/extensions/api/processes/ |
processes_api_constants.cc | 11 // Process object properties. 40 // Cache object properties.
|
/external/chromium_org/chrome/browser/guestview/webview/ |
webview_constants.cc | 27 // Parameters/properties on events. 51 // Internal parameters/properties on events.
|
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser_filebase.cc | 49 PropertyMap& properties) : properties_(properties) {
|
/external/chromium_org/chrome/tools/build/win/ |
release.rules | 16 <Properties> 41 </Properties>
|
/external/chromium_org/chromeos/dbus/ |
shill_manager_client.h | 57 // Used to reset all properties; does not notify observers. 75 // Properties used to verify the origin device. 157 virtual void ConfigureService(const base::DictionaryValue& properties, 165 const base::DictionaryValue& properties, 171 virtual void GetService(const base::DictionaryValue& properties, 177 virtual void VerifyDestination(const VerificationProperties& properties, 186 const VerificationProperties& properties, 194 virtual void VerifyAndEncryptData(const VerificationProperties& properties,
|