HomeSort by relevance Sort by last modified time
    Searched full:head (Results 1726 - 1750 of 3883) sorted by null

<<61626364656667686970>>

  /external/kernel-headers/original/linux/
serial_core.h 395 #define uart_circ_empty(circ) ((circ)->head == (circ)->tail)
396 #define uart_circ_clear(circ) ((circ)->head = (circ)->tail = 0)
399 (CIRC_CNT((circ)->head, (circ)->tail, UART_XMIT_SIZE))
402 (CIRC_SPACE((circ)->head, (circ)->tail, UART_XMIT_SIZE))
  /external/libffi/testsuite/
run-all-tests 82 libFile=`find out/host/${HOST_OS}-${HOST_ARCH} -name "${libName}.a" | head -1`
  /external/opencore/baselibs/media_data_structures/src/
access_unit.h 96 // else it returns the number of bytes counting from the head that are yet to be matched.
access_unit_impl.h 103 // else it returns the number of bytes counting from the head that are yet to be matched.
  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_callback_ao.h 61 QElement* pFirst; // queue head
  /external/quake/quake/src/QW/client/
zone.h 119 // returns the cached data, and moves to the head of the LRU list
  /external/quake/quake/src/WinQuake/
zone.h 119 // returns the cached data, and moves to the head of the LRU list
  /external/svox/pico/lib/
picokpr.h 100 extern picoos_bool picokpr_isEqualHead (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 len__10, picokpr_StrArrOffset head);
  /external/v8/src/
global-handles.cc 169 first_deallocated()->set_next(head());
282 ASSERT(result->next() == head());
287 result->set_next(head());
398 first_deallocated()->set_next(head());
  /external/webkit/JavaScriptCore/profiler/
Profile.cpp 92 // Set the visible time of the head so the %s display correctly.
  /external/webkit/JavaScriptCore/runtime/
JSGlobalData.h 169 JSGlobalObject* head; member in class:JSC::JSGlobalData
JSPropertyNameIterator.cpp 80 RefPtr<Structure>* structure = structureChain->head();
  /external/webkit/LayoutTests/http/tests/appcache/
dynamic-entries-no-cache.html-disabled 118 </head>
  /external/webkit/WebCore/html/
HTMLTagNames.in 56 head createWithNew
  /external/webkit/WebCore/inspector/front-end/
FontView.js 39 document.head.appendChild(this.fontStyleElement);
  /external/webkit/WebCore/loader/
CrossOriginAccessControl.cpp 40 return method == "GET" || method == "HEAD" || method == "POST";
  /external/webkit/WebKitTools/mangleme/
mangle.cgi.c 111 printf("<HTML><HEAD><META HTTP-EQUIV=\"Refresh\" content=\"0;URL=mangle.cgi\">\n");
remangle.cgi.c 116 printf("<HTML><HEAD><META HTTP-EQUIV=\"Refresh\" content=\"0;URL=remangle.cgi?0x%08x\">\n", seed);
tags.h 39 { "HEAD", "onLoad", "STYLE", 0 },
  /frameworks/base/tests/backup/
test_restore.sh 69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 418 WnnClause head = null; local
426 head = new WnnClause(input, (WnnWord)headCandidates.next());
439 if (head != null) {
440 sentence = new WnnSentence(head, sentence);
  /system/core/adb/
jdwp_service.c 147 char head[5]; local
149 snprintf(head, sizeof head, "%04x", len);
150 memcpy(buffer, head, 4);
  /system/core/include/diskconfig/
diskconfig.h 56 uint8_t head; member in struct:chs
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/
CmdQueue.h 133 int Head;
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 66 private static final String HEAD = "HEAD";
613 * size minus chunk head (which writes chunk data size in HEX and
620 * chunk head size is the hex string length of the cache size plus 2
623 * according to RI, if chunklength is 19, chunk head length is 4
625 * is 20,not 19); while if chunklength is 18, chunk head length is
627 * chunk head in HEX) + sizeof("\r\n");
631 * here is the calculated head size, not real size (for 19, it
941 // Tries to get head and body from cache, return true if has got this time
    [all...]

Completed in 209 milliseconds

<<61626364656667686970>>