HomeSort by relevance Sort by last modified time
    Searched defs:tail (Results 401 - 425 of 486) sorted by null

<<11121314151617181920

  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 722 int tail = label.lastIndexOf('.'); local
723 if (tail >= 0) {
724 label = label.substring(tail+1, label.length());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cdk.h 445 unsigned short tail; member in struct:cdkasyrq
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 445 unsigned short tail; member in struct:cdkasyrq
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/src/
nestegg.c 156 struct ebml_list_node * tail; member in struct:ebml_list
923 oldtail = list->tail;
926 list->tail = node;
1349 assert(ctx->segment.cluster.tail->id == ID_CLUSTER);
1350 cluster = ctx->segment.cluster.tail->data;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 1278 Token *t, **tail = &list_; local
3846 Token *t, *tt, **tail, *thead; local
4087 Token *t, *tt, *mstart, **tail, *thead; local
4745 Token **tail; local
4877 Token *head, **tail, *t; local
4944 Token *t, *tt, **tail; local
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 316 HUseListNode* HUseListNode::tail() { function in class:v8::internal::HUseListNode
365 next_ = current_->tail();
385 use_list_ = current->tail();
387 previous->set_tail(current->tail());
393 current = current->tail();
494 use_list_ = list_node->tail();
503 // check the first item in each use list and rely on the tail() method to
511 operand->use_list_ = first->tail();
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 105 unsigned tail; member in struct:__anon25336
4157 unsigned tail = fifo->tail; local
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 156 struct ebml_list_node * tail; member in struct:ebml_list
923 oldtail = list->tail;
926 list->tail = node;
1349 assert(ctx->segment.cluster.tail->id == ID_CLUSTER);
1350 cluster = ctx->segment.cluster.tail->data;
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 184 Region::const_iterator const tail = region.end(); member in class:android::Region
185 while (cur != tail) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 156 struct ebml_list_node * tail; member in struct:ebml_list
923 oldtail = list->tail;
926 list->tail = node;
1349 assert(ctx->segment.cluster.tail->id == ID_CLUSTER);
1350 cluster = ctx->segment.cluster.tail->data;
    [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/mdnsresponder/mDNSCore/
mDNS.c 289 *(ag->rrauth_tail) = rr; // Append this record to tail of cache slot list
290 ag->rrauth_tail = &(rr->next); // Advance tail pointer
311 // We don't break here, so that we can set the tail below without tracking "prev" pointers
4296 AuthRecord *head, *tail; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /external/wpa_supplicant_8/src/drivers/
driver.h 715 * tail - Beacon tail following TIM IE
717 u8 *tail; member in struct:wpa_driver_ap_params
720 * tail_len - Length of the tail buffer in octets
1274 u8 *head, *tail; member in struct:beacon_data
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 

Completed in 1167 milliseconds

<<11121314151617181920