HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 276 - 300 of 4403) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-gidt.s 1 # Instructions to load/store global/interrupt description table
  /tools/test/connectivity/acts/framework/
setup.py 22 description = 'Android Comms Test Suite', variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 54 description:(NSString *)anElementDescription;
56 description:(NSString *)anElementDescription
59 description:(NSString *)anElementDescription
62 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
83 - (void) setDescription:(NSString *)description;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 54 description:(NSString *)anElementDescription;
56 description:(NSString *)anElementDescription
59 description:(NSString *)anElementDescription
62 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
83 - (void) setDescription:(NSString *)description;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 54 description:(NSString *)anElementDescription;
56 description:(NSString *)anElementDescription
59 description:(NSString *)anElementDescription
62 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
83 - (void) setDescription:(NSString *)description;
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
webrtc_rendering_timeline.py 60 description='Drift time for a rendered frame',
71 description='Percentage of frame which drifted more than 2 VSYNC',
82 description='Percentage of frame which drifted more than 1 VSYNC',
97 description='Calculated Frame Rate of video rendering',
108 description='Smoothness score of rendering',
119 description='Freezing score of rendering',
130 description='Rendering length error rate',
v8_execution.py 72 def __init__(self, name, event_names, description=None):
75 self.description = description
95 description=self.description,
101 description=self.description,
107 description=self.description,
  /frameworks/base/libs/hwui/
SkiaShader.cpp 121 GLuint* textureUnit, ProgramDescription* description,
131 description->gradientType = ProgramDescription::kGradientLinear;
136 description->gradientType = ProgramDescription::kGradientCircular;
142 description->gradientType = ProgramDescription::kGradientSweep;
150 description->hasGradient = true;
151 description->isSimpleGradient = isSimpleGradient(gradInfo);
203 GLuint* textureUnit, ProgramDescription* description,
225 description->hasBitmap = true;
229 description->isBitmapNpot = true;
230 description->bitmapWrapS = gTileModes[xy[0]]
    [all...]
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /external/webrtc/webrtc/api/objc/
RTCSessionDescription.mm 33 - (NSString *)description {
44 webrtc::SessionDescriptionInterface *description =
49 if (!description) {
50 RTCLogError(@"Failed to create session description: %s\nline: %s",
51 error.description.c_str(),
55 return description;
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
Movie.java 24 * Movie class represents video entity with title, description, image thumbs and video url.
32 private String description; field in class:Movie
67 return description;
70 public void setDescription(String description) {
71 this.description = description;
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
ArbitraryMeasurementWorker.java 38 private final String description; field in class:ArbitraryMeasurementWorker
48 this.description = annotation.description();
62 .description(description)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
optiongroup.py 41 :ivar description: The description of the option group
59 major_engine_version=None, description=None,
64 self.description = description
88 self.description = value
108 :ivar description: The description of the option.
119 def __init__(self, name=None, description=None, permanent=False,
123 self.description = descriptio
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/
VariableArityTest.java 15 description = "File containing a list of instances and their runtimes on various configurations", required = false)
19 description = "File containing a list of instances and their corresponding features", required = true)
23 description = "File containing a list of configuration parameter values")
27 description = "File to output the resulting data to. Defaults to ./matrix-generation.zip", required = false)
30 @Parameter(names = { "--seed" }, description = "Seed used for PRNG [0 means don't use a Seed]")
  /external/v8/src/snapshot/
snapshot-source-sink.h 86 void Put(byte b, const char* description) { data_.Add(b); }
88 void PutSection(int b, const char* description) {
90 Put(static_cast<byte>(b), description);
93 void PutInt(uintptr_t integer, const char* description);
94 void PutRaw(const byte* data, int number_of_bytes, const char* description);
  /libcore/luni/src/test/java/libcore/java/util/
GregorianCalendarTest.java 299 String description; local
302 description = "01:59:59 - March 9th 2014";
304 checkMillis(cal, description, 1394359199000L);
307 checkOutsideDst(cal, description);
311 description = "02:00:00 - March 9th 2014";
320 checkMillis(cal, description, 1394359200000L);
323 checkInsideDst(cal, description);
327 description = "03:00:00 - March 9th 2014";
329 checkMillis(cal, description, 1394359200000L);
332 checkInsideDst(cal, description);
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 466 @Rpc(description = "test.")
479 @Rpc(description = "Add a network.")
485 @Rpc(description = "Builds a WifiConfiguration from Hotspot 2.0 MIME file.")
495 @Rpc(description = "Cancel Wi-fi Protected Setup.")
501 @Rpc(description = "Checks Wifi state.", returns = "True if Wifi is enabled.")
515 @Rpc(description = "Connects a wifi network by ssid", returns = "True if the operation succeeded.")
529 @Rpc(description = "Disconnects from the currently active access point.", returns = "True if the operation succeeded.")
534 @Rpc(description = "Enable/disable autojoin scan and switch network when connected.")
539 @Rpc(description = "Enable a configured network. Initiate a connection if disableOthers is true", returns = "True if the operation succeeded.")
545 @Rpc(description = "Enable WiFi verbose logging."
    [all...]
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
GuidedStepHalfScreenActivity.java 54 String description = getString(R.string.guidedstep_first_description); local
56 return new Guidance(title, description, breadcrumb, icon);
64 .description("Just do it")
68 .description("Never mind")
109 String description = getString(R.string.guidedstep_second_description); local
111 return new Guidance(title, description, breadcrumb, icon);
119 .description("Done")
123 .description("Never mind")
131 .description("Cancel")
GuidedStepSupportHalfScreenActivity.java 56 String description = getString(R.string.guidedstep_first_description); local
58 return new Guidance(title, description, breadcrumb, icon);
66 .description("Just do it")
70 .description("Never mind")
111 String description = getString(R.string.guidedstep_second_description); local
113 return new Guidance(title, description, breadcrumb, icon);
121 .description("Done")
125 .description("Never mind")
133 .description("Cancel")
  /external/chromium-trace/catapult/telemetry/telemetry/value/
value_unittest.py 76 a = value.Value(page0, 'x', 'unit', important=False, description=None,
78 b = value.Value(page1, 'x', 'unit', important=False, description=None,
82 a = value.Value(page0, 'x', 'unit', important=False, description=None,
84 b = value.Value(page0, 'x', 'unit', important=False, description=None,
91 a = value.Value(page0, 'x', 'unit', important=False, description=None,
94 tir_label=None, description=None, grouping_keys=None)
97 a = value.Value(page0, 'x', 'unit', important=False, description=None,
99 b = value.Value(page0, 'x', 'unit', important=True, description=None,
103 a = value.Value(page0, 'x', 'unit', important=False, description=None,
105 b = ValueForTest(page0, 'x', 'unit', important=True, description=None
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothRfcommFacade.java 94 @Rpc(description = "Connect to a device over Bluetooth. "
98 @RpcParameter(name = "address", description = "The mac address of the device to connect to.")
101 description = "The UUID passed here must match the UUID used by the server device.")
121 @Rpc(description = "Kill thread")
134 @Rpc(description = "Close an active Rfcomm socket")
140 @Rpc(description = "Returns active Bluetooth connections.")
151 @Rpc(description = "Returns the name of the connected device.")
153 @RpcParameter(name = "connID", description = "Connection id")
161 @Rpc(description = "Listens for and accepts a Bluetooth connection."
166 description = "How long to wait for a new connection, 0 is wait for ever"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 29 String description=null; field in class:LineGraph.GraphItem
34 GraphItem(String title, String description,double value, Color color,boolean display) {
35 this(title, description, value, color);
39 GraphItem(String title, String description, double value, Color color) {
43 this.description= description;
47 Point e1= g.stringExtent(this.description);
138 this.fAreaBuffer.append("\r<area shape=\"CIRCLE\" coords=\""+(xposition-2)+','+(yposition-2)+','+5+" alt=\""+ thisItem.title+": "+thisItem.description+"\""+ " title=\""+ thisItem.title+": "+thisItem.description+"\">");
148 g.drawString(thisItem.description, xposition+2, yposition+shift+titleHeight, true)
    [all...]
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
StreamTestDataProvider.java 169 static <T> Object[] arrayDataDescr(String description, T[] data) {
170 return new Object[] { description, TestData.Factory.ofArray(description, data)};
173 static <T> Object[] streamDataDescr(String description, Supplier<Stream<T>> supplier) {
174 return new Object[] { description, TestData.Factory.ofSupplier(description, supplier)};
177 static <T> Object[] collectionDataDescr(String description, Collection<T> data) {
178 return new Object[] { description, TestData.Factory.ofCollection(description, data)};
181 static <T> Object[] sbDataDescr(String description, SpinedBuffer<T> data)
    [all...]
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
StreamTestDataProvider.java 172 static <T> Object[] arrayDataDescr(String description, T[] data) {
173 return new Object[] { description, TestData.Factory.ofArray(description, data)};
176 static <T> Object[] streamDataDescr(String description, Supplier<Stream<T>> supplier) {
177 return new Object[] { description, TestData.Factory.ofSupplier(description, supplier)};
180 static <T> Object[] collectionDataDescr(String description, Collection<T> data) {
181 return new Object[] { description, TestData.Factory.ofCollection(description, data)};
184 static <T> Object[] sbDataDescr(String description, SpinedBuffer<T> data)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetafile.h 111 const WCHAR *description = NULL): Image(NULL, Ok)
116 description, &nativeMetafile);
122 const WCHAR *description = NULL): Image(NULL, Ok)
127 description, &nativeMetafile);
133 const WCHAR *description = NULL): Image(NULL, Ok)
138 description, &nativeMetafile);
143 const WCHAR *description = NULL): Image(NULL, Ok)
148 MetafileFrameUnitGdi, description,
156 const WCHAR *description = NULL): Image(NULL, Ok)
161 frameUnit, description, &nativeMetafile)
    [all...]

Completed in 4573 milliseconds

<<11121314151617181920>>