HomeSort by relevance Sort by last modified time
    Searched full:combined (Results 101 - 125 of 2483) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/dx/tests/091-ssa-const-collector/
Blort.java 8 /** all uses of 10 should be combined except the local assignment */
  /dalvik/tools/dexdeps/
README.txt 5 not define. When combined with a list of public APIs, it can be used to
  /development/tools/apkcheck/src/com/android/apkcheck/
FieldInfo.java 40 * Returns the combined name and type. This value is used as a hash
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedExceptionEventsTest.java 31 * JDWP Unit test for combined EXCEPTION events.
40 * Tests combined EXCEPTION events for caught exception. It runs the
49 * Tests combined EXCEPTION events for uncaught exception. It runs the
58 * Tests combined EXCEPTION events. It runs the CombinedExceptionEventsDebuggee
  /external/autotest/site_utils/docgen/
fs_find_tests.py 10 of test_importer.py and combined with this.
  /external/chromium-trace/catapult/tracing/third_party/mannwhitneyu/
mannwhitneyu.js 51 combined = [],
54 combined.push({
60 combined.push({
65 ranked = this.fractional(combined, 'val');
  /external/clang/test/CodeGen/
mips-type-sizes-int128.c 8 // N32/N64 behave the same way so their tests have been combined into NEW
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
FuturesCombineBenchmark.java 115 ListenableFuture<Integer> combined = impl.combine(callable, INLINE_EXECUTOR, futures);
119 sum += combined.get();
131 ListenableFuture<Integer> combined = impl.combine(callable, INLINE_EXECUTOR, futures);
135 sum += combined.get();
  /external/llvm/test/CodeGen/AArch64/
aarch64-wide-shuffle.ll 9 ; but only match the last three instructions as the first two could be combined to
arm64-dagcombiner-dead-indexed-load.ll 10 ; This is a read-modify-write of some bifields combined into an i48. It gets
  /external/llvm/test/Transforms/InstCombine/
load-combine-metadata.ll 6 ; Check that range and AA metadata is combined
  /external/replicaisland/src/com/replica/replicaisland/
PhasedObject.java 20 * A basic object that adds an execution phase. When PhasedObjects are combined with
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_capture_types.h 35 // The screen id corresponds to all screen combined together.
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
packet_loss_stats.h 38 // Queries the number of packets lost in multiple packet loss events. Combined
  /frameworks/data-binding/integration-tests/MultiModuleTestApp/app/
build.gradle 47 println "combined ${dataBindingConfig.testGroup}.independent-library:${dataBindingConfig.version}"
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
_index.html 27 <dd>Shows how various Action Bar display option flags can be combined and their effects.</dd>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
incpath.h 1 /* Set up combined include path for the preprocessor.
  /external/chromium-trace/catapult/dashboard/dashboard/
list_tests.py 60 Each bot may have different sub-tests available, but there is one combined
76 combined = {}
82 combined = _MergeSubTestsDict(combined, cached)
90 combined = _MergeSubTestsDict(combined, sub_tests)
91 return combined
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java 103 + "| [-s <combined format input]"
105 + " [-o <combined output>] [-t <code point table switch: on/off/auto>]"
109 + " Source can be a binary dictionary file or a combined format file.\n"
111 + " combined format outputs are supported.";
239 * Read a dictionary from the name of a combined file.
241 * @param combinedFilename the name of the file in the combined format.
302 * Write the dictionary in the combined format to the specified filename.
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
common.py 181 combined = []
183 combined.extend(value)
184 return combined
199 combined = []
201 combined.append(value)
202 return combined
225 combined = set()
227 combined.update(value)
228 return list(combined)
  /external/harfbuzz_ng/src/
gen-use-table.py 53 combined = {} variable
56 if i >= 2 and not u in combined:
58 if not u in combined:
59 combined[u] = list (defaults)
60 combined[u][i] = v
61 combined = {k:v for k,v in combined.items() if v[3] not in BLACKLISTED_BLOCKS} variable
62 data = combined
63 del combined
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 121 if ( grammar.type==Grammar.LEXER || grammar.type==Grammar.COMBINED ) {
152 if ( grammar.type==Grammar.COMBINED || grammar.type==Grammar.LEXER ) {
153 // only call this rule an alias if combined or lexer
230 if ( grammar.getGrammarIsMaster() && grammar.type==Grammar.COMBINED ) {
232 System.out.println("delegates in master combined: "+delegates);
258 // if string referenced in combined grammar parser rule,
  /external/deqp/modules/gles2/functional/
es2fRandomShaderTests.cpp 67 tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests");
98 tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests");
192 tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests");
  /external/deqp/modules/gles3/functional/
es3fRandomShaderTests.cpp 69 tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests");
100 tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests");
194 tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests");
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 93 boolean combined; local
100 combined =
104 if ((mask & GL_DEPTH_BUFFER_BIT) || combined) {
105 /* resolve depth and, if combined and requested, stencil as well */
110 if (combined && (mask & GL_STENCIL_BUFFER_BIT)) {
295 /* Blitting depth and stencil values between combined

Completed in 2107 milliseconds

1 2 3 45 6 7 8 91011>>