/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-shape-plan.cc | 61 hb_shape_plan_key_t::init (bool copy, in init() 63 const hb_segment_properties_t *props, in init() 191 const hb_segment_properties_t *props, in hb_shape_plan_create() 222 const hb_segment_properties_t *props, in hb_shape_plan_create2() 483 const hb_segment_properties_t *props, in hb_shape_plan_create_cached() 515 const hb_segment_properties_t *props, in hb_shape_plan_create_cached2()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/util/ |
D | LauncherLayoutBuilder.java | 79 … java.util.Map<java.lang.String, java.lang.String> props, @org.jetbrains.annotations.Nullable() in addItem() 150 … java.util.Map<java.lang.String, java.lang.String> props, @org.jetbrains.annotations.Nullable() in addItem() 234 …public final com.android.launcher3.util.LauncherLayoutBuilder.Node copy(@org.jetbrains.annotations… in copy() method in LauncherLayoutBuilder.Node
|
/aosp_15_r20/external/skia/src/image/ |
H A D | SkImage_Raster.cpp | 87 const SkSurfaceProps* props = nullptr; in onMakeSurface() local 114 SkBitmap copy = copy_bitmap_subset(fBitmap, subset); in onMakeSubset() local 167 SkBitmap copy = copy_bitmap_subset(fBitmap, subset); in onMakeSubset() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph.cc | 134 std::shared_ptr<NodeProperties> props, in Initialize() 473 auto copy = CopyNode(n); in Copy() local 543 Node* copy = AllocateNode(node->props_, node, node->class_); in CopyNode() local 869 Node* Graph::AllocateNode(std::shared_ptr<NodeProperties> props, in AllocateNode()
|
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
H A D | NativeLibrary.java | 180 Properties props = new Properties(); in getMajorVersionNumber() local 240 private static long copy(InputStream src, File dstFile) throws IOException { in copy() method in NativeLibrary
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | MapsTest.java | 236 LinkedHashMap<String, String> copy = Maps.newLinkedHashMap(map); in testLinkedHashMapWithInitialMap() local 321 TreeMap<Integer, Integer> copy = Maps.newTreeMap(map); in testTreeMapWithInitialMap() local 348 EnumMap<SomeEnum, Integer> copy = Maps.newEnumMap(original); in testEnumMapWithInitialEnumMap() local 354 EnumMap<SomeEnum, Integer> copy = Maps.newEnumMap(original); in testEnumMapWithInitialEmptyEnumMap() local 362 EnumMap<SomeEnum, Integer> copy = Maps.newEnumMap(original); in testEnumMapWithInitialMap() local 1061 String props = "test\n second = 2\n Third item : a short phrase "; in testFromProperties() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | MapsTest.java | 236 LinkedHashMap<String, String> copy = Maps.newLinkedHashMap(map); in testLinkedHashMapWithInitialMap() local 321 TreeMap<Integer, Integer> copy = Maps.newTreeMap(map); in testTreeMapWithInitialMap() local 348 EnumMap<SomeEnum, Integer> copy = Maps.newEnumMap(original); in testEnumMapWithInitialEnumMap() local 354 EnumMap<SomeEnum, Integer> copy = Maps.newEnumMap(original); in testEnumMapWithInitialEmptyEnumMap() local 362 EnumMap<SomeEnum, Integer> copy = Maps.newEnumMap(original); in testEnumMapWithInitialMap() local 1061 String props = "test\n second = 2\n Third item : a short phrase "; in testFromProperties() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/image/ |
D | IncrementalImageUtil.java | 274 File copy = in copyImage() local 281 File copy = in copyImage() local 967 String props = FileUtil.readStringFromFile(buildProp); in getSplVersion() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | dataset_test_base.cc | 303 std::shared_ptr<const NodeProperties> props; in CreateOpKernel() local 458 OpKernel** kernel) { in RunFunction() 844 auto copy = std::make_unique<Tensor>(input); in RunDatasetOp() local
|
/aosp_15_r20/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTests.cpp | 121 for (TestParams copy : params) { in WithAndWithoutFeatures() local 557 const auto props = physicalDevice.getQueueFamilyProperties(); in SetUpTypicalVkTestEnvironment() local
|
/aosp_15_r20/external/guice/lib/build/ |
HD | spring-core.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
HD | spring-beans.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/auto/value/libauto_value_plugin/linux_glibc_common/javac/ |
D | libauto_value_plugin.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/prebuilts/manifest-merger/com/android/tools/sdklib/31.9.0-alpha03/ |
HD | sdklib-31.9.0-alpha03.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
com/
com/android/
com ... |
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/sdklib/31.7.0-alpha07/ |
HD | sdklib-31.7.0-alpha07.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
com/
com/android/
com ... |
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/ |
D | fdt.rs | 131 let copy = CString::new(bootargs.to_bytes()).map_err(|_| FdtError::BadValue)?; in read_bootargs_from() localVariable 442 let mut props = BTreeMap::new(); in parse_untrusted_props() localVariable
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 2461 PackedPixelsBufferProperties &props = m_packProperties; in readOutputData() local 3270 bool RectangleTest::stripBuffer(const PackedPixelsBufferProperties &props, const GLubyte *orginalBu… in stripBuffer() 3285 int copy = GRADIENT_WIDTH * props.elementsInGroup * props.elementSize; in stripBuffer() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.c | 591 struct zink_format_props props = screen->format_props[templ->format]; in get_image_usage() local 2671 VkCopyMemoryToImageInfoEXT copy = { in zink_image_subdata() local
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/sdklib/ |
HD | sdklib.core.jar | ... )
public final com.android.sdklib.NameDetails copy (java.lang.String, java.lang ... |
HD | tools.sdklib.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
com/
com/android/
com ... |
/aosp_15_r20/prebuilts/misc/common/commons-cli/ |
HD | commons-cli-1.8.0.jar | ... .cli.Option option
java.util.Properties props
public java.util.Properties getOptionProperties (java. ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | commons-compress-1.8.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/ |
HD | xprocessing-testing.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/room-compiler- ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/manifest-merger/manifest-merger-jars/linux_glibc_common/local-combined/ |
D | manifest-merger-jars.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/common.kotlin_module
META ... |
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | script_init.cpp | 1111 auto copy = c10::ivalue::Object::create( in initJitScriptBindings() local 1742 std::vector<Property> props; in initJitScriptBindings() local
|