HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 1526 - 1550 of 6891) sorted by null

<<61626364656667686970>>

  /external/clang/test/ARCMT/
objcmt-instancetype.m 2 // RUN: %clang_cc1 -objcmt-migrate-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties -triple x86_64-apple-darwin11
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties %s.result
objcmt-instancetype.m.result 2 // RUN: %clang_cc1 -objcmt-migrate-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties -triple x86_64-apple-darwin11
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties %s.result
objcmt-protocol-conformance.m 2 // RUN: %clang_cc1 -objcmt-migrate-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties -triple x86_64-apple-darwin11
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties %s.result
objcmt-protocol-conformance.m.result 2 // RUN: %clang_cc1 -objcmt-migrate-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties -triple x86_64-apple-darwin11
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties %s.result
  /external/clang/test/SemaObjC/
default-synthesize-2.m 1 // RUN: %clang_cc1 -x objective-c -fsyntax-only -fobjc-default-synthesize-properties -verify -Wno-objc-root-class %s
2 // RUN: %clang_cc1 -x objective-c++ -fsyntax-only -fobjc-default-synthesize-properties -verify -Wno-objc-root-class %s
sizeof-interface.m 33 // size == 4 (we do not include extended properties in the
49 // create is tied to whether we have seen synthesized properties. Ugh.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
updateBugState.xml 11 <property file="../properties/UpdateBugStateTask.properties"/>
  /external/ganymed-ssh2/
pom.xml 24 <properties>
28 </properties>
  /external/icu4c/common/
ubidi_props.h 16 * Low-level Unicode bidi/shaping properties access.
91 /* definitions for 16-bit bidi/shaping properties word ---------------------- */
  /external/libffi/
acinclude.m4 31 # zeroed pages with both the following properties:
68 # doesn't give anonymous zeroed pages with the same properties listed
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 1 //===-- HexagonTargetObjectFile.cpp - Hexagon asm properties --------------===//
10 // This file contains the declarations of the HexagonTargetAsmInfo properties.
  /external/mesa3d/include/CL/
cl_gl.h 138 clGetGLContextInfoKHR(const cl_context_properties * /* properties */,
145 const cl_context_properties * properties,
  /external/mesa3d/src/glx/
glxconfig.h 113 ** Since we send all non-core visual properties as token, value pairs,
117 ** the new properties.
  /external/objenesis/tck/test/org/objenesis/tck/
ObjenesisTest.java 122 candidateLoader.loadFromResource(getClass(), "candidates/candidates.properties");
128 candidateLoader.loadFromResource(getClass(), "candidates/serializable-candidates.properties");
  /external/openfst/src/include/fst/
const-fst.h 32 #include <fst/test-properties.h>
51 using FstImpl<A>::Properties;
121 // Properties always true of this Fst class
199 SetProperties(fst.Properties(kCopyProperties, true) | kStaticProperties);
374 uint64 properties = fst.Properties(kCopyProperties, true) | local
376 FstImpl<A>::WriteFstHeader(fst, strm, opts, file_version, type, properties,
413 properties, &hdr, start_offset);
shortest-distance.h 33 #include <fst/test-properties.h>
119 if (fst_.Properties(kError, false)) error_ = true;
123 if (!(Weight::Properties() & kRightSemiring)) {
130 if (first_path_ && !(Weight::Properties() & kPath)) {
219 if (fst_.Properties(kError, false)) error_ = true;
241 // depends on the properties of the semiring and the queue discipline
278 // depends on the properties of the semiring and the queue discipline
327 if (Weight::Properties() & kRightSemiring) {
  /external/proguard/build/
makefile 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
84 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 34 * {j2mewtk.dir}<code>/wtklib/Linux/ktools.properties</code> or
35 * {j2mewtk.dir}<code>\wtklib\Windows\ktools.properties</code> (whichever is
  /external/robolectric/
build.xml 4 <!-- The build.properties file can be created by you and is never touched
7 Here are some properties you may want to change/update:
17 Properties related to the SDK location or the project target should be updated
24 <property file="build.properties"/>
26 <!-- The default.properties file is created and updated by the 'android' tool, as well
30 <property file="default.properties"/>
42 <property file="local.properties"/>
247 <propertyfile file="local.properties">
  /external/smack/src/org/jivesoftware/smackx/workgroup/settings/
WorkgroupProperties.java 70 public static final String ELEMENT_NAME = "workgroup-properties";
117 else if (eventType == XmlPullParser.END_TAG && "workgroup-properties".equals(parser.getName())) {
  /external/v8/test/mjsunit/
error-constructors.js 35 // properties on error objects in prototypes.
79 // properties, so we simply assert that.
object-literal-overwrite.js 28 // Check that constants and computed properties are overwriting each other
88 // Check that the initializers of computed properties are executed, even if
object-prevent-extensions.js 101 // We should be able to add new properties to the child object.
125 // test same behavior as above, but for integer properties
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
IteratorOptions.java 26 /** Include aliases, default is just actual properties. <em>Note:</em> Not supported.
27 * @deprecated it is commonly preferred to work with the base properties */
  /frameworks/base/docs/html/tools/projects/
projects-cmdline.jd 115 SDK directory, because this will break the SDK location property located in <code>local.properties</code>.
170 adding this line to the project's <code>project.properties</code> file:</p>
180 to the application's <code>project.properties</code> file.</p>
204 <p>If you want to update the build properties (build target, location) of the library project,
216 application project's build properties.</p>
227 <p>This command updates the application project's build properties to include a reference to the
229 property to the project's <code>project.properties</code> file. For example:</p>
235 priority (and merge order) by manually editing the <code>project.properties</code> file and

Completed in 505 milliseconds

<<61626364656667686970>>