Searched
full:head (Results
2101 -
2125 of
3883) sorted by null
<<81828384858687888990>>
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
jdiff_help.html | 3 <HEAD> 26 </HEAD>
|
org.w3c.dom.Entity.html | 3 <HEAD> 26 </HEAD>
|
org.w3c.dom.Text.html | 3 <HEAD> 26 </HEAD>
|
packages_index_changes.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.app.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.content.pm.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.gesture.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.graphics.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.hardware.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.net.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.net.http.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.opengl.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.speech.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.test.mock.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.util.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.webkit.html | 3 <HEAD> 26 </HEAD>
|
pkg_android.widget.html | 3 <HEAD> 26 </HEAD>
|
pkg_javax.xml.parsers.html | 3 <HEAD> 26 </HEAD>
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppLauncherActivity.java | 184 String content = "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html;" 185 + " charset=UTF-8\"/></head><body>" + "<a href=\"" + uri + "\">" + uri + "</a></p>"
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/ |
TNETWArb_buffer.c | 149 ** Description Dequeue a buffer from the head of a queue 245 ** Description Enqueue a buffer at the head of the queue
|
/cts/tests/src/android/webkit/cts/ |
CtsTestServer.java | 486 response.setEntity(createEntity("<html><head><title>" + cookieString + 487 "</title></head><body>" + cookieString + "</body></html>")); 495 response.setEntity(createEntity("<html><head><title>" + agent + "</title></head>" + 536 StringBuffer buf = new StringBuffer("<html><head><title>"); 538 buf.append("</title></head><body>");
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
TreeMapTest.java | 421 Map head = tm.headMap("100"); local 422 assertEquals("Returned map of incorrect size", 3, head.size()); 423 assertTrue("Returned incorrect elements", head.containsKey("0") 424 && head.containsValue(new Integer("1")) 425 && head.containsKey("10")); 470 assertTrue(head instanceof Serializable);
|
/external/blktrace/btreplay/ |
btrecord.c | 47 * @head: Used to link up on input_files 55 struct list_head head; member in struct:ifile_info 293 list_del(&iip->head); 322 list_add_tail(&iip->head, &input_files); 335 struct ifile_info *iip = list_entry(p, struct ifile_info, head); 786 process(list_entry(p, struct ifile_info, head));
|
/external/bluetooth/bluez/network/ |
server.c | 226 sdp_data_t *head, *pseq; local 229 for (p = 0, head = NULL; p < 2; p++) { 231 if (head) 232 sdp_seq_append(head, data); 234 head = data; 236 pseq = sdp_data_alloc(SDP_SEQ16, head);
|
Completed in 392 milliseconds
<<81828384858687888990>>