/frameworks/base/core/java/android/webkit/ |
DebugFlags.java | 21 * components of webkit. These flags must be final in order to ensure that
|
/frameworks/base/include/private/binder/ |
binder_module.h | 34 * stuff in order to compile. Really this should go away
|
/frameworks/base/libs/utils/ |
AssetDir.cpp | 31 * Assumes the vector is sorted in ascending order.
|
Static.cpp | 18 // destruction order in the library.
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/ |
visual_header.h | 21 #ifndef _PV_TYPES_ // In order to compile in MDF wrapper
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
packed_section_end.h | 6 * Declaring packed structures is compiler specific. In order to handle all
|
packed_section_start.h | 6 * Declaring packed structures is compiler specific. In order to handle all
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapObexServer.java | 444 // Indicate which sorting order shall be used for the 448 public String order; field in class:BluetoothPbapObexServer.AppParamValue 459 order = ""; 467 + needTag + " vcard21=" + vcard21 + " order=" + order); 484 appParamValue.order = Byte.toString(appParam[i]); [all...] |
/packages/apps/IM/src/com/android/im/imps/ |
CirChannel.java | 26 * the client in order to request an immediate PollingRequest message from the
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_byteorder.h | 28 /* Macros for determining the byte-order of this platform */
|
/system/bluetooth/bluez-clean-headers/bluetooth/ |
bluetooth.h | 52 #error "Unknown byte order"
|
/dalvik/libcore/luni/src/main/java/java/io/ |
DataOutput.java | 100 * Writes the low order 8-bit bytes from the specified string. 161 * highest order first, of {@code val}. 173 * bytes, highest order first, of {@code val}.
|
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
CollationKeyTest.java | 146 * int order; while ((order = it.next()) != 148 * System.out.println(Integer.toHexString(order)); } for (int i=0; i<bytes.length;
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
TemplateSubPatternAssociation.java | 195 * order in the stylesheet. 197 * @return The position of the template in the overall template order. 240 * before this template in document order.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
DTMAxisTraverser.java | 32 * document order.</p> 91 * should be set equal to current. Note that in order to test whether 108 * should be set equal to current. Note that in order to test whether
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MenuInflateFromXml.java | 44 R.menu.checkable, R.menu.shortcuts, R.menu.order, R.menu.category_order, 53 "Checkable", "Shortcuts", "Order", "Category and Order",
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
caches.sgml | 9 A #GCache allows sharing of complex data structures, in order to save 108 cache entry and the @user_data. The order of value and key is different 109 from the order in which g_hash_table_foreach() passes key-value pairs
|
/external/freetype/include/freetype/ |
ftlcdfil.h | 28 #error "Please fix the directory search order for header files" 55 * in order to activate it. 133 * @FT_LCD_FILTER_NONE in order to enable it.
|
/external/icu4c/i18n/ |
bocsu.c | 26 * preserving lexical order 106 * preserving lexical order. 112 * code points. Lexical order is preserved if "prev" is always moved
|
rbt_set.h | 36 * Vector of rules, in the order added. This is used while the 96 * Add a rule to this set. Rules are added in order, and order is
|
/external/icu4c/layout/ |
ArabicShaping.cpp | 64 // defined in the above order, and have masks that 126 // iterate in logical order, store tags in visible order
|
/external/iproute2/include/linux/netfilter_ipv4/ |
ip_tables.h | 10 * src, dst, src_mask, dst_mask are always stored in network byte order. 11 * flags are stored in host byte order (of course). 12 * Port numbers are stored in HOST byte order.
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
cnst_vad.h | 106 #define COEFF3 13363 /* coefficient for the 3rd order filter */ 107 #define COEFF5_1 21955 /* 1st coefficient the for 5th order filter */ 108 #define COEFF5_2 6390 /* 2nd coefficient the for 5th order filter */
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_iconv.c | 83 ENCODING_UTF16, /* Needs byte order marker */ 86 ENCODING_UTF32, /* Needs byte order marker */ 89 ENCODING_UCS2, /* Native byte order assumed */ 90 ENCODING_UCS4, /* Native byte order assumed */ 232 /* Scan for a byte order marker */ 248 /* We can't tell, default to host order */ 254 /* Scan for a byte order marker */ 272 /* We can't tell, default to host order */ 281 /* Default to host order, need to add byte order marker * [all...] |
/external/webkit/WebCore/xml/ |
XPathNodeSet.cpp | 76 // One of the nodes is the common ancestor => it is the first in document order. 90 // The relative order of namespace nodes is implementation-dependent. 91 // The relative order of attribute nodes is implementation-dependent.
|