HomeSort by relevance Sort by last modified time
    Searched full:description (Results 1051 - 1075 of 29811) sorted by null

<<41424344454647484950>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Debug.c 35 IN CHAR8 *Description
39 Routine Description:
52 Description - Description, usually the assertion,
62 EfiDebugAssertWorker (FileName, LineNumber, Description, sizeof (Buffer), Buffer);
90 Routine Description:
  /external/ImageMagick/config/
quantization-table.xml 4 <!ELEMENT table (description , levels)>
5 <!ELEMENT description (CDATA)>
38 <description>Luma Quantization Table</description>
54 <description>Chroma Quantization Table</description>
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleSubtreeStream.h 37 description:(NSString *)anElementDescription;
39 description:(NSString *)anElementDescription
42 description:(NSString *)anElementDescription
45 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
46 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
ANTLRRewriteRuleTokenStream.h 36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleSubtreeStream.h 37 description:(NSString *)anElementDescription;
39 description:(NSString *)anElementDescription
42 description:(NSString *)anElementDescription
45 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
46 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
ANTLRRewriteRuleTokenStream.h 36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleSubtreeStream.h 37 description:(NSString *)anElementDescription;
39 description:(NSString *)anElementDescription
42 description:(NSString *)anElementDescription
45 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
46 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
ANTLRRewriteRuleTokenStream.h 36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleNodeStream.h 36 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNodeStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
37 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNodeStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
38 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNode:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
40 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
41 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
42 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
ANTLRRewriteRuleSubtreeStream.h 37 description:(NSString *)anElementDescription;
39 description:(NSString *)anElementDescription
42 description:(NSString *)anElementDescription
45 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
46 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
ANTLRRewriteRuleTokenStream.h 36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
  /external/autotest/cli/
test.py 57 """atest test list [--description] [--experimental|--all] [<tests>]"""
61 self.parser.add_option('-d', '--description',
82 self.description = options.description
114 if self.description:
115 keys.append('description')
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
TypeSafeMatcher.java 53 protected void describeMismatchSafely(T item, Description mismatchDescription) {
72 final public void describeMismatch(Object item, Description description) {
74 super.describeMismatch(null, description);
76 description.appendText("was a ")
82 describeMismatchSafely((T)item, description);
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
HasPropertyWithValueTest.java 4 import org.hamcrest.Description;
67 Description description = new StringDescription(); local
68 hasProperty( "property", anything()).describeMismatch(beanWithInfo, description);
69 assertEquals("Expected mismatch description", "", description.toString());
  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_errors.cc 65 const char* description) {
71 if (description) {
73 << description << ")";
77 context->description().data(),
78 ValidationErrorToString(error), description));
85 context->description().data(),
  /external/mockito/src/test/java/org/mockitousage/matchers/
HamcrestMatchersTest.java 9 import org.hamcrest.Description;
32 public void describeTo(Description d) {
63 public void describeTo(Description description) {}
96 public void describeTo(Description description) {}
  /external/vogar/src/vogar/target/junit/
ParentStatementRunner.java 21 import org.junit.runner.Description;
63 protected Description describeChild(DescribableStatement child) {
69 Description description = describeChild(child); local
71 statement = testRule.apply(statement, description);
72 ParentRunnerHelper.abortingRunLeaf(statement, description, notifier);
  /external/walt/android/WALT/app/src/test/java/org/chromium/latency/walt/
TraceLoggerTest.java 35 traceLogger.log(30012345, 30045678, "SomeTitle", "Some description here");
36 traceLogger.log(40012345, 40045678, "AnotherTitle", "Another description here");
40 "WALTThread-[0-9]+ \\(42\\) \\[[0-9]+] .{4} 30\\.012345: tracing_mark_write: B\\|42\\|SomeTitle\\|description=Some description here\\|WALT\n" +
42 "WALTThread-[0-9]+ \\(42\\) \\[[0-9]+] .{4} 40\\.012345: tracing_mark_write: B\\|42\\|AnotherTitle\\|description=Another description here\\|WALT\n" +
  /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;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDSignalingMessage.m 32 - (NSString *)description {
52 RTCSessionDescription *description =
55 [[ARDSessionDescriptionMessage alloc] initWithDescription:description];
91 - (instancetype)initWithDescription:(RTCSessionDescription *)description {
93 NSString *typeString = description.type;
102 _sessionDescription = description;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bitbuffer.c 28 * description: create and init Bit Buffer Management
56 * description: uninit Bit Buffer Management
69 * description: reset Bit Buffer Management
91 * description: copy Bit Buffer Management
103 * description: get available bits
114 * description: write bits to the buffer
  /hardware/broadcom/libbt/include/
userial_vendor.h 23 * Description: Contains vendor-specific definitions used in serial port
123 ** Description Initialize userial vendor-specific control block
134 ** Description Open the serial port with the given configuration
145 ** Description Conduct vendor-specific close work
156 ** Description Set new baud rate
167 ** Description ioctl inteface
  /packages/apps/Nfc/nci/jni/
Mutex.cpp 33 ** Description: Initialize member variables.
53 ** Description: Cleanup all resources.
72 ** Description: Block the thread and try lock the mutex.
91 ** Description: Unlock a mutex to unblock a thread.
110 ** Description: Try to lock the mutex.
130 ** Description: Get the handle of the mutex.
  /packages/services/Car/car_product/overlay/frameworks/base/core/res/res/xml/
config_webview_packages.xml 21 <webviewprovider description="Chrome Stable" packageName="com.android.chrome" availableByDefault="true">
24 <webviewprovider description="Google WebView" packageName="com.google.android.webview" availableByDefault="true" isFallback="true">
27 <webviewprovider description="Chrome Beta" packageName="com.chrome.beta">
30 <webviewprovider description="Chrome Dev" packageName="com.chrome.dev">
33 <webviewprovider description="Chrome Canary" packageName="com.chrome.canary">
36 <webviewprovider description="Chrome Debug" packageName="com.google.android.apps.chrome">
  /sdk/eclipse/sites/external/
site.xml 3 <description url="https://dl-ssl.google.com/android/eclipse/">
5 </description>
25 <description>
27 </description>
30 <description>
32 </description>

Completed in 667 milliseconds

<<41424344454647484950>>