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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 51 String[] combined = new String[extraFragments.length + graphicsFragments.length]; local
52 System.arraycopy(graphicsFragments, 0, combined, 0, graphicsFragments.length);
53 System.arraycopy(extraFragments, 0, combined, graphicsFragments.length,
57 currentIndex, 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/webkit/Source/WebCore/platform/graphics/cairo/
CairoUtilities.cpp 148 cairo_matrix_t combined; local
149 cairo_matrix_multiply(&combined, &patternMatrix, &phaseMatrix);
150 cairo_matrix_invert(&combined);
151 cairo_pattern_set_matrix(pattern, &combined);
  /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'
  /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;
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 157 final String combined; local
158 // We need to show company and title in a combined string. However, if the
162 combined = displayNameIsOrganization ? null : title;
165 combined = displayNameIsOrganization ? null : company;
168 combined = title;
170 combined = context.getString(
177 if (!TextUtils.isEmpty(combined)) {
178 return combined;
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 240 * to combined output character.
355 * key is a "dead key" that should be combined with another to
481 * @return The combined character, or 0 if the characters cannot be combined.
490 int combined; local
492 combined = sDeadKeyCache.get(combination, -1);
493 if (combined == -1) {
498 combined = result.length() == 1 ? result.charAt(0) : 0;
499 sDeadKeyCache.put(combination, combined);
502 return combined;
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsCollection.java 56 * Collection of {@link NetworkStatsHistory}, stored based on combined key of
145 final NetworkStatsHistory combined = new NetworkStatsHistory( local
152 combined.recordHistory(entry.getValue(), start, end);
155 return combined;
441 // only migrate combined TAG_NONE history
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c 3275 token_t *combined = NULL; local
    [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 2430 String [] combined = new String[presize + usersize]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 453 milliseconds