HomeSort by relevance Sort by last modified time
    Searched refs:combined (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /cts/
CtsCoverage.mk 36 cts-combined-coverage-report := $(coverage_out)/combined-coverage.html
59 $(cts-combined-coverage-report): PRIVATE_TEST_CASES_APKS := $(cts_coverage_test_cases_dependencies)
60 $(cts-combined-coverage-report): PRIVATE_CTS_API_COVERAGE_EXE := $(cts_api_coverage_exe)
61 $(cts-combined-coverage-report): PRIVATE_DEXDEPS_EXE := $(dexdeps_exe)
62 $(cts-combined-coverage-report): PRIVATE_API_XML_DESC := $(api_xml_description)
63 $(cts-combined-coverage-report) : $(cts_coverage_test_cases_dependencies) $(cts_api_coverage_dependencies) | $(ACP)
64 $(call generate-coverage-report,"CTS Combined API Coverage Report",\
73 .PHONY: cts-combined-coverage
74 cts-combined-coverage : $(cts-combined-coverage-report
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 52 String[] combined = new String[extraFragments.length + graphicsFragments.length]; local
53 System.arraycopy(graphicsFragments, 0, combined, 0, graphicsFragments.length);
54 System.arraycopy(extraFragments, 0, combined, graphicsFragments.length,
58 currentIndex, combined);
  /external/chromium_org/components/policy/core/common/
schema_registry_unittest.cc 131 CombinedSchemaRegistry combined; local
132 EXPECT_TRUE(combined.IsReady());
137 TEST(SchemaRegistryTest, Combined) {
145 CombinedSchemaRegistry combined; local
146 combined.AddObserver(&observer);
156 combined.Track(registry1.get());
161 combined.Track(registry2.get());
164 // Adding the same component to the combined registry itself triggers
167 combined.RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "abc"),
177 // If the same component is published in 2 sub-registries then the combined
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.h 118 SkMatrix combined; local
120 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1,
124 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1,
128 combined.preConcat(fViewMatrix);
129 GrGLGetMatrix<Size>(destMatrix, combined);
GrGLProgramEffects.cpp 119 SkMatrix combined; local
122 combined.setConcat(coordTransform.getMatrix(), drawEffect.getCoordChangeMatrix());
124 combined = coordTransform.getMatrix();
127 // combined.postScale(1,-1);
128 // combined.postTranslate(0,1);
129 combined.set(SkMatrix::kMSkewY,
130 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]);
131 combined.set(SkMatrix::kMScaleY,
132 combined[SkMatrix::kMPersp1] - combined[SkMatrix::kMScaleY])
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgram.h 118 SkMatrix combined; local
120 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1,
124 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1,
128 combined.preConcat(fViewMatrix);
129 GrGLGetMatrix<Size>(destMatrix, combined);
GrGLProgramEffects.cpp 119 SkMatrix combined; local
122 combined.setConcat(coordTransform.getMatrix(), drawEffect.getCoordChangeMatrix());
124 combined = coordTransform.getMatrix();
127 // combined.postScale(1,-1);
128 // combined.postTranslate(0,1);
129 combined.set(SkMatrix::kMSkewY,
130 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]);
131 combined.set(SkMatrix::kMScaleY,
132 combined[SkMatrix::kMPersp1] - combined[SkMatrix::kMScaleY])
    [all...]
  /external/harfbuzz_ng/src/
gen-indic-table.py 45 combined = {} variable
48 if i == 2 and not u in combined:
50 if not u in combined:
51 combined[u] = list (defaults)
52 combined[u][i] = v
53 combined = {k:v for k,v in combined.items() if v[2] not in BLACKLISTED_BLOCKS} variable
54 data = combined
55 del combined
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log_c.cc 30 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
31 if (combined.size() >= combined_len) return NULL;
32 std::copy(combined.begin(), combined.end(), combined_name);
33 combined_name[combined.size()] = '\0';
  /external/webrtc/src/system_wrappers/source/
data_log_c.cc 32 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
33 if (combined.size() >= combined_len) return NULL;
34 std::copy(combined.begin(), combined.end(), combined_name);
35 combined_name[combined.size()] = '\0';
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 283 * @return the combined image
288 Image combined = mErrorIcons.get(image); local
289 if (combined != null) {
290 return combined;
296 Image combined = new ErrorImageComposite(image, false).createImage(); local
297 mErrorIcons.put(image, combined);
299 return combined;
308 * @return the combined image
313 Image combined = mWarningIcons.get(image); local
314 if (combined != null)
321 Image combined = new ErrorImageComposite(image, true).createImage(); local
    [all...]
  /external/chromium_org/tools/perf/benchmarks/
peacekeeper.py 61 # Calculate geometric mean as the total for the combined tests.
62 combined = merge_values.MergeLikeValuesFromDifferentPages(
65 combined_score = [x for x in combined if x.name == 'Score'][0]
dom_perf.py 61 # Now give the geometric mean as the total for the combined runs.
62 combined = merge_values.MergeLikeValuesFromDifferentPages(
65 combined_score = [x for x in combined if x.name == SCORE_TRACE_NAME][0]
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_linux.conf 121 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 242 * to combined output character.
357 * key is a "dead key" that should be combined with another to
485 * @return The combined character, or 0 if the characters cannot be combined.
501 int combined; local
503 combined = sDeadKeyCache.get(combination, -1);
504 if (combined == -1) {
509 combined = result.codePointCount(0, result.length()) == 1
511 sDeadKeyCache.put(combination, combined);
514 return combined;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDisplayUtils.java 128 final String combined; local
129 // We need to show company and title in a combined string. However, if the
133 combined = displayNameIsOrganization ? null : title;
136 combined = displayNameIsOrganization ? null : company;
139 combined = title;
141 combined = context.getString(
148 if (!TextUtils.isEmpty(combined)) {
149 return combined;
  /frameworks/multidex/library/src/android/support/multidex/
MultiDex.java 333 Object[] combined = (Object[]) Array.newInstance( local
335 System.arraycopy(original, 0, combined, 0, original.length);
336 System.arraycopy(extraElements, 0, combined, original.length, extraElements.length);
337 jlrField.set(instance, combined);
400 IOException[] combined = local
403 suppressedExceptions.toArray(combined);
404 System.arraycopy(dexElementsSuppressedExceptions, 0, combined,
406 dexElementsSuppressedExceptions = combined;
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
  /external/chromium_org/net/http/
http_auth_sspi_win.cc 391 void SplitDomainAndUser(const base::string16& combined,
394 // |combined| may be in the form "user" or "DOMAIN\user".
397 size_t backslash_idx = combined.find(L'\\');
400 *user = combined;
402 *domain = combined.substr(0, backslash_idx);
403 *user = combined.substr(backslash_idx + 1);
http_auth_sspi_win_unittest.cc 16 void MatchDomainUserAfterSplit(const std::wstring& combined,
21 SplitDomainAndUser(combined, &actual_domain, &actual_user);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 117 ScriptField_TestScripts_s.Item[] combined; local
118 combined = new ScriptField_TestScripts_s.Item[newTests.length + mIndividualTests.length];
119 System.arraycopy(mIndividualTests, 0, combined, 0, mIndividualTests.length);
120 System.arraycopy(newTests, 0, combined, mIndividualTests.length, newTests.length);
121 mIndividualTests = combined;
  /external/guava/guava/src/com/google/common/util/concurrent/
SimpleTimeLimiter.java 154 StackTraceElement[] combined = ObjectArrays.concat(cause.getStackTrace(), local
156 cause.setStackTrace(combined);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 45 GRAMMAR_TYPES = %w(lexer parser tree combined)
89 elsif combined? then base = name + 'Lexer'
101 elsif combined? then base = name + 'Parser'
116 @type == 'combined' || @type == 'lexer'
120 @type == 'combined' || @type == 'parser'
137 def combined?
138 @type == "combined"
264 @type = $1 || 'combined'
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 46 * ID of a combined notification.
83 * Card combined from potentially multiple groups.
168 * Iterates uncombined notifications in a combined card, determining for
170 * @param {CombinedCard} combinedCard The combined card in question.
189 * Refreshes (shows/hides) the notification corresponding to the combined card
190 * based on the current time and show-hide intervals in the combined card.
193 * @param {CombinedCard} combinedCard Combined cards with
281 * dismissals for the combined card and updated notification data.
300 // Determine which parts of the combined card need to be dismissed or to be
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-parse.y 1008 token_t *combined = NULL;
1018 /* A very few single-character punctuators can be combined
1023 combined = _token_create_ival (token, LEFT_SHIFT, LEFT_SHIFT);
1025 combined = _token_create_ival (token, LESS_OR_EQUAL, LESS_OR_EQUAL);
1029 combined = _token_create_ival (token, RIGHT_SHIFT, RIGHT_SHIFT);
1031 combined = _token_create_ival (token, GREATER_OR_EQUAL, GREATER_OR_EQUAL);
1035 combined = _token_create_ival (token, EQUAL, EQUAL);
1039 combined = _token_create_ival (token, NOT_EQUAL, NOT_EQUAL);
1043 combined = _token_create_ival (token, AND, AND);
1047 combined = _token_create_ival (token, OR, OR)
    [all...]

Completed in 1486 milliseconds

1 2 3 4 5 6