Searched defs:Helper (Results 1 - 25 of 28) sorted by relevance

12

/external/libvorbis/doc/
H A D09-helper.tex4 \section{Helper equations} \label{vorbis:spec:helper}
/external/toolchain-utils/bestflags/
H A Dpipeline_worker.py21 def Helper(stage, done_dict, helper_queue, completed_queue, result_queue): function
22 """Helper that filters duplicate tasks.
/external/testng/src/test/java/test/thread/
H A DHelper.java6 public class Helper { class
/external/webrtc/webrtc/base/
H A Dcallback.h85 struct Helper : RefCountInterface { struct in class:rtc::Callback0
86 virtual ~Helper() {}
89 template <class T> struct HelperImpl : Helper {
96 scoped_refptr<Helper> helper_;
115 struct Helper : RefCountInterface { struct in class:rtc::Callback1
116 virtual ~Helper() {}
119 template <class T> struct HelperImpl : Helper {
126 scoped_refptr<Helper> helper_;
146 struct Helper : RefCountInterface { struct in class:rtc::Callback2
147 virtual ~Helper() {}
178 struct Helper : RefCountInterface { struct in class:rtc::Callback3
211 struct Helper : RefCountInterface { struct in class:rtc::Callback4
245 struct Helper : RefCountInterface { struct in class:rtc::Callback5
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/jcajce/
H A DJcaSimpleSignerInfoVerifierBuilder.java20 private Helper helper = new Helper();
54 private class Helper class in class:JcaSimpleSignerInfoVerifierBuilder
82 extends Helper
117 extends Helper
H A DJcaSignerInfoVerifierBuilder.java22 private Helper helper = new Helper();
84 private class Helper class in class:JcaSignerInfoVerifierBuilder
112 extends Helper
147 extends Helper
/external/clang/test/CodeGenCXX/
H A Dreference-cast.cpp186 struct Helper { struct in namespace:PR10650
189 unsigned long long test(Helper *obj) {
H A Dstatic-local-in-local-class.cpp34 struct Helper { struct
39 Helper::Execute();
/external/clang/test/SemaTemplate/
H A Dexplicit-specialization-member.cpp53 template<typename T> struct Helper { struct in namespace:PR19340
57 template<typename T> void Helper<T>::func<2>() {} // expected-error {{cannot specialize a member}} \
/external/libmojo/mojo/public/cpp/bindings/
H A Dstl_converters.h64 return Helper<T>::Run(std::move(input));
69 struct Helper {}; struct in struct:mojo::internal::UnwrapTraits
72 struct Helper<U, true> { struct in struct:mojo::internal::UnwrapTraits
84 struct Helper<U, false> { struct in struct:mojo::internal::UnwrapTraits
97 return Helper<K, V>::Run(std::move(input));
105 struct Helper {}; struct in struct:mojo::internal::UnwrapTraits
108 struct Helper<X, Y, true> { struct in struct:mojo::internal::UnwrapTraits
123 struct Helper<X, Y, false> { struct in struct:mojo::internal::UnwrapTraits
161 return Helper<T>::Run(std::move(input));
166 struct Helper {}; struct in struct:mojo::internal::WrapTraits
169 struct Helper<U, true> { struct in struct:mojo::internal::WrapTraits
181 struct Helper<U, false> { struct in struct:mojo::internal::WrapTraits
201 struct Helper {}; struct in struct:mojo::internal::WrapTraits
204 struct Helper<X, Y, true> { struct in struct:mojo::internal::WrapTraits
217 struct Helper<X, Y, false> { struct in struct:mojo::internal::WrapTraits
[all...]
/external/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp17 struct Helper { struct
/external/v8/src/interpreter/
H A Dbytecode-traits.h49 struct Helper { struct in struct:v8::internal::interpreter::OperandScaler
53 struct Helper<false, size, scale> { struct in struct:v8::internal::interpreter::OperandScaler
57 struct Helper<true, size, scale> { struct in struct:v8::internal::interpreter::OperandScaler
62 Helper<OperandTraits<operand_type>::TypeInfoTraits::kIsScalable,
/external/clang/test/Analysis/
H A Dinitializer.cpp92 class Helper { class in class:DefaultConstructorWithCleanups::Element
94 ~Helper();
96 Element(Helper h = Helper());
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp405 static const char *const Helper[NoFPRet] = { local
409 const char *Name = Helper[RV];
H A DMips16ISelLowering.cpp46 const char* Helper; member in struct:__anon13072::Mips16IntrinsicHelperType
470 const Mips16IntrinsicHelperType *Helper = local
473 if (Helper != std::end(Mips16IntrinsicHelper) &&
474 *Helper == IntrinsicFind) {
475 Mips16HelperFunction = Helper->Helper;
/external/libmojo/third_party/jinja2/
H A Dnodes.py113 - :class:`Helper`: helper nodes
251 class Helper(Node): class in inherits:Node
504 class Pair(Helper):
513 class Keyword(Helper):
716 class Operand(Helper):
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp769 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {} argument
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp772 // Helper class for execution engine abstraction
837 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {} argument
1578 // Make the Helper, which holds all the code.
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp677 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {} argument
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp680 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {} argument
/external/clang/lib/AST/
H A DStmtPrinter.cpp39 clang::PrinterHelper* Helper; member in class:__anon1113::StmtPrinter
46 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy) {}
91 if (Helper && Helper->handledStmt(S,OS))
2165 Size->printPretty(s, Helper, Policy);
2571 PrinterHelper *Helper,
2574 StmtPrinter P(OS, Helper, Policy, Indentation);
2570 printPretty(raw_ostream &OS, PrinterHelper *Helper, const PrintingPolicy &Policy, unsigned Indentation) const argument
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc774 struct Helper { struct
777 void (*func)() = Helper::Func;
778 EXPECT_THAT(func, Helper::Func);
779 EXPECT_THAT(func, &Helper::Func);
2041 // Helper to allow easy testing of AllOf matchers with num parameters.
2239 // Helper to allow easy testing of AnyOf matchers with num parameters.
2596 MOCK_METHOD2(Helper, int(char x, int y));
2604 ON_CALL(helper, Helper(_, _))
2607 EXPECT_CALL(helper, Helper(_, _));
2608 EXPECT_CALL(helper, Helper(
[all...]
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc774 struct Helper { struct
777 void (*func)() = Helper::Func;
778 EXPECT_THAT(func, Helper::Func);
779 EXPECT_THAT(func, &Helper::Func);
2041 // Helper to allow easy testing of AllOf matchers with num parameters.
2239 // Helper to allow easy testing of AnyOf matchers with num parameters.
2596 MOCK_METHOD2(Helper, int(char x, int y));
2604 ON_CALL(helper, Helper(_, _))
2607 EXPECT_CALL(helper, Helper(_, _));
2608 EXPECT_CALL(helper, Helper(
[all...]
/external/clang/lib/Analysis/
H A DCFG.cpp42 /// Helper for tryNormalizeBinaryOperator. Attempts to extract an IntegerLiteral
4107 StmtPrinterHelper* Helper; member in class:__anon1140::CFGBlockTerminatorPrint
4112 : OS(os), Helper(helper), Policy(Policy) {
4119 C->printPretty(OS, Helper, Policy);
4124 Terminator->printPretty(OS, Helper, Policy);
4138 C->printPretty(OS, Helper, Policy);
4148 C->printPretty(OS, Helper, Policy);
4154 C->printPretty(OS, Helper, Policy);
4159 Terminator->getCond()->printPretty(OS, Helper, Policy);
4168 Cond->printPretty(OS, Helper, Polic
4219 print_elem(raw_ostream &OS, StmtPrinterHelper &Helper, const CFGElement &E) argument
4334 print_block(raw_ostream &OS, const CFG* cfg, const CFGBlock &B, StmtPrinterHelper &Helper, bool print_edges, bool ShowColors) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1918 const DeclRefExpr *Helper) {
1919 auto VDecl = cast<VarDecl>(Helper->getDecl());
1921 return CGF.EmitLValue(Helper);
3467 static void mapParam(CodeGenFunction &CGF, const DeclRefExpr *Helper, argument
3470 auto *VDecl = cast<VarDecl>(Helper->getDecl());
1917 EmitOMPHelperVar(CodeGenFunction &CGF, const DeclRefExpr *Helper) argument

Completed in 800 milliseconds

12