HomeSort by relevance Sort by last modified time
    Searched refs:order (Results 826 - 850 of 1605) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api_util.js 28 * in order to be able to find them from the content script.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/closure/
closure_preinit.js 23 * Array of urls that should be included next, in order.
  /external/chromium_org/chrome/test/chromedriver/js/
focus.js 6 // Focus the target element in order to send keys to it.
  /external/chromium_org/media/base/simd/
scale_yuv_to_rgb_sse2_x64.asm 28 ; Parameters are in the following order:
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
mips_FFTFwd_RToCCS_F32_real.c 27 /* Transform for order = 2. */
29 if (pFFTSpec->order == 2) {
51 num_transforms = (SUBTRANSFORM_CONST >> (16 - pFFTSpec->order)) | 1;
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineQuadraticIntersection_Test.cpp 101 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, (int) index, order1);
105 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, (int) index, order2);
192 int order = reduceOrder(quad, reduced, kReduceOrder_TreatAsFill); local
193 if (order < 3) {
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
template_writer.py 252 '''Sorts a list of policies alphabetically. The order is the
254 alphabetically by name. The order of policies inside groups is unchanged.
  /external/chromium_org/ui/file_manager/file_manager/common/js/
async_util.js 46 * Added tasks will be started in order they were added. Tasks are run
155 * Added tasks will be executed sequentially in order they were added.
168 * a dependency order.
203 * Runs the enqueued closured in order of dependencies.
  /external/chromium_org/v8/test/mjsunit/
negate.js 48 // The test below depends on the correct evaluation order, which is not
string-replace-with-empty.js 66 // GC in order to free up things on the C side so we don't get
  /external/chromium_org/v8/test/mjsunit/regress/
regress-create-exception.js 42 // Allocate some heap numbers in order to randomize the behaviour of the
  /external/chromium_org/v8/test/webkit/fast/js/
Promise-resolve-state.js 26 description('Test whether Promise processes microtasks in the correct order.');
  /external/chromium_org/v8/test/webkit/fast/js/kde/
iteration.js 58 // now a test verifying the order. not standardized but common.
  /external/compiler-rt/make/
lib_platforms.mk 75 # Evaluate this now so we do not have to worry about order of evaluation.
subdir.mk 78 # Evaluate this now so we do not have to worry about order of evaluation.
  /external/emma/
test.sh 131 echo Tests failed: same lines, different order: See $TESTDIR/diff-ordered
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
NavigableMapTestSuiteBuilder.java 106 * the relative order of these extreme values rather than relying on their
238 public Iterable<Entry<K, V>> order(List<Entry<K, V>> insertionOrder) {
239 return delegate.order(insertionOrder);
  /external/libunwind/include/
libunwind_i.h 83 # error Host has unknown byte-order.
86 # error Host has unknown byte-order.
  /external/libvorbis/doc/
02-bitpacking.tex 11 read one-by-one in the same monotonically increasing order by the
39 \subsubsection{bit order}
50 \subsubsection{byte order}
63 Logically, bytes are always coded and decoded in order from byte zero
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPath.h     [all...]
  /external/skia/experimental/Intersection/
LineQuadraticIntersection_Test.cpp 101 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, (int) index, order1);
105 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, (int) index, order2);
192 int order = reduceOrder(quad, reduced, kReduceOrder_TreatAsFill); local
193 if (order < 3) {
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
BaseDexBufferTest.java 216 ByteBuffer byteBuf = ByteBuffer.allocateDirect(4).order(ByteOrder.LITTLE_ENDIAN);
250 ByteBuffer byteBuf = ByteBuffer.allocateDirect(8).order(ByteOrder.LITTLE_ENDIAN);
  /frameworks/base/media/java/android/media/audiofx/
Virtualizer.java 202 paramsConverter.order(ByteOrder.nativeOrder());
222 resultConverter.order(ByteOrder.nativeOrder());
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
PresetReverbTest.java 237 converter.order(ByteOrder.nativeOrder());
243 converter.order(ByteOrder.nativeOrder());
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 137 static jint NativeCollation_getMaxExpansion(JNIEnv*, jclass, jlong address, jint order) {
138 return ucol_getMaxExpansion(toCollationElements(address)->get(), order);

Completed in 1874 milliseconds

<<31323334353637383940>>