HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 251 - 275 of 3780) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyValueCompleter.java 26 PropertyValueCompleter(XmlProperty property) {
27 mProperty = property;
  /system/bt/tools/bdtool/
adapter.c 21 #include "btcore/include/property.h"
31 static void parse_properties(int num_properties, bt_property_t* property);
39 // Returns the specified property.
111 void device_found(int num_properties, bt_property_t* property) {
113 parse_properties(num_properties, property);
190 static void parse_properties(int num_properties, bt_property_t* property) {
192 switch (property->type) {
194 const bt_bdname_t* name = property_as_name(property);
200 const RawAddress* addr = property_as_addr(property);
208 const Uuid* uuid = property_as_uuids(property, &num_uuid)
    [all...]
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
PropertyUtil.java 33 * Name of read-only property detailing the first API level for which the product was
34 * shipped. Property should be undefined for factory ROM products.
52 // first API level property should be undefined if and only if the product is factory ROM.
68 * Return the first API level for this product. If the read-only property is unset,
104 /** Returns whether the property exists on this device */
105 public static boolean propertyExists(ITestDevice device, String property)
107 return device.getProperty(property) != null;
110 /** Returns whether the property value is equal to a given string */
111 public static boolean propertyEquals(ITestDevice device, String property, String value)
114 return !propertyExists(device, property); // null value implies property does not exis
    [all...]
  /test/vts-testcase/kernel/ltp/
test_case.py 55 @property
65 @property
75 @property
85 @property
95 @property
126 @property
134 @property
144 @property
  /build/blueprint/
unpack.go 28 property *parser.Property
32 func unpackProperties(propertyDefs []*parser.Property,
33 propertiesStructs ...interface{}) (map[string]*parser.Property, []error) {
62 result := make(map[string]*parser.Property)
64 result[name] = packedProperty.property
67 Err: fmt.Errorf("unrecognized property %q", name),
68 Pos: packedProperty.property.ColonPos,
81 func buildPropertyMap(namePrefix string, propertyDefs []*parser.Property,
87 if first.property == propertyDef
    [all...]
  /external/autotest/server/lib/
status_history.py 98 @property start_time Time the job or task began execution.
99 @property end_time Time the job or task finished execution.
100 @property id id of the event in the AFE database.
101 @property name Name of the event, derived from the AFE database.
102 @property job_status Short string describing the event's final status.
103 @property logdir Relative path to the logs for the event's job.
104 @property job_url URL to the logs for the event's job.
105 @property gs_url GS URL to the logs for the event's job.
106 @property job_id id of the AFE job for HQEs. None otherwise.
107 @property diagnosis Working status of the DUT after the event
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRLookaheadStream.h 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
46 @property (assign, getter=getEofElementIndex, setter=setEofElementIndex) NSInteger eofElementIndex;
47 @property (assign, getter=getLastMarker, setter=setLastMarker) NSInteger lastMarker;
48 @property (assign, getter=getMarkDepth, setter=setMarkDepth) NSInteger markDepth;
ANTLRTreeRuleReturnScope.h 40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRLookaheadStream.h 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
46 @property (assign, getter=getEofElementIndex, setter=setEofElementIndex) NSInteger eofElementIndex;
47 @property (assign, getter=getLastMarker, setter=setLastMarker) NSInteger lastMarker;
48 @property (assign, getter=getMarkDepth, setter=setMarkDepth) NSInteger markDepth;
ANTLRTreeRuleReturnScope.h 40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRLookaheadStream.h 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
46 @property (assign, getter=getEofElementIndex, setter=setEofElementIndex) NSInteger eofElementIndex;
47 @property (assign, getter=getLastMarker, setter=setLastMarker) NSInteger lastMarker;
48 @property (assign, getter=getMarkDepth, setter=setMarkDepth) NSInteger markDepth;
ANTLRTreeRuleReturnScope.h 40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableArray.h 45 @property (assign) NSInteger BuffSize;
46 @property (assign, getter=count, setter=setCount:) NSInteger count;
47 @property (retain) NSMutableData *buffer;
48 @property (assign) id *ptrBuffer;
ANTLRCommonErrorNode.h 63 @property (retain) id<ANTLRIntStream> input;
64 @property (retain) id<ANTLRToken> startToken;
65 @property (retain) id<ANTLRToken> stopToken;
66 @property (retain) ANTLRRecognitionException *trappedException;
ANTLREarlyExitException.h 37 @property int decisionNumber;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.h 72 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
91 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
110 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
129 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
148 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
167 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
186 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
205 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
224 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
243 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree
    [all...]
  /external/autotest/server/cros/multimedia/
kiosk_facade_adapter.py 10 class on initialization, can be accessed from its _client property.
23 @property
usb_facade_adapter.py 12 class on initialization, can be accessed from its _client property.
24 @property
  /external/autotest/server/hosts/
cast_os_host.py 26 @property
repair.py 40 @property
59 @property
71 @property
99 @property
  /external/capstone/bindings/python/capstone/
ppc.py 35 @property
39 @property
43 @property
47 @property
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
resource.py 20 @property
25 @property
29 @property
45 @property
  /external/clang/test/PCH/
objcxx-ivar-class.h 11 @property(assign, nonatomic) S position;
  /external/dtc/tests/
fdtoverlay-runtest.sh 7 # fdtoverlay-runtest.sh name expected_output dtb_file node property flags value
19 property="$3"
30 verbose_run_log_check "$LOG" $VALGRIND "$DTGET" "$targetdtb" "$node" "$property" $flags
  /external/icu/icu4c/source/common/
propname.cpp 30 * Get the next non-ignorable ASCII character from a property name
53 * Get the next non-ignorable EBCDIC character from a property name
76 * Unicode property names and property value names are compared "loosely".
79 * For all property names, property value names, and for property values for
148 int32_t PropNameData::findProperty(int32_t property) {
155 if(property<start) {
158 if(property<limit)
    [all...]

Completed in 214 milliseconds

<<11121314151617181920>>