| /third_party/qrcodegen/python/ |
| D | qrcodegen.py | 62 def encode_binary(data: Union[bytes,Sequence[int]], ecl: QrCode.Ecc) -> QrCode: 73 …ments(segs: Sequence[QrSegment], ecl: QrCode.Ecc, minversion: int = 1, maxversion: int = 40, mask:… 163 …def __init__(self, version: int, errcorlvl: QrCode.Ecc, datacodewords: Union[bytes,Sequence[int]],… 225 def get_module(self, x: int, y: int) -> bool: 260 def _draw_format_bits(self, mask: int) -> None: 310 def _draw_finder_pattern(self, x: int, y: int) -> None: 321 def _draw_alignment_pattern(self, x: int, y: int) -> None: 329 def _set_function_module(self, x: int, y: int, isdark: bool) -> None: 399 def _apply_mask(self, mask: int) -> None: 494 def _get_num_raw_data_modules(ver: int) -> int: [all …]
|
| /third_party/skia/src/gpu/mock/ |
| D | GrMockOpsRenderPass.h | 45 void onDraw(int, int) override { this->noopDraw(); } in onDraw() argument 46 void onDrawIndexed(int, int, uint16_t, uint16_t, int) override { this->noopDraw(); } in onDrawIndexed() argument 47 void onDrawInstanced(int, int, int, int) override { this->noopDraw(); } in onDrawInstanced() argument 48 void onDrawIndexedInstanced(int, int, int, int, int) override { this->noopDraw(); } in onDrawIndexedInstanced() argument 49 void onDrawIndirect(const GrBuffer*, size_t, int) override { this->noopDraw(); } in onDrawIndirect() argument 50 void onDrawIndexedIndirect(const GrBuffer*, size_t, int) override { this->noopDraw(); } in onDrawIndexedIndirect() argument
|
| /third_party/skia/src/images/ |
| D | SkImageEncoderFns.h | 23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() argument 38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() argument 44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() argument 50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() argument 56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX() argument 62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444() argument 68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA() argument 74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA() argument 80 static inline void transform_scanline_to_premul_legacy(char* dst, const char* src, int width, int) { in transform_scanline_to_premul_legacy() argument 86 static inline void transform_scanline_BGRA(char* dst, const char* src, int width, int) { in transform_scanline_BGRA() argument [all …]
|
| /third_party/mbedtls/scripts/mbedtls_dev/ |
| D | bignum_common.py | 19 def invmod(a: int, n: int) -> int: 34 def invmod_positive(a: int, n: int) -> int: 51 def bound_mpi(val: int, bits_in_limb: int) -> int: 55 def bound_mpi_limbs(limbs: int, bits_in_limb: int) -> int: 60 def limbs_mpi(val: int, bits_in_limb: int) -> int: 69 def bits_to_limbs(bits: int, bits_in_limb: int) -> int: 74 def hex_digits_for_limb(limbs: int, bits_in_limb: int) -> int: 78 def hex_digits_max_int(val: str, bits_in_limb: int) -> int: 129 def __init__(self, val_a: str, val_b: str = "0", bits_in_limb: int = 32) -> None: 171 def format_result(self, res: int) -> str: [all …]
|
| D | psa_storage.py | 25 def __init__(self, content: Union[int, str]): 103 version: Optional[int] = None, 104 id: Optional[int] = None, #pylint: disable=redefined-builtin 107 bits: int, 126 *args: Union[int, Expr]
|
| /third_party/openssl/crypto/bn/ |
| D | bn_depr.c | 22 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, in BN_generate_prime() argument 46 int BN_is_prime(const BIGNUM *a, int checks, in BN_is_prime() argument 55 int BN_is_prime_fasttest(const BIGNUM *a, int checks, in BN_is_prime_fasttest() argument
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| D | bn_depr.c | 22 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, in BN_generate_prime() argument 46 int BN_is_prime(const BIGNUM *a, int checks, in BN_is_prime() argument 55 int BN_is_prime_fasttest(const BIGNUM *a, int checks, in BN_is_prime_fasttest() argument
|
| /third_party/mesa3d/src/amd/addrlib/src/chip/r800/ |
| D | si_gb_reg.h | 54 unsigned int : 1; member 56 unsigned int : 1; member 58 unsigned int : 1; member 60 unsigned int : 2; member 62 unsigned int : 1; member 64 unsigned int : 1; member 66 unsigned int : 2; member 69 unsigned int : 1; member 75 unsigned int : 1; member 78 unsigned int : 2; member [all …]
|
| /third_party/skia/modules/skparagraph/include/ |
| D | TypefaceFontProvider.h | 48 SkFontStyleSet* onCreateStyleSet(int) const override { return nullptr; } in onCreateStyleSet() argument 53 const char*[], int, in onMatchFamilyStyleCharacter() argument 58 sk_sp<SkTypeface> onMakeFromData(sk_sp<SkData>, int) const override { return nullptr; } in onMakeFromData() argument 59 sk_sp<SkTypeface> onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset>, int) const override { in onMakeFromStreamIndex() argument 66 sk_sp<SkTypeface> onMakeFromFile(const char[], int) const override { in onMakeFromFile() argument
|
| /third_party/skia/third_party/externals/tint/tools/src/list/ |
| D | list.go | 29 Get(i int) interface{} 32 Set(i int, v interface{}) 38 Copy(dst, src, count int) 42 CopyFrom(l List, dst, src, count int) 45 Resize(count int) 61 func New(elem reflect.Type, count int) List {
|
| /third_party/jinja2/ |
| D | filters.py | 57 attribute: t.Optional[t.Union[str, int]], argument 85 attribute: t.Optional[t.Union[str, int]], argument 125 attr: t.Optional[t.Union[str, int]] argument 177 eval_ctx: "EvalContext", s: str, old: str, new: str, count: t.Optional[int] = None 387 attribute: t.Optional[t.Union[str, int]] = None, argument 442 attribute: t.Optional[t.Union[str, int]] = None, argument 475 attribute: t.Optional[t.Union[str, int]], argument 495 attribute: t.Optional[t.Union[str, int]] = None, argument 515 attribute: t.Optional[t.Union[str, int]] = None, argument 568 attribute: t.Optional[t.Union[str, int]] = None, argument [all …]
|
| D | ext.py | 29 def ngettext(self, singular: str, plural: str, n: int) -> str: 36 def npgettext(self, context: str, singular: str, plural: str, n: int) -> str: 126 self, name: str, lineno: t.Optional[int] = None 144 lineno: t.Optional[int] = None, 184 def _make_new_ngettext(func: t.Callable[[str, str, int], str]) -> t.Callable[..., str]: argument 190 __num: int, 221 func: t.Callable[[str, str, str, int], str] argument 229 __num: int, 304 def npgettext(c: str, s: str, p: str, n: int) -> str: 318 ngettext: t.Callable[[str, str, int], str], argument [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/ |
| D | main.go | 197 func mapToList(indices map[string]int, values map[string]interface{}) ([]interface{}, error) { 235 func rowRange(index int, sheet *sheets.Sheet) string { 241 func columnRange(index int, sheet *sheets.Sheet) string { 250 func fetchRow(srv *sheets.Service, spreadsheet *sheets.Spreadsheet, sheet *sheets.Sheet, row int) (… 260 func fetchColumn(srv *sheets.Service, spreadsheet *sheets.Spreadsheet, sheet *sheets.Sheet, row int… 276 …*sheets.Service, spreadsheet *sheets.Spreadsheet, sheet *sheets.Sheet, aboveRow, count int) error {
|
| /third_party/python/Lib/wsgiref/ |
| D | types.py | 35 def read(self, size: int = ..., /) -> bytes: ... 36 def readline(self, size: int = ..., /) -> bytes: ... 37 def readlines(self, hint: int = ..., /) -> list[bytes]: ... 47 def read(self, size: int = ..., /) -> bytes: ... 53 self, file: _Readable, block_size: int = ..., /,
|
| /third_party/musl/src/network/ |
| D | dns_parse.c | 4 int __dns_parse(const unsigned char *r, int rlen, int (*callback)(void *, int, const void *, int, c… in __dns_parse() argument
|
| /third_party/mesa3d/src/imagination/csbgen/ |
| D | gen_pack_header.py | 252 def __init__(self, parent: Node, name: str, value: int) -> None: 270 def __init__(self, parent: Node, name: str, length: int) -> None: 418 def __init__(self, parent: Node, name: str, start: int, end: int, ty: str, *, 419 default: t.Optional[str] = None, shift: t.Optional[int] = None) -> None: 523 def __init__(self, parent: Node, name: str, value: int) -> None: 684 def __init__(self, start: int, count: int, size: int, fields) -> None: 702 def collect_dwords(self, dwords: t.Dict[int, Group.DWord], start: int) -> None: 746 … def emit_pack_function(self, root: Csbgen, dwords: t.Dict[int, Group.DWord], length: int) -> None: 863 …def emit_unpack_function(self, root: Csbgen, dwords: t.Dict[int, Group.DWord], length: int) -> Non…
|
| /third_party/json/tests/src/ |
| D | unit-class_parser.cpp | 253 { in accept_helper() 1365 { in __anona4e4ff860502() 1410 …json j_array = json::parse(s_array, [](int /*unused*/, json::parse_event_t /*unused*/, const json&… argument 1420 …json j_object = json::parse(s_object, [](int /*unused*/, json::parse_event_t /*unused*/, const jso… argument 1428 …json j_array = json::parse(s_array, [](int /*unused*/, json::parse_event_t /*unused*/, const json&… argument 1439 …json j_object = json::parse(s_object, [](int /*unused*/, json::parse_event_t event, const json & j… argument 1447 …json j_array = json::parse(s_array, [](int /*unused*/, json::parse_event_t event, const json & j) … argument 1457 …json j_filtered1 = json::parse(structured_array, [](int /*unused*/, json::parse_event_t e, const j… argument 1466 …json j_filtered2 = json::parse(structured_array, [](int /*unused*/, json::parse_event_t e, const j… argument 1481 …json j_object = json::parse(s_object, [](int /*unused*/, json::parse_event_t e, const json& /*unus… argument [all …]
|
| /third_party/skia/src/pathops/ |
| D | SkAddIntersections.cpp | 218 static void debugShowLineIntersection(int , const SkIntersectionHelper& , in debugShowLineIntersection() argument 222 static void debugShowQuadLineIntersection(int , const SkIntersectionHelper& , in debugShowQuadLineIntersection() argument 226 static void debugShowQuadIntersection(int , const SkIntersectionHelper& , in debugShowQuadIntersection() argument 230 static void debugShowConicLineIntersection(int , const SkIntersectionHelper& , in debugShowConicLineIntersection() argument 234 static void debugShowConicQuadIntersection(int , const SkIntersectionHelper& , in debugShowConicQuadIntersection() argument 238 static void debugShowConicIntersection(int , const SkIntersectionHelper& , in debugShowConicIntersection() argument 242 static void debugShowCubicLineIntersection(int , const SkIntersectionHelper& , in debugShowCubicLineIntersection() argument 246 static void debugShowCubicQuadIntersection(int , const SkIntersectionHelper& , in debugShowCubicQuadIntersection() argument 250 static void debugShowCubicConicIntersection(int , const SkIntersectionHelper& , in debugShowCubicConicIntersection() argument 254 static void debugShowCubicIntersection(int , const SkIntersectionHelper& , in debugShowCubicIntersection() argument
|
| /third_party/elfutils/libdwfl/ |
| D | dwfl_module_register_names.c | 38 int (*func) (void *, int, const char *, in dwfl_module_register_names() argument 40 int, int), in dwfl_module_register_names() argument
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| D | FuzzerUtilPosix.cpp | 32 static void AlarmHandler(int, siginfo_t *, void *) { in AlarmHandler() argument 36 static void CrashHandler(int, siginfo_t *, void *) { in CrashHandler() argument 40 static void InterruptHandler(int, siginfo_t *, void *) { in InterruptHandler() argument 45 void (*callback)(int, siginfo_t *, void *)) { in SetSigaction() argument
|
| /third_party/skia/third_party/externals/tint/src/ |
| D | traits_test.cc | 25 void F3(int, S, float) {} in F3() argument 46 void F3(int, S, float) {} in TEST() argument 66 void F3(int, S, float) const {} in TEST() argument 86 static void F3(int, S, float) {} in TEST() argument 117 auto l3 = [](int, S, float) {}; in TEST() argument
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
| D | _tokenizer.py | 24 span: Tuple[int, int], argument 157 span_start: Optional[int] = None, 158 span_end: Optional[int] = None,
|
| /third_party/libabigail/tests/data/test-read-ctf/ |
| D | test-functions-declaration.c | 7 void (*fn1)(int, long)) in attribute_container_add_device() 13 void (*fn2)(int , long)) in attribute_container_device_trigger()
|
| /third_party/mesa3d/src/amd/addrlib/src/chip/gfx11/ |
| D | gfx11_gb_reg.h | 54 unsigned int : 8; member 56 unsigned int : 5; member 58 unsigned int : 4; member
|
| /third_party/python/Lib/test/ |
| D | inspect_stock_annotations.py | 13 def function(a:int, b:str) -> MyClass: 17 def function2(a:int, b:"str", c:MyClass) -> MyClass: 21 def function3(a:"int", b:"str", c:"MyClass"):
|