Searched
full:order (Results
376 -
400 of
5392) sorted by null
<<11121314151617181920>>
/external/qemu/ |
kqemu.h | 133 #define KQEMU_RET_EXCEPTION 0x0000 /* 8 low order bit are the exception */ 134 #define KQEMU_RET_INT 0x0100 /* 8 low order bit are the interrupt */
|
/external/qemu/memcheck/ |
memcheck_api.h | 69 * 1 Address should be invalidated in TLB cache, in order to ensure that 85 * 1 Address should be invalidated in TLB cache, in order to ensure that
|
/external/speex/libspeex/ |
filters.h | 69 void bw_lpc(spx_word16_t , const spx_coef_t *lpc_in, spx_coef_t *lpc_out, int order); 82 int p, /*LPC order*/
|
/external/v8/src/ |
data-flow.h | 38 // their evaluation order (post-order left-to-right traversal).
|
dtoa-config.c | 48 /* The floating point word order on ARM is big endian when floating point 49 * emulation is used, even if the byte order is little endian */
|
liveedit.h | 44 // in order to analyze, whether the function changed its outer scope 63 // in order to analyze whether function code maybe safely patched (with new
|
/external/webkit/WebCore/xml/ |
XPathNodeSet.h | 56 // Returns the set's first node in document order, or 0 if the set is empty. 62 // NodeSet itself doesn't check if it contains nodes in document order - the caller should tell it if it does not.
|
/external/webkit/WebKitTools/QueueStatusServer/model/ |
attachment.py | 44 statuses = QueueStatus.all().order("-date") 103 status = QueueStatus.all().filter('queue_name =', queue).filter('active_patch_id =', self.id).order('-date').get()
|
/frameworks/base/core/java/android/content/pm/ |
FeatureInfo.java | 42 * The GLES version used by an application. The upper order 16 bits represent the 43 * major version and the lower order 16 bits the minor version. Only valid
|
/frameworks/base/core/java/android/os/ |
INetworkManagementService.aidl | 111 * Sets the list of DNS forwarders (in order of priority) 116 * Returns the list of DNS fowarders (in order of priority)
|
/frameworks/base/core/java/android/widget/ |
ImageButton.java | 60 * <p>The order of the {@code <item>} elements is important because they are 61 * evaluated in order. This is why the "normal" button image comes last, because
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseLocaleTest.java | 93 results = query("SELECT data FROM test ORDER BY data COLLATE LOCALIZED ASC"); 97 // of case or accents), leaving the "cote" flavors in database order.
|
/frameworks/base/libs/audioflinger/ |
AudioResampler.h | 31 // LOW_QUALITY: linear interpolator (1st order) 32 // MED_QUALITY: cubic interpolator (3rd order)
|
/frameworks/base/opengl/java/android/opengl/ |
Group.java | 82 // Swap bytes from network to native order if necessary 95 ibb.order(ByteOrder.nativeOrder());
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
omp-builtins.def | 50 /* NOTE: Do not change the order of BUILT_IN_GOMP_LOOP_*_START. They 157 /* NOTE: Do not change the order of BUILT_IN_GOMP_PARALLEL_LOOP_*_START.
|
symtab.h | 72 /* Initialize the hashtable with 2 ^ order entries. */ 73 extern hash_table *ht_create (unsigned int order);
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureComparator.java | 40 // now compare gesture strokes. Order is important
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Machine.java | 59 * order, so the first prototype argument type is for the deepest 81 * reverse argument order, so the first indicated type is for the 94 * reverse argument order, so the first indicated type is for the 134 * encoding of the push order starting with least-significant
|
/dalvik/dx/src/com/android/dx/dex/code/ |
OddSpacer.java | 25 * nothingness, in order to make the subsequent instruction have an
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
Constant.java | 46 * This compares in class-major and value-minor order.
|
/dalvik/dx/src/com/android/dx/util/ |
Bits.java | 158 * Finds the lowest-order bit set at or after the given index in the 163 * @return {@code >= -1;} lowest-order bit set at or after {@code idx}, 185 * Finds the lowest-order bit set at or after the given index in the 190 * @return {@code >= -1;} lowest-order bit set at or after {@code idx},
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/stream/ |
package.html | 27 StringWriter in order to write to a String, or in the case of reading source
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 72 * context node that are after the context node in document order, excluding 104 * node that are before the context node in document order, excluding any 176 false, // parent (one node, has no order) 179 false // self (one node, has no order)
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
XPathFactory.java | 41 * @param prefixResolver This will be called in order to resolve prefixes
|
/dalvik/vm/arch/generic/ |
Hints.c | 31 * (jniArgInfo) to support JNI calls. The high order 4 bits of this word
|
Completed in 51 milliseconds
<<11121314151617181920>>