Searched defs:Bind (Results 1 - 25 of 115) sorted by last modified time

12345

/external/vixl/src/a64/
H A Dmacro-assembler-a64.h407 void Bind(Label* label) { function in class:vixl::MacroAssembler
/external/smack/src/org/jivesoftware/smack/packet/
H A DBind.java25 * There are two ways to bind a resource. One is simply sending an empty Bind packet where the
34 public class Bind extends IQ { class in inherits:IQ
39 public Bind() { method in class:Bind
/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/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/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/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h5318 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
5327 struct Bind { struct in struct:testing::internal::TemplateSel
5333 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/deqp/modules/glshared/
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...]
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
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4981 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); local
4984 ExprEvalContexts.back().DelayedDecltypeBinds.push_back(Bind);
4986 return Bind;
5109 CXXBindTemporaryExpr *Bind = local
5111 if (Bind == TopBind)
5114 CXXTemporary *Temp = Bind->getTemporary();
5117 Bind->getType()->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
5121 MarkFunctionReferenced(Bind->getExprLoc(), Destructor);
5122 CheckDestructorAccess(Bind->getExprLoc(), Destructor,
5124 << Bind
[all...]
/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.cpp642 void Bind(const P1& p1) { function in namespace:PR12001
648 Bind(Version());
/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp89 Callback Bind() { function in namespace:PR11931
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h331 /// \brief Bind the specified \p ID to the matcher.
712 BindKind Bind) {
721 Matcher, Builder, Traverse, Bind);
728 BindKind Bind) {
737 Matcher, Builder, Bind);
760 BindKind Bind) = 0;
765 BindKind Bind) = 0;
708 matchesChildOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, TraversalKind Traverse, BindKind Bind) argument
725 matchesDescendantOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, BindKind Bind) argument
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h199 class Bind { class in namespace:clang::ento::check
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp88 ASTMatchFinder::BindKind Bind)
95 Bind(Bind),
242 // returns, i.e. if no match is found or 'Bind' is 'BK_All'.
248 if (Bind != ASTMatchFinder::BK_All) {
286 const ASTMatchFinder::BindKind Bind; member in class:clang::ast_matchers::internal::__anon17765::MatchChildASTVisitor
373 TraversalKind Traversal, BindKind Bind) {
377 Bind);
394 MaxDepth, Traversal, Bind);
404 TraversalKind Traversal, BindKind Bind) {
83 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, int MaxDepth, ASTMatchFinder::TraversalKind Traversal, ASTMatchFinder::BindKind Bind) argument
370 memoizedMatchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
401 matchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
[all...]
/external/chromium_org/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/chromium_org/v8/src/compiler/
H A Dast-graph-builder.h209 void Bind(Variable* variable, Node* node) { function in class:v8::internal::compiler::AstGraphBuilder::Environment
H A Draw-machine-assembler.cc126 void RawMachineAssembler::Bind(Label* label) { function in class:v8::internal::compiler::RawMachineAssembler
/external/chromium_org/v8/src/
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.cc4487 environment()->Bind(i, parameter);
4497 environment()->Bind(i, undefined_constant);
4507 environment()->Bind(scope->arguments(),
5161 Bind(each_var, key);
7912 inner_env->Bind(function->scope()->arguments(), arguments_object);
11261 environment()->Bind(variable, value);
12041 void HEnvironment::Bind(int index, HValue* value) { function in class:v8::internal::HEnvironment
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);
H A Dregexp-macro-assembler-irregexp.cc41 void RegExpMacroAssemblerIrregexp::Bind(Label* l) { function in class:v8::internal::RegExpMacroAssemblerIrregexp
424 Bind(&backtrack_);
/external/chromium_org/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc144 void RegExpMacroAssemblerIA32::Bind(Label* label) { function in class:v8::internal::RegExpMacroAssemblerIA32

Completed in 3625 milliseconds

12345