/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/ |
omxSP_FFTFwd_RToCCS_S16_Sfs_s.S | 67 #define order r14 define 170 CLZ order,N @ N = 2^order 171 RSB order,order,#31 174 CMP order,#3 175 BGT orderGreaterthan3 @ order > 3 177 CMP order,#1 178 BGE orderGreaterthan0 @ order > 0 179 M_STR scale, diffOnStack,LT @ order = [all...] |
/external/chromium_org/third_party/opus/src/silk/float/ |
SigProc_FLP.h | 55 const silk_float *A, /* I prediction coefficients [order] */ 56 opus_int32 order /* I prediction order */ 60 silk_float refl_coef[], /* O reflection coefficients (length order) */ 61 const silk_float auto_corr[], /* I autocorrelation sequence (length order+1) */ 62 opus_int order /* I order */ 66 silk_float *A, /* O prediction coefficients [order] */ 67 const silk_float *rc, /* I reflection coefficients [order] */ 68 opus_int32 order /* I prediction order * [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkFontHost.h | 71 /** LCD color elements can vary in order. For subpixel text we need to know 72 the order which the LCDs uses so that the color fringes are in the 90 static void SetSubpixelOrder(LCDOrder order);
|
/external/clang/test/PCH/ |
chain-staticvar-instantiation.cpp | 30 #error Header inclusion order messed up
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
StdCatchBuilder.java | 41 /** {@code non-null;} block output order */ 42 private final int[] order; field in class:StdCatchBuilder 52 * @param order {@code non-null;} block output order 55 public StdCatchBuilder(RopMethod method, int[] order, 61 if (order == null) { 62 throw new NullPointerException("order == null"); 70 this.order = order; 76 return build(method, order, addresses) [all...] |
/external/emma/core/java12/com/vladium/emma/report/ |
IItem.java | 31 * @param order [null is equivalent to no sort] 34 Iterator /* IItem */ getChildren (ItemComparator /* IItem */ order);
|
/external/libexif/libexif/canon/ |
exif-mnote-data-canon.c | 29 #include <libexif/exif-byte-order.h> 101 o_orig = n->order; 102 n->order = o; 104 n->entries[i].order = o; 139 exif_set_short (*buf, n->order, (ExifShort) n->count); 144 exif_set_short (*buf + o + 0, n->order, (ExifShort) n->entries[i].tag); 145 exif_set_short (*buf + o + 2, n->order, (ExifShort) n->entries[i].format); 146 exif_set_long (*buf + o + 4, n->order, 172 exif_set_long (*buf + o, n->order, n->offset + doff); 219 c = exif_get_short (buf + datao, n->order); [all...] |
/external/libexif/libexif/fuji/ |
exif-mnote-data-fuji.h | 37 ExifByteOrder order; member in struct:_ExifMnoteDataFuji
|
mnote-fuji-entry.c | 230 vs = exif_get_short (entry->data, entry->order); 253 vs = exif_get_short (entry->data, entry->order); 254 vs2 = exif_get_short (entry->data+2, entry->order); 261 vr = exif_get_rational (entry->data, entry->order); 273 vs = exif_get_short (entry->data, entry->order); 277 vl = exif_get_long (entry->data, entry->order); 281 vsl = exif_get_slong (entry->data, entry->order); 285 vr = exif_get_rational (entry->data, entry->order); 291 vsr = exif_get_srational (entry->data, entry->order);
|
/external/libopus/silk/float/ |
SigProc_FLP.h | 55 const silk_float *A, /* I prediction coefficients [order] */ 56 opus_int32 order /* I prediction order */ 60 silk_float refl_coef[], /* O reflection coefficients (length order) */ 61 const silk_float auto_corr[], /* I autocorrelation sequence (length order+1) */ 62 opus_int order /* I order */ 66 silk_float *A, /* O prediction coefficients [order] */ 67 const silk_float *rc, /* I reflection coefficients [order] */ 68 opus_int32 order /* I prediction order * [all...] |
/external/mesa3d/src/mesa/math/ |
m_eval.h | 61 GLuint dim, GLuint order);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
UUIDConverter.java | 45 b.order(ByteOrder.BIG_ENDIAN);
|
/external/skia/include/core/ |
SkFontHost.h | 71 /** LCD color elements can vary in order. For subpixel text we need to know 72 the order which the LCDs uses so that the color fringes are in the 90 static void SetSubpixelOrder(LCDOrder order);
|
/external/valgrind/main/helgrind/tests/ |
tc13_laog1.stderr.exp | 8 Thread #x: lock order "0x........ before 0x........" violated 10 Observed (incorrect) order is: acquisition of lock at 0x........ 18 Required order was established by acquisition of lock at 0x........
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenu.java | 59 public MenuItem add(int groupId, int itemId, int order, int titleRes) { 60 return add(groupId, itemId, order, mContext.getResources().getString(titleRes)); 63 public MenuItem add(int groupId, int itemId, int order, CharSequence title) { 65 groupId, itemId, 0, order, title); 66 mItems.add(order, item); 70 public int addIntentOptions(int groupId, int itemId, int order, 89 final MenuItem item = add(groupId, itemId, order, ri.loadLabel(pm)) 110 public SubMenu addSubMenu(int groupId, int itemId, int order, 116 public SubMenu addSubMenu(int groupId, int itemId, int order, int titleRes) {
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
CountedDataInputStream.java | 91 public void setByteOrder(ByteOrder order) { 92 mByteBuffer.order(order); 96 return mByteBuffer.order();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
DirectCharBufferTest.java | 59 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
|
DirectDoubleBufferTest.java | 58 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
|
DirectFloatBufferTest.java | 59 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
|
DirectIntBufferTest.java | 59 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
|
DirectLongBufferTest.java | 60 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
|
DirectShortBufferTest.java | 59 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
|
/libcore/luni/src/test/java/libcore/java/nio/ |
OldDirectIntBufferTest.java | 30 byteBuffer.order(ByteOrder.nativeOrder());
|
OldDirectShortBufferTest.java | 30 byteBuffer.order(ByteOrder.nativeOrder());
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
CountedDataInputStream.java | 91 public void setByteOrder(ByteOrder order) { 92 mByteBuffer.order(order); 96 return mByteBuffer.order();
|