Searched refs:struct (Results 1 – 13 of 13) sorted by relevance
/art/test/924-threads/src/art/ |
D | Test924.java | 145 nativeLoop(w.struct); in doStateTests() 462 public long struct; field in Test924.NativeWaiter 464 struct = nativeWaiterStructAlloc(); in NativeWaiter() 467 if (struct == 0l) { in waitForNative() 470 nativeWaiterStructWaitForNative(struct); in waitForNative() 473 if (struct == 0l) { in finish() 476 nativeWaiterStructFinish(struct); in finish() 477 struct = 0; in finish() 482 private static native void nativeWaiterStructWaitForNative(long struct); in nativeWaiterStructWaitForNative() argument 483 private static native void nativeWaiterStructFinish(long struct); in nativeWaiterStructFinish() argument
|
/art/tools/ahat/etc/ |
D | hprofdump.py | 20 import struct 27 return struct.unpack('!B', hprof.read(1))[0] 30 return struct.unpack('!H', hprof.read(2))[0] 33 return struct.unpack('!I', hprof.read(4))[0] 36 return struct.unpack('!Q', hprof.read(8))[0]
|
/art/tools/checker/file_format/c1visualizer/ |
D | test.py | 19 from file_format.c1visualizer.struct import C1visualizerFile, C1visualizerPass
|
D | parser.py | 17 from file_format.c1visualizer.struct import C1visualizerFile, C1visualizerPass
|
/art/tools/checker/match/ |
D | line.py | 16 from file_format.checker.struct import TestExpression, TestStatement
|
D | test.py | 18 from file_format.checker.struct import CheckerFile, TestCase, TestStatement
|
D | file.py | 19 from file_format.checker.struct import TestStatement
|
/art/tools/jvmti-agents/enable-vlog/ |
D | README.md | 81 the LogVerbosity struct definition and the parser for a up-to-date list.
|
/art/cmdline/ |
D | README.md | 18 into any struct of any field. 27 struct FruitVariantMap : VariantMap { 190 struct CmdlineType<double> : CmdlineTypeParser<double> { 218 struct CmdlineType<std::vector<std::string>> : CmdlineTypeParser<std::vector<std::string>> {
|
/art/tools/jvmti-agents/ti-fast/ |
D | README.md | 31 struct.
|
/art/tools/checker/file_format/checker/ |
D | parser.py | 18 from file_format.checker.struct import CheckerFile, TestCase, TestStatement, TestExpression
|
D | test.py | 19 from file_format.checker.struct import CheckerFile, TestCase, TestStatement, TestExpression
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 46 values, structure sizes, and struct member offsets. The format is fairly
|