Searched refs:keyed (Results 1 – 25 of 61) sorted by relevance
123
/external/clang/test/Analysis/ |
D | objc-subscript.m | 40 - (id)getDoesNotRetain:(BOOL)keyed { 41 if (keyed) 48 - (id)testUninitializedObject:(BOOL)keyed { 50 if (keyed) {
|
/external/angle/extensions/ |
D | EGL_ANGLE_keyed_mutex.txt | 65 if a keyed mutex for the surface is not available. The keyed mutex 68 Before using the keyed mutex, ensure that all rendering to the EGLSurface
|
/external/freetype/src/cid/ |
D | module.mk | 20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRI…
|
/external/openssh/ |
D | PROTOCOL.chacha20poly1305 | 40 The instance keyed by K_1 is a stream cipher that is used only 42 keyed by K_2, is used in conjunction with poly1305 to build an AEAD 49 the MAC. By using an independently-keyed cipher instance to encrypt the
|
/external/python/google-api-python-client/docs/ |
D | django.md | 7 …the following code, a model is defined that allows `Flow` objects to be stored and keyed by `User`: 21 …lowing code, a model is defined that allows `Credentials` objects to be stored and keyed by `User`:
|
D | oauth.md | 144 …store_file.html) module allows multiple credentials to be stored. The credentials are keyed off of: 152 …tp://en.wikipedia.org/wiki/Password_manager) if one is available. The credentials are keyed off of:
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | chrome_keyed_service.proto | 21 // Details about one of Chrome's keyed services associated with the event.
|
/external/freetype/builds/amiga/ |
D | smakefile | 30 #define FT_USE_T1CID // cid-keyed type1 font driver 233 # freetype library CID-keyed Type1 font driver 238 # freetype library CID-keyed Type1 font driver extensions
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 40 makes attacks easier, there is no replay protection, and non-keyed 49 keyed packet authentication mechanism (Michael MIC).</para>
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_StringToHashBucketStrong.pbtxt | 31 process. The hash function is a keyed hash function, where attribute `key`
|
/external/v8/ |
D | Android.initializers.bp | 43 "src/ic/keyed-store-generic.cc",
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | trace_events.proto | 31 // The resources on this device, keyed by resource_id;
|
D | tensor_bundle.proto | 62 // BundleEntryProto, keyed by each "slice_name".
|
D | struct.proto | 88 // Represents a Python dict keyed by `str`.
|
/external/freetype/docs/ |
D | PROBLEMS | 11 * Some Type 1, Multiple Masters, and CID-keyed PostScript fonts aren't
|
D | INSTALL.ANY | 60 src/cid/type1cid.c -- Type 1 CID-keyed font driver
|
/external/python/cpython3/Doc/library/ |
D | importlib.metadata.rst | 52 You can also get the set of entry points keyed by group, such as 78 keyed by group. Entry points are represented by ``EntryPoint`` instances;
|
D | hashlib.rst | 296 BLAKE2 supports **keyed mode** (a faster and simpler replacement for HMAC_), 326 * *key*: key for keyed hashing (up to 64 bytes for BLAKE2b, up to 32 bytes for 529 Even though there's a native keyed hashing mode, BLAKE2 can, of course, be used 627 Personalization together with the keyed mode can also be used to derive different
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | ghost-sdnode-dbgvalues.ll | 21 ; SelectionDAG to keep track of dbg.values) kept a map keyed by SDNode pointers.
|
/external/llvm/test/DebugInfo/X86/ |
D | ghost-sdnode-dbgvalues.ll | 21 ; SelectionDAG to keep track of dbg.values) kept a map keyed by SDNode pointers.
|
/external/freetype/ |
D | Jamfile | 79 cid # PostScript CID-keyed font driver
|
D | modules.cfg | 47 # Type 1 CID-keyed font driver.
|
/external/fonttools/Doc/source/designspaceLib/ |
D | readme.rst | 201 strings, keyed by language code. 205 strings, keyed by language code. 211 familyname strings, keyed by language code. 213 stylename strings, keyed by language code.
|
/external/python/cpython3/Lib/test/ |
D | test_hashlib.py | 641 keyed = constructor(indata, key=key, digest_size=outlen) 642 outer.update(keyed.digest())
|
/external/v8/src/logging/ |
D | log.h | 233 void ICEvent(const char* type, bool keyed, Handle<Map> map,
|
123