/device/google/wahoo/ |
init.hardware.diag.rc.userdebug | 28 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=diag && property:sys.usb.configfs=1 41 on property:sys.usb.config=diag,adb && property:sys.usb.configfs=1 45 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=diag,adb && property:sys.usb.configfs=1 59 on property:sys.usb.config=diag,serial_cdev,rmnet_gsi,adb && property:sys.usb.configfs= [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/ |
VarCheck.c | 43 VAR_CHECK_VARIABLE_PROPERTY Property;
47 Status = VarCheckLibVariablePropertyGet (VariableName, VendorGuid, &Property);
49 Property.Property |= VAR_CHECK_VARIABLE_PROPERTY_READ_ONLY;
51 Property.Revision = VAR_CHECK_VARIABLE_PROPERTY_REVISION;
52 Property.Property = VAR_CHECK_VARIABLE_PROPERTY_READ_ONLY;
53 Property.Attributes = 0;
54 Property.MinSize = 1;
55 Property.MaxSize = MAX_UINTN; [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
build.xml | 6 <property name="build.dir" value="${basedir}/build" /> 7 <property name="out.dir" value="${build.dir}/out" /> 8 <property name="lib.dir" value="${basedir}/lib" /> 9 <property name="doc.dir" value="${basedir}/doc" /> 10 <property name="test.dir" value="${basedir}/tests" /> 11 <property name="src.dir" value="${basedir}/src" /> 12 <property name="third.dir" value="${basedir}/third" /> 13 <property file="${build.dir}/antlr3.properties" /> 31 <property name="debugormin" value="" /> 37 <property name="debugormin" value="-min" / [all...] |
/packages/services/Car/service/src/com/android/car/hal/ |
PropertyHalServiceBase.java | 25 import android.car.hardware.property.CarPropertyEvent; 58 void onPropertySetError(int property, int area); 82 * Returns property or null if property is not ready yet. 88 throw new IllegalArgumentException("Invalid property Id : 0x" + toHexString(mgrPropId)); 95 Log.e(CarLog.TAG_PROPERTY, "get, property not ready 0x" + toHexString(halPropId), e); 104 throw new IllegalArgumentException("Invalid property Id : 0x" 111 Log.e(CarLog.TAG_PROPERTY, "set, property not ready 0x" + toHexString(halPropId), e); 137 // Clear the property list 154 continue; // The property is not handled by this HAL [all...] |
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 1 //===--- SemaObjCProperty.cpp - Semantic Analysis for ObjC @property ------===// 10 // This file implements semantic analysis for Objective C @property and 33 /// getImpliedARCOwnership - Given a set of property attributes and a 55 // property type. 64 /// Check the internal consistency of a property declaration with 67 ObjCPropertyDecl *property) { 68 if (property->isInvalidDecl()) return; 71 = property->getPropertyAttributes(); 73 = property->getType().getObjCLifetime(); 78 = getImpliedARCOwnership(propertyKind, property->getType()) 915 ObjCPropertyDecl *property = nullptr; local 1916 const auto *property = propertyImpl->getPropertyDecl(); local [all...] |
/cts/common/host-side/util/src/com/android/compatibility/common/util/ |
PropertyUtil.java | 28 * Name of read-only property detailing the first API level for which the product was 29 * shipped. Property should be undefined for factory ROM products. 43 // first API level property should be undefined if and only if the product is factory ROM. 59 * Return the first API level for this product. If the read-only property is unset, 68 /** Returns whether the property exists on this device */ 69 public static boolean propertyExists(ITestDevice device, String property) 71 return device.getProperty(property) != null; 74 /** Returns whether the property value is equal to a given string */ 75 public static boolean propertyEquals(ITestDevice device, String property, String value) 78 return !propertyExists(device, property); // null value implies property does not exis [all...] |
/external/autotest/client/site_tests/network_3GScanningProperty/ |
control | 7 PURPOSE = "Verify cellular device 'Scanning' property is updated correctly." 9 This test will fail if shill does not update the |Scanning| property correctly 19 Test that the |Scanning| Property of the shill cellular device object is
|
/external/clang/test/CodeGenObjC/ |
assign.m | 8 @property int x0; 9 @property _Complex int x1; 10 @property struct s0 x2;
|
instance-method-metadata.m | 8 contains a protocol with a property and two classes that implement that protocol 9 and synthesize the property. 13 @property (assign) id prop;
|
/external/clang/test/FixIt/ |
fixit-objc-arc.m | 13 @property (copy) NSString *property; 23 t.property = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
|
/external/clang/test/Rewriter/ |
rewrite-property-attributes.mm | 12 @property (copy) void_block_t completionBlock; 13 @property (retain) Y* Yblock; 14 @property (copy) id ID;
|
/external/clang/test/SemaCUDA/ |
cuda-builtin-vars.cu | 8 threadIdx.x = 0; // expected-error {{no setter defined for property 'x'}} 10 threadIdx.y = 0; // expected-error {{no setter defined for property 'y'}} 12 threadIdx.z = 0; // expected-error {{no setter defined for property 'z'}} 15 blockIdx.x = 0; // expected-error {{no setter defined for property 'x'}} 17 blockIdx.y = 0; // expected-error {{no setter defined for property 'y'}} 19 blockIdx.z = 0; // expected-error {{no setter defined for property 'z'}} 22 blockDim.x = 0; // expected-error {{no setter defined for property 'x'}} 24 blockDim.y = 0; // expected-error {{no setter defined for property 'y'}} 26 blockDim.z = 0; // expected-error {{no setter defined for property 'z'}} 29 gridDim.x = 0; // expected-error {{no setter defined for property 'x'} [all...] |
/external/clang/test/SemaObjC/ |
multiple-property-deprecated-decl.m | 9 @property (assign) id <NSFileManagerDelegate> delegate; 13 @property (assign) id delegate __attribute__((availability(macosx,introduced=10.0 ,deprecated=10.11,message="" "NSFontManager doesn't have any delegate method. This property should not be used.")));
|
property-and-ivar-use.m | 4 // and has same name as @dynalic property in current class. 9 @property (readonly) BOOL hasRecursiveDependencyCycle; 16 @property (readonly) BOOL hasRecursiveDependencyCycle;
|
property-noprotocol-warning.m | 10 @property int class; 14 @property int Dclass; 22 @property int OwnClass;
|
warn-assign-property-nscopying.m | 13 @property NSDictionary* undoAction; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}} // expected-warning {{default assign attribute on property 'undoAction' which implements NSCopying protocol is not appropriate with}} 14 @property id okAction; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}}
|
/external/clang/test/SemaObjCXX/Inputs/ |
nullability-consistency-7.h | 21 @property (null_unspecified, nonatomic, readonly, retain) A* someA; 22 @property (null_unspecified, nonatomic, retain) A* someOtherA; 24 @property (nonatomic) int intValue __attribute__((unavailable("wouldn't work anyway")));
|
/external/eigen/scripts/ |
cdashtesting.cmake.in | 30 set_property(GLOBAL PROPERTY SubProject ${subproject}) 31 set_property(GLOBAL PROPERTY Label ${subproject}) 43 # runs only tests that have a LABELS property matching "${subproject}"
|
/external/mesa3d/src/gallium/tests/graw/geometry-shader/ |
multi-line.txt | 2 PROPERTY GS_INPUT_PRIMITIVE TRIANGLES 3 PROPERTY GS_OUTPUT_PRIMITIVE LINE_STRIP 4 PROPERTY GS_MAX_OUTPUT_VERTICES 8
|
/external/skia/experimental/iOSSampleApp/ |
SkSampleUIView.h | 36 @property (nonatomic, copy) NSString* fTitle; 37 @property (nonatomic, retain) CALayer* fRasterLayer; 38 @property (nonatomic, retain) CAEAGLLayer* fGLLayer;
|
/external/skia/infra/bots/recipe_modules/swarming/ |
__init__.py | 24 from recipe_engine.recipe_api import Property 27 'show_shards_in_collect_step': Property(default=False, kind=bool), 28 'show_isolated_out_in_collect_step': Property(default=True, kind=bool),
|
/external/walt/ios/WALT/ |
DragLatencyController.h | 20 @property (assign, nonatomic) IBOutlet UILabel *countLabel; 21 @property (assign, nonatomic) IBOutlet UILabel *statusLabel; 22 @property (assign, nonatomic) IBOutlet UIView *goalpostView;
|
/frameworks/support/transition/base/android/support/transition/ |
ObjectAnimatorUtilsImpl.java | 22 import android.util.Property; 26 <T> ObjectAnimator ofPointF(T target, Property<T, PointF> property, Path path);
|
PropertyValuesHolderUtilsImpl.java | 22 import android.util.Property; 26 PropertyValuesHolder ofPointF(Property<?, PointF> property, Path path);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLListProperty.java | 24 * A list property is a container for a list of properties, addressed by index. 34 * @param template property that will be cloned and used as members of the list 67 public boolean add(IGLProperty property) { 68 property.setParent(this); 69 return mList.add(property); 72 public boolean remove(IGLProperty property) { 73 return mList.remove(property); 76 public void set(int index, IGLProperty property) { 78 mList.set(index, property); 79 property.setParent(this) [all...] |