Home
last modified time | relevance | path

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

123456

/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 from GarbageCollected in …
5 ./left_most_gc_base.h:18:1: warning: [blink-gc] Class 'DerivedRight' must derive from GarbageCollec…
11 ./left_most_gc_base.h:26:1: warning: [blink-gc] Class 'IllFormed' must derive from GarbageCollected…
14 ./left_most_gc_base.h:33:1: warning: [blink-gc] Class 'DerivedLeftMixin' must derive from GarbageCo…
/external/u-boot/arch/arm/mach-imx/mx7/
Dclock.c182 static u32 mxc_get_pll_sys_derive(int derive) in mxc_get_pll_sys_derive() argument
191 switch (derive) { in mxc_get_pll_sys_derive()
288 printf("Error derived pll_sys clock %d\n", derive); in mxc_get_pll_sys_derive()
295 static u32 mxc_get_pll_enet_derive(int derive) in mxc_get_pll_enet_derive() argument
302 switch (derive) { in mxc_get_pll_enet_derive()
332 printf("Error derived pll_enet clock %d\n", derive); in mxc_get_pll_enet_derive()
339 static u32 mxc_get_pll_ddr_derive(int derive) in mxc_get_pll_ddr_derive() argument
346 switch (derive) { in mxc_get_pll_ddr_derive()
354 printf("Error derived pll_ddr clock %d\n", derive); in mxc_get_pll_ddr_derive()
361 static u32 mxc_get_pll_derive(enum pll_clocks pll, int derive) in mxc_get_pll_derive() argument
[all …]
/external/flatbuffers/rust/flatbuffers/src/
Dprimitives.rs78 #[derive(Debug)]
147 #[derive(Debug)]
168 #[derive(Debug)]
198 #[derive(Debug)]
Dfollow.rs44 #[derive(Debug)]
Dvtable_writer.rs23 #[derive(Debug)]
Dvtable.rs23 #[derive(Debug)]
Dtable.rs21 #[derive(Clone, Copy, Debug, PartialEq)]
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
DKconfig386 This is the divider that is used to derive Platform clock from
395 This is the divider that is used to derive DSPI clock from Platform
403 This is the divider that is used to derive DUART clock from Platform
411 This is the divider that is used to derive I2C clock from Platform
419 This is the divider that is used to derive IFC clock from Platform
427 This is the divider that is used to derive LPUART clock from Platform
436 This is the divider that is used to derive SDHC clock from Platform
444 This is the divider that is used to derive QMAN clock from Platform
/external/bcc/src/cc/frontends/p4/test/testprograms/
Dbasic_routing.p4194 /* derive ingress_metadata.bd */
197 /* derive ingress_metadata.vrf */
207 /* derive standard_metadata.egress_spec from ingress_metadata.nexthop_index */
/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.rs34 #[derive(Clone, Copy, PartialEq, Debug)]
97 #[derive(Clone, Copy, Debug, PartialEq)]
157 #[derive(Copy, Clone, Debug, PartialEq)]
Dnamespace_test2_generated.rs24 #[derive(Copy, Clone, Debug, PartialEq)]
124 #[derive(Copy, Clone, Debug, PartialEq)]
212 #[derive(Copy, Clone, Debug, PartialEq)]
/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.h222 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/flatbuffers/samples/
Dmonster_generated.rs27 #[derive(Clone, Copy, PartialEq, Debug)]
89 #[derive(Clone, Copy, PartialEq, Debug)]
149 #[derive(Clone, Copy, Debug, PartialEq)]
215 #[derive(Copy, Clone, Debug, PartialEq)]
397 #[derive(Copy, Clone, Debug, PartialEq)]
/external/catch2/docs/
Devent-listeners.md10 3. They derive from `Catch::TestEventListenerBase`, which has default stubs for all the events,
16 Simply derive a class from `Catch::TestEventListenerBase` and implement the methods you are interes…
/external/flatbuffers/tests/
Dmonster_test_generated.rs24 #[derive(Copy, Clone, Debug, PartialEq)]
97 #[derive(Copy, Clone, Debug, PartialEq)]
173 #[derive(Clone, Copy, PartialEq, Debug)]
241 #[derive(Clone, Copy, PartialEq, Debug)]
308 #[derive(Clone, Copy, PartialEq, Debug)]
375 #[derive(Clone, Copy, PartialEq, Debug)]
442 #[derive(Clone, Copy, Debug, PartialEq)]
505 #[derive(Clone, Copy, Debug, PartialEq)]
592 #[derive(Clone, Copy, Debug, PartialEq)]
662 #[derive(Copy, Clone, Debug, PartialEq)]
[all …]
/external/pdfium/xfa/fwl/theme/
DREADME.md7 The other CFWL_TP classes derive from it and know how to draw the pieces
/external/python/cpython2/Doc/distutils/
Dextending.rst20 :class:`Command`, while replacements often derive from :class:`Command`
22 required to derive from :class:`Command`.
/external/python/cpython3/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/skqp/infra/bots/recipe_modules/
DREADME.md7 * builder_name_schema - Helps to derive expected behavior from task (formerly
/external/skia/infra/bots/recipe_modules/
DREADME.md7 * builder_name_schema - Helps to derive expected behavior from task (formerly
/external/openssh/
DPROTOCOL.key58 The KDF is used to derive a key, IV (and other values required by

123456