HomeSort by relevance Sort by last modified time
    Searched refs:addClause (Results 1 - 25 of 37) sorted by null

1 2

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
SelectionBuilderTest.java 30 assertEquals(null, new SelectionBuilder("").addClause(null).build());
31 assertEquals(null, new SelectionBuilder(null).addClause("").build());
32 assertEquals(null, new SelectionBuilder(null).addClause("").addClause(null).build());
38 .addClause("B=bar")
39 .addClause("C='1'")
44 .addClause("")
45 .addClause("B")
46 .addClause(null)
47 .addClause("C"
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
SelectionBuilder.java 38 addClause(baseSelection);
45 public SelectionBuilder addClause(String clause) {
54 * {@link #addClause(String)}. Returns null if no clause has been added or
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 265 if (addClause(clauseList, input, stem, null, terminal, all)) {
299 if (addClause(clauseList, input, stem, fzk, terminal, all)) {
321 private boolean addClause(LinkedList<WnnClause> clauseList, String input, WnnWord stem, WnnWord fzk,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentProvider.java 170 selectionBuilder.addClause(getPackageRestrictionClause(true/*isQuery*/));
185 selectionBuilder.addClause(getPackageRestrictionClause(false/*isQuery*/));
200 selectionBuilder.addClause(getPackageRestrictionClause(false/*isQuery*/));
CallLogProvider.java 251 selectionBuilder.addClause(EXCLUDE_HIDDEN_SELECTION);
259 selectionBuilder.addClause(getEqualityClause(Calls._ID,
419 selectionBuilder.addClause(getEqualityClause(Calls._ID, parseCallIdFromUri(uri)));
495 selectionBuilder.addClause(EXCLUDE_VOICEMAIL_SELECTION);
ContactMetadataProvider.java 143 selectionBuilder.addClause(getEqualityClause(MetadataSync._ID,
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 475 LPI->addClause(EHSel->getArgOperand(j));
478 LPI->addClause(GV->getInitializer());
495 LPI->addClause(ConstantArray::get(AType, TyInfo));
506 LPI->addClause(EHSel->getArgOperand(j));
509 LPI->addClause(GV->getInitializer());
Core.cpp     [all...]
Instructions.cpp 244 void LandingPadInst::addClause(Value *Val) {
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 828 LPadInst->addClause(handler.Type.RTTI);
836 LPadInst->addClause(getCatchAllValue(*this));
853 LPadInst->addClause(FilterArray);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 100 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j)));
103 LPI->addClause(GV->getInitializer());
120 LPI->addClause(ConstantArray::get(AType, TyInfo));
131 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j)));
134 LPI->addClause(GV->getInitializer());
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
org.sat4j.pb_2.3.5.v20130525.jar 
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 515 L->addClause(LPI->getClause(i));
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 533 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 1847 milliseconds

1 2