Searched +full:define +full:- +full:property (Results 1 – 25 of 1189) sorted by relevance
12345678910>>...48
| /external/clang/test/ARCMT/ |
| D | objcmt-ns-nonatomic-iosonly.m.result | 1 // RUN: rm -rf %t 2 …-fblocks -objcmt-migrate-readwrite-property -objcmt-ns-nonatomic-iosonly -objcmt-migrate-readonly-… 3 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result 4 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runti… 6 #define WEBKIT_OBJC_METHOD_ANNOTATION(ANNOTATION) ANNOTATION 7 #define WEAK_IMPORT_ATTRIBUTE __attribute__((objc_arc_weak_reference_unavailable)) 8 #define AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER 9 #define DEPRECATED __attribute__((deprecated)) 13 #define NS_NONATOMIC_IOSONLY nonatomic 15 #define NS_NONATOMIC_IOSONLY atomic [all …]
|
| D | objcmt-migrate-all.m.result | 1 // RUN: rm -rf %t 2 … RUN: %clang_cc1 -objcmt-migrate-all -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has… 3 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-we… 8 #define NS_RETURNS_INNER_POINTER __attribute__((objc_returns_inner_pointer)) 11 #define CF_IMPLICIT_BRIDGING_ENABLED _Pragma("clang arc_cf_code_audited begin") 13 #define CF_IMPLICIT_BRIDGING_DISABLED _Pragma("clang arc_cf_code_audited end") 16 #define NS_RETURNS_RETAINED __attribute__((ns_returns_retained)) 19 #define CF_RETURNS_RETAINED __attribute__((cf_returns_retained)) 22 #define NS_RETURNS_NOT_RETAINED __attribute__((ns_returns_not_retained)) [all …]
|
| D | objcmt-atomic-property.m.result | 1 // RUN: rm -rf %t 2 …-fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -objcmt-atomic-prope… 3 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result 4 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runti… 6 #define WEBKIT_OBJC_METHOD_ANNOTATION(ANNOTATION) ANNOTATION 7 #define WEAK_IMPORT_ATTRIBUTE __attribute__((objc_arc_weak_reference_unavailable)) 8 #define AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER 9 #define DEPRECATED __attribute__((deprecated)) 24 @property (weak) NSString *WeakProp; 26 @property (strong) NSString *StrongProp; [all …]
|
| D | objcmt-property.m.result | 1 // RUN: rm -rf %t 2 …-fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -mt-migrate-director… 3 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result 4 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runti… 6 #define WEBKIT_OBJC_METHOD_ANNOTATION(ANNOTATION) ANNOTATION 7 #define WEAK_IMPORT_ATTRIBUTE __attribute__((objc_arc_weak_reference_unavailable)) 8 #define AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER 9 #define DEPRECATED __attribute__((deprecated)) 24 @property (nonatomic, weak) NSString *WeakProp; 26 @property (nonatomic, strong) NSString *StrongProp; [all …]
|
| D | objcmt-property-availability.m.result | 1 // RUN: rm -rf %t 2 …-objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -mt-migrate-directory %t %s -… 3 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-we… 8 #define __NSi_7_0 introduced=7.0 9 #define __NSi_6_0 introduced=6.0 11 #define CF_AVAILABLE(_mac, _ios) __attribute__((availability(ios,__NSi_##_ios))) 12 #define CF_AVAILABLE_MAC(_mac) __attribute__((availability(macosx,__NSi_##_mac))) 13 #define CF_AVAILABLE_IOS(_ios) __attribute__((availability(macosx,unavailable))) 15 #define NS_AVAILABLE(_mac, _ios) CF_AVAILABLE(_mac, _ios) [all …]
|
| D | objcmt-ns-returns-inner-pointer.m.result | 1 // RUN: rm -rf %t 2 …-objcmt-returns-innerpointer-property -objcmt-migrate-annotation -objcmt-migrate-readwrite-propert… 3 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-we… 7 #define NS_RETURNS_INNER_POINTER __attribute__((objc_returns_inner_pointer)) 10 #define CF_IMPLICIT_BRIDGING_ENABLED _Pragma("clang arc_cf_code_audited begin") 12 #define CF_IMPLICIT_BRIDGING_DISABLED _Pragma("clang arc_cf_code_audited end") 15 #define NS_RETURNS_RETAINED __attribute__((ns_returns_retained)) 18 #define CF_RETURNS_RETAINED __attribute__((cf_returns_retained)) 21 #define NS_RETURNS_NOT_RETAINED __attribute__((ns_returns_not_retained)) [all …]
|
| D | objcmt-ns-returns-inner-pointer.m | 1 // RUN: rm -rf %t 2 …-objcmt-returns-innerpointer-property -objcmt-migrate-annotation -objcmt-migrate-readwrite-propert… 3 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-we… 7 #define NS_RETURNS_INNER_POINTER __attribute__((objc_returns_inner_pointer)) 10 #define CF_IMPLICIT_BRIDGING_ENABLED _Pragma("clang arc_cf_code_audited begin") 12 #define CF_IMPLICIT_BRIDGING_DISABLED _Pragma("clang arc_cf_code_audited end") 15 #define NS_RETURNS_RETAINED __attribute__((ns_returns_retained)) 18 #define CF_RETURNS_RETAINED __attribute__((cf_returns_retained)) 21 #define NS_RETURNS_NOT_RETAINED __attribute__((ns_returns_not_retained)) [all …]
|
| D | objcmt-property.m | 1 // RUN: rm -rf %t 2 …-fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -mt-migrate-director… 3 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result 4 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runti… 6 #define WEBKIT_OBJC_METHOD_ANNOTATION(ANNOTATION) ANNOTATION 7 #define WEAK_IMPORT_ATTRIBUTE __attribute__((objc_arc_weak_reference_unavailable)) 8 #define AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER 9 #define DEPRECATED __attribute__((deprecated)) 24 - (void) setWeakProp : (NSString *__weak)Val; 25 - (NSString *__weak) WeakProp; [all …]
|
| D | objcmt-ns-nonatomic-iosonly.m | 1 // RUN: rm -rf %t 2 …-fblocks -objcmt-migrate-readwrite-property -objcmt-ns-nonatomic-iosonly -objcmt-migrate-readonly-… 3 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result 4 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runti… 6 #define WEBKIT_OBJC_METHOD_ANNOTATION(ANNOTATION) ANNOTATION 7 #define WEAK_IMPORT_ATTRIBUTE __attribute__((objc_arc_weak_reference_unavailable)) 8 #define AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER 9 #define DEPRECATED __attribute__((deprecated)) 13 #define NS_NONATOMIC_IOSONLY nonatomic 15 #define NS_NONATOMIC_IOSONLY atomic [all …]
|
| /external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
| D | SimpleCParser.h | 1 …e/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g 2012-02-16 17:40:52 14 #define ANTLR3TokenTypeAlreadyDefined 16 ANTLR_EOF = -1, 29 - initWithRecognizer:(BaseRecognizer *)recognizer; 38 #define EOF -1 39 #define ARG_DEF 4 40 #define BLOCK 5 41 #define FUNC_DECL 6 42 #define FUNC_DEF 7 43 #define FUNC_HDR 8 [all …]
|
| /external/clang/test/CodeGenObjC/ |
| D | auto-property-synthesize-protocol.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm %s -o - | FileCheck %s 6 @property int auto_opt_window; 7 @property int no_auto_opt_window; 11 @property int auto_opt_window; 18 @property int auto_req_window; 19 @property int no_auto_req_window; // expected-note {{property declared here}} 23 @property int auto_req_window; 26 @implementation I1 // expected-warning {{auto property synthesis will not synthesize property decla… 29 // CHECK: define internal i32 @"\01-[I auto_opt_window]"( 30 // CHECK: define internal void @"\01-[I setAuto_opt_window:]"( [all …]
|
| /external/icu/icu4c/source/common/ |
| D | propname.h | 5 * Copyright (c) 2002-2011, International Business Machines 15 #define PROPNAME_H 24 * This header defines the in-memory layout of the property names data 27 * propname.cpp - reads data 28 * genpname - creates data 31 /* low-level char * property name comparison -------------------------------- */ 37 * Unicode property names and property value names are compared "loosely". 40 * For all property names, property value names, and for property values for 60 # define uprv_comparePropertyNames uprv_compareASCIIPropertyNames 62 # define uprv_comparePropertyNames uprv_compareEBCDICPropertyNames [all …]
|
| /external/icu/libicu/cts_headers/ |
| D | propname.h | 5 * Copyright (c) 2002-2011, International Business Machines 15 #define PROPNAME_H 24 * This header defines the in-memory layout of the property names data 27 * propname.cpp - reads data 28 * genpname - creates data 31 /* low-level char * property name comparison -------------------------------- */ 37 * Unicode property names and property value names are compared "loosely". 40 * For all property names, property value names, and for property values for 60 # define uprv_comparePropertyNames uprv_compareASCIIPropertyNames 62 # define uprv_comparePropertyNames uprv_compareEBCDICPropertyNames [all …]
|
| /external/cronet/third_party/icu/source/common/ |
| D | propname.h | 5 * Copyright (c) 2002-2011, International Business Machines 15 #define PROPNAME_H 24 * This header defines the in-memory layout of the property names data 27 * propname.cpp - reads data 28 * genpname - creates data 31 /* low-level char * property name comparison -------------------------------- */ 37 * Unicode property names and property value names are compared "loosely". 40 * For all property names, property value names, and for property values for 60 # define uprv_comparePropertyNames uprv_compareASCIIPropertyNames 62 # define uprv_comparePropertyNames uprv_compareEBCDICPropertyNames [all …]
|
| /external/dtc/libfdt/ |
| D | libfdt.h | 1 /* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) */ 3 #define LIBFDT_H 5 * libfdt - Flat Device Tree manipulation 16 #define FDT_FIRST_SUPPORTED_VERSION 0x02 17 #define FDT_LAST_COMPATIBLE_VERSION 0x10 18 #define FDT_LAST_SUPPORTED_VERSION 0x11 21 #define FDT_ERR_NOTFOUND 1 22 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */ 23 #define FDT_ERR_EXISTS 2 24 /* FDT_ERR_EXISTS: Attempted to create a node or property which [all …]
|
| /external/trusty/arm-trusted-firmware/include/lib/libfdt/ |
| D | libfdt.h | 1 /* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) */ 3 #define LIBFDT_H 5 * libfdt - Flat Device Tree manipulation 16 #define FDT_FIRST_SUPPORTED_VERSION 0x02 17 #define FDT_LAST_COMPATIBLE_VERSION 0x10 18 #define FDT_LAST_SUPPORTED_VERSION 0x11 21 #define FDT_ERR_NOTFOUND 1 22 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */ 23 #define FDT_ERR_EXISTS 2 24 /* FDT_ERR_EXISTS: Attempted to create a node or property which [all …]
|
| /external/dtc/ |
| D | dtc.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 #define DTC_H 27 #define debug(...) printf(__VA_ARGS__) 29 #define debug(...) 32 #define DEFAULT_FDT_VERSION 17 45 extern int auto_label_aliases; /* auto generate labels -> aliases */ 48 #define PHANDLE_LEGACY 0x1 49 #define PHANDLE_EPAPR 0x2 50 #define PHANDLE_BOTH 0x3 91 #define streq(a, b) (strcmp((a), (b)) == 0) [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/ |
| D | OMPContext.cpp | 1 //===- OMPContext.cpp ------ Collection of helpers for OpenMP contexts ----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 22 #define DEBUG_TYPE "openmp-ir-builder" 61 #define OMP_TRAIT_PROPERTY(Enum, TraitSetEnum, TraitSelectorEnum, Str) \ in OMPContext() 89 TraitProperty Property = TraitProperty(Bit); in OMPContext() 90 dbgs() << "\t " << getOpenMPContextTraitPropertyFullName(Property) in OMPContext() 162 // Helper to deal with a single property that was (not) found in the OpenMP in isVariantApplicableInContextHelper() 165 auto HandleTrait = [MK](TraitProperty Property, in isVariantApplicableInContextHelper() [all …]
|
| /external/antlr/runtime/ObjC/Framework/ |
| D | ACBTree.h | 18 #define BTNODESIZE 11 19 #define BTHNODESIZE ((BTNODESIZE-1)/2) 20 #define BTKeySize 38 24 #define FAILURE -1 28 #define SUCCESS 0 36 @property (assign) NSInteger recnum; 37 @property (retain) NSString *key; 41 - (id) init; 42 - (id) initWithKStr:(NSString *)aKey; 43 - (void)dealloc; [all …]
|
| /external/wpa_supplicant_8/wpa_supplicant/dbus/ |
| D | dbus_new_helpers.h | 2 * WPA Supplicant / dbus-based control interface 11 #define WPA_DBUS_CTRL_H 25 #define DECLARE_ACCESSOR(f) \ 38 /* property changed flags */ 56 #define END_ARGS { NULL, NULL, ARG_IN } 59 * struct wpa_dbus_method_desc - DBus method description 73 * struct wpa_dbus_signal_desc - DBus signal description 85 * struct wpa_dbus_property_desc - DBus property description 88 /* property name */ 90 /* property interface */ [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/OpenMP/ |
| D | OMPContext.h | 1 //===- OpenMP/OMPContext.h ----- OpenMP context helper functions - C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 16 #define LLVM_FRONTEND_OPENMP_OMPCONTEXT_H 34 #define OMP_TRAIT_SET(Enum, ...) Enum, 40 #define OMP_TRAIT_SELECTOR(Enum, ...) Enum, 46 #define OMP_TRAIT_PROPERTY(Enum, ...) Enum, 47 #define OMP_LAST_TRAIT_PROPERTY(Enum) Last = Enum 57 /// Return the trait set for which \p Property is a property. [all …]
|
| /external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
| D | Simplifier.h | 1 …/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Simplifier.g 2012-02-16 18:11:30 14 #define ANTLR3TokenTypeAlreadyDefined 16 ANTLR_EOF = -1, 29 #define EOF -1 30 #define T__8 8 31 #define T__9 9 32 #define ID 4 33 #define INT 5 34 #define MULT 6 35 #define WS 7 [all …]
|
| /external/elfutils/tests/ |
| D | run-readelf-n.sh | 17 . $srcdir/test-subr.sh 19 # - testfile-gnu-property-note.c 26 # gcc -fcf-protection -c testfile-gnu-property-note.c 27 # gcc -o testfile-gnu-property-note testfile-gnu-property-note.o 28 # eu-strip --strip-sections testfile-gnu-property-note 30 testfiles testfile-gnu-property-note.o testfile-gnu-property-note 33 testrun_compare ${abs_top_builddir}/src/readelf -n testfile-gnu-property-note.o << EOF 35 Note section [ 6] '.note.gnu.property' of 32 bytes at offset 0x80: 42 testrun_compare ${abs_top_builddir}/src/readelf -n testfile-gnu-property-note << EOF 60 testrun_compare ${abs_top_builddir}/src/readelf -n testfile11 << EOF [all …]
|
| /external/openthread/src/lib/spinel/ |
| D | spinel.h | 34 #define SPINEL_HEADER_INCLUDED 1 37 * Spinel is a host-controller protocol designed to enable 38 * inter-operation over simple serial connections between general purpose 39 * device operating systems (OS) host and network co-processors (NCP) for 42 * --------------------------------------------------------------------------- 48 * - A header byte 49 * - A command (up to three bytes) 50 * - An optional command payload 52 * +---------+--------+-----+-------------+ 53 * | Octets: | 1 | 1-3 | n | [all …]
|
| /external/vboot_reference/host/arch/arm/lib/ |
| D | crossystem_arch.c | 2 * Use of this source code is governed by a BSD-style license that can be 28 #define MOSYS_PATH "/usr/sbin/mosys" 31 #define FDT_BASE_PATH "/proc/device-tree/firmware/chromeos" 33 #define FDT_COMPATIBLE_PATH "/proc/device-tree/compatible" 35 #define PLATFORM_DEV_PATH "/sys/devices/platform/chromeos_arm" 37 #define NVCTX_PATH "/dev/mmcblk%d" 39 #define GPIO_BASE_PATH "/sys/class/gpio" 40 #define GPIO_EXPORT_PATH GPIO_BASE_PATH "/export" 41 /* Name of NvStorage type property */ 42 #define FDT_NVSTORAGE_TYPE_PROP "nonvolatile-context-storage" [all …]
|
12345678910>>...48