HomeSort by relevance Sort by last modified time
    Searched full:combined (Results 26 - 50 of 1268) sorted by null

12 3 4 5 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/chromium/chrome/common/extensions/docs/images/intermediate/
README.txt 6 full-size images that we reduced or combined to produce the images
  /external/chromium/net/http/
http_auth_sspi_win.h 177 // Splits |combined| into domain and username.
178 // If |combined| is of form "FOO\bar", |domain| will contain "FOO" and |user|
180 // If |combined| is of form "bar", |domain| will be empty and |user| will
183 void SplitDomainAndUser(const string16& combined,
http_auth_sspi_win.cc 394 void SplitDomainAndUser(const string16& combined,
397 // |combined| may be in the form "user" or "DOMAIN\user".
400 size_t backslash_idx = combined.find(L'\\');
403 *user = combined;
405 *domain = combined.substr(0, backslash_idx);
406 *user = combined.substr(backslash_idx + 1);
  /external/clang/test/CodeGen/
mips-constraint-regs.c 31 // 'x': Combined lo/hi registers
  /external/iptables/extensions/
libxt_state.man 1 This module, when combined with connection tracking, allows access to
  /external/kernel-headers/original/linux/
percpu.h 27 * probably be combined with get_cpu()/put_cpu().
  /external/llvm/tools/gold/
README.txt 19 link on x86-64 with a relocation error: PIC and non-PIC can't be combined).
  /external/replicaisland/src/com/replica/replicaisland/
PhasedObject.java 20 * A basic object that adds an execution phase. When PhasedObjects are combined with
  /external/skia/include/core/
SkComposeShader.h 20 This subclass of shader returns the coposition of two other shaders, combined by
  /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);
  /frameworks/base/packages/SystemUI/res/layout/
super_status_bar.xml 20 <!-- This is the combined status bar / notification panel window. -->
  /frameworks/base/packages/SystemUI/res/layout-sw600dp/
super_status_bar.xml 20 <!-- This is the combined status bar / notification panel window. -->
  /libcore/luni/src/main/java/org/apache/harmony/kernel/vm/
StringUtils.java 35 * @return non-null; the combined form
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
incpath.h 1 /* Set up combined include path for the preprocessor.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
incpath.h 1 /* Set up combined include path for the preprocessor.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
incpath.h 1 /* Set up combined include path for the preprocessor.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
incpath.h 1 /* Set up combined include path for the preprocessor.
  /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/Browser/src/com/android/browser/
Bookmarks.java 30 import android.provider.BrowserContract.Combined;
157 Combined.URL + " == ? OR " +
158 Combined.URL + " == ?";
175 final String[] projection = new String[] { Combined.URL };
176 return cr.query(Combined.CONTENT_URI, projection, QUERY_BOOKMARKS_WHERE, selArgs, null);
  /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,
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java 52 Bitmap combined = delta(bitmapWithoutFilter, bitmapWithFilter); local
53 assertUnderline(combined);
  /external/webkit/Source/WebCore/platform/network/
Credential.cpp 31 // combined with the semantics of the String(NSString*) constructor
43 // combined with the semantics of the String(NSString*) constructor

Completed in 2143 milliseconds

12 3 4 5 6 7 8 91011>>