HomeSort by relevance Sort by last modified time
    Searched full:prop (Results 601 - 625 of 1762) sorted by null

<<21222324252627282930>>

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 17 // expr.prop
18 // where 'expr' is an r-value of Objective-C pointer type and 'prop'
22 // [expr prop]
28 // 'expr.prop *= 100' would be translated to:
29 // [expr setProp: [expr prop] * 100]
547 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty();
548 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
549 return !Prop->hasAttr<IBOutletAttr>();
551 T = Prop->getType();
584 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty() local
613 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp 1751 char prop[PROPERTY_VALUE_MAX]; local
1793 char prop[PROPERTY_VALUE_MAX]; local
3014 char prop[PROPERTY_VALUE_MAX]; local
3308 char prop[PROPERTY_VALUE_MAX]; local
3752 char prop[PROPERTY_VALUE_MAX]; local
3838 char prop[PROPERTY_VALUE_MAX]; local
4188 char prop[PROPERTY_VALUE_MAX]; local
4219 char prop[PROPERTY_VALUE_MAX]; local
4248 char prop[PROPERTY_VALUE_MAX]; local
4365 char prop[PROPERTY_VALUE_MAX]; local
4397 char prop[PROPERTY_VALUE_MAX]; local
5087 char prop[PROPERTY_VALUE_MAX]; local
6597 char prop[PROPERTY_VALUE_MAX]; local
6849 char prop[PROPERTY_VALUE_MAX]; local
6998 char prop[PROPERTY_VALUE_MAX]; local
7410 char prop[PROPERTY_VALUE_MAX]; local
8470 char prop[PROPERTY_VALUE_MAX]; local
8820 char prop[PROPERTY_VALUE_MAX]; local
9230 char prop[PROPERTY_VALUE_MAX]; local
    [all...]
  /external/libmtp/src/
ptp.c 4621 MTPProperties *prop; local
4661 MTPProperties *prop = props; local
4676 MTPProperties *prop; local
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceSet.java 392 ICalendar.Property prop = new ICalendar.Property(propertyName); local
393 prop.setValue(rrule);
394 component.addProperty(prop);
451 ICalendar.Property prop = new ICalendar.Property(propertyName); local
459 prop.addParameter(new ICalendar.Parameter("TZID", tz));
461 prop.setValue(dateStr);
462 component.addProperty(prop);
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp 1530 char prop[PROPERTY_VALUE_MAX]; local
1570 char prop[PROPERTY_VALUE_MAX]; local
2591 char prop[PROPERTY_VALUE_MAX]; local
2974 char prop[PROPERTY_VALUE_MAX]; local
3223 char prop[PROPERTY_VALUE_MAX]; local
3514 char prop[PROPERTY_VALUE_MAX]; local
3546 char prop[PROPERTY_VALUE_MAX]; local
3575 char prop[PROPERTY_VALUE_MAX]; local
3698 char prop[PROPERTY_VALUE_MAX]; local
3729 char prop[PROPERTY_VALUE_MAX]; local
4286 char prop[PROPERTY_VALUE_MAX]; local
5474 char prop[PROPERTY_VALUE_MAX]; local
5548 char prop[PROPERTY_VALUE_MAX]; local
5743 char prop[PROPERTY_VALUE_MAX]; local
6616 char prop[PROPERTY_VALUE_MAX]; local
6960 char prop[PROPERTY_VALUE_MAX]; local
7328 char prop[PROPERTY_VALUE_MAX]; local
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 170 /// self->ivar.prop | ivar (ObjCIvarDecl) | prop (ObjCPropertyDecl)
171 /// cxxObj.obj.prop | obj (FieldDecl) | prop (ObjCPropertyDecl)
172 /// [self foo].prop | 0 (unknown) | prop (ObjCPropertyDecl)
174 /// MyClass.prop | MyClass (ObjCInterfaceDecl) | -prop (ObjCMethodDecl)
302 const ObjCPropertyDecl *Prop);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 1008 final LinkProperties prop = new LinkProperties(); local
1017 final LinkProperties prop = new LinkProperties(); local
1025 final LinkProperties prop = new LinkProperties(); local
    [all...]
  /external/toybox/kconfig/
zconf.tab.c_shipped     [all...]
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 108 void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop,
183 const ObjCPropertyDecl *Prop,
187 Listeners[i]->AddedObjCPropertyInClassExtension(Prop, OrigProp, ClassExt);
  /external/clang/test/Analysis/
objc_invalidation.m 76 SomeInvalidationImplementingObject *_Prop2; // fully implemented prop, set to 0 with dot syntax
104 @property (assign) SomeInvalidationImplementingObject* Prop6; // automatically synthesized prop
105 @property (assign) SomeInvalidationImplementingObject* Prop7; // automatically synthesized prop
  /external/clang/test/Index/
get-cursor.m 116 // RUN: c-index-test -cursor-at=%s:4:28 -cursor-at=%s:5:28 %s | FileCheck -check-prefix=CHECK-PROP %s
117 // CHECK-PROP: ObjCPropertyDecl=foo1:4:26
118 // CHECK-PROP: ObjCPropertyDecl=foo2:5:27
  /external/icu/icu4c/source/common/
uniset_props.cpp 856 UProperty prop; member in struct:__anon9928
862 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value;
949 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) {
952 if (prop == UCHAR_GENERAL_CATEGORY_MASK) {
954 } else if (prop == UCHAR_SCRIPT_EXTENSIONS) {
958 IntPropertyContext c = {prop, value};
959 applyFilter(intPropertyFilter, &c, uprops_getSource(prop), ec);
965 UnicodeSet::applyPropertyAlias(const UnicodeString& prop,
970 // prop and value used to be converted to char * using the default
    [all...]
  /frameworks/base/cmds/app_process/
app_main.cpp 283 char prop[PROP_VALUE_MAX]; local
284 if (property_get(ABI_LIST_PROPERTY, prop, NULL) == 0) {
291 abiFlag.append(prop);
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.cpp 83 char prop[PROPERTY_VALUE_MAX]; local
84 if (property_get("debug.hwc.fps_trace.enable", prop, "0") > 0) {
85 mTraceFps = atoi(prop);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiCategory.java 179 for (final CategoryProperties prop : mShownCategories) {
180 if (prop.mCategoryId == categoryId) {
181 return prop.mPageCount;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 88 GLStringProperty prop = (GLStringProperty) property; local
89 mOldValue = prop.getStringValue();
109 prop.setValue(mNewValue);
  /system/media/camera/docs/
metadata_parser_xml.py 272 prop = find_child_tag(entry, i)
274 if prop is not None:
275 d[i] = prop.string
  /bionic/libc/include/net/
if_types.h 201 #define IFT_PROPWIRELESSP2P 0x9d /* Prop. P2P wireless interface */
224 #define IFT_PROPDOCSWIRELESSMACLAYER 0xb4 /* prop/Wireless MAC Layer */
225 #define IFT_PROPDOCSWIRELESSDOWNSTREAM 0xb5 /* prop/Wireless Downstream */
226 #define IFT_PROPDOCSWIRELESSUPSTREAM 0xb6 /* prop/Wireless Upstream */
  /developers/build/prebuilts/gradle/Interpolator/
README.md 21 [2]: https://developer.android.com/guide/topics/graphics/prop-animation.html#object-animator
  /developers/samples/android/ui/Interpolator/
README.md 21 [2]: https://developer.android.com/guide/topics/graphics/prop-animation.html#object-animator
  /development/ndk/platforms/android-21/include/net/
if_types.h 201 #define IFT_PROPWIRELESSP2P 0x9d /* Prop. P2P wireless interface */
224 #define IFT_PROPDOCSWIRELESSMACLAYER 0xb4 /* prop/Wireless MAC Layer */
225 #define IFT_PROPDOCSWIRELESSDOWNSTREAM 0xb5 /* prop/Wireless Downstream */
226 #define IFT_PROPDOCSWIRELESSUPSTREAM 0xb6 /* prop/Wireless Upstream */
  /development/ndk/platforms/android-3/include/net/
if_types.h 201 #define IFT_PROPWIRELESSP2P 0x9d /* Prop. P2P wireless interface */
224 #define IFT_PROPDOCSWIRELESSMACLAYER 0xb4 /* prop/Wireless MAC Layer */
225 #define IFT_PROPDOCSWIRELESSDOWNSTREAM 0xb5 /* prop/Wireless Downstream */
226 #define IFT_PROPDOCSWIRELESSUPSTREAM 0xb6 /* prop/Wireless Upstream */
  /device/asus/deb/
CleanSpec.mk 46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
  /external/clang/test/SemaObjC/
property-10.m 35 @property (retain) int PROP; // expected-error {{property with 'retain (or strong)' attribute must be of object type}}
  /external/eigen/cmake/
EigenTesting.cmake 2 macro(ei_add_property prop value)
3 get_property(previous GLOBAL PROPERTY ${prop})
5 set_property(GLOBAL PROPERTY ${prop} "${value}")
7 set_property(GLOBAL PROPERTY ${prop} "${previous} ${value}")

Completed in 692 milliseconds

<<21222324252627282930>>