/development/samples/Support13Demos/src/com/example/android/supportv13/ |
Cheeses.java | 82 "Heidi Gruyere", "Hereford Hop", "Herrgardsost", "Herriot Farmhouse", "Herve",
|
/development/samples/Support4Demos/src/com/example/android/supportv4/ |
Cheeses.java | 82 "Heidi Gruyere", "Hereford Hop", "Herrgardsost", "Herriot Farmhouse", "Herve",
|
/development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/ |
Cheeses.java | 84 "Heidi Gruyere", "Hereford Hop", "Herrgardsost", "Herriot Farmhouse", "Herve",
|
/development/samples/browseable/ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/ |
Cheeses.java | 84 "Heidi Gruyere", "Hereford Hop", "Herrgardsost", "Herriot Farmhouse", "Herve",
|
/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/ |
Cheeses.java | 82 "Heidi Gruyere", "Hereford Hop", "Herrgardsost", "Herriot Farmhouse", "Herve",
|
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
Cheeses.java | 82 "Heidi Gruyere", "Hereford Hop", "Herrgardsost", "Herriot Farmhouse", "Herve",
|
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/ |
Cheeses.java | 82 "Heidi Gruyere", "Hereford Hop", "Herrgardsost", "Herriot Farmhouse", "Herve",
|
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/ |
Cheeses.java | 82 "Heidi Gruyere", "Hereford Hop", "Herrgardsost", "Herriot Farmhouse", "Herve",
|
/development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/ |
Cheeses.java | 82 "Heidi Gruyere", "Hereford Hop", "Herrgardsost", "Herriot Farmhouse", "Herve",
|
/external/android-clat/ |
dump.c | 82 printf("hop limit = %x\n",header->ip6_hlim);
|
/external/chromium_org/content/browser/media/ |
media_internals.cc | 200 // forward the calls to the UI thread. We should avoid the extra hop.
|
/external/chromium_org/media/filters/ |
audio_renderer_algorithm.h | 178 // The hop size of overlap-and-add in frames. This implementation assumes 50%
|
/external/chromium_org/webkit/glue/resources/ |
webkit_strings_da.xtb | 16 <translation id="4202807286478387388">hop</translation>
|
/external/qemu/slirp/ |
ip.h | 249 struct in_addr ipopt_dst; /* first-hop dst if source routed */
|
/external/qemu/slirp-android/ |
ip.h | 251 u_int32_t ipopt_dst; /* first-hop dst if source routed */
|
/external/smack/src/org/jivesoftware/smackx/ping/ |
PingManager.java | 51 * hop in the communication path.
|
/external/tcpdump/ |
ieee802_11_radio.h | 93 * For frequency-hopping radios, the hop set (first byte)
|
print-rsvp.c | 162 { RSVP_OBJ_RSVP_HOP, "RSVP Hop" }, 358 { 4, "IS hop cnt" }, 504 * | IS hop cnt (32-bit unsigned integer) | 508 printf("\n\t\tIS hop count: %u", EXTRACT_32BITS(tptr+4)); [all...] |
/external/wpa_supplicant_8/src/utils/ |
radiotap.h | 100 * For frequency-hopping radios, the hop set (first byte)
|
/frameworks/base/core/java/android/net/ |
RouteInfo.java | 34 * - A gateway address (next-hop, for gatewayed routes), or
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
icmp6.h | 81 #define ICMP6_TIME_EXCEED_TRANSIT 0 /* Hop Limit == 0 in transit */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
icmp6.h | 81 #define ICMP6_TIME_EXCEED_TRANSIT 0 /* Hop Limit == 0 in transit */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
icmp6.h | 81 #define ICMP6_TIME_EXCEED_TRANSIT 0 /* Hop Limit == 0 in transit */
|
/external/llvm/lib/Transforms/Vectorize/ |
BBVectorize.cpp | [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPServerTransaction.java | 56 import javax.sip.address.Hop; 477 Hop hop = sipStack.addressResolver.resolveAddress(new HopImpl(host, port, local 482 hop.getTransport()).getIPAddress(), this.getPort(), hop); 486 throw new IOException("Could not create a message channel for " + hop); [all...] |