/tools/asuite/atest/bazel/runner/ |
D | update_bes_protos.sh | 17 wget -P "${DEST_DIR}" https://raw.githubusercontent.com/bazelbuild/bazel/"${COMMIT}"/src/main/java/… 18 wget -P "${DEST_DIR}" https://raw.githubusercontent.com/bazelbuild/bazel/"${COMMIT}"/src/main/proto… 19 wget -P "${DEST_DIR}" https://raw.githubusercontent.com/bazelbuild/bazel/"${COMMIT}"/src/main/proto… 20 wget -P "${DEST_DIR}" https://raw.githubusercontent.com/bazelbuild/bazel/"${COMMIT}"/src/main/proto… 21 wget -P "${DEST_DIR}" https://raw.githubusercontent.com/bazelbuild/bazel/"${COMMIT}"/src/main/proto…
|
/tools/treble/build/treble_build/local/ |
D | ninja.go | 247 raw, err := cli.n.Command(ctx, target) 251 return parseCommand(target, raw) 256 raw, err := cli.n.Input(ctx, target) 260 return parseInput(target, raw) 265 raw, err := cli.n.Query(ctx, target) 269 return parseQuery(target, raw) 274 raw, err := cli.n.Path(ctx, target, dependency) 278 return parsePath(target, dependency, raw) 283 raw, err := cli.n.Paths(ctx, target, dependency) 287 return parsePaths(target, dependency, raw) [all …]
|
D | git.go | 58 if raw, err := cli.git.ProjectInfo(ctx, gitDir, workDir); err == nil { 59 topLevel, projRevision, err := parseProjectInfo(raw) 78 if raw, err := cli.git.RemoteUrl(ctx, gitDir, workDir, remote); err == nil { 79 url, err := parseRemoteUrl(raw) 90 if raw, err := cli.git.Tree(ctx, proj.GitDir, proj.WorkDir, proj.Revision); err == nil { 91 lsFiles, err := parseLsTree(raw) 119 raw, err := cli.git.CommitInfo(ctx, proj.GitDir, proj.WorkDir, sha) 124 return parseCommitInfo(raw)
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | GameQualificationFpsCollector.java | 101 String[] raw = getRawData(); in collect() local 102 processRawData(raw); in collect() 131 void processRawData(String[] raw) { in processRawData() argument 132 if (raw.length == 1) { in processRawData() 141 mVSyncPeriod = Long.parseLong(raw[0]); in processRawData() 148 outputFile.write("Vsync: " + raw[0] + "\n"); in processRawData() 156 for (int i = 1; i < raw.length; i++) { in processRawData() 157 String[] parts = raw[i].split("\t"); in processRawData()
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ExtraFieldTest.java | 337 byte[] raw = new byte[1]; in parseInvalidExtraFieldWithInvalidHeader() 338 ExtraField ef = new ExtraField(raw); in parseInvalidExtraFieldWithInvalidHeader() 350 byte[] raw = new byte[] { /* Header */ 0x01, 0x02, /* Size */ 0x05, 0x00, /* Data */ 0x01 }; in parseInvalidExtraFieldWithInsufficientData() 351 ExtraField ef = new ExtraField(raw); in parseInvalidExtraFieldWithInsufficientData()
|
/tools/tradefederation/core/proto/ |
D | metric_measurement.proto | 35 // Represents whether the data was already processed or is raw data. 81 // Whether the measurements is raw data or processed.
|
/tools/asuite/atest/tf_proto/ |
D | metric_measurement.proto | 35 // Represents whether the data was already processed or is raw data. 81 // Whether the measurements is raw data or processed.
|
/tools/acloud/internal/proto/ |
D | internal_config.proto | 70 // The name of the raw image name that should apper in the tar gz file. 71 // e.g. "disk.raw" 73 // The file extension of a raw linux image file, e.g. "img"
|
/tools/security/gdb/heap_print/ |
D | README.md | 4 2) print_ptr : prints the memory pointed by raw pointer in hex format.
|
/tools/security/fuzzing/orphans/libffi/ |
D | fuzz_ffi.cc | 271 for (const auto& raw : raw_alloc_vector) { in freeAll() local 272 free(raw); in freeAll()
|
/tools/netsim/proto/netsim/ |
D | hci_packet.proto | 27 // The packet is unspecified, and contains raw bytes.
|
/tools/asuite/atest/bazel/resources/rules/ |
D | common_settings.bzl | 23 doc = "A singleton provider that contains the raw value of a build setting",
|
/tools/acloud/public/data/ |
D | default.config | 5 disk_raw_image_name: "disk.raw"
|
/tools/security/remote_provisioning/hwtrust/ |
D | Cargo.lock | 283 name = "linux-raw-sys" 427 "linux-raw-sys",
|
/tools/test/openhst/ |
D | stress_test.proto | 108 // Path to raw audio file to play during this test step.
|
/tools/tradefederation/core/javatests/res/testtype/ |
D | python_output4.txt | 258 output = subprocess.check_output(self.device.adb_cmd + ["raw", "framebuffer:"]) 263 subprocess.CalledProcessError: Command '['adb', '-s', '0.0.0.0:6520', 'raw', 'framebuffer:']' retur…
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 41 // of dealing with the raw protocol defined here.
|
/tools/repohooks/tools/ |
D | cpplint.py | 3689 raw = clean_lines.lines_without_raw_strings 3690 line = raw[linenum] 3759 next_line = raw[linenum + 1] 3775 next_line = raw[linenum + 1] 3959 raw = clean_lines.lines_without_raw_strings 3973 Search(r',[^,\s]', raw[linenum])):
|
/tools/metalava/ |
D | FORMAT.md | 184 The v1 signature files uses raw types in some places but not others. Note that
|
D | README.md | 224 generate a raw count:
|