Home
last modified time | relevance | path

Searched refs:hybrid (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/node/test/parallel/
Dtest-crypto-ecdh-convert-key.js64 let hybrid = ECDH.convertKey(cafebabePubPtComp, variable
72 firstByte = hybrid[0];
86 hybrid = ECDH.convertKey(cafebabePubPtComp,
100 assert.strictEqual(ecdh1.getPublicKey('hex', 'hybrid'), hybrid);
/third_party/typescript/tests/baselines/reference/docker/
Dazure-sdk.log103 "@azure/arm-appservice-profile-2020-09-01-hybrid" is blocked by "@azure/eslint-plugin-azure-sdk".
106 "@azure/arm-authorization-profile-2020-09-01-hybrid" is blocked by "@azure/eslint-plugin-azure-sdk".
119 "@azure/arm-commerce-profile-2020-09-01-hybrid" is blocked by "@azure/eslint-plugin-azure-sdk".
123 "@azure/arm-compute-profile-2020-09-01-hybrid" is blocked by "@azure/eslint-plugin-azure-sdk".
134 "@azure/arm-databoxedge-profile-2020-09-01-hybrid" is blocked by "@azure/eslint-plugin-azure-sdk".
148 "@azure/arm-dns-profile-2020-09-01-hybrid" is blocked by "@azure/eslint-plugin-azure-sdk".
153 "@azure/arm-eventhub-profile-2020-09-01-hybrid" is blocked by "@azure/eslint-plugin-azure-sdk".
167 "@azure/arm-iothub-profile-2020-09-01-hybrid" is blocked by "@azure/eslint-plugin-azure-sdk".
169 "@azure/arm-keyvault-profile-2020-09-01-hybrid" is blocked by "@azure/eslint-plugin-azure-sdk".
177 "@azure/arm-locks-profile-2020-09-01-hybrid" is blocked by "@azure/eslint-plugin-azure-sdk".
[all …]
/third_party/typescript/tests/baselines/reference/
DesModuleInterop.types1 === tests/cases/compiler/hybrid/index.d.ts ===
20 import { sayHello } from "./hybrid";
DesModuleInterop.symbols1 === tests/cases/compiler/hybrid/index.d.ts ===
20 import { sayHello } from "./hybrid";
/third_party/gptfdisk/
Dbasicmbr.h38 enum MBRValidity {invalid, gpt, hybrid, mbr}; enumerator
91 void SetHybrid(void) {state = hybrid;} // Set hybrid flag in SetHybrid()
DNEWS115 - You can now put the 0xEE partition last in a hybrid MBR using sgdisk.
391 for inclusion in a hybrid MBR or conversion to a conventional MBR.
394 hybridized partition when creating a hybrid MBR.
399 hybrid partitions that begin below 2^32 sectors and that are smaller than
405 It refuses to create a hybrid partition if the original ends at or above
428 be a hybrid MBR and if the MBR partition(s) don't fit on the disk, the
465 - Fixed hybrid MBR creation on disks larger than 2TiB: Previously, if one
528 - Tweaked hybrid MBR creation options to fix a problem that caused the main
692 partitions when generating a hybrid MBR.
698 hybrid MBR.
[all …]
Dfixparts.cc55 case hybrid: case gpt: in main()
Dmbr.cc119 if (state == hybrid) in DeleteByLocation()
Dbasicmbr.cc263 state = hybrid; in ReadMBRData()
519 if ((state == gpt) || (state == hybrid)) { in DisplayMBRData()
531 partitions[i].ShowData((state == gpt) || (state == hybrid)); in DisplayMBRData()
547 case hybrid: in ShowState()
/third_party/ffmpeg/tests/fate/
Dopus.mak47 fate-opus-hybrid: $(FATE_OPUS_HYBRID)
/third_party/googletest/googlemock/
DREADME.md19 - Can define partial (hybrid) mocks, which are a cross of real and mock
/third_party/glfw/src/
Dglfw_config.h.in53 // Define this to 1 to force use of high-performance GPU on hybrid systems
/third_party/ffmpeg/libavcodec/
Dwavpack.c83 int hybrid, hybrid_bitrate; member
240 if (ctx->hybrid && !channel) { in wv_get_value()
321 if (s->hybrid) in wv_get_value_integer()
1141 s->hybrid = s->frame_flags & WV_HYBRID_MODE; in wavpack_decode_block()
1324 if (s->hybrid && bpp == 4 && s->post_shift < 8 && s->shift > 8) { in wavpack_decode_block()
1467 if (s->hybrid && !got_hybrid) { in wavpack_decode_block()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_ray_tracing.txt37 applications or to do hybrid approaches with rasterization for primary
DVK_KHR_ray_query.txt66 applications or to do hybrid approaches with rasterization for primary
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_client_extensions.txt220 exists that a vendor would ship a hybrid extension that is both
221 a client extension and a display extension. Such a hybrid extension
224 vendor-provided EGL driver. On such a system, the extension's hybrid
/third_party/EGL/extensions/EXT/
DEGL_EXT_client_extensions.txt220 exists that a vendor would ship a hybrid extension that is both
221 a client extension and a display extension. Such a hybrid extension
224 vendor-provided EGL driver. On such a system, the extension's hybrid
/third_party/skia/src/gpu/mtl/
DGrMtlTextureRenderTarget.mm141 // GrGpuResources. Until we get to that point we need to live in some hybrid world. We will let
/third_party/mesa3d/docs/relnotes/
D9.1.6.rst58 VDPAU doesn't work on hybrid laptop through DRI_PRIME
/third_party/protobuf/ruby/
DREADME.md92 We are using a version number scheme that is a hybrid of Protocol Buffers'
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceClFlags.def125 X(DisableHybridAssembly, bool, dev_opt_flag, "no-hybrid-asm", \
126 cl::desc("Disable hybrid assembly when -filetype=iasm"), cl::init(false)) \
/third_party/skia/third_party/externals/icu/source/data/misc/
DkeyTypeData.txt516 hybrid{""}
/third_party/openssl/doc/man1/
Dopenssl-ecparam.pod.in97 default value) and B<hybrid>. For more information regarding
/third_party/icu/icu4c/source/data/misc/
DkeyTypeData.txt520 hybrid{""}
/third_party/libuv/
DLINKS.md26 * [node9](https://github.com/jvburnes/node9): A portable, hybrid, distributed OS based on Inferno, …

1234