HomeSort by relevance Sort by last modified time
    Searched full:combined (Results 376 - 400 of 2458) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 2128 combined_entry_type *combined = coffsymbol (symbol)->native; local
    [all...]
  /art/runtime/
intern_table.cc 417 UnorderedSet combined; local
419 table_to_write = &combined;
422 combined.Insert(string);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
RubyTarget.java 312 that are printed in both lexer and parser files from combined grammars.
341 if ( grammar.type == Grammar.COMBINED ) {
454 case Grammar.COMBINED:
  /external/google-breakpad/src/testing/scripts/
gmock-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/llvm/tools/llvm-lto/
llvm-lto.cpp 65 cl::desc("Only write combined global index for ThinLTO backends"));
210 /// Create a combined index file from the input IR files and write it.
212 /// This is meant to enable testing of ThinLTO combined index generation,
  /external/vboot_reference/host/lib/
crossystem.c 216 "TPM combined version at start=0x%08x\n"
217 "Lowest combined version from firmware=0x%08x\n",
297 " Combined version=0x%08x\n"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 186 // The way the children are combined will depend on the direction.
217 * connected and compute the combined margin in that direction.
329 // return the combined padding
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 330 // if they want backtracking and it's not a lexer rule in combined grammar
337 !( grammarType == Grammar.COMBINED &&
473 | gr='grammar' {grammarType=Grammar.COMBINED; grammar.type = Grammar.COMBINED;} // merged parser/lexer
789 // ignore for lexer rules in combined
790 -> {grammarType == Grammar.COMBINED && Rule.getRuleType(currentRuleName) == Grammar.LEXER}? ^(SYNPRED[$start,"=>"] block)
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Stage.java 126 batch.setProjectionMatrix(camera.combined);
167 debugShapes.setProjectionMatrix(viewport.getCamera().combined);
775 /** If true, debug is enabled only for the actor under the mouse. Can be combined with {@link #setDebugAll(boolean)}. */
785 /** If true, debug is enabled only for the parent of the actor under the mouse. Can be combined with
797 * be combined with {@link #setDebugAll(boolean)}.
809 /** If true, debug is enabled only for the first ascendant of the actor under the mouse that is a table. Can be combined with
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
project.pbxproj     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AggregateSummaryStatistics.java 293 * StatisticalSummary over the combined dataset.
299 * @return summary statistics for the combined dataset
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
DescendantIterator.java 190 // These three statements need to be combined into one operation.
248 // These two statements need to be combined into one operation.
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
ip4.py 181 this iprange if combined. An ip-ip pair is returned in string form
192 this iprange if combined. An IP/Mask pair is returned in string form
  /external/deqp/framework/common/
tcuTextureUtil.hpp 163 //! for combined depth stencil accesses and for sampler set to sample stencil returns
164 //! stencil access. Identity for non-combined formats.
  /external/junit/src/org/junit/runners/
ParentRunner.java 148 * always executed: exceptions thrown by previous steps are combined, if
178 * always executed: exceptions thrown by previous steps are combined, if
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_a9.s 181 vsub.s16 q6, q2, q3 @x0-x3 and x1-x2 combined
182 vadd.s16 q5, q2, q3 @x0 + x3 and x1+x2 combined
206 vsub.s16 q11, q7, q8 @x0-x3 and x1-x2 combined
207 vadd.s16 q10, q7, q8 @x0 + x3 and x1+x2 combined
355 vsub.s16 q6, q2, q3 @x0-x3 and x1-x2 combined
357 vadd.s16 q5, q2, q3 @x0 + x3 and x1+x2 combined
381 vsub.s16 q11, q7, q8 @x0-x3 and x1-x2 combined
383 vadd.s16 q10, q7, q8 @x0 + x3 and x1+x2 combined
    [all...]
  /external/libvorbis/doc/
oggstream.html 101 <p>Multiple logical bitstreams can be combined (with restrictions) into a
106 order from multiple logical bitstreams and combined into a single
  /external/webrtc/webrtc/p2p/base/
transport.h 49 // once /talk/ and /webrtc/ are combined, and also switch to ENUM_NAME naming
73 // once /talk/ and /webrtc/ are combined, and also switch to ENUM_NAME naming
  /frameworks/support/transition/ics/android/support/transition/
FadePort.java 62 * operate on targets that are appearing. Maybe be combined with
69 * operate on targets that are disappearing. Maybe be combined with
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
TestUtilsMatchers.java 117 * Returns a matcher that matches <code>View</code>s whose combined background starting
134 // Create a bitmap with combined backgrounds of the view and its ancestors.
  /system/core/include/utils/
BlobCache.h 42 // maxValueSize, respectively. The total combined size of ALL cache entries
234 // mTotalSize is the total combined size of all keys and values currently in
  /toolchain/binutils/binutils-2.25/gas/doc/
c-bfin.texi 113 are combined. Normally a comma separates the different parts, as in
119 The second case occurs when a general instruction is combined with one
  /art/tools/ahat/src/
Site.java 151 // Get the combined size of the site for all heaps.
  /build/core/
ninja.mk 133 COMBINED_BUILD_NINJA := $(OUT_DIR)/combined$(KATI_NINJA_SUFFIX).ninja
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
ParallelSensorOperation.java 38 * class can be combined to compose complex {@link SensorOperation}s.

Completed in 1652 milliseconds

<<11121314151617181920>>