/test/vts/tests/kernel_proc_file_api_test/proc_tests/ |
D | ProcZoneInfoTest.py | 24 t_APAGES = literal_token(r'pages\s') 25 t_PAGESETS = literal_token(r'pagesets') 26 t_CPU = literal_token(r'cpu') 27 t_VM = literal_token(r'vm') 28 t_STATS = literal_token(r'stats') 29 t_THRESHOLD = literal_token(r'threshold') 30 t_NODE = literal_token(r'Node') 31 t_ZONE = literal_token(r'zone') 32 t_PROTECTION = literal_token(r'protection') 33 t_PERNODE = literal_token(r'per-node') [all …]
|
D | ProcStatTest.py | 26 t_CPU = literal_token(r'cpu[0-9]*') 27 t_INTR = literal_token(r'intr') 28 t_CTXT = literal_token(r'ctxt') 29 t_BTIME = literal_token(r'btime') 30 t_PROCESSES = literal_token(r'processes') 31 t_PROCS_RUNNING = literal_token(r'procs_running') 32 t_PROCS_BLOCKED = literal_token(r'procs_blocked') 33 t_SOFTIRQ = literal_token(r'softirq')
|
D | ProcMapsTest.py | 21 @with_pattern(r'[0-9a-f]{8,}') 25 @with_pattern(r'[0-9a-f]{2,5}') 29 @with_pattern(r'[0-9]+') 33 @with_pattern(r'[^\n^\0]*') 37 @with_pattern(r'[r-]') 41 @with_pattern(r'[w-]') 45 @with_pattern(r'[x-]') 49 @with_pattern(r'[sp]')
|
D | KernelProcFileTestBase.py | 78 r'0x[a-f0-9]+' 83 r'([0-9]+[.][0-9]*|[0-9]*[.][0-9]+)' 88 r'\d+' 92 t_PATH = r'/[^\0]+' 93 t_COLON = r':' 94 t_EQUALS = r'=' 95 t_COMMA = r',' 96 t_PERIOD = r'\.' 97 t_STRING = r'[a-zA-Z\(\)_0-9\-.@]+' 99 t_TAB = r'\t' [all …]
|
D | ProcAsoundTests.py | 26 t_LBRACKET = literal_token(r'\[') 27 t_RBRACKET = literal_token(r'\]') 28 t_SLASH = literal_token(r'\/') 30 t_NO = literal_token(r'no') 31 t_SOUNDCARDS = literal_token(r'soundcards')
|
D | ProcCpuFileTests.py | 37 t_STRING = r'[^:^ ^\t^\n]+' 40 t_NUMBER = r'x' 41 t_HEX_LITERAL = r'x' 42 t_FLOAT = r'x'
|
D | ProcMemInfoTest.py | 23 @with_pattern(r'[^ ^\t^\n^:^\0]+') 27 @with_pattern(r'[ ]*[0-9]+') 31 @with_pattern(r'[ ]*(kB)?')
|
D | ProcUidConcurrentTimeTests.py | 31 t_CPU = literal_token(r'cpus') 72 t_POLICY = literal_token(r'policy')
|
D | ProcVmallocInfoTest.py | 46 r'phys=(0x)?[a-f0-9]+' 51 r'N[0-9]+=[1-9][0-9]*'
|
D | ProcModulesTest.py | 42 …test_re = re.compile(r"^\w+ \d+ (\d+|-) (((\w+,)*(\[permanent\],)?)|-) (Unloading|Loading|Live) 0x…
|
D | ProcUidTimeInStateTest.py | 30 t_UID = literal_token(r'uid')
|
D | ProcQtaguidCtrlTest.py | 93 match = re.match(r"(\d+)\.(\d+)\.(\d+)", out)
|
D | ProcSimpleFileTests.py | 217 r"^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …r)return r(o,!0);var u=new Error("Cannot find module '"+o+"'");throw u.code="MODULE_NOT_FOUND",u}v… argument
|
/test/vts-testcase/security/avb/data/ |
D | Android.bp | 13 name: "r-gsi_avbpubkey", 15 "r-gsi.avbpubkey",
|
/test/app_compat/csuite/integration_tests/ |
D | csuite_crash_detection_test.py | 42 self.expect_regex(completed_process.stdout, r"""PASSED\s*:\s*1""", 56 self.expect_regex(completed_process.stdout, r"""FAILED\s*:\s*1""", 59 r"""Intentional exception""",
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | Processor.java | 277 BenchmarkResult r = new BenchmarkResult(e.getMessage()); in getBenchmark() 278 Log.w(TAG, "Unsupported SDK for test: " + r.toString()); in getBenchmark() 279 return r; in getBenchmark() 295 BenchmarkResult r; in getBenchmark() local 299 r = runBenchmarkLoop(runTimeSeconds, mCompleteInputSet); in getBenchmark() 307 mCompilationBenchmarkRunTimeSeconds, mCompilationBenchmarkMaxIterations, r); in getBenchmark() 310 return r; in getBenchmark()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNControls.java | 151 Parcelable r[] = data.getParcelableArrayExtra(NNBenchmark.EXTRA_RESULTS_RESULTS); in onActivityResult() local 157 BenchmarkResult br = (BenchmarkResult) r[ct]; in onActivityResult() 163 mResults[id[ct]] = ((BenchmarkResult) r[ct]).getMeanTimeSec(); in onActivityResult()
|
/test/vts-testcase/kernel/ltp/testcase/tools/ |
D | test_launcher.py | 51 test_syntax = re.compile(r"\A[\w|-]+\.[\w|-]+_(32|64)bit\Z")
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | BlankScreenDetectorWithSameColorRectangle.java | 193 public BlankScreen(Rectangle r, BufferedImage image) { in BlankScreen() argument 195 this.mBlankScreenRectangle = r; in BlankScreen()
|
/test/mlts/benchmark/crashtest/ |
D | README.txt | 24 …adb install -r out/target/product/flame/testcases/NeuralNetworksApiStressTest/arm64/NeuralNetworks…
|
/test/vts-testcase/security/avb/ |
D | Android.bp | 44 ":r-gsi_avbpubkey",
|
/test/mlts/models/assets/ssd_mobilenet_v1_coco_quantized/ |
D | tarmac.output7 | 1 …Dd_Y^T\r\C]N_GHZW}gdpDnEDYDQ`[LZMGJQ]VDs_TjQ^_D~RTbeTNVT^RCI?;S5=P1EK4MKEZDEZSUCY^U�NJLTQKDD?5:43…
|
/test/dittosuite/src/ |
D | result.cpp | 435 for (const auto& r : pb.sub_result()) { in FromPb() local 436 result->AddSubResult(Result::FromPb(r)); in FromPb()
|
/test/vts/vndk_utils/library/vtable/ |
D | vtable_dumper.py | 16 r"""This file contains an ELF vtable abi dumper.
|