Home
last modified time | relevance | path

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

/art/build/
Dart.go184 type props struct {
200 p := &props{}
216 type props struct {
220 p := &props{}
227 type props struct {
231 p := &props{}
240 type props struct {
248 p := &props{}
310 type props struct {
318 p := &props{}
Dcodegen.go45 type props struct {
78 p := &props{}
/art/libelffile/elf/
Dxz_utils.cc54 CXzProps props; in XzCompress() local
55 XzProps_Init(&props); in XzCompress()
56 props.lzma2Props = lzma2Props; in XzCompress()
87 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.cc967 ObjPtr<mirror::Object> props = static_properties->GetObject(h_props_class.Get()); in GetSystemProperty() local
969 props->AsObjectArray<mirror::ObjectArray<mirror::String>>())); in GetSystemProperty()