/tools/security/gdb/gdb_json_printer/ |
D | README.md | 8 g++ test_examples/basic_types.cpp -O0 -g -o test_examples/basic_types 9 g++ test_examples/objects1.cpp -O0 -g -o test_examples/objects1 10 g++ test_examples/objects2.cpp -O0 -g -o test_examples/objects2 11 g++ test_examples/objects.cpp -O0 -g -o test_examples/objects 12 g++ test_examples/array.cpp -O0 -g -o test_examples/array 13 g++ test_examples/reference.cpp -O0 -g -o test_examples/reference
|
/tools/acloud/public/data/ |
D | default.config | 60 value: "cpu:4,resolution:720x1280,dpi:320,memory:6g" 65 value: "cpu:4,resolution:1280x800,dpi:160,memory:6g" 70 value: "cpu:4,resolution:320x320,dpi:240,memory:2g" 75 value: "cpu:4,resolution:2560x1800,dpi:320,memory:6g" 80 value: "cpu:4,resolution:1768x2208,dpi:386,memory:4g" 85 value: "cpu:4,resolution:720x1280,dpi:320,memory:4g" 90 value: "cpu:4,resolution:1280x800,dpi:160,memory:4g" 95 value: "cpu:4,resolution:320x320,dpi:240,memory:2g" 100 value: "cpu:4,resolution:2560x1800,dpi:320,memory:4g" 105 value: "cpu:4,resolution:1920x1080,dpi:213,memory:2g" [all …]
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/ |
D | SliceTrack.kt | 36 override fun paintComponent(g: Graphics?) { in paintComponent() 37 if (g == null) return in paintComponent() 46 val metrics = g.fontMetrics in paintComponent() 60 g.color = color in paintComponent() 61 g.fillRect(x, y, width, height) in paintComponent() 64 drawLabel(it, g, metrics, x, ty, width) in paintComponent() 70 open fun drawLabel(slice: T, g: Graphics, metrics: FontMetrics, x: Int, y: Int, width: Int) { in drawLabel() 79 g.color = textColor in drawLabel() 80 g.drawString(slice.name.substring(0, strLimit), x, y) in drawLabel()
|
D | SchedTrack.kt | 40 …override fun drawLabel(slice: SchedSlice, g: Graphics, metrics: FontMetrics, x: Int, y: Int, width… in drawLabel()
|
/tools/security/gdb/gdb_json_printer/test_examples/ |
D | basic_types.cpp | 30 uint64_t g = 7; in main() local 42 std::cout << a + b + c + d + e + f + g + h + i + j << std::endl; in main() 52 const uint64_t g = 7; in main() local 62 std::cout << a + b + c + d + e + f + g + h + i + j << std::endl; in main()
|
/tools/acloud/internal/proto/ |
D | internal_config.proto | 41 // The pattern of the instance name, e.g. ins-{uuid}-{build_id}-{build_target} 62 // Minimum gce instance size, e.g. n1-standard-1 64 // The name of the default disk image, e.g. avd-system.tar.gz 66 // The mime type of the disk image, e.g. 'application/x-tar' 68 // The file extension of disk image, e.g. ".tar.gz" 71 // e.g. "disk.raw" 73 // The file extension of a raw linux image file, e.g. "img" 93 // make up a value, e.g. "acloud".
|
D | user_config.proto | 27 // Compute Engine zone name, e.g. "us-central1-f" 30 // Compute Engine network name, e.g. "default" 40 // Desired orientation, e.g. 'portrait' or 'landscape' 95 // The pattern of the instance name, e.g. ins-{uuid}-{build_id}-{build_target}
|
/tools/acloud/ |
D | revert_host_setup.sh | 22 for g in ${GROUPS_TO_REMOVE[@]}; 24 sudo gpasswd -d $USER $g
|
D | README.md | 76 target and/or build id (e.g. `--branch my_branch`). Acloud will assume the 79 * `--branch`: The branch of the repo you're running the acloud command in, e.g. 82 * `--build-target`: Defaults to the phone target for cuttlefish (e.g. 90 * `--flavor`: This can be one of phone, auto, wear, tv, iot, tablet and 3g. 104 `cpu:2,resolution:1280x700,dpi:160,memory:2g,disk:2g`
|
/tools/asuite/asuite_plugin/ |
D | README.md | 26 * Enter a target module, e.g. aidegen_unittests. 27 * Or fill target path with check test_mapping checkbox, E.g.
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | circle.cpp | 95 void Circle::setColor(float r, float g, float b) { in setColor() argument 97 mColor[1] = g; in setColor()
|
D | renderer.cpp | 88 EGLint r, g, b, d; in initDisplay() local 90 eglGetConfigAttrib(display, cfg, EGL_GREEN_SIZE, &g) && in initDisplay() 93 r == 8 && g == 8 && b == 8 && d == 0 ) { in initDisplay()
|
D | circle.h | 43 void setColor(float r, float g, float b);
|
/tools/security/gdb/heap_print/ |
D | README.md | 27 g++ -O0 -g test/sample_heap_test.cc -o test/sample_heap_test.o
|
/tools/repohooks/ |
D | README.md | 30 * Repo project-wide settings (e.g. all of AOSP). These set up defaults for all 32 * Project-local settings (e.g. a single .git repo). These control settings for 85 e.g. `platform/tools/repohooks` 87 e.g. `tools/repohooks` 89 e.g. `aosp`. 92 e.g. `ec044d3e9b608ce275f02092f86810a3ba13834e` 94 e.g. `master` 96 e.g. `1f89dce0468448fa36f632d2fc52175cd6940a91` 202 Note: Builtin hooks tend to match specific filenames (e.g. `.json`). If no 312 entire repo in order to perform full checks. e.g. `pylint` needs to know what
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | light_lib.py | 22 def __init__(self, r, g, b): argument 24 self.green = g
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/ |
D | README.md | 10 * performance: Tests which measure performance of an implementation - e.g. 33 directory which lists all tests in the directory. E.g. to execute all functional
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/ |
D | bluetooth.proto | 205 // e.g. com.company.app 208 // Name of the wakelock (e.g. bluedroid_timer). 240 // e.g. com.company.app
|
/tools/apksig/src/test/resources/com/android/apksig/ |
D | rsa-4096.x509.pem | 6 UCDnlJqKvwL4mrAnxvqTxm+0g/WFOoBKFoNY5OhgcDfomNEFQajY9bgXaNiwEYDU
|
/tools/metalava/ |
D | README.md | 79 new formats (e.g. to fix past errors in doclava, such as annotation instance 134 instead of the full package name, e.g. `@UiThread` instead of 138 javadoc will mistreat, such as sentences that "end" with "e.g. ". It also 165 (e.g. you can change a parameter from non null to nullable for final classes, 315 android.jar files (e.g. backed by bytecode) or reading previous signature 396 included (e.g. if `List<Foo>` is part of the API then `Foo` must be too). This 463 grammar, e.g. when it's listing a number of possible constants the conjunction
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 37 // without any other information (e.g. without reading its imports). 59 optional string package = 2; // e.g. "foo", "foo.bar", etc. 253 // to reserve extension numbers. Simply provide your project name (e.g. 374 // All extensions of your type must be singular messages; e.g. they cannot 569 // options protos in descriptor objects (e.g. returned by Descriptor::options(), 576 // E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents 619 // [g,h) [ 4, 0, 2, 0, 3 ] The number (1). 684 // Only the comment content is provided; comment markers (e.g. //) are
|
/tools/external/fat32lib/ |
D | Android.bp | 24 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
|
/tools/apkzlib/ |
D | Android.bp | 28 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
|
/tools/test/openhst/ |
D | README.md | 66 Join our [mailing list](https://groups.google.com/g/openhst) for discussions and
|
/tools/acloud/internal/lib/ |
D | utils.py | 1206 all_groups = [g.gr_name for g in grp.getgrall()]
|