Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dreg.py354 def addElementInfo(self, elem, info, infoName, dictionary): argument
383 def lookupElementInfo(self, fname, dictionary): argument
966 def generateFeature(self, fname, ftype, dictionary): argument
1157 def generateSpirv(self, spirv, dictionary): argument
/device/generic/vulkan-cereal/third-party/lz4/
Dlz4.h339 const uint8_t* dictionary; member
357 const unsigned char* dictionary; member
Dlz4.c475 const BYTE* const dictionary = cctx->dictionary; in LZ4_compress_generic() local
936 int LZ4_loadDict (LZ4_stream_t* LZ4_dict, const char* dictionary, int dictSize) in LZ4_loadDict()
1293 int LZ4_setStreamDecode (LZ4_streamDecode_t* LZ4_streamDecode, const char* dictionary, int dictSize) in LZ4_setStreamDecode()
Dlz4hc.c568 int LZ4_loadDictHC (LZ4_streamHC_t* LZ4_streamHCPtr, const char* dictionary, int dictSize) in LZ4_loadDictHC()
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp44 CustomActionConfig::CustomActionConfig(const Json::Value& dictionary) { in CustomActionConfig()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc39 std::string ExtractValue(const std::string& dictionary, const std::string& key) { in ExtractValue()
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLIOSurfaceClientBufferTest.cpp25 void AddIntegerValue(CFMutableDictionaryRef dictionary, const CFStringRef key, int32_t value) in AddIntegerValue()