| /third_party/libexif/libexif/ |
| H A D | exif-mnote-data-priv.h | 43 void (* load) (ExifMnoteData *, const unsigned char *, unsigned int); member
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| H A D | optimize.c | 186 gpir_load_node *load = gpir_node_to_load(node); in dead_code_eliminate() local
|
| /third_party/node/deps/openssl/openssl/include/openssl/ |
| H A D | conftypes.h | 31 int (*load) (CONF *conf, const char *name, long *eline); member
|
| /third_party/rust/crates/clang-sys/src/ |
| H A D | link.rs | 164 mod load { modules 213 pub fn load() -> Result<(), String> { in load() functions
|
| /third_party/openssl/include/openssl/ |
| H A D | conftypes.h | 31 int (*load) (CONF *conf, const char *name, long *eline); member
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/ |
| H A D | FontLoader.java | 44 private static Font[] load(File file) throws IOException { in load() method in FontLoader
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
| H A D | GPUTestExpectationsParser_unittest.cpp | 38 bool load(const std::string &line) in load() function in __anon20291::GPUTestExpectationsParserTest [all...] |
| /third_party/skia/tools/mdbviz/ |
| H A D | Model.cpp | 27 Model::ErrorCode Model::load(const char* filename) { in load() function in Model
|
| /third_party/skia/tools/viewer/ |
| H A D | SampleSlide.cpp | 34 void SampleSlide::load(SkScalar winWidth, SkScalar winHeight) { in load() function in SampleSlide
|
| H A D | Slide.h | 26 virtual void load(SkScalar winWidth, SkScalar winHeight) {} in load() function in Slide
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-default-device-restore.c | 52 static void load(struct userdata *u) { in load() function
|
| /third_party/spirv-tools/source/opt/ |
| H A D | fix_func_call_arguments.cpp | 83 Instruction* load = builder.AddLoad(op_type->result_id(), operand_id); in ReplaceAccessChainFuncCallArguments() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | bytecodeopt_peepholes.cpp | 55 CallInst *CreateInitObject(compiler::GraphVisitor *v, compiler::ClassInst *load, const CallInst *callInit) in CreateInitObject() argument 137 auto load = static_cast<compiler::ClassInst *>(inst->GetInput(0U).GetInst()); in VisitNewObject() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/compiler_verification/ |
| H A D | expression_verifier.py | 44 def load(path: Path) -> dict[str, Any]: function 75 def load(path: Path) -> ExpressionComparatorOptions: function
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/ |
| H A D | number.cpp | 67 LoadFunc* const load; member
|
| /foundation/graphic/graphic_surface/sync_fence/src/ |
| H A D | frame_sched.cpp | 130 void FrameSched::SetFrameParam(int requestId, int load, int schedFrameNum, int value)
in SetFrameParam() argument
|
| /foundation/resourceschedule/ffrt/src/sched/ |
| H A D | interval.cpp | 70 void PerfCtrl::Update(uint64_t deadlineNs, uint64_t load, bool force) in Update() argument 86 void IntervalLoadPredictor::UpdateTotalLoad(uint64_t load) in UpdateTotalLoad() argument 91 void IntervalLoadPredictor::UpdateCPLoad(uint64_t load) in UpdateCPLoad() argument 107 uint64_t load = cpLoad[cpLoadIndex].GetPredictLoad(); in GetCPLoad() local [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | vulkan_loader.h | 101 const struct FunctionLoadInfo *load = &vk_load_info[i]; in ff_vk_load_functions() local [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | ResourceBundleWrapper.java | 37 abstract ResourceBundleWrapper load(); in load() method in ResourceBundleWrapper.Loader
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | ResourceBundleWrapper.java | 39 abstract ResourceBundleWrapper load(); in load() method in ResourceBundleWrapper.Loader
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_ssbo.c | 91 nir_intrinsic_instr *load = nir_intrinsic_instr_create(b->shader, op); in nir_load_ssbo_prop() local
|
| H A D | nir_lower_variable_initializers.c | 31 nir_load_const_instr *load = in build_constant_load() local
|
| H A D | nir_lower_input_attachments.c | 80 try_lower_input_load(nir_builder *b, nir_intrinsic_instr *load, in try_lower_input_load() argument 195 nir_intrinsic_instr *load = nir_instr_as_intrinsic(instr); lower_input_attachments_instr() local [all...] |
| H A D | nir_lower_uniforms_to_ubo.c | 78 nir_intrinsic_instr *load = nir_instr_as_intrinsic(load_result->parent_instr); in lower_instr() local
|
| H A D | nir_intrinsics.py | 987 def load(name, src_comp, indices=[], flags=[]): global() function [all...] |