/third_party/ffmpeg/libavformat/tests/ |
H A D | srtp.c | 114 test_encrypt(const uint8_t *data, int in_len, const char *suite, const char *key) test_encrypt() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | apetag.c | 41 uint8_t key[1024], *value; in ape_tag_read_field() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hmac.c | 45 uint8_t key[MAX_BLOCKLEN]; member 140 void av_hmac_init(AVHMAC *c, const uint8_t *key, unsigned int keylen) in av_hmac_init() argument 184 av_hmac_calc(AVHMAC *c, const uint8_t *data, unsigned int len, const uint8_t *key, unsigned int keylen, uint8_t *out, unsigned int outlen) av_hmac_calc() argument [all...] |
H A D | blowfish.c | 310 av_cold void av_blowfish_init(AVBlowfish *ctx, const uint8_t *key, int key_len) in av_blowfish_init() argument
|
H A D | xtea.c | 42 void av_xtea_init(AVXTEA *ctx, const uint8_t key[16]) in av_xtea_init() argument 50 void av_xtea_le_init(AVXTEA *ctx, const uint8_t key[16]) in av_xtea_le_init() argument [all...] |
/third_party/elfutils/libdwfl/ |
H A D | argp-std.c | 122 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument
|
/third_party/gn/src/base/ |
H A D | stl_util.h | 46 bool ContainsKey(const Collection& collection, const Key& key) { in ContainsKey() argument
|
/third_party/gn/src/gn/ |
H A D | import_manager.cc | 82 std::string key = ss.str(); in DoImport() local
|
/third_party/glfw/tests/ |
H A D | empty.c | 64 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback() argument
|
H A D | threads.c | 57 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback() argument
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_regex.c | 31 static int get_string(snd_config_t *compound, const char *key, const char **str) in get_string() argument
|
/third_party/alsa-utils/alsamixer/ |
H A D | card_select.c | 63 static void on_handle_key(int key) in on_handle_key() argument
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | spooler.c | 141 int configfile_find_option(const char *configfile, const char *key, char *dest, size_t destsize) in configfile_find_option() argument 171 char *key = "default"; in find_default_printer() local [all...] |
/third_party/curl/lib/ |
H A D | hash.h | 65 char key[1]; /* allocated memory following the struct */ member
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_diagnostic_trace.cpp | 129 add_attrib( std::string type, std::string key, std::string value ) add_attrib() argument 181 trace_add_data( const char* key, const char* format, ... ) trace_add_data() argument 204 trace_add_data( const char* key, float value ) trace_add_data() argument 228 trace_add_data( const char* key, int value ) trace_add_data() argument 237 trace_add_data( const char* key, unsigned int value ) trace_add_data() argument [all...] |
/third_party/googletest/googletest/test/ |
H A D | gtest_stress_test.cc | 55 Message key; in IdToKey() local
|
H A D | gtest_xml_output_unittest_.cc | 142 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) { in ExternalUtilityThatCallsRecordProperty() argument 146 void ExternalUtilityThatCallsRecordProperty(const std::string& key, in ExternalUtilityThatCallsRecordProperty() argument
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/text/ |
H A D | RbnfScannerProviderImpl.java | 142 public int[] findText(String str, String key, int startingAt) { in findText() argument 170 public int[] findText2(String str, String key, int startingAt) { in findText2() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CalendarCache.java | 38 public synchronized long get(long key) { in get() argument 45 public synchronized void put(long key, long value) in put() argument 57 private final int findIndex(long key) { in findIndex() argument 98 hash(long key) hash() argument 107 hash2(long key) hash2() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | LocaleObjectCache.java | 27 public V get(K key) { in get() argument 67 protected abstract V createObject(K key); in createObject() argument 69 normalizeKey(K key) normalizeKey() argument 76 CacheEntry(K key, V value, ReferenceQueue<V> queue) CacheEntry() argument [all...] |
H A D | AsciiUtil.java | 168 public CaseInsensitiveKey(String key) { in CaseInsensitiveKey() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | LocalizedNumberFormatter.java | 40 LocalizedNumberFormatter(NumberFormatterSettings<?> parent, int key, Object value) { in LocalizedNumberFormatter() argument 221 LocalizedNumberFormatter create(int key, Object value) { in create() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NumberFormatServiceShim.java | 52 public Object create(Key key, ICUService srvc) { in create() argument
|
H A D | RBBISymbolTable.java | 30 String key; field in RBBISymbolTable.RBBISymbolTableEntry 138 RBBINode lookupNode(String key) { in lookupNode() argument 156 void addEntry(String key, RBBINode val) { in addEntry() argument [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | CollatorServiceShim.java | 166 protected Object handleDefault(Key key, String[] actualIDReturn) { in handleDefault() argument
|