Home
last modified time | relevance | path

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

12345678910

/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
/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h137 void addFunctionCall(TIntermAggregate* call) in addFunctionCall() argument
/third_party/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp42 virtual void call(UErrorCode* pErrorCode){ in call() function in CmdPattern
68 virtual void call(UErrorCode* pErrorCode){ in call() function in CmdOp
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.h76 virtual void call(UErrorCode *status) in call() function in ICUIsBound
100 virtual void call(UErrorCode *status) in call() function in ICUForward
112 virtual void call(UErrorCode *status) {}; in call() function in DarwinBreakFunction
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_subroutine.cpp63 lower_subroutine_visitor::call_clone(ir_call *call, ir_function_signature *callee) in call_clone() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_inline_helpers.h120 nir_call_instr *call = nir_instr_as_call(instr); in nir_foreach_src() local
/third_party/musl/src/exit/
H A Datexit.c71 static void call(void *p) in call() function
/third_party/nghttp2/tests/
H A Dend_to_end.py64 def call(self, path, args): member in EndToEndSpdyTests
/third_party/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h69 virtual void call(UErrorCode* status) in call() function in DateTimeRoundTripFunction

Completed in 11 milliseconds

12345678910