Home
last modified time | relevance | path

Searched defs:Call (Results 1 - 25 of 185) sorted by relevance

12345678

/third_party/python/Lib/lib2to3/fixes/
H A Dfix_exec.py14 from ..fixer_util import Comma, Name, Call namespace
H A Dfix_repr.py8 from ..fixer_util import Call, Name, parenthesize namespace
H A Dfix_input.py6 from ..fixer_util import Call, Name namespace
H A Dfix_apply.py12 from ..fixer_util import Call, Comma, parenthesize namespace
H A Dfix_throw.py14 from ..fixer_util import Name, Call, ArgList, Attr, is_tuple namespace
H A Dfix_sys_exc.py12 from ..fixer_util import Attr, Call, Name, Number, Subscript, Node, syms namespace
H A Dfix_dict.py34 from ..fixer_util import Name, Call, Dot namespace
H A Dfix_execfile.py11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node, namespace
H A Dfix_print.py21 from ..fixer_util import Name, Call, Comma, String namespace
H A Dfix_raise.py29 from ..fixer_util import Name, Call, Attr, ArgList, is_tuple namespace
H A Dfix_idioms.py32 from ..fixer_util import Call, Comma, Name, Node, BlankLine, syms namespace
H A Dfix_xrange.py8 from ..fixer_util import Name, Call, consuming_calls namespace
H A Dfix_next.py12 from ..fixer_util import Name, Call, find_binding namespace
H A Dfix_map.py25 from ..fixer_util import Name, ArgList, Call, ListComp, in_special_context namespace
/third_party/gn/src/gn/
H A Dfunction_get_label_info_unittest.cc18 std::string Call(const std::string& label, const std::string& what) { in Call() function in __anon2903::GetLabelInfoTest
[all...]
H A Dfunction_get_path_info_unittest.cc19 std::string Call(const std::string& input, const std::string& what) { in Call() function in __anon2905::GetPathInfoTest
[all...]
/third_party/skia/third_party/externals/tint/src/sem/
H A Dcall.cc20 TINT_INSTANTIATE_TYPEINFO(tint::sem::Call); variable
25 Call::Call(const ast::CallExpression* declaration, in Call() function in tint::sem::Call
H A Dcall.h28 class Call : public Castable<Call, Expression> { class
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Ddistribution_caller.h82 static typename DistrT::result_type Call(URBG* urbg, Args&&... args) { in Call() function
/third_party/libunwind/libunwind/doc/
H A Dunw_create_addr_space.tex
/third_party/vk-gl-cts/executor/
H A DxeCallQueue.cpp155 Call function in xe::Call
[all...]
/third_party/node/deps/v8/include/cppgc/internal/
H A Dfinalizer-trait.h35 static void Call(void* obj) { in Call() function
42 static void Call(void* obj) { static_cast<T*>(obj)->~T(); } in Call() function
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dfinalizer-trait.h35 static void Call(void* obj) { in Call() function
42 static void Call(void* obj) { static_cast<T*>(obj)->~T(); } in Call() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DStatepoint.cpp20 bool llvm::isStatepoint(const CallBase *Call) { in isStatepoint() argument
36 bool llvm::isGCRelocate(const CallBase *Call) { in isGCRelocate() argument
46 bool llvm::isGCResult(const CallBase *Call) { return isa<GCResultInst>(Call); } in isGCResult() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DObjectContentHasher.h40 static constexpr void Call(ObjectContentHasher* recorder, in Call() function
49 static constexpr void Call(ObjectContentHasher* recorder, T* obj) { in Call() function
58 static constexpr void Call(ObjectContentHasher* recorder, const std::vector<T>& vec) { in Call() function
75 static constexpr void Call(ObjectContentHasher* recorder, const std::string& str) { in Call() function

Completed in 8 milliseconds

12345678