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

12

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dfake_fs.py38 self.Bind()
44 def Bind(self): member in class:FakeFS
/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp89 Callback Bind() { function in namespace:PR11931
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.hpp116 class Bind class in namespace:deqp::gls::AttributeLocationTestUtil
119 Bind (const std::string& attribute, deUint32 location);
150 // Bind maximum number of attributes
H A DglsAttributeLocationTests.cpp473 void bindAttributes (TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Bind>& binds)
475 for (vector<Bind>::const_iterator iter = binds.begin(); iter != binds.end(); ++iter)
477 log << TestLog::Message << "Bind attribute: '" << iter->getAttributeName() << "' to " << iter->getLocation() << TestLog::EndMessage;
680 Bind::Bind (const std::string& attribute, deUint32 location) function in class:deqp::gls::AttributeLocationTestUtil::Bind
689 const vector<Bind>& preAttachBind,
690 const vector<Bind>& preLinkBind,
691 const vector<Bind>& postLinkBind,
817 const vector<Bind> noBindings;
820 vector<Bind> binding
[all...]
/external/v8/src/compiler/
H A Draw-machine-assembler.cc126 void RawMachineAssembler::Bind(Label* label) { function in class:v8::internal::compiler::RawMachineAssembler
H A Dast-graph-builder.h209 void Bind(Variable* variable, Node* node) { function in class:v8::internal::compiler::AstGraphBuilder::Environment
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp13 template < typename T > struct Bind struct in struct:TemplateSel
41 typename TestSel::template Bind < Type >::type TestClass;
H A Dvisibility.cpp647 void Bind(const P1& p1) { function in namespace:PR12001
653 Bind(Version());
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h195 class Bind { class in namespace:clang::ento::check
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc144 void RegExpMacroAssemblerIA32::Bind(Label* label) { function in class:v8::internal::RegExpMacroAssemblerIA32
/external/v8/src/
H A Dregexp-macro-assembler-irregexp.cc41 void RegExpMacroAssemblerIrregexp::Bind(Label* l) { function in class:v8::internal::RegExpMacroAssemblerIrregexp
424 Bind(&backtrack_);
H A Dd8.cc688 int32_t* Counter::Bind(const char* name, bool is_histogram) { function in class:v8::Counter
752 counter->Bind(name, is_histogram);
888 // Bind the Realm object.
H A Dhydrogen.h594 void Bind(Variable* variable, HValue* value) { function in class:v8::internal::FINAL
595 Bind(IndexFor(variable), value);
598 void Bind(int index, HValue* value);
601 Bind(parameter_count(), value);
2232 void Bind(Variable* var, HValue* value) { environment()->Bind(var, value); } function in class:v8::internal::HOptimizedGraphBuilder
2248 env->Bind(index, value);
/external/v8/src/x87/
H A Dregexp-macro-assembler-x87.cc143 void RegExpMacroAssemblerX87::Bind(Label* label) { function in class:v8::internal::RegExpMacroAssemblerX87
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp92 ASTMatchFinder::BindKind Bind)
99 Bind(Bind),
246 // returns, i.e. if no match is found or 'Bind' is 'BK_All'.
252 if (Bind != ASTMatchFinder::BK_All) {
290 const ASTMatchFinder::BindKind Bind; member in class:clang::ast_matchers::internal::__anon884::MatchChildASTVisitor
382 TraversalKind Traversal, BindKind Bind) {
386 Bind);
403 MaxDepth, Traversal, Bind);
416 TraversalKind Traversal, BindKind Bind) {
87 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, int MaxDepth, ASTMatchFinder::TraversalKind Traversal, ASTMatchFinder::BindKind Bind) argument
379 memoizedMatchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
413 matchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-type-util.h1627 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1636 struct Bind { struct in struct:testing::internal::TemplateSel
1642 TmplSel::template Bind<T>::type
/external/gtest/include/gtest/internal/
H A Dgtest-type-util.h1626 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1635 struct Bind { struct in struct:testing::internal::TemplateSel
1641 TmplSel::template Bind<T>::type
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h1627 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1636 struct Bind { struct in struct:testing::internal::TemplateSel
1642 TmplSel::template Bind<T>::type
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h1627 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1636 struct Bind { struct in struct:testing::internal::TemplateSel
1642 TmplSel::template Bind<T>::type
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-type-util.h1618 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1627 struct Bind { struct in struct:testing::internal::TemplateSel
1633 TmplSel::template Bind<T>::type
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h314 /// \brief Bind the specified \p ID to the matcher.
801 BindKind Bind) {
810 Matcher, Builder, Traverse, Bind);
817 BindKind Bind) {
826 Matcher, Builder, Bind);
849 BindKind Bind) = 0;
854 BindKind Bind) = 0;
797 matchesChildOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, TraversalKind Traverse, BindKind Bind) argument
814 matchesDescendantOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, BindKind Bind) argument
/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h363 void MacroAssembler::Bind(Label* label) { function in class:v8::internal::MacroAssembler
1425 Bind(&ok);
1437 Bind(&ok);
H A Dregexp-macro-assembler-arm64.cc134 __ Bind(&start_label_); // And then continue from here.
199 void RegExpMacroAssemblerARM64::Bind(Label* label) { function in class:v8::internal::RegExpMacroAssemblerARM64
200 __ Bind(label);
223 __ Bind(&not_at_start);
330 __ Bind(&loop);
350 __ Bind(&loop_check);
355 __ Bind(&fail);
358 __ Bind(&success);
410 __ Bind(&fallthrough);
449 __ Bind(
[all...]
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.cc152 // is bound with masm Bind and not asm bind.
253 masm->Bind(&start_);
601 void MacroAssembler::Bind(Label* label) { function in class:vixl::MacroAssembler
608 // Bind a label to a specified offset from the start of the buffer.
2155 Bind(&format_address);
2158 Bind(&after_data);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5131 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); local
5134 ExprEvalContexts.back().DelayedDecltypeBinds.push_back(Bind);
5136 return Bind;
5258 CXXBindTemporaryExpr *Bind = local
5260 if (Bind == TopBind)
5263 CXXTemporary *Temp = Bind->getTemporary();
5266 Bind->getType()->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
5270 MarkFunctionReferenced(Bind->getExprLoc(), Destructor);
5271 CheckDestructorAccess(Bind->getExprLoc(), Destructor,
5273 << Bind
[all...]

Completed in 851 milliseconds

12