/aosp_15_r20/external/pytorch/torch/csrc/api/src/data/samplers/ |
H A D | distributed.cpp | 81 void DistributedRandomSampler::load(serialize::InputArchive& archive) { in load() function in torch::data::samplers::DistributedRandomSampler 155 void DistributedSequentialSampler::load(serialize::InputArchive& archive) { in load() function in torch::data::samplers::DistributedSequentialSampler
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/ |
D | boost_unordered_set.hpp | 57 inline void load( in load() function 115 inline void load( in load() function
|
D | variant.hpp | 113 static void load( in load() function 129 void load( in load() function
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderNameProvider.java | 92 private void load(Context context) { in load() method in FolderNameProvider 97 private void load(List<AppInfo> appInfos, IntSparseArrayMap<CollectionInfo> folderInfos) { in load() method in FolderNameProvider
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/ |
H A D | conv_emitter_transforms.cc | 32 if (auto load = mlir::dyn_cast<mlir::AffineLoadOp>(op)) { in GetBoundAffineMapFrom() local 48 if (auto load = mlir::dyn_cast<mlir::AffineLoadOp>(op)) { in CloneWithNewAffineMap() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | scalar_analysis.cpp | 106 const Instruction* load = nullptr; in TEST_F() local 233 const Instruction* load = nullptr; in TEST_F() local 349 const Instruction* load = nullptr; in TEST_F() local
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/ |
H A D | Yaml.java | 405 public <T> T load(String yaml) { in load() method in Yaml 417 public <T> T load(InputStream io) { in load() method in Yaml 429 public <T> T load(Reader io) { in load() method in Yaml
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | scalar_analysis.cpp | 106 const Instruction* load = nullptr; in TEST_F() local 233 const Instruction* load = nullptr; in TEST_F() local 349 const Instruction* load = nullptr; in TEST_F() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/ |
H A D | scalar_analysis.cpp | 106 const Instruction* load = nullptr; in TEST_F() local 233 const Instruction* load = nullptr; in TEST_F() local 349 const Instruction* load = nullptr; in TEST_F() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | ShaderGL.cpp | 43 void load(const gl::CompiledShaderState &compiledState) override in load() function in rx::__anon369f15a40111::ShaderTranslateTaskGL 294 std::shared_ptr<ShaderTranslateTask> ShaderGL::load(const gl::Context *context, in load() function in rx::ShaderGL
|
/aosp_15_r20/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | ModuleTemplate.java | 187 String load(String resourceName) throws IOException; in load() method 192 public String load(String resourceName) throws IOException { in load() method in ModuleTemplate.ClassResourceLoader
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/ |
H A D | EditTileViewModel.kt | 44 fun load(context: Context): EditTileViewModel { in load() method
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
H A D | StaticTriangleRenderer.java | 57 void load(GL10 gl); in load() method 188 public void load(GL10 gl) { in load() method in StaticTriangleRenderer.RobotTextureLoader
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | ClipSlide.cpp | 311 void load(SkScalar w, SkScalar h) override { in load() function in HalfPlaneSlide 367 void load(SkScalar w, SkScalar h) override { in load() function in HalfPlaneSlide2 506 void load(SkScalar w, SkScalar h) override { in load() function in HalfPlaneSlide3 575 void load(SkScalar w, SkScalar h) override { in load() function in HalfPlaneCoonsSlide
|
H A D | SkSLDebuggerSlide.cpp | 35 void SkSLDebuggerSlide::load(SkScalar winWidth, SkScalar winHeight) {} in load() function in SkSLDebuggerSlide 45 bool load = ImGui::Button("Load Debug Trace"); in showLoadTraceGUI() local
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/jetbrains/kotlin/kotlin-reflect/1.9.20/ |
HD | kotlin-reflect-1.9.20.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/com.android. ... |
/aosp_15_r20/external/kotlinc/lib/ |
HD | kotlin-reflect.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/com.android. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinc/kotlin-reflect/linux_glibc_common/local-combined/ |
D | kotlin-reflect.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/com.android. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinc/kotlin-reflect/android_common/local-combined/ |
D | kotlin-reflect.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/com.android. ... |
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | profiler_python.cpp | 285 auto load(const Callsite<C>& callsite, size_t python_tid) const { in load() function in torch::profiler::impl::__anonaba953630411::ValueCache 374 ExtraFields<EventType::PyCall>::args_t ValueCache::load<CallType::PyCall>( in load() function in torch::profiler::impl::__anonaba953630411::ValueCache 405 ExtraFields<EventType::PyCall>::args_t ValueCache::load<CallType::PyModuleCall>( in load() function in torch::profiler::impl::__anonaba953630411::ValueCache 452 ExtraFields<EventType::PyCall>::args_t ValueCache::load< in load() function in torch::profiler::impl::__anonaba953630411::ValueCache 477 ExtraFields<EventType::PyCCall>::args_t ValueCache::load<CallType::PyCCall>( in load() function in torch::profiler::impl::__anonaba953630411::ValueCache
|
/aosp_15_r20/external/jline/src/src/main/java/jline/ |
H A D | History.java | 50 public void load(final InputStream in) throws IOException { in load() method in History 57 public void load(final Reader reader) throws IOException { in load() method in History
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | load_store_elimination_test.cc | 492 HInstruction* load = MakeArrayGet(return_block_, array_, j_, DataType::Type::kInt32); in TEST_F() local 650 HInstruction* load = MakeArrayGet(loop_, array_, phi_, DataType::Type::kInt32); in TEST_F() local 679 HInstruction* load = MakeArrayGet(loop_, array_, phi_, DataType::Type::kInt32); in TEST_F() local 757 HInstruction* load = MakeArrayGet(loop_, array_a, phi_, DataType::Type::kInt32); in TEST_F() local 780 HInstruction* load = MakeArrayGet(pre_header_, array_a, c0, DataType::Type::kInt32); in TEST_F() local 808 HInstruction* load = MakeArrayGet(loop_, array_a, phi_, DataType::Type::kInt32); in TEST_F() local 840 HInstruction* load = MakeArrayGet(pre_header_, array_a, c0, DataType::Type::kInt32); in TEST_F() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_varyings.c | 2183 struct list_head *load = list_index ? &slot->producer.loads : in propagate_uniform_expressions() local 2276 nir_intrinsic_instr *load = in get_input_qualifier() local 2503 check_tes_input_load_get_single_use_alu(nir_intrinsic_instr *load, in check_tes_input_load_get_single_use_alu() 2526 gather_fmul_tess_coord(nir_intrinsic_instr *load, nir_alu_instr *fmul, in gather_fmul_tess_coord() 3344 nir_instr *load; in try_move_postdominator() local 3421 nir_intrinsic_instr *load = in backward_inter_shader_code_motion() local 3770 nir_def *load = in relocate_slot() local
|
H A D | nir_lower_input_attachments.c | 85 try_lower_input_load(nir_builder *b, nir_intrinsic_instr *load, in try_lower_input_load() 197 nir_intrinsic_instr *load = nir_instr_as_intrinsic(instr); in lower_input_attachments_instr() local
|
/aosp_15_r20/external/setfilters/javatests/com/google/setfilters/cuckoofilter/ |
H A D | CuckooFilterTest.java | 187 public void load() { in load() method in CuckooFilterTest 301 double load = cuckooFilter.load(); in closeToTheoreticalFalsePositiveRate() local
|