HomeSort by relevance Sort by last modified time
    Searched full:combined (Results 226 - 250 of 2458) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 56 /* METH_NOARGS and METH_O must not be combined with the flags above. */
  /system/bt/bta/hf_client/
bta_hf_client_at.h 77 /* Maximum combined buffer for received AT events string */
  /system/media/audio_utils/include/audio_utils/
minifloat.h 40 /** Pack a pair of gain_mini_float_t into a combined gain_minifloat_packed_t */
  /toolchain/binutils/binutils-2.25/gprof/
bb_exit_func.c 59 two files can easily be combined by specifying them on gprof's
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DeviceInfoResultTest.java 97 * Test populating a combined metric like device serial
101 // first add another metric to make hashmap non empty, so combined logic is triggered
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 28 * but different predecessors. These blocks are then combined into a single
87 // ...and see if they can be combined with any other preds...
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariable.java 115 // These three statements need to be combined into one operation.
132 // These two statements need to be combined into one operation.
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
BasicTestIterator.java 154 // These three statements need to be combined into one operation.
200 // These two statements need to be combined into one operation.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 33 * but different predecessors. These blocks are then combined into a single
92 // ...and see if they can be combined with any other preds...
  /external/freetype/src/cff/
cf2blues.h 48 * However, these are combined to produce a total of 7 zones.
50 * is 5 and these are combined to produce an additional 5 zones.
  /external/guava/guava/src/com/google/common/util/concurrent/
SimpleTimeLimiter.java 154 StackTraceElement[] combined = ObjectArrays.concat(cause.getStackTrace(), local
156 cause.setStackTrace(combined);
  /external/kernel-headers/original/uapi/linux/
virtio_blk.h 97 * VIRTIO_BLK_T_OUT may be combined with VIRTIO_BLK_T_SCSI_CMD or
99 * and may not be combined with any of the other flags.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2blues.h 48 * However, these are combined to produce a total of 7 zones.
50 * is 5 and these are combined to produce an additional 5 zones.
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
InverseKinematicsTest.java 62 renderer.setProjectionMatrix(camera.combined);
79 renderer.setProjectionMatrix(camera.combined);
TiledMapObjectLoadingTest.java 80 shapeRenderer.setProjectionMatrix(camera.combined);
81 batch.setProjectionMatrix(camera.combined);
  /external/llvm/test/tools/llvm-profdata/
weight-sample.test 3 1- Merge the foo and bar profiles with unity weight and verify the combined output
23 2- Merge the foo and bar profiles with weight 3x and 5x respectively and verify the combined output
  /external/opencv3/3rdparty/openexr/Half/
eLut.cpp 45 // When indexed with the combined sign and exponent of
46 // a float, the table either returns the combined sign
  /external/pdfium/third_party/freetype/src/cff/
cf2blues.h 48 * However, these are combined to produce a total of 7 zones.
50 * is 5 and these are combined to produce an additional 5 zones.
  /external/testng/src/main/java/org/testng/
Reporter.java 20 * The reporter keeps a combined output of strings (in m_output) and also
24 * These integers are indices in the combined output (avoids duplicating
  /frameworks/base/core/java/android/transition/
Fade.java 70 * operate on targets that are appearing. Maybe be combined with
78 * operate on targets that are disappearing. Maybe be combined with
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
BindingTarget.java 167 * We traverse all bindings and ask SetterStore to figure out if any can be combined.
168 * When N bindings are combined, they are demoted from being a binding expression and a new
  /frameworks/multidex/library/src/android/support/multidex/
MultiDex.java 334 Object[] combined = (Object[]) Array.newInstance( local
336 System.arraycopy(original, 0, combined, 0, original.length);
337 System.arraycopy(extraElements, 0, combined, original.length, extraElements.length);
338 jlrField.set(instance, combined);
437 IOException[] combined = local
440 suppressedExceptions.toArray(combined);
441 System.arraycopy(dexElementsSuppressedExceptions, 0, combined,
443 dexElementsSuppressedExceptions = combined;
  /frameworks/support/transition/src/android/support/transition/
Fade.java 57 * operate on targets that are appearing. Maybe be combined with
64 * operate on targets that are disappearing. Maybe be combined with
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
CombinerChain.java 41 // The already combined text, as described above
55 * @param initialText The text that has already been combined so far.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
predict.def 38 DEF_PREDICTOR (PRED_COMBINED, "combined", PROB_ALWAYS, 0)
43 /* A combined heuristics using probability determined by first

Completed in 5502 milliseconds

1 2 3 4 5 6 7 8 91011>>