/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/icons/ |
README | 7 are installed and use `make' to create various sized png and xpm icons.
|
/external/qemu/telephony/ |
gsm.h | 34 /* try to convert a hex string into a byte string, assumes 'dst' is properly sized, and hexlen is even. 38 /* convert a hex string into a byte string, assumes 'dst' is properly sized, and hexlen is even. 42 /* convert a byte string into a hex string, assumes 'hex' is properly sized */ 81 /* convert a utf-8 string into a GSM septet string, assumes 'dst' is NULL or is properly sized, 88 * assumes 'dst' is NULL or is properly sized, returns the number of GSM bytes */ 92 sized. 'offset' is the starting bit offset in 'src', 'count' is the number of input septets. 97 is NULL or properly sized. 'count' is the number of input bytes. 111 /* convert a ucs2 string into a GSM septet string, assumes 'dst' is NULL or properly sized, 116 /* convert a ucs2 string into a GSM septet string, assumes 'dst' is NULL or properly sized, 121 properly sized. 'offset' is the starting bit offset in 'src', 'count' is the numbe [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
VariableSizeInsn.java | 23 * Pseudo-instruction base class for variable-sized instructions.
|
/development/samples/ApiDemos/res/layout/ |
linear_layout_4.xml | 18 Demonstrates a horizontal linear layout with equally sized columns
|
buttons_1.xml | 27 <!-- Regular sized buttons -->
|
linear_layout_7.xml | 18 Demonstrates a horizontal linear layout with equally sized columns.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
LinearLayout4.java | 28 * Demonstrates a horizontal linear layout with equally sized columns.
|
/external/iproute2/examples/diffserv/ |
ef-prio | 11 # EF class: Maximum about one MTU sized packet allowed on the queue
|
Edge32-cb-u32 | 25 #The CBS is about 60 MTU sized packets 28 #the EBS is about 10 max sized packets
|
/frameworks/base/media/libdrm/mobile2/include/util/domcore/ |
CharacterDataImpl.h | 46 * appropriately sized pieces.
64 * appropriately sized pieces.
|
/external/bluetooth/glib/gio/ |
gbufferedoutputstream.h | 45 * An implementation of #GFilterOutputStream with a sized buffer.
|
gbufferedinputstream.h | 44 * Implements #GFilterInputStream with a sized input buffer.
|
/external/dropbear/libtomcrypt/src/misc/ |
error_to_string.c | 51 "Invalid sized parameter.",
|
/external/quake/quake/src/QW/client/ |
wad.h | 42 byte data[4]; // variably sized
|
/external/quake/quake/src/WinQuake/ |
wad.h | 42 byte data[4]; // variably sized
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
memlink.cpp | 8 // A pointer to a sized block of memory.
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
memory_slices.sgml | 5 efficient way to allocate groups of equal-sized chunks of memory 10 way to allocate equal-sized pieces of memory, just like the original 24 It uses posix_memalign() to optimize allocations of many equally-sized 157 The memory blocks must be equal-sized, allocated via 239 The memory blocks must be equal-sized, allocated via
|
/external/webkit/JavaScriptCore/jit/ |
ExecutableAllocatorFixedVMPool.cpp | 218 // Update the existing node to include the common-sized chunk that we also found. 222 // There is a second common-sized chunk that can be coalesced. 258 // We can coalesce the next common-sized chunk. 316 // is for a common sized allocation, check this list. 321 // Serach m_freeList for a suitable sized chunk to allocate memory from. 379 // Common-sized allocations are stored in the m_commonSizedAllocations 405 // Freed space from the most common sized allocations will be held in this list, ...
|
/bionic/libc/unistd/ |
sigwait.c | 42 * accept anything except kernel-sized signal sets (probably a bug !)
|
/external/v8/src/ia32/ |
simulator-ia32.h | 55 // expect eight int/pointer sized arguments and return an int.
|
/external/v8/src/x64/ |
simulator-x64.h | 56 // expect eight int/pointer sized arguments and return an int.
|
/frameworks/base/core/tests/coretests/src/android/view/ |
ZeroSizedTest.java | 29 * a View with a 0-sized dimension (width or height) will always have a null
|
/dalvik/libcore/icu/src/main/native/ |
BidiWrapper.cpp | 67 UBiDi* sized = ubidi_openSized(limit - start, 0, &err); local 71 BiDiData* lineData = new BiDiData(sized);
|
/external/iproute2/man/man8/ |
tc-tbf.8 | 47 some tokens, no matter how small it is. This reflects the fact that even a zero-sized packet occupies 97 A zero-sized packet does not use zero bandwidth. For ethernet, no packet uses less than 64 bytes. The Minimum Packet Unit
|
/frameworks/base/media/java/android/media/ |
FaceDetector.java | 131 * {@link FaceDetector.Face}s. The array must be sized equal 136 * is not sized equal to the <var>maxFaces</var> value defined
|