Home
last modified time | relevance | path

Searched defs:call (Results 26 - 50 of 425) sorted by relevance

12345678910>>...17

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils_autogen.cpp17 void WriteParamCaptureReplay(std::ostream &os, const CallCapture &call, const ParamCapture &param) in WriteParamCaptureReplay() argument
[all...]
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
H A DBoundCallback.h31 void call() { in call() function in mbed::js::BoundCallback
50 void call() { in call() function in mbed::js::BoundCallback
71 void call() { in call() function in mbed::js::BoundCallback
93 void call() { in call() function in mbed::js::BoundCallback
/third_party/python/Tools/scripts/
H A Drun_tests.py85 from subprocess import call namespace
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_barrier_test.cc72 auto* call = helper->body->statements[0]->As<ast::CallStatement>(); in TEST_F() local
106 auto* call = helper->body->statements[0]->As<ast::CallStatement>(); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dcall_test.cc99 auto* call = Sem().Get(call_expr); in TEST_F() local
H A Dresolver_constants.cc61 sem::Constant Resolver::EvaluateConstantValue(const ast::CallExpression* call, in EvaluateConstantValue() argument
/third_party/skia/third_party/externals/tint/src/transform/
H A Dpromote_initializers_to_const_var.cc56 auto* call = ctx.src->Sem().Get(src_init); in Run() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_intrinsic_texture_test.cc279 auto* call = Call(param.function, param.args(this)); in TEST_P() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_intrinsic_texture_test.cc373 auto* call = Call(param.function, param.args(this)); in TEST_P() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_intrinsic_texture_test.cc283 auto* call = Call(Expr(param.function), param.args(this)); in TEST_P() local
H A Dgenerator_impl_import_test.cc36 auto* call = Call(param.name, 1.f); in TEST_P() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_intrinsic_texture_test.cc3689 auto* call = Call(param.function, param.args(this)); in TEST_P() local
3715 auto* call = Call(param.function, param.args(this)); in TEST_P() local
3736 auto* call = Call(param.function, param.args(this)); in TEST_P() local
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DNamedFunction.java42 public String call(String argList) { in call() method in NamedFunction
/third_party/mesa3d/src/compiler/spirv/
H A Dnir_lower_libclc.c39 nir_call_instr *call = nir_instr_as_call(instr); in lower_clc_call_instr() local
/third_party/icu/icu4c/source/test/perf/localecanperf/
H A Dlocalecanperf.cpp28 virtual void call(UErrorCode* /* status */) in call() function in LocaleCreateCanonical
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/metadata/source/
H A DBlockingMetadataBootstrappingGuardTest.java98 public MetadataContainer call() { in call() method in BlockingMetadataBootstrappingGuardTest.BootstrappingRunnable
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedNegative.cpp184 bool DrawBuffersIndexedNegative::ExpectedError(glw::GLenum expectedResult, const char* call) in ExpectedError() argument
/third_party/skia/src/sksl/dsl/
H A DDSLFunction.cpp110 DSLExpression DSLFunction::call(SkTArray<DSLWrapper<DSLExpression>> args, PositionInfo pos) { in call() function in SkSL::dsl::DSLFunction
119 DSLExpression DSLFunction::call(ExpressionArray args, PositionInfo pos) { in call() function in SkSL::dsl::DSLFunction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DManagedStatic.h23 static void *call() { return new C(); } in call() function
29 static void call(void *Ptr) { delete (T *)Ptr; } in call() function
32 static void call(void *Ptr) { delete[](T *)Ptr; } in call() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DManagedStatic.h32 static void call(void *Ptr) { delete (T *)Ptr; } in call() function
36 static void call(void *Ptr) { delete[](T *)Ptr; } in call() function
/third_party/skia/tools/skqp/
H A Dmake_apk_list.py9 from subprocess import call, check_output, CalledProcessError namespace
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dftrace.c17 u32 call; in ftrace_call_replace() local
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dftrace.c17 u32 call; in ftrace_call_replace() local
/kernel/linux/linux-5.10/net/rxrpc/
H A Drtt.c147 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, in rxrpc_peer_add_rtt() argument
H A Dinsecure.c21 static int none_secure_packet(struct rxrpc_call *call, in none_secure_packet() argument
29 static int none_verify_packet(struct rxrpc_call *call, struct sk_buff *skb, in none_verify_packet() argument
36 static void none_free_call_crypto(struct rxrpc_call *call) in none_free_call_crypto() argument
40 static void none_locate_data(struct rxrpc_call *call, struct sk_buff *skb, in none_locate_data() argument

Completed in 17 milliseconds

12345678910>>...17