HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 176 - 200 of 2000) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/emma/ant/ant14/com/vladium/emma/ant/
SuppressableTask.java 117 return IProperties.Factory.combine (verbositySettings,
118 IProperties.Factory.combine (genericSettings,
  /external/emma/ant/ant14/com/vladium/emma/report/
reportTask.java 60 // combine report and all generic settings:
68 settings = IProperties.Factory.combine (reportSettings, taskSettings);
  /external/guava/guava-tests/test/com/google/common/collect/
BstTesting.java 82 public SimpleNode combine(BstNodeFactory<SimpleNode> nodeFactory, @Nullable SimpleNode left,
91 left, left.childOrNull(LEFT), combine(nodeFactory, left.childOrNull(RIGHT), right));
  /external/libvpx/libvpx/test/
codec_factory.h 139 ::testing::Combine( \
221 ::testing::Combine( \
  /frameworks/base/docs/html/design/patterns/
multi-pane-layouts.jd 16 <p><em>Panels</em> are a great way for your app to achieve this. They allow you to combine multiple views into
27 <p>Because tablets have more screen real estate than phones, you can use panels to combine the related
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Event.java 39 // A dead key, which means a character that should combine with what is coming next. Examples
43 // key - a dead key followed by another key with which it can combine should be regarded as if
  /external/chromium_org/third_party/lcov/man/
lcov.1 109 Specify several tracefiles using the \-a switch to combine the coverage data
185 be used to prevent attempts to combine coverage data from different source
233 and want to combine it with data from a more current version.
353 Combine this data file (using lcov \-a) with coverage data files captured
377 4. combine baseline and test coverage data
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 268 /** We need to combine operations and report invalid operations (like
273 * I.i.u I.i.v combine: Iivu
283 * R.x-y.v I.x.u R.x-y.uv (combine, delete I)
298 * 1. for any inserts to same index, combine even if not adjacent.
299 * 2. for any prior replace with same left boundary, combine this
356 // combine current insert with prior if any at same index
360 if ( prevIop.index == iop.index ) { // combine objects
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 445 /** We need to combine operations and report invalid operations (like
450 * I.i.u I.i.v combine: Iivu
460 * R.x-y.v I.x.u R.x-y.uv (combine, delete I)
475 * 1. for any inserts to same index, combine even if not adjacent.
476 * 2. for any prior replace with same left boundary, combine this
539 // combine current insert with prior if any at same index
543 if (prevIop.index == iop.index) { // combine objects
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.m 511 /** We need to combine operations and report invalid operations (like
516 * I.i.u I.i.v combine: Iivu
526 * R.x-y.v I.x.u R.x-y.uv (combine, delete I)
541 * 1. for any inserts to same rwIndex, combine even if not adjacent.
542 * 2. for any prior replace with same left boundary, combine this
605 // combine current insert with prior if any at same rwIndex
609 if ( prevIop.rwIndex == iop.rwIndex ) { // combine objects
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorEventOrderingTests.java 39 * - a static method that will combine both and add test case instances to the test suite
  /dalvik/dx/src/com/android/dx/ssa/
MoveParamCombiner.java 28 * Combine identical move-param insns, which may result from Ropper's
  /external/chromium_org/chrome_frame/
combine_libs.py 8 '''This script makes it easy to combine libs and object files to a new lib,
  /external/chromium_org/components/autofill/core/browser/
phone_number.h 51 // The class used to combine home phone parts into a whole number.
  /external/chromium_org/components/webdata/common/
web_data_service_base.h 36 // TODO(joi): Should we combine this with WebDatabaseService::InitCallback?
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
combine-javascript-resources.pl 26 # Script to combine multiple JavaScript files into one file, based on
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCombineText.cpp 95 // CSS3 spec says text-combine works only in vertical writing mode.
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.h 52 // FIXME: Combine this with the other getTickmarks method
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.cpp 66 // paint rects exceeds this threshold, then we will combine the paint rects.
179 // Combine paint rects if their combined area is not sufficiently less than
199 // Combine overlapping paints using smallest bounding box.
343 // Combine paint rects do to at most two rects: one inside the scrollRect
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
misc.py 77 """Combine a list of regexes into one that matches any of them."""
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
space_test.cpp 76 testing::Combine(testing::ValuesIn(kSpaceChars),
  /external/chromium_org/third_party/mesa/src/scons/
source_list.py 95 # combine with previous lines
  /external/clang/tools/diag-build/
diag-build.sh 91 # Combine lines with trailing backslashes
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
MoveParamCombiner.java 30 * Combine identical move-param insns, which may result from Ropper's
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
SentinelScroller.java 73 // Combine with parentFinder to make childFinder absolute

Completed in 1403 milliseconds

1 2 3 4 5 6 78 91011>>