/external/skia/src/core/ |
SkBlitMask_D32.cpp | 345 // exand.. add.. combine 347 // expand..combine add expand..combine 351 #define COMBINE(e0, e1, m) ((((e0) >> 8) & (m)) | ((e1) & ~(m))) 364 // this is slightly slower than the expand/combine version, but it 375 dst[i] = COMBINE(s0 + d0, s1 + d1, rbmask);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
datapart_encode.cpp | 155 BitstreamAppendEnc(bs1, bs2); /* Combine bs1 and bs2 */ 156 BitstreamAppendEnc(bs1, bs3); /* Combine bs1 and bs3 */ 395 status = BitstreamAppendEnc(bs1, bs2); /* Combine with bs2 */ 396 status = BitstreamAppendEnc(bs1, bs3); /* Combine with bs3 */ 453 status = BitstreamAppendEnc(bs1, bs2); /* Combine with bs2 */ 454 status = BitstreamAppendEnc(bs1, bs3); /* Combine with bs3 */
|
/external/emma/core/java12/com/vladium/util/ |
Descriptors.java | 27 public static String combine (final String packageName, final String name, final char separator) method in class:Descriptors 40 return combine (packageName, name, JAVA_NAME_SEPARATOR); 45 return combine (packageName, name, VM_NAME_SEPARATOR);
|
/external/hyphenation/ |
substrings.pl | 91 combine ($newpattab{$newpat}, $pattab{$subpat}); 126 # Combine two patterns, i.e. .ad4der + a2d becomes .a2d4der 128 sub combine { subroutine
|
/development/testrunner/coverage/ |
coverage.py | 197 self._output_root_path, and combine them into a single coverage report. 318 parser = optparse.OptionParser(usage="usage: %prog --combine-coverage") 320 "-c", "--combine-coverage", dest="combine_coverage", default=False, 321 action="store_true", help="Combine coverage results stored given "
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
TokenRewriteStream.cs | 516 /** We need to combine operations and report invalid operations (like 521 * I.i.u I.i.v combine: Iivu 529 * D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right) 535 * R.x-y.v I.x.u R.x-y.uv (combine, delete I) 550 * 1. for any inserts to same index, combine even if not adjacent. 551 * 2. for any prior replace with same left boundary, combine this 613 // D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right) 639 // combine current insert with prior if any at same index 645 { // combine objects
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
TokenRewriteStream.java | 407 /** We need to combine operations and report invalid operations (like 412 * I.i.u I.i.v combine: Iivu 420 * D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right) 426 * R.x-y.v I.x.u R.x-y.uv (combine, delete I) 441 * 1. for any inserts to same index, combine even if not adjacent. 442 * 2. for any prior replace with same left boundary, combine this 495 // D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right) 516 // combine current insert with prior if any at same index 520 if ( prevIop.index == iop.index ) { // combine objects
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
PredicateLabel.java | 36 * may have to combine a bunch of them as it collects predicates from
|
/external/bison/build-aux/ |
javaexec.sh.in | 32 # Combine given CLASSPATH and configured CLASSPATH.
|
/external/checkpolicy/ |
checkmodule.8 | 18 semodule_package to combine this module with its optional file
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-param-util-generated.h.pump | 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support. 39 // and at most $maxtuple arguments in Combine. Please contact 41 // Please note that the number of arguments to Combine is limited 258 // Helper classes providing Combine() with polymorphic features. They allow
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_page_handler.h | 89 // Used to combine suggestions from various sources.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
sync_file_system_custom_bindings.js | 98 // Combine into a single dictionary.
|
/external/chromium_org/content/renderer/ |
paint_aggregator.cc | 40 // paint rects exceeds this threshold, then we will combine the paint rects. 99 // Combine paint rects if their combined area is not sufficiently less than 118 // Combine overlapping paints using smallest bounding box. 259 // Combine paint rects do to at most two rects: one inside the scroll_rect
|
/external/chromium_org/ipc/ |
ipc_channel_reader.cc | 51 // Possibly combine with the overflow buffer to make a larger buffer.
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-param-util-generated.h.pump | 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support. 39 // and at most $maxtuple arguments in Combine. Please contact 41 // Please note that the number of arguments to Combine is limited 258 // Helper classes providing Combine() with polymorphic features. They allow
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
FontFallbackList.h | 79 // FIXME: It should be possible to combine fontSelectorVersion and generation.
|
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.h | 86 UChar32 combine(const Norm &norm, UChar32 trail) const;
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-param-util-generated.h.pump | 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support. 39 // and at most $maxtuple arguments in Combine. Please contact 41 // Please note that the number of arguments to Combine is limited 258 // Helper classes providing Combine() with polymorphic features. They allow
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
p3-1y.cpp | 42 decltype(auto) int r; // expected-error {{cannot combine with previous 'decltype(auto)' declaration specifier}} expected-error {{requires an initializer}}
|
/external/clang/test/Sema/ |
types.c | 27 int __int128; // expected-error {{cannot combine with previous}} expected-warning {{does not declare anything}}
|
/external/gtest/include/gtest/internal/ |
gtest-param-util-generated.h.pump | 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support. 39 // and at most $maxtuple arguments in Combine. Please contact 41 // Please note that the number of arguments to Combine is limited 258 // Helper classes providing Combine() with polymorphic features. They allow
|
/external/icu4c/tools/gennorm2/ |
n2builder.h | 86 UChar32 combine(const Norm &norm, UChar32 trail) const;
|
/external/iptables/extensions/ |
libxt_quota2.man | 32 Because counters in quota2 can be shared, you can combine them for various
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
StripInfo.java | 293 // Combine the forward and backwards stripification lists and put into our own face vector
294 combine(forwardFaces, backwardFaces);
method 299 // Combine()
303 void combine(FaceInfoVec forward, FaceInfoVec backward){
method in class:StripInfo
|