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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayerTransform.cpp 28 , m_dirty(false) // false by default since all default values would be combined as the identity matrix
81 TransformationMatrix GraphicsLayerTransform::combined() function in class:WebCore::GraphicsLayerTransform
  /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);
  /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...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 217 SkMatrix combined; local
218 combined.setConcat(matrix, coordChangeMatrix);
220 // combined.postScale(1,-1);
221 // combined.postTranslate(0,1);
222 combined.set(SkMatrix::kMSkewY,
223 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]);
224 combined.set(SkMatrix::kMScaleY,
225 combined[SkMatrix::kMPersp1] - combined[SkMatrix::kMScaleY])
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
SimpleTimeLimiter.java 154 StackTraceElement[] combined = ObjectArrays.concat(cause.getStackTrace(), local
156 cause.setStackTrace(combined);
  /external/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 217 SkMatrix combined; local
218 combined.setConcat(matrix, coordChangeMatrix);
220 // combined.postScale(1,-1);
221 // combined.postTranslate(0,1);
222 combined.set(SkMatrix::kMSkewY,
223 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]);
224 combined.set(SkMatrix::kMScaleY,
225 combined[SkMatrix::kMPersp1] - combined[SkMatrix::kMScaleY])
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java 52 Bitmap combined = delta(bitmapWithoutFilter, bitmapWithFilter); local
53 assertUnderline(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/third_party/mesa/src/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/harfbuzz_ng/src/
gen-indic-table.py 47 combined = {} variable
50 if i == 2 and not u in combined:
52 if not u in combined:
53 combined[u] = list (defaults)
54 combined[u][i] = v
55 data = combined
56 del combined
  /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
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 202 String combined = base.substring(0, base.lastIndexOf('/') + 1) + path; local
203 return UrlUtils.canonicalizePath(combined, true);
  /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/chromium_org/crypto/
openpgp_symmetric_encryption.cc 105 const std::string combined = salt.as_string() + passphrase.as_string(); local
106 const size_t combined_len = combined.size();
124 reinterpret_cast<const uint8*>(combined.data()),
129 reinterpret_cast<const uint8*>(combined.data()),
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 158 final String combined; local
159 // We need to show company and title in a combined string. However, if the
163 combined = displayNameIsOrganization ? null : title;
166 combined = displayNameIsOrganization ? null : company;
169 combined = title;
171 combined = context.getString(
178 if (!TextUtils.isEmpty(combined)) {
179 return combined;
  /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...]
  /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...]
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsCollection.java 57 * Collection of {@link NetworkStatsHistory}, stored based on combined key of
146 final NetworkStatsHistory combined = new NetworkStatsHistory( local
153 combined.recordHistory(entry.getValue(), start, end);
156 return combined;
442 // only migrate combined TAG_NONE history
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 3475 token_t *combined = NULL; local
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 866 Register combined = ecx; local
867 ASSERT(!left.is(combined) && !right.is(combined));
875 combined = right;
885 __ mov(combined, right);
886 __ or_(combined, left);
897 combined = right;
906 __ JumpIfNotSmi(combined, &not_smis);
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 1238 Register combined = ecx; local
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 2639 String [] combined = new String[presize + usersize]; local
    [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 

Completed in 1104 milliseconds

1 2