/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_utils_autogen.cpp | 17 void WriteParamCaptureReplay(std::ostream &os, const CallCapture &call, const ParamCapture ¶m) in WriteParamCaptureReplay() argument [all...] |
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/ |
H A D | BoundCallback.h | 31 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 D | run_tests.py | 85 from subprocess import call namespace
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl_barrier_test.cc | 72 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 D | call_test.cc | 99 auto* call = Sem().Get(call_expr); in TEST_F() local
|
H A D | resolver_constants.cc | 61 sem::Constant Resolver::EvaluateConstantValue(const ast::CallExpression* call, in EvaluateConstantValue() argument
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | promote_initializers_to_const_var.cc | 56 auto* call = ctx.src->Sem().Get(src_init); in Run() local
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_intrinsic_texture_test.cc | 279 auto* call = Call(param.function, param.args(this)); in TEST_P() local
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl_intrinsic_texture_test.cc | 373 auto* call = Call(param.function, param.args(this)); in TEST_P() local
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_intrinsic_texture_test.cc | 283 auto* call = Call(Expr(param.function), param.args(this)); in TEST_P() local
|
H A D | generator_impl_import_test.cc | 36 auto* call = Call(param.name, 1.f); in TEST_P() local
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_intrinsic_texture_test.cc | 3689 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 D | NamedFunction.java | 42 public String call(String argList) { in call() method in NamedFunction
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | nir_lower_libclc.c | 39 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 D | localecanperf.cpp | 28 virtual void call(UErrorCode* /* status */) in call() function in LocaleCreateCanonical
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/metadata/source/ |
H A D | BlockingMetadataBootstrappingGuardTest.java | 98 public MetadataContainer call() { in call() method in BlockingMetadataBootstrappingGuardTest.BootstrappingRunnable
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedNegative.cpp | 184 bool DrawBuffersIndexedNegative::ExpectedError(glw::GLenum expectedResult, const char* call) in ExpectedError() argument
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLFunction.cpp | 110 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 D | ManagedStatic.h | 23 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 D | ManagedStatic.h | 32 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 D | make_apk_list.py | 9 from subprocess import call, check_output, CalledProcessError namespace
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | ftrace.c | 17 u32 call; in ftrace_call_replace() local
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | ftrace.c | 17 u32 call; in ftrace_call_replace() local
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | rtt.c | 147 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, in rxrpc_peer_add_rtt() argument
|
H A D | insecure.c | 21 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
|