Searched
full:order (Results
1201 -
1225 of
5392) sorted by null
<<41424344454647484950>>
/packages/apps/Gallery/src/com/android/camera/ |
ImageLoader.java | 36 // Queue of work to do in the worker thread. The work is done in order.
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
GridQuad.java | 108 mVertexBuffer = ByteBuffer.allocateDirect(FLOAT_SIZE * size * 3 * orientationCount).order(ByteOrder.nativeOrder()) 110 mOverlayTexCoordBuffer = ByteBuffer.allocateDirect(FLOAT_SIZE * size * 2 * orientationCount).order(ByteOrder.nativeOrder()) 112 mBaseTexCoordBuffer = ByteBuffer.allocateDirect(FLOAT_SIZE * size * 2 * orientationCount).order(ByteOrder.nativeOrder()) 116 mIndexBuffer = ByteBuffer.allocateDirect(CHAR_SIZE * indexCount * orientationCount).order(ByteOrder.nativeOrder())
|
/packages/apps/IM/src/com/android/im/app/ |
SignoutActivity.java | 61 null /* sort order */);
|
/packages/apps/IM/src/com/android/im/imps/ |
ImpsClientCapability.java | 95 * Get supported CIR methods in preferred order.
|
/packages/apps/Mms/src/com/android/mms/dom/ |
NodeListImpl.java | 92 * A preorder traversal is done in the following order:
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
predict.def | 26 predictors. The order of DEF_PREDICTOR calls is important, as
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
FixProjectAction.java | 96 // fix the nature order to have the proper project icon
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewInfoPart.java | 67 * Overridden in order to capture the current managed form.
|
/sdk/emulator/qtools/ |
bb2sym.cpp | 115 // Sort the basic blocks into increasing address order
|
coverage.cpp | 59 // into alphabetical order.
|
profile_trace.cpp | 97 // Sort the symbols into decreasing order of elapsed time
|
/sdk/files/ |
find_java.bat | 48 echo ERROR: No suitable Java found. In order to properly use the Android Developer
|
/system/core/include/android/ |
log.h | 77 * Android log priority values, in ascending priority order.
|
/system/core/libacc/ |
FEATURES | 6 * binary operators, by decreasing priority order: '*' '/' '%',
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
TI_IPC_Api.h | 56 /* WARNING! DON'T CHANGE THE ORDER OF EVENTS! */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/ |
conn.h | 69 * 2. after Connection fail in connIbss or connSelf SM, set the flag to TRUE in order to
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
osAdapter.h | 48 /* subsequently. The tag will be presented in the reverse order, so*/
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
TI_IPC_Api.h | 64 /* WARNING! DON'T CHANGE THE ORDER OF EVENTS! */
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
conn.h | 68 * 2. after Connection fail in connIbss or connSelf SM, set the flag to TI_TRUE in order to
|
/external/easymock/src/org/easymock/ |
EasyMock.java | 44 * Creates a mock object that implements the given interface, order checking
59 * Creates a mock object that implements the given interface, order checking
75 * Creates a mock object that implements the given interface, order checking
90 * Creates a mock object that implements the given interface, order checking
107 * Creates a mock object that implements the given interface, order checking
123 * Creates a mock object that implements the given interface, order checking
141 * Creates a control, order checking is enabled by default.
150 * Creates a control, order checking is disabled by default.
159 * Creates a control, order checking is disabled by default, and the mock
[all...] |
/external/libpcap/ |
savefile.c | 81 * We use the "receiver-makes-right" approach to byte order, 84 * records are written in host byte order. 85 * Note that the bytes of packet data are written out in the order in 87 * written in host byte order, they're written in whatever order the 91 * machine (if the file was written in little-end order). 147 * In order to ensure that a given LINKTYPE_* code's value will refer to 1035 * data ourselves and read from that buffer in order to [all...] |
/bionic/libc/include/ |
netdb.h | 81 * supplied in host order, and returned in network order (suitable for
|
/bionic/libm/man/ |
fenv.3 | 142 from their exact values in order to fit them into binary 288 options in order to generate code that has the standard
|
/dalvik/dx/src/com/android/dx/dex/file/ |
OffsettedItem.java | 221 * in order to meet its alignment constraint 283 * on the sort order of this instance and the other
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
Boolean.java | 95 * are equal. In order to be equal, {@code o} must be an instance of 111 * relative order.
|
Completed in 154 milliseconds
<<41424344454647484950>>