/build/target/board/emulator/ |
BoardConfig.mk | 6 # The generic product target doesn't have any hardware-specific pieces.
|
/system/core/ |
README | 2 The system/ directory is intended for pieces of the world that are the 10 The license for all these pieces should be clean (Apache2, BSD, or MIT). 12 Currently system/bluetooth/... and system/extra/... have some pieces
|
/build/target/board/generic/ |
BoardConfig.mk | 6 # The generic product target doesn't have any hardware-specific pieces.
|
/external/bluetooth/glib/gio/tests/ |
sleepy-stream.c | 61 gint pieces; local 63 pieces = g_test_rand_int_range (0, MAX_PIECES + 1); 64 array = g_new (char *, pieces + 1); 65 array[pieces] = NULL; 67 while (pieces--) 68 array[pieces] = cook_piece (); 78 gchar **pieces; member in struct:__anon1264 97 if (sleepy->pieces[sleepy->index] == NULL) 110 sleepy->current = sleepy->pieces[sleepy->index++]; 126 sleepy->pieces = cook_pieces () [all...] |
/external/icu4c/common/ |
ucnv_imp.h | 101 * If the args are passed in, then the pieces must be passed in too. 103 * - pieces==NULL && args==NULL 104 * - pieces!=NULL && args==NULL 105 * - pieces!=NULL && args!=NULL 110 UConverterNamePieces *pieces,
|
caniter.cpp | 67 pieces(NULL), 84 if(pieces != NULL) { 86 if(pieces[i] != NULL) { 87 delete[] pieces[i]; 90 uprv_free(pieces); 91 pieces = NULL; 140 buffer.append(pieces[i][current[i]]); 179 pieces = (UnicodeString **)uprv_malloc(sizeof(UnicodeString *)); 184 if (pieces == NULL || pieces_lengths == NULL || current == NULL) { 189 pieces[0] = new UnicodeString[1] [all...] |
udatamem.h | 31 /* the pieces within. */
|
/external/icu4c/tools/toolutil/ |
swapimpl.h | 29 * This function handles single data pieces (but not .dat data packages)
|
package.h | 63 * Swap all pieces to the desired output platform properties.
|
/build/tools/releasetools/ |
sign_target_files_apks | 183 pieces = value.split("/") 184 pieces[-1] = EditTags(pieces[-1]) 185 value = "/".join(pieces) 187 pieces = value.split(" ") 188 assert len(pieces) == 5 189 pieces[-1] = EditTags(pieces[-1]) 190 value = " ".join(pieces)
|
/external/skia/src/core/ |
SkDither.cpp | 15 since the other 4x4 sub pieces all look the same once we truncate the bits.
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationUtils.java | 171 * Split the string into pieces that are likely to be common 177 ArrayList<String> pieces = new ArrayList<String>(20); local 205 pieces.add(raw.substring(at, endAt)); 209 int size = pieces.size(); 213 list.set(i, new CstString(pieces.get(i)));
|
/frameworks/base/media/libdrm/mobile2/include/util/domcore/ |
CharacterDataImpl.h | 46 * appropriately sized pieces.
64 * appropriately sized pieces.
|
/dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
Chunk.java | 22 * A chunk of DDM data. This is really just meant to hold a few pieces
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
allocators.sgml | 12 small pieces of memory for use with the #GList, #GSList and #GNode data
|
/external/icu4c/common/unicode/ |
caniter.h | 81 * Cleans pieces 164 // 2 dimensional array holds the pieces of the string with 166 UnicodeString **pieces; member in class:CanonicalIterator 170 // current is used in iterating to combine pieces
|
/dalvik/vm/mterp/armv5te/ |
OP_EXECUTE_INLINE.S | 38 * - Have five separate pieces that do the loading, so we can work the
|
/external/e2fsprogs/intl/ |
loadinfo.h | 93 SPECIAL, SPONSOR, REVISION are the pieces of the locale name, as 115 /* Split a locale name NAME into its pieces: language, modifier,
|
/external/srec/srec/cfront/ |
himul32.h | 106 pieces; 112 return result.pieces.hi;
|
/external/webkit/WebCore/rendering/ |
RenderScrollbarPart.cpp | 95 // Buttons and track pieces can all have margins along the axis of the scrollbar. 108 // Buttons and track pieces can all have margins along the axis of the scrollbar.
|
/external/qemu/fpu/ |
softfloat-macros.h | 135 | than 128, the result will be 0. The result is broken into two 64-bit pieces 170 | nonzero. The result is broken into two 64-bit pieces which are stored at 209 | at most 128 nonzero bits; these are broken into two 64-bit pieces which are 280 | pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 298 | 64-bit pieces which are stored at the locations pointed to by `z0Ptr', 333 | any carry out is lost. The result is broken into two 64-bit pieces which 353 | 64-bit pieces which are stored at the locations pointed to by `z0Ptr', 391 | 64-bit pieces which are stored at the locations pointed to by `z0Ptr' and 409 | result is broken into three 64-bit pieces which are stored at the locations 445 | into two 64-bit pieces which are stored at the locations pointed to b [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
OutputCollector.java | 23 * receives and collects instructions in two pieces — a primary
|
/dalvik/vm/native/ |
java_lang_reflect_Array.c | 61 * subtract pieces off. Besides, we want to start with the outermost
|
/development/simulator/app/ |
Shmem.h | 74 * are updating pieces of shared data. The segment is initially
|
/external/icu4c/test/intltest/ |
normconf.h | 85 * Split a string into pieces based on the given delimiter
|