Home
last modified time | relevance | path

Searched refs:child_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/
H A DR.java90 public static final int child_string=0x7f010015; field in R.attr
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowThemeTest.java131 assertThat(theme.obtainStyledAttributes(new int[] {R.attr.child_string}).getString(0)) in applyStyle_shouldInheritParentAttrs()
/aosp_15_r20/external/pytorch/torch/utils/
H A D_pytree.py1416 for child_string in json_schema["children_spec"]:
1417 children_specs.append(_json_to_treespec(child_string))