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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/test/data/json_schema/
choices_schema.json 5 { "type": "object", "properties": { "foo": { "type": "string" } } }
  /external/clang/test/Driver/
no-objc-default-synthesize-properties.m 1 // RUN: %clang -fsyntax-only -fno-objc-default-synthesize-properties -fobjc-default-synthesize-properties %s 2>&1 | FileCheck %s
9 // CHECK: warning: argument unused during compilation: '-fno-objc-default-synthesize-properties'
10 // CHECK: warning: argument unused during compilation: '-fobjc-default-synthesize-properties'
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
customTest.xml.template 3 <!--All properties here are set in test.properties, with the exception of ${tester}-->
10 <!--copy in the properties file for testing with alternate vm args-->
12 <arg line="${tester}/vm.properties ${testMachine}:${executionDir}" />
  /external/llvm/test/YAMLParser/
spec-08-12.data 4 Without properties,
  /external/lzma/CPP/7zip/UI/Common/
SetProperties.h 8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
  /ndk/
.gitignore 5 local.properties
  /ndk/tests/build/project-properties/
default.properties 1 # This value should be ignored because project.properties
project.properties 2 # Instead of the one under default.properties
  /packages/apps/Gallery2/
.gitignore 11 project.properties
  /external/chromium/base/win/
event_trace_controller.cc 106 HRESULT EtwTraceController::Stop(EtwTraceProperties* properties) {
108 if (properties == NULL)
109 properties = &ignore;
111 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) {
123 if (properties == NULL)
124 properties = &ignore;
126 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
135 EtwTraceProperties* properties, TRACEHANDLE* session_handle) {
136 DCHECK(properties != NULL)
    [all...]
  /external/chromium_org/base/win/
event_trace_controller.cc 106 HRESULT EtwTraceController::Stop(EtwTraceProperties* properties) {
108 if (properties == NULL)
109 properties = &ignore;
111 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) {
123 if (properties == NULL)
124 properties = &ignore;
126 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
135 EtwTraceProperties* properties, TRACEHANDLE* session_handle) {
136 DCHECK(properties != NULL)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/p2/org.eclipse.equinox.p2.core/cache/
artifacts.xml 4 <properties size='2'>
7 </properties>
15 <properties size='1'>
17 </properties>
20 <properties size='1'>
22 </properties>
25 <properties size='1'>
27 </properties>
30 <properties size='1'>
32 </properties>
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
build.xml 17 <available file="${buildDirectory}/label.properties" property="label.properties.exists" />
18 <antcall target="create.label.properties" />
19 <property file="${buildDirectory}/label.properties" />
22 <target name="create.label.properties" unless="label.properties.exists">
35 <echo file="${buildDirectory}/label.properties" append="true" >
38 <echo file="${buildDirectory}/label.properties" append="true" >
41 <echo file="${buildDirectory}/label.properties" append="true" >
44 <echo file="${buildDirectory}/label.properties" append="true"
    [all...]
  /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
  /development/samples/USB/AdbTest/
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

Completed in 8869 milliseconds

12 3 4 5 6 7 8 91011>>