HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 1 - 25 of 2345) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/apps/CustomLocale/
.gitignore 4 default.properties
  /ndk/
.gitignore 5 local.properties
  /development/ndk/platforms/android-4/samples/san-angeles/
default.properties 6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
  /development/ndk/platforms/android-5/samples/hello-gl2/
default.properties 6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
  /development/ndk/platforms/android-8/samples/bitmap-plasma/
default.properties 6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
  /development/ndk/platforms/android-9/samples/native-activity/
default.properties 6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
  /development/ndk/platforms/android-9/samples/native-plasma/
default.properties 6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
  /development/ndk/samples/hello-jni/
default.properties 6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
  /development/ndk/samples/hello-jni/tests/
default.properties 6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
  /development/ndk/samples/hello-neon/
default.properties 6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
  /development/ndk/samples/two-libs/
default.properties 6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
  /development/ndk/samples/two-libs/tests/
default.properties 6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
  /development/samples/JetBoy/
default.properties 6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
  /external/chromium/base/
event_trace_controller_win.cc 70 HRESULT EtwTraceController::Stop(EtwTraceProperties* properties) {
72 if (properties == NULL)
73 properties = &ignore;
75 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
85 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) {
87 if (properties == NULL)
88 properties = &ignore;
90 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
99 EtwTraceProperties* properties, TRACEHANDLE* session_handle) {
100 ULONG err = ::StartTrace(session_handle, session_name, properties->get())
    [all...]
  /external/easymock/src/org/easymock/internal/
EasyMockProperties.java 22 import java.util.Properties;
25 * Contains properties used by EasyMock to change its default behavior. The
26 * loading order is (any step being able to overload the properties of the
29 * <li>easymock.properties in classpath default package</li>
30 * <li>System properties</li>
41 private final Properties properties = new Properties(); field in class:EasyMockProperties
57 // Load the easymock.properties file
59 "easymock.properties");
    [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/bluetooth/bluez/doc/
node-api.txt 16 Returns all properties for the device node. See the
17 properties section for available properties.
22 Properties string Name [readonly]
  /external/bluetooth/bluez/test/
test-adapter 42 properties = adapter.GetProperties() variable
43 print properties["Address"]
48 properties = adapter.GetProperties() variable
49 print properties["Name"]
56 properties = adapter.GetProperties() variable
57 print properties["Powered"]
70 properties = adapter.GetProperties() variable
71 print properties["Pairable"]
84 properties = adapter.GetProperties() variable
85 print properties["PairableTimeout"
93 properties = adapter.GetProperties() variable
107 properties = adapter.GetProperties() variable
115 properties = adapter.GetProperties() variable
    [all...]
list-devices 37 properties = adapter.GetProperties() variable
38 for key in properties.keys():
39 value = properties[key]
50 device_list = properties["Devices"]
59 properties = device.GetProperties() variable
60 for key in properties.keys():
61 value = properties[key]
74 node_list = properties["Nodes"]
83 properties = node.GetProperties() variable
84 for key in properties.keys()
    [all...]
  /development/ndk/platforms/android-9/samples/native-audio/
default.properties 6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
  /external/libvpx/build/arm-wince-vs8/
armasmv5.rules 16 <Properties>
17 </Properties>
armasmv6.rules 16 <Properties>
17 </Properties>
armasmxscale.rules 16 <Properties>
17 </Properties>
  /development/simulator/app/
PropertyServer.h 4 // Serve properties to the simulated runtime.
9 #include "cutils/properties.h"
14 * system properties.
27 /* clear out all properties */
52 /* serve up properties */
64 /* set of known properties */

Completed in 231 milliseconds

1 2 3 4 5 6 7 8 91011>>