/third_party/typescript/tests/baselines/reference/project/baseline/node/ |
H A D | decl.js | 5 function point(x, y) {
function
|
/third_party/typescript/tests/baselines/reference/project/baseline2/node/ |
H A D | decl.js | 5 function point(x, y) {
function
|
/third_party/typescript/tests/baselines/reference/ |
H A D | mergedDeclarations1.js | 20 function point(x, y) {
function [all...] |
H A D | nestedModules.js | 28 var point: number; variable 29 var point = m.Point; variable 50 var point;
variable 51 var point = m.Point;
variable
|
/third_party/skia/docs/examples/ |
H A D | Point_scale.cpp | 9 SkPoint point = {40, -15}, scaled; in REG_FIDDLE() local
|
H A D | Point_scale_2.cpp | 9 SkPoint point = {40, -15}; in REG_FIDDLE() local
|
/third_party/skia/gm/ |
H A D | internal_links.cpp | 50 SkPoint point = SkPoint::Make(SkIntToScalar(100), SkIntToScalar(50)); variable
|
H A D | repeated_bitmap.cpp | 33 SkScalar point[2] = {-0.5f * image->width(), -0.5f * image->height()}; in draw_rotated_image() local
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
H A D | test-fixed-dtoa.cc | 45 int point; in TEST() local 500 int point; TEST() local [all...] |
H A D | test-bignum-dtoa.cc | 62 int point; in TEST() local 265 int point; TEST() local 328 int point; TEST() local 346 int point; TEST() local 364 int point; TEST() local 385 int point; TEST() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_doubleconversion.cpp | 27 int32_t point; in testDoubleConversionApi() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | generate_wave_table.c | 32 uint32_t point = (i + phase_offset) % table_size; in ff_generate_wave_table() local
|
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-double-to-string.cpp | 395 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-double-to-string.cpp | 402 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument [all...] |
/third_party/node/deps/v8/src/base/numbers/ |
H A D | dtoa.cc | 31 DoubleToAscii(double v, DtoaMode mode, int requested_digits, Vector<char> buffer, int* sign, int* length, int* point) DoubleToAscii() argument
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_oct.c | 24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates() argument 73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct() argument 56 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates_GFp() argument 64 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates_GF2m() argument 105 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) EC_POINT_oct2point() argument 133 EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) EC_POINT_point2buf() argument [all...] |
H A D | ec_deprecated.c | 21 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) EC_POINT_point2bn() argument 41 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) EC_POINT_bn2point() argument
|
H A D | ec_print.c | 17 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) EC_POINT_point2hex() argument 49 EC_POINT_hex2point(const EC_GROUP *group, const char *hex, EC_POINT *point, BN_CTX *ctx) EC_POINT_hex2point() argument
|
/third_party/openssl/crypto/ec/ |
H A D | ec_oct.c | 24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates() argument 73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct() argument 56 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates_GFp() argument 64 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates_GF2m() argument 109 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) EC_POINT_oct2point() argument 137 EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) EC_POINT_point2buf() argument [all...] |
H A D | ec_deprecated.c | 21 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) EC_POINT_point2bn() argument 41 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) EC_POINT_bn2point() argument
|
/third_party/skia/src/core/ |
H A D | SkAnnotation.cpp | 35 void SkAnnotateNamedDestination(SkCanvas* canvas, const SkPoint& point, SkData* name) { in SkAnnotateNamedDestination() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-double-to-string.cpp | 395 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument [all...] |
/third_party/skia/tests/ |
H A D | CTest.cpp | 27 sk_point_t point = {0.0f, 0.0f}; in shader_test() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/ |
H A D | Annotations.cpp | 67 size_t Annotations::point(llvm::StringRef Name) const { in point() function in Annotations
|
/third_party/zlib/examples/ |
H A D | zran.h | 10 typedef struct point { struct
|