/third_party/typescript/tests/baselines/reference/ |
H A D | derivedInterfaceCallSignature.js | 27 var area: D3SvgArea; variable 31 var area;
variable
|
H A D | typeGuardNarrowsIndexedAccessOfKnownProperty1.js | 87 function area(s) {
function
|
H A D | exhaustiveSwitchStatements1.js | 307 function area(s) { global() function [all...] |
/third_party/node/test/fixtures/wpt/url/ |
H A D | toascii.window.js | |
/third_party/skia/src/gpu/ |
H A D | GrRectanizerPow2.cpp | 16 int32_t area = width * height; // computed here since height will be modified in addRect() local
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-url-toascii.js | |
/third_party/skia/bench/ |
H A D | GrQuadBench.cpp | 51 SkScalar area = 0.f; variable
|
/third_party/alsa-lib/src/ |
H A D | shmarea.c | 70 struct snd_shm_area *area = malloc(sizeof(*area)); in snd_shm_area_create() local 87 snd_shm_area_share(struct snd_shm_area *area) snd_shm_area_share() argument 103 snd_shm_area_destroy(struct snd_shm_area *area) snd_shm_area_destroy() argument 121 struct snd_shm_area *area; snd_shm_area_destructor() local [all...] |
/third_party/skia/tests/ |
H A D | BitmapGetColorTest.cpp | 35 const SkIRect area = { 1, 1, 3, 3 }; in DEF_TEST() local
|
H A D | RecordTest.cpp | 29 int area() const { return fArea; } in area() function in AreaSummer
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_filter_task.cpp | 92 Process(uint32 threadIndex, const dng_rect &area, dng_abort_sniffer * ) Process() argument
|
H A D | dng_tile_iterator.cpp | 26 dng_tile_iterator(const dng_image &image, const dng_rect &area) dng_tile_iterator() argument 51 dng_tile_iterator(const dng_point &tileSize, const dng_rect &area) dng_tile_iterator() argument 81 dng_tile_iterator(const dng_rect &tile, const dng_rect &area) dng_tile_iterator() argument 106 Initialize(const dng_rect &tile, const dng_rect &area) Initialize() argument [all...] |
H A D | dng_simple_image.cpp | 161 AcquireTileBuffer(dng_tile_buffer &buffer, const dng_rect &area, bool dirty) const AcquireTileBuffer() argument
|
H A D | dng_area_task.cpp | 185 ProcessOnThread(uint32 threadIndex, const dng_rect &area, const dng_point &tileSize, dng_abort_sniffer *sniffer) ProcessOnThread() argument 254 Perform(dng_area_task &task, const dng_rect &area, dng_memory_allocator *allocator, dng_abort_sniffer *sniffer) Perform() argument [all...] |
H A D | dng_host.cpp | 234 PerformAreaTask(dng_area_task &task, const dng_rect &area) PerformAreaTask() argument
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | InfoDialog.java | 28 protected TextArea area; field in InfoDialog
|
/third_party/skia/include/core/ |
H A D | SkSize.h | 36 constexpr int64_t area() const { return fWidth * fHeight; } in area() function
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound-irq-mmap.c | 57 const snd_pcm_channel_area_t *area = areas + i; in irq_mmap_pre_process() local
|
/third_party/libuv/src/unix/ |
H A D | haiku.c | 93 area_info area; in uv_resident_set_memory() local
|
/third_party/node/deps/uv/src/unix/ |
H A D | haiku.c | 88 area_info area; in uv_resident_set_memory() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Primitive.hpp | 60 float area; member
|
/third_party/glfw/tests/ |
H A D | gamma.c | 145 struct nk_rect area; in main() local
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DemoUtility.java | 95 public static void setText(TextComponent area, String newText) { in setText() argument
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrRect.h | 45 int area() const { return this->width() * this->height(); } in area() function
|
/third_party/skia/samplecode/ |
H A D | SampleDegenerateQuads.cpp | 77 SkScalar area = 0.f; in get_area_coverage() local
|