HomeSort by relevance Sort by last modified time
    Searched full:combined (Results 251 - 275 of 2483) sorted by null

<<11121314151617181920>>

  /frameworks/support/transition/src/android/support/transition/
Fade.java 57 * operate on targets that are appearing. Maybe be combined with
64 * operate on targets that are disappearing. Maybe be combined with
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
CombinerChain.java 41 // The already combined text, as described above
55 * @param initialText The text that has already been combined so far.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
predict.def 38 DEF_PREDICTOR (PRED_COMBINED, "combined", PROB_ALWAYS, 0)
43 /* A combined heuristics using probability determined by first
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.h 61 structure, with leaf expressions combined by logical ORs at the
62 lower level, and the results then combined by logical ANDs at the
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 204 self.grammarType = 'combined'
207 assert self.grammarType in ('lexer', 'parser', 'tree', 'combined'), self.grammarType
370 grammarType = 'combined'
373 assert grammarType in ('lexer', 'parser', 'tree', 'combined'), grammarType
409 if grammarType == 'combined':
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEvents003Test.java 38 * JDWP Unit test for possible combined (co-located) events:
153 logWriter.println("=> Try to receive and check combined events: "
242 .println("=> Combined events are received. Check events..");
283 logWriter.println("=> Chcek location for combined event N " + (i+1)
337 logWriter.println("=> OK - all combined events have expected location!");
  /external/llvm/tools/gold/
gold-plugin.cpp 137 // the information from intermediate files and write a combined
433 // Later we simply build a combined index file after all files are claimed.
860 // If we are doing ThinLTO compilation, simply build the combined
893 std::unique_ptr<Module> Combined(new Module("ld-temp.o", Context));
894 IRMover L(*Combined);
915 GlobalValue *GV = Combined->getNamedValue(Name.first());
921 GlobalValue *GV = Combined->getNamedValue(Name.first());
938 saveBCFile(path, *Combined);
943 codegen(std::move(Combined));
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NameSpaceChecker.java 123 * If you ref ID in a combined grammar and don't define ID as a lexer rule
145 if ( grammar.type==Grammar.COMBINED ) {
146 // if we're a combined grammar, we know which token IDs have no
RuleLabelScope.java 75 predefinedRulePropertiesScope, // COMBINED
  /external/google-breakpad/src/testing/gtest/scripts/
gtest-config.in 24 compiler flag queries may be combined as desired but not mixed. Different
25 version queries are always combined with logical "and" semantics, and only the
28 Compiler flag queries output the union of the sets of flags when combined.
  /external/protobuf/gtest/scripts/
gtest-config.in 24 compiler flag queries may be combined as desired but not mixed. Different
25 version queries are always combined with logical "and" semantics, and only the
28 Compiler flag queries output the union of the sets of flags when combined.
  /external/skia/src/core/
SkGlyphCache.h 221 // combined glyph/x/y id generated by MakeID. If it is just a glyph id
235 // The id arg is a combined id generated by MakeID.
262 // Map from a combined GlyphID and sub-pixel position to a SkGlyph.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
gtest-config.in 24 compiler flag queries may be combined as desired but not mixed. Different
25 version queries are always combined with logical "and" semantics, and only the
28 Compiler flag queries output the union of the sets of flags when combined.
  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 274 * is combined with the stored color (Dest) using the
296 * - incoming pixel's value is combined with the stored color
387 * Specifies how incoming pixels are combined with the pixels
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/
README.md 15 screen." This flag, when combined with the `SYSTEM_UI_FLAG_HIDE_NAVIGATION` and
  /developers/build/prebuilts/gradle/BasicImmersiveMode/
README.md 17 SYSTEM_UI_FLAG_IMMERSIVE system ui flag. When combined with the SYSTEM_UI_FLAG_HIDE_NAVIGATION and SYSTEM_UI_FLAG_FULLSCREEN flags, hides the navigation and status bars and lets your app capture all touch events on the screen.
  /developers/samples/android/ui/window/AdvancedImmersiveMode/
README.md 15 screen." This flag, when combined with the `SYSTEM_UI_FLAG_HIDE_NAVIGATION` and
  /developers/samples/android/ui/window/BasicImmersiveMode/
README.md 17 SYSTEM_UI_FLAG_IMMERSIVE system ui flag. When combined with the SYSTEM_UI_FLAG_HIDE_NAVIGATION and SYSTEM_UI_FLAG_FULLSCREEN flags, hides the navigation and status bars and lets your app capture all touch events on the screen.
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h 57 // non-uniformly scaled to clip space. In practice the transforms are combined
  /docs/source.android.com/src/devices/audio/
testing_circuit.jd 39 When combined with a dual-channel oscilloscope and suitable test app,
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 73 /** Remove any lexer rules from a COMBINED; already passed to lexer */
75 if ( grammar.type != Grammar.COMBINED ) {
121 | ^( COMBINED_GRAMMAR {grammar.type = Grammar.COMBINED;} grammarSpec )
222 if ( Rule.getRuleType(name) == Grammar.LEXER && grammar.type==Grammar.COMBINED )
  /external/autotest/contrib/virt/
README 39 from koji build. This will be combined with
  /external/chromium-trace/catapult/systrace/bin/
adb_profile_chrome_startup 36 'from Android browsers startup, combined with '
  /external/chromium-trace/catapult/systrace/profile_chrome/
profiler.py 47 result = (output or 'chrome-combined-trace-%s.zip' %
  /external/curl/docs/libcurl/opts/
CURLOPT_POSTFIELDS.3 59 \fICURLOPT_HTTPPOST(3)\fP option combined with \fIcurl_formadd(3)\fP.

Completed in 1397 milliseconds

<<11121314151617181920>>