/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/systrace/profile_chrome/ |
flags.py | 11 ' can also capture a combined Chrome + systrace by '
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/ |
out-of-order-keyframes.html | 17 }, 'Auto offsets combined with out-of-order properties should not work');
|
/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}"
|
/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 77 combined = {} 83 combined = _MergeSubTestsDict(combined, cached) 92 combined = _MergeSubTestsDict(combined, sub_tests) 93 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
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
Styles.java | 101 * Returns a combined style from the given styles. 105 * @return combined style or <code>null</code> if no style is given
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
IsometricTileTest.java | 100 cache.setProjectionMatrix(cam.combined);
106 renderer.setProjectionMatrix(cam.combined);
|