Home
last modified time | relevance | path

Searched refs:derive (Results 1 – 25 of 107) sorted by relevance

12345

/external/v8/tools/clang/blink_gc_plugin/tests/
Dleft_most_gc_base.txt2 ./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/
Dleft_most_gc_base.txt2 ./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/
Devp_ctx.c329 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()
Dinternal.h220 int (*derive)(EVP_PKEY_CTX *ctx, uint8_t *key, size_t *keylen); member
/external/libxml2/result/schemas/
DanyAttr-derive-errors1_0_01 ./test/schemas/anyAttr-derive-errors1_0.xml validates
/external/pdfium/xfa/fwl/theme/
DREADME.md7 The other CFWL_TP classes derive from it and know how to draw the pieces
/external/python/cpython3/Doc/distutils/
Dextending.rst20 :class:`Command`, while replacements often derive from :class:`Command`
22 required to derive from :class:`Command`.
/external/python/cpython2/Doc/distutils/
Dextending.rst20 :class:`Command`, while replacements often derive from :class:`Command`
22 required to derive from :class:`Command`.
/external/scapy/scapy/layers/tls/crypto/
Dhkdf.py35 return hkdf.derive(prk)
/external/libevent/include/
Dinclude.am37 ## the source header filename to derive the installed header filename.
/external/skia/infra/bots/recipe_modules/
DREADME.md7 * builder_name_schema - Helps to derive expected behavior from task (formerly
/external/skqp/infra/bots/recipe_modules/
DREADME.md7 * builder_name_schema - Helps to derive expected behavior from task (formerly
/external/mesa3d/src/egl/main/
DREADME.txt69 will derive subclasses.
/external/skqp/site/dev/contrib/
Dflatten.md6 font cache. Classes for these objects should derive from `SkFlattenable` or one of
/external/skia/site/dev/contrib/
Dflatten.md6 font cache. Classes for these objects should derive from `SkFlattenable` or one of
/external/llvm/docs/
DAMDGPUUsage.rst138 If no arguments are specified, then the assembler will derive the ISA version,
DHowToSetUpLLVMStyleRTTI.rst233 ``classof`` into ``Shape``: all relevant classes derive from ``Shape``,
257 Say that ``SpecialSquare`` and ``OtherSpecialSquare`` derive
/external/devlib/doc/
Dmodules.rst242 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/
DIntroductionToTheClangAST.rst100 important AST nodes derive from
/external/python/cpython2/Doc/library/
Dcurses.ascii.rst94 mnemonics derive from teleprinter conventions that predate digital computers.
/external/python/cpython3/Doc/library/
Dcurses.ascii.rst93 mnemonics derive from teleprinter conventions that predate digital computers.
/external/google-breakpad/src/testing/gtest/
DCHANGES22 * Value-parameterized test fixtures can now derive from Test and
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td256 // 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/
DCHANGES49 * Value-parameterized test fixtures can now derive from Test and
/external/v8/testing/gtest/
DCHANGES49 * Value-parameterized test fixtures can now derive from Test and

12345