HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 76 - 100 of 1264) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/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/clang/test/Parser/
cxx-decl.cpp 111 typedef Class1<Class2> Type1; // expected-error {{cannot combine with previous 'class' declaration specifier}}
  /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
  /external/llvm/test/CodeGen/ARM/
2011-11-28-DAGCombineBug.ll 4 ; DAG combine increases loads from packed types. ARM load / store optimizer then
  /external/llvm/test/Transforms/GVN/
rle-must-alias.ll 6 ; The %7 and %4 loads combine to make %DEAD unneeded.
  /external/protobuf/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
241 // Helper classes providing Combine() with polymorphic features. They allow
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
FileRotatorTest.java 96 // first combine should have empty read, but still write data.
101 // second combine should replace contents; should read existing data,
117 // combine first record into file
134 // combine a second time, should leave rotated value untouched, and
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
ssp.h 17 the file, and distribution when not linked into a combine
unistd.h 17 the file, and distribution when not linked into a combine
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
ssp.h 17 the file, and distribution when not linked into a combine
unistd.h 17 the file, and distribution when not linked into a combine
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
ssp.h 17 the file, and distribution when not linked into a combine
unistd.h 17 the file, and distribution when not linked into a combine
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java 52 public static Annotations combine(Annotations a1, Annotations a2) { method in class:Annotations
72 public static Annotations combine(Annotations annotations, method in class:Annotations
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java 52 public static Annotations combine(Annotations a1, Annotations a2) { method in class:Annotations
72 public static Annotations combine(Annotations annotations, method in class:Annotations
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
Annotations.java 52 public static Annotations combine(Annotations a1, Annotations a2) { method in class:Annotations
72 public static Annotations combine(Annotations annotations, method in class:Annotations
  /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));

Completed in 348 milliseconds

1 2 34 5 6 7 8 91011>>