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

1 2 3 45 6 7 8 91011>>

  /frameworks/opt/datetimepicker/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /frameworks/opt/timezonepicker/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /frameworks/support/v7/appcompat/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /frameworks/support/v7/gridlayout/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /frameworks/support/v7/mediarouter/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /packages/apps/Camera2/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /pdk/apps/TestingCamera/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/apps/NotificationStudio/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/apps/SdkController/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/buildConfigTest/lib1/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/customPropAnimTest/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/gridlayoutTest/v7-gridlayout/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/javaProjectTest/lib1/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/javaProjectTest/lib2/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/legacyTest/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/libsTest/lib2/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/testProjectTest/lib/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/userLibTest/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc 62 BluetoothAdapterClient::Properties* properties =
65 DCHECK(properties);
67 return properties->address.value();
74 BluetoothAdapterClient::Properties* properties =
77 DCHECK(properties);
79 return properties->alias.value();
94 BluetoothAdapterClient::Properties* properties
194 BluetoothDeviceClient::Properties* properties = local
302 BluetoothAdapterClient::Properties* properties = local
356 BluetoothAdapterClient::Properties* properties = local
    [all...]
  /development/ndk/
.gitignore 11 local.properties
  /device/sample/sdk_addon/
hardware.ini 2 # Properties defined here impact all AVD targetting this add-on.
  /external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
network_config.js 33 stringifyJSON_: function(properties) {
34 return JSON.stringify(properties, undefined, 2);
37 updateActiveSettings_: function(properties) {
38 this.activeArea_.value = this.stringifyJSON_(properties);
41 updateManagedSettings_: function(properties) {
47 this.managedArea_.value = this.stringifyJSON_(properties);
49 this.extractUserSettings_(properties));
53 updateState_: function(properties) {
54 this.stateArea_.value = this.stringifyJSON_(properties);
57 extractUserSettings_: function(properties) {
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/test_json/
ref_test_data_source.json 11 "properties": [
  /external/chromium_org/chrome/common/extensions/docs/templates/private/
type.html 24 {{?properties}}
25 {{+partials.type_item title:strings.properties
27 items:properties
30 {{/properties}}
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_input_client.cc 21 FakeBluetoothInputClient::Properties::Properties(
23 : BluetoothInputClient::Properties(
29 FakeBluetoothInputClient::Properties::~Properties() {
32 void FakeBluetoothInputClient::Properties::Get(
39 void FakeBluetoothInputClient::Properties::GetAll() {
43 void FakeBluetoothInputClient::Properties::Set(
55 // Clean up Properties structures
70 FakeBluetoothInputClient::Properties*
    [all...]

Completed in 375 milliseconds

1 2 3 45 6 7 8 91011>>