Home
last modified time | relevance | path

Searched refs:props (Results 1 – 6 of 6) sorted by relevance

/art/build/
Dart.go175 type props struct {
191 p := &props{}
207 type props struct {
211 p := &props{}
218 type props struct {
222 p := &props{}
231 type props struct {
239 p := &props{}
Dcodegen.go45 type props struct {
78 p := &props{}
/art/compiler/debug/
Delf_gnu_debugdata_writer.h42 CXzProps props; in XzCompress() local
43 XzProps_Init(&props); in XzCompress()
44 props.lzma2Props = &lzma2Props; in XzCompress()
75 SRes res = Xz_Encode(&callbacks, &callbacks, &props, &callbacks); in XzCompress()
/art/test/922-properties/src/art/
DTest922.java75 String[] props = getSystemProperties(); in getAllProperties() local
76 for (String p : props) { in getAllProperties()
/art/tools/
Drun-prebuilt-libjdwp-tests.sh98 props_path=$PWD/art/tools/libjdwp-compat.props
/art/runtime/interpreter/
Dunstarted_runtime.cc957 ObjPtr<mirror::Object> props = static_properties->GetObject(h_props_class.Get()); in GetSystemProperty() local
959 props->AsObjectArray<mirror::ObjectArray<mirror::String>>())); in GetSystemProperty()