Searched refs:derive (Results 1 – 25 of 107) sorted by relevance
12345
/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | left_most_gc_base.txt | 2 ./left_most_gc_base.h:15:1: warning: [blink-gc] Class 'Right' must derive its GC base in the left-m… 5 ./left_most_gc_base.h:18:1: warning: [blink-gc] Class 'DerivedRight' must derive its GC base in the… 11 ./left_most_gc_base.h:26:1: warning: [blink-gc] Class 'IllFormed' must derive its GC base in the le…
|
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/ |
D | left_most_gc_base.txt | 2 ./left_most_gc_base.h:15:1: warning: [blink-gc] Class 'Right' must derive its GC base in the left-m… 5 ./left_most_gc_base.h:18:1: warning: [blink-gc] Class 'DerivedRight' must derive its GC base in the… 11 ./left_most_gc_base.h:26:1: warning: [blink-gc] Class 'IllFormed' must derive its GC base in the le…
|
/external/boringssl/src/crypto/evp/ |
D | evp_ctx.c | 329 if (!ctx || !ctx->pmeth || !ctx->pmeth->derive) { in EVP_PKEY_derive_init() 340 !(ctx->pmeth->derive || ctx->pmeth->encrypt || ctx->pmeth->decrypt) || in EVP_PKEY_derive_set_peer() 398 if (!ctx || !ctx->pmeth || !ctx->pmeth->derive) { in EVP_PKEY_derive() 406 return ctx->pmeth->derive(ctx, key, out_key_len); in EVP_PKEY_derive()
|
D | internal.h | 220 int (*derive)(EVP_PKEY_CTX *ctx, uint8_t *key, size_t *keylen); member
|
/external/libxml2/result/schemas/ |
D | anyAttr-derive-errors1_0_0 | 1 ./test/schemas/anyAttr-derive-errors1_0.xml validates
|
/external/pdfium/xfa/fwl/theme/ |
D | README.md | 7 The other CFWL_TP classes derive from it and know how to draw the pieces
|
/external/python/cpython3/Doc/distutils/ |
D | extending.rst | 20 :class:`Command`, while replacements often derive from :class:`Command` 22 required to derive from :class:`Command`.
|
/external/python/cpython2/Doc/distutils/ |
D | extending.rst | 20 :class:`Command`, while replacements often derive from :class:`Command` 22 required to derive from :class:`Command`.
|
/external/scapy/scapy/layers/tls/crypto/ |
D | hkdf.py | 35 return hkdf.derive(prk)
|
/external/libevent/include/ |
D | include.am | 37 ## the source header filename to derive the installed header filename.
|
/external/skia/infra/bots/recipe_modules/ |
D | README.md | 7 * builder_name_schema - Helps to derive expected behavior from task (formerly
|
/external/skqp/infra/bots/recipe_modules/ |
D | README.md | 7 * builder_name_schema - Helps to derive expected behavior from task (formerly
|
/external/mesa3d/src/egl/main/ |
D | README.txt | 69 will derive subclasses.
|
/external/skqp/site/dev/contrib/ |
D | flatten.md | 6 font cache. Classes for these objects should derive from `SkFlattenable` or one of
|
/external/skia/site/dev/contrib/ |
D | flatten.md | 6 font cache. Classes for these objects should derive from `SkFlattenable` or one of
|
/external/llvm/docs/ |
D | AMDGPUUsage.rst | 138 If no arguments are specified, then the assembler will derive the ISA version,
|
D | HowToSetUpLLVMStyleRTTI.rst | 233 ``classof`` into ``Shape``: all relevant classes derive from ``Shape``, 257 Say that ``SpecialSquare`` and ``OtherSpecialSquare`` derive
|
/external/devlib/doc/ |
D | modules.rst | 242 an OS subsystem), that module would typically derive directly form 248 a common function, the module would derive from one of :class:`Module`
|
/external/clang/docs/ |
D | IntroductionToTheClangAST.rst | 100 important AST nodes derive from
|
/external/python/cpython2/Doc/library/ |
D | curses.ascii.rst | 94 mnemonics derive from teleprinter conventions that predate digital computers.
|
/external/python/cpython3/Doc/library/ |
D | curses.ascii.rst | 93 mnemonics derive from teleprinter conventions that predate digital computers.
|
/external/google-breakpad/src/testing/gtest/ |
D | CHANGES | 22 * Value-parameterized test fixtures can now derive from Test and
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 256 // Same as ST0Inst but doesn't derive from OpcodeHexagon. 305 // Same as above but doesn't derive from OpcodeHexagon
|
/external/libvpx/libvpx/third_party/googletest/src/ |
D | CHANGES | 49 * Value-parameterized test fixtures can now derive from Test and
|
/external/v8/testing/gtest/ |
D | CHANGES | 49 * Value-parameterized test fixtures can now derive from Test and
|
12345