/aosp12/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
H A D | N5.txt | 3 07-30 19:27:05.154 20903-21523/com.example.xinyiwang.refocus V/RenderScript﹕ 0xb4aa0000 Launching … 5 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 6 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 7 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 8 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 9 07-30 19:27:06.465 20903-20903/com.example.xinyiwang.refocus D/RefocusFilterd1new﹕ Initialize: 769… 11 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 12 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 13 07-30 19:27:07.378 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 14 07-30 19:27:07.378 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… [all …]
|
/aosp12/system/apex/apexer/testdata/ |
H A D | Android.bp | 20 name: "com.android.example.apex.certificate", 23 certificate: "com.android.example.apex", 27 name: "com.android.example.apex.key", 28 public_key: "com.android.example.apex.avbpubkey", 29 private_key: "com.android.example.apex.pem", 33 name: "com.android.example.apex", 37 key: "com.android.example.apex.key", 45 name: "com.android.example-legacy.apex", 49 key: "com.android.example.apex.key", 61 key: "com.android.example.apex.key", [all …]
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/ |
H A D | example_generator.py | 42 tg.FileNames.InitializeFileLists(args.spec, args.example) 138 def GetModelStruct(example): argument 141 "main": GetSubgraphStruct(example.model), 143 "isRelaxed": example.model.isRelaxed, 145 example.expectedMultinomialDistributionTolerance, 146 "expectFailure": example.expectFailure, 148 example.model.version if example.model.version is not None else "UNKNOWN"), 151 def DumpExample(example, example_fd): argument 152 assert example.model.compiled 167 test_name=str(example.testName), [all …]
|
H A D | README.md | 20 For example, 66 For example, 101 # Instantiate an example 274 example.AddVariations(*[ 279 example.AddVariations(*[ 286 example.AddVariations(*[ 290 example.AddVariations(*[ 309 example.AddRelaxed() 316 example.AddVariations( 320 example.AddVariations( [all …]
|
H A D | spec_visualizer.py | 105 def GetSubgraph(example): argument 119 for op in example.model.operations: 182 def GetConfigurationsInfo(example): argument 184 "relaxed": str(example.model.isRelaxed), 190 def GetOperandsInfo(example): argument 204 def GetOperationsInfo(example): argument 216 def ProcessExample(example, fd): argument 221 global_graphs[str(example.testName)] = { 222 "subgraph": GetSubgraph(example), 225 "operands": GetOperandsInfo(example), [all …]
|
/aosp12/system/libziparchive/cli-tests/ |
H A D | unzip.test | 10 command: unzip -l $FILES/example.zip d1/d2/x.txt 13 Archive: $FILES/example.zip 22 command: unzip -lq $FILES/example.zip d1/d2/x.txt 33 command: unzip -lv $FILES/example.zip d1/d2/x.txt 36 Archive: $FILES/example.zip 45 command: unzip -v $FILES/example.zip d1/d2/x.txt 48 Archive: $FILES/example.zip 64 command: unzip -q $FILES/example.zip 156 Archive: $FILES/example.zip 164 Archive: $FILES/example.zip [all …]
|
H A D | zipinfo.test | 10 command: zipinfo -1 $FILES/example.zip | sort 22 command: zipinfo $FILES/example.zip | head -2 24 Archive: $FILES/example.zip 29 command: zipinfo $FILES/example.zip | tail -1 36 command: zipinfo $FILES/example.zip d1/ | sed s/17-Jun-/2017-06-/ 43 command: zipinfo $FILES/example.zip d1/d2/empty.txt | sed s/17-Jun-/2017-06-/ 50 command: zipinfo $FILES/example.zip d1/d2/x.txt | sed s/17-Jun-/2017-06-/
|
/aosp12/system/extras/simpleperf/testdata/ |
H A D | proguard_mapping.txt | 19 com.example.android.displayingbitmaps.ui.ImageGridFragment -> b.a.a.b.c.b: 20 com.example.android.displayingbitmaps.ui.ImageGridFragment$ImageAdapter mAdapter -> Y 23 com.example.android.displayingbitmaps.util.ImageFetcher mImageFetcher -> Z 32 …58:58:com.example.android.displayingbitmaps.util.ImageFetcher access$000(com.example.android.displ… 33 …58:58:com.example.android.displayingbitmaps.ui.ImageGridFragment$ImageAdapter access$100(com.examp… 34 58:58:int access$200(com.example.android.displayingbitmaps.ui.ImageGridFragment) -> t1 35 58:58:int access$300(com.example.android.displayingbitmaps.ui.ImageGridFragment) -> u1
|
/aosp12/system/teeui/test/ |
H A D | teeui_draw_label_text_test.cpp | 76 example::kTouchButtonLayout); in TEST_F() 82 example::kTouchButtonLayout); in TEST_F() 88 example::kTouchButtonLayout); in TEST_F() 94 example::kTouchButtonLayout); in TEST_F() 99 int error = runRenderTest("en", false /* magnified */, "", example::kTouchButtonLayout); in TEST_F() 104 int error = runRenderTest("en", true /* magnified */, "", example::kTouchButtonLayout); in TEST_F()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | if_no_value.mod.py | 44 example = Example({x: x_data, y: y_data, z: y_data}) 45 example.AddVariations("relaxed", "float16", "int32", quant8, quant8_signed) 46 example.DisableLifeTimeVariation() 47 example.AddVariations(AllTensorsAsInputsConverter()) 48 example.ExpectFailure()
|
H A D | while_infinite_loop.mod.py | 57 example = Example({n: [0.0], i_out: [0.0]}, model=model) variable 58 example.AddVariations("relaxed", "float16", quant8, quant8_signed) 59 example.DisableLifeTimeVariation() 60 example.ExpectFailure()
|
H A D | depthwise_conv2d_quant8_signed.mod.py | 35 example = Example({ variable 63 example = Example({ variable 92 example = Example({ variable 120 example = Example({ variable 149 example = Example({ variable 401 example = Example({ variable 435 example = Example({ variable 464 example = Example({ variable 493 example = Example({ variable 523 example = Example({ variable
|
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/ |
H A D | PrepareUpdateService.java | 17 package com.example.android.systemupdatersample.services; 19 import static com.example.android.systemupdatersample.util.PackageFiles.COMPATIBILITY_ZIP_FILE_NAME; 20 import static com.example.android.systemupdatersample.util.PackageFiles.OTA_PACKAGE_DIR; 21 import static com.example.android.systemupdatersample.util.PackageFiles.PAYLOAD_BINARY_FILE_NAME; 22 import static com.example.android.systemupdatersample.util.PackageFiles.PAYLOAD_PROPERTIES_FILE_NAM… 34 import com.example.android.systemupdatersample.PayloadSpec; 35 import com.example.android.systemupdatersample.UpdateConfig; 36 import com.example.android.systemupdatersample.util.FileDownloader; 37 import com.example.android.systemupdatersample.util.PackageFiles; 38 import com.example.android.systemupdatersample.util.PayloadSpecs; [all …]
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_implicit_parameter/ |
H A D | stdout.txt.expect | 48 // Begin of an example 68 }, // End of an example 69 // Begin of an example 89 }, // End of an example 130 // Begin of an example 150 }, // End of an example 151 // Begin of an example 171 }, // End of an example 212 // Begin of an example 232 }, // End of an example [all …]
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_implicit_parameter/ |
H A D | stdout.txt.expect | 85 // Begin of an example 105 }, // End of an example 106 // Begin of an example 126 }, // End of an example 208 // Begin of an example 228 }, // End of an example 229 // Begin of an example 249 }, // End of an example 331 // Begin of an example 351 }, // End of an example [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | conv2d_v1_2.mod.py | 41 example = Example({ variable 69 example = Example({ variable 97 example = Example({ variable 131 example = Example({ variable 152 example = Example({ variable 160 example = Example({ variable 178 example = Example({ variable 186 example = Example({ variable 205 example = Example({ variable
|
H A D | conv2d_dilation.mod.py | 35 example = Example({ variable 57 example = Example({ variable 86 example = Example({ variable 108 example = Example({ variable 138 example = Example({ variable
|
H A D | depthwise_conv2d_dilation.mod.py | 35 example = Example({ variable 62 example = Example({ variable 90 example = Example({ variable 117 example = Example({ variable 144 example = Example({ variable
|
H A D | space_to_batch_v1_2.mod.py | 32 example = Example({ variable 50 example = Example({ variable 69 example = Example({ variable 89 example = Example({ variable
|
H A D | cast.mod.py | 56 example = Example({ variable 62 example.AddRelaxed() 93 example = Example({ variable 99 example.AddRelaxed()
|
H A D | depthwise_conv2d_v1_2.mod.py | 47 example = Example({ variable 80 example = Example({ variable 108 example = Example({ variable 136 example = Example({ variable 164 example = Example({ variable
|
/aosp12/hardware/interfaces/dumpstate/1.1/default/ |
H A D | Android.bp | 11 name: "android.hardware.dumpstate@1.1-service.example", 16 "android.hardware.dumpstate@1.1-service.example.rc", 19 "android.hardware.dumpstate@1.1-service.example.xml", 33 "-DLOG_TAG=\"android.hardware.dumpstate@1.1-service.example\"",
|
/aosp12/system/apex/apexer/ |
H A D | Android.bp | 132 ":com.android.example.apex", 133 ":com.android.example-legacy.apex", 134 ":com.android.example-logging_parent.apex", 135 ":com.android.example-overridden_package_name.apex", 137 "testdata/com.android.example.apex.avbpubkey", 138 "testdata/com.android.example.apex.pem", 139 "testdata/com.android.example.apex.pk8", 140 "testdata/com.android.example.apex.x509.pem",
|
/aosp12/system/teeui/libteeui/example/ |
H A D | examples.cpp | 21 namespace example { namespace 23 std::unique_ptr<ITeeuiExample> createExample(Examples example) { in createExample() argument 24 switch (example) { in createExample()
|
/aosp12/system/sepolicy/vendor/ |
H A D | file_contexts | 6 /(vendor|system/vendor)/bin/hw/android\.hardware\.audio@7\.0-service\.example u:object_r:hal_au… 9 /(vendor|system/vendor)/bin/hw/android\.hardware\.automotive\.audiocontrol-service.example u:object… 15 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.face@1\.[0-9]+-service\.example u:obj… 16 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.face-service\.example u:object_r:hal_… 36 /(vendor|system/vendor)/bin/hw/android\.hardware\.gnss-service.example u:object_r:hal_gnss_d… 47 /(vendor|system/vendor)/bin/hw/android\.hardware\.identity-service.example u:object_r:hal_identity_… 55 /(vendor|system/vendor)/bin/hw/android\.hardware\.lights-service\.example u:object_r:hal_light_… 58 /(vendor|system/vendor)/bin/hw/android\.hardware\.memtrack-service.example u:object_r:hal_memtra… 64 /(vendor|system/vendor)/bin/hw/android\.hardware\.power-service\.example u:object_r:hal_power… 65 /(vendor|system/vendor)/bin/hw/android\.hardware\.power.stats-service\.example u:object_r:hal_po… [all …]
|