HomeSort by relevance Sort by last modified time
    Searched full:description (Results 126 - 150 of 12483) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/pkgconfig/
kbproto.pc 7 Description: KB extension headers
xextproto.pc 7 Description: XExt extension headers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/pkgconfig/
inputproto.pc 7 Description: Input extension headers
kbproto.pc 7 Description: KB extension headers
xextproto.pc 7 Description: XExt extension headers
  /external/bluetooth/bluedroid/btif/include/
btif_av_co.h 43 ** Description Get the current configuration of content protection
54 ** Description Get content protection flag
68 ** Description Set content protection flag
82 ** Description Reset the current codec configuration
93 ** Description Check if all opened connections are compatible with a codec
105 ** Description Set the current codec configuration from the feeding type.
118 ** Description Retrieves the SBC codec configuration. If the codec in use
130 ** Description Discard the codec configuration of a connection
141 ** Description Initialization
153 ** Description Checks if the peer supports C
    [all...]
btif_storage.h 42 ** Description BTIF storage API - Fetches the adapter property->type
57 ** Description BTIF storage API - Stores the adapter property
70 ** Description BTIF storage API - Fetches the remote device property->type
86 ** Description BTIF storage API - Stores the remote device property
100 ** Description BTIF storage API - Adds a newly discovered device to NVRAM
116 ** Description BTIF storage API - Adds the newly bonded device to NVRAM
132 ** Description BTIF storage API - Deletes the bonded device from NVRAM
144 ** Description BTIF storage API - Deletes the bonded device from NVRAM
156 ** Description BTIF storage API - Read HL application control block from NVRAM
168 ** Description BTIF storage API - Write HL application control block to NVRA
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraphItem.java 23 String description=null; field in class:TimeLineGraphItem
33 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial,boolean isBaseline) {
34 this(title, description, value, color,display, timestamp,isSpecial);
38 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial) {
39 this(title, description, value, color,display, timestamp);
43 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp) {
44 this(title, description, value, color,timestamp);
48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) {
52 this.description= description;
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
ExceptionHandlers.mm 46 ExceptionCodeDescription description;
47 getExceptionCodeDescription(ec, description);
50 if (strcmp(description.typeName, "DOM Range") == 0)
52 else if (strcmp(description.typeName, "DOM Events") == 0)
55 else if (strcmp(description.typeName, "DOM SVG") == 0)
58 else if (strcmp(description.typeName, "DOM XPath") == 0)
64 if (description.name)
65 reason = [[NSString alloc] initWithFormat:@"*** %s: %@ %d", description.name, exceptionName, description.code];
67 reason = [[NSString alloc] initWithFormat:@"*** %@ %d", exceptionName, description.code]
    [all...]
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper_browsertest.cc 31 const string16 description(ASCIIToUTF16("description"));
39 helper->AddIndexedDB(origin1, description);
40 helper->AddIndexedDB(origin2, description);
56 const string16 description(ASCIIToUTF16("description"));
62 helper->AddIndexedDB(origin, description);
63 helper->AddIndexedDB(origin, description);
  /external/chromium/chrome/browser/resources/
notification_2line.html 11 #description {
19 <div id="description">$2</div>
  /external/e2fsprogs/debian/attic/
comerrg-dev.menu 3 longtitle="The Common Error Description library"\
4 description="libcomerr is an attempt to present a common error-handling mechanism to \
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Renderbuffer.cpp 180 D3DSURFACE_DESC description; local
181 renderTarget->GetDesc(&description);
183 setSize(description.Width, description.Height);
184 mFormat = dx2es::ConvertBackBufferFormat(description.Format);
185 mD3DFormat = description.Format;
186 mSamples = es2dx::GetSamplesFromMultisampleType(description.MultiSampleType);
253 D3DSURFACE_DESC description; local
254 mRenderTarget->GetDesc(&description);
256 return es2dx::GetRedSize(description.Format)
266 D3DSURFACE_DESC description; local
279 D3DSURFACE_DESC description; local
292 D3DSURFACE_DESC description; local
312 D3DSURFACE_DESC description; local
380 D3DSURFACE_DESC description; local
393 D3DSURFACE_DESC description; local
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketChannelOpenFailure.java 21 public String description; field in class:PacketChannelOpenFailure
24 public PacketChannelOpenFailure(int recipientChannelID, int reasonCode, String description,
29 this.description = description;
49 description = tr.readString();
64 tw.writeString(description);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
Mutex.h 36 ** Description: Initialize member variables.
48 ** Description: Cleanup all resources.
60 ** Description: Block the thread and try lock the mutex.
72 ** Description: Unlock a mutex to unblock a thread.
84 ** Description: Try to lock the mutex.
96 ** Description: Get the handle of the mutex.
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Message.java 56 * @param description
59 protected void fatalAlert(byte description, String reason) {
60 throw new AlertException(description, new SSLHandshakeException(reason));
65 * @param description
69 protected void fatalAlert(byte description, String reason, Throwable cause) {
70 throw new AlertException(description, new SSLException(reason, cause));
AlertProtocol.java 39 * Defines the description code of the close_notify alert
43 * Defines the description code of the unexpected_message alert
47 * Defines the description code of the bad_record_mac alert
51 * Defines the description code of the decryption_failed alert
55 * Defines the description code of the record_overflow alert
59 * Defines the description code of the decompression_failure alert
63 * Defines the description code of the handshake_failure alert
67 * Defines the description code of the bad_certificate alert
71 * Defines the description code of the unsupported_certificate alert
75 * Defines the description code of the certificate_revoked aler
    [all...]
  /external/junit/src/org/junit/experimental/max/
MaxCore.java 13 import org.junit.runner.Description;
97 List<Description> leaves= findLeaves(request);
102 private Request constructLeafRequest(List<Description> leaves) {
104 for (Description each : leaves)
118 private Runner buildRunner(Description each) {
129 throw new RuntimeException("Can't build a runner from description [" + each + "]");
136 private Class<?> getMalformedTestClass(Description each) {
149 public List<Description> sortedLeavesForTest(Request request) {
153 private List<Description> findLeaves(Request request) {
154 List<Description> results= new ArrayList<Description>()
    [all...]
  /packages/apps/Nfc/nci/jni/
SecureElement.h 45 ** Description: Get the SecureElement singleton object.
57 ** Description: Initialize all member variables.
70 ** Description: Release all resources.
82 ** Description: Get the list of handles of all execution environments.
95 ** Description: Turn on the secure element.
108 ** Description: Turn off the secure element.
121 ** Description: Connect to the execution environment.
133 ** Description: Disconnect from the execution environment.
146 ** Description: Send data to the secure element; read it's response.
164 ** Description: Notify the NFC service about whether the SE was activate
    [all...]
PeerToPeer.h 41 ** Description: Communicate with a peer using NFC-DEP, LLCP, SNEP.
53 ** Description: Initialize member variables.
65 ** Description: Free all resources.
77 ** Description: Get the singleton PeerToPeer object.
89 ** Description: Initialize member variables.
101 ** Description: Receive LLLCP-activated event from stack.
115 ** Description: Receive LLLCP-deactivated event from stack.
129 ** Description: Receive events from the stack.
143 ** Description: Let a server start listening for peer's connection request.
157 ** Description: Stop a P2pServer from listening for peer
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avdtc_api.h 72 ** Description This function is called to begin using the conformance API.
85 ** Description Send a discover response.
97 ** Description Send a get capabilities response.
108 ** Description Send a get all capabilities response.
119 ** Description Send a get configuration request.
130 ** Description Send a get configuration response.
141 ** Description Send an open request.
152 ** Description Send an open response.
163 ** Description Send a start response.
174 ** Description Send a close response
    [all...]
  /external/bluetooth/bluedroid/hci/include/
userial.h 23 * Description: Contains definitions used for serial port controls
76 ** Description Initializes the userial driver
87 ** Description Open Bluetooth device with the port ID
98 ** Description Read data from the userial port
110 ** Description Write data to the userial port
122 ** Description Close the userial port
133 ** Description ioctl inteface
  /external/proguard/src/proguard/gui/
ExtensionFileFilter.java 35 private final String description; field in class:ExtensionFileFilter
41 * @param description a description of the filter.
44 public ExtensionFileFilter(String description, String[] extensions)
46 this.description = description;
55 return description;
  /external/webkit/Source/WebKit/qt/tests/MIMESniffing/resources/
application_rdf+xml 8 <description>
11 </description>
33 <description>
37 </description>
43 <description>
44 Tool and API support for the Resource Description Framework
47 </description>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 73 * Returns a (possibly multi-line) description of all the problems
124 String description = describe(message); local
126 AdtPlugin.log(IStatus.ERROR, "%1$s: %2$s", mName, description);
134 addError(tag, description);
139 String description = describe(message); local
140 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description);
153 if (description.equals(throwable.getLocalizedMessage()) ||
154 description.equals(throwable.getMessage())) {
155 description = "Exception raised during rendering: " + description;
178 String description = describe(message); local
202 String description = describe(message); local
    [all...]

Completed in 4538 milliseconds

1 2 3 4 56 7 8 91011>>