Home
last modified time | relevance | path

Searched refs:keyval (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Lib/venv/scripts/common/
DActivate.ps1149 $keyval = $PSItem -split "\s*=\s*", 2 in Get-PyVenvConfig() variable
150 if ($keyval[0] -and $keyval[1]) { in Get-PyVenvConfig() variable
151 $val = $keyval[1] in Get-PyVenvConfig()
158 $pyvenvConfig[$keyval[0]] = $val in Get-PyVenvConfig()
159 Write-Verbose "Adding Key: '$($keyval[0])'='$val'" in Get-PyVenvConfig() variable
/third_party/boost/tools/build/src/engine/
Dhash.cpp86 #define hash_bucket(hp, keyval) ((hp)->tab.base + ((keyval) % (hp)->tab.nel)) argument
126 static ITEM * hash_search( struct hash * hp, unsigned int keyval, in hash_search() argument
129 ITEM * i = *hash_bucket( hp, keyval ); in hash_search()
152 unsigned int keyval = hash_keyval( key ); in hash_insert() local
163 i = hash_search( hp, keyval, key, 0 ); in hash_insert()
168 ITEM * * base = hash_bucket( hp, keyval ); in hash_insert()
204 unsigned int keyval = hash_keyval( key ); in hash_find() local
221 i = hash_search( hp, keyval, key, 0 ); in hash_find()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmap.c366 const char* keyval = NULL; in Map_index() local
369 key = table_key(self, key, keybuf, &keyval, &length); in Map_index()
371 if (upb_strtable_lookup2(&self->table, keyval, length, &v)) { in Map_index()
390 const char* keyval = NULL; in Map_index_set() local
394 key = table_key(self, key, keybuf, &keyval, &length); in Map_index_set()
407 upb_strtable_remove2(&self->table, keyval, length, NULL); in Map_index_set()
408 if (!upb_strtable_insert2(&self->table, keyval, length, v)) { in Map_index_set()
427 const char* keyval = NULL; in Map_has_key() local
429 key = table_key(self, key, keybuf, &keyval, &length); in Map_has_key()
431 if (upb_strtable_lookup2(&self->table, keyval, length, NULL)) { in Map_has_key()
[all …]
/third_party/eudev/src/udev/
Dudevadm-trigger.c62 static const char *keyval(const char *str, const char **val, char *buf, size_t size) { in keyval() function
169 key = keyval(optarg, &val, buf, sizeof(buf)); in adm_trigger()
173 key = keyval(optarg, &val, buf, sizeof(buf)); in adm_trigger()
177 key = keyval(optarg, &val, buf, sizeof(buf)); in adm_trigger()
/third_party/mesa3d/src/intel/tools/imgui/
Dimgui_impl_gtk3.cpp123 if (e->keyval == gdk_key_to_imgui_key[i].gdk) in ImGui_ImplGtk3_HandleEvent()
126 gunichar c = gdk_keyval_to_unicode(e->keyval); in ImGui_ImplGtk3_HandleEvent()
153 if (e->keyval == mods[i].keyvals[j]) in ImGui_ImplGtk3_HandleEvent()
/third_party/libnl/tests/
Dtest-complex-HTB-with-hash-filters.c141 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht() argument
172 rtnl_u32_add_key_uint32(cls, keyval, keymask, keyoff, keyoffmask); /* 10.0.0.0/8 */ in u32_add_filter_on_ht()
193 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht_with_hashmask() argument
225 rtnl_u32_add_key_uint32(cls, keyval, keymask, keyoff, keyoffmask); in u32_add_filter_on_ht_with_hashmask()
Dtest-u32-filter-with-actions.c107 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht_with_hashmask() argument
135 rtnl_u32_add_key_uint32(cls, keyval, keymask, keyoff, keyoffmask); in u32_add_filter_on_ht_with_hashmask()
/third_party/ffmpeg/libavformat/
Dhlsenc.c2017 char *p, *q, *saveptr1, *saveptr2, *varstr, *keyval; local
2079 while (keyval = av_strtok(varstr, ",", &saveptr2)) {
2083 if (av_strstart(keyval, "language:", &val)) {
2086 } else if (av_strstart(keyval, "default:", &val)) {
2091 } else if (av_strstart(keyval, "name:", &val)) {
2094 } else if (av_strstart(keyval, "agroup:", &val)) {
2097 } else if (av_strstart(keyval, "sgroup:", &val)) {
2100 } else if (av_strstart(keyval, "ccgroup:", &val)) {
2103 } else if (av_strstart(keyval, "v:", &val)) {
2106 } else if (av_strstart(keyval, "a:", &val)) {
[all …]
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_gtk.cc790 KeyboardCode windows_key_code = KeyboardCodeFromXKeysym(event->keyval); in GdkEventToWindowsKeyCode()
795 int keyval = kHardwareCodeToGDKKeyval[event->hardware_keycode]; in GdkEventToWindowsKeyCode() local
796 if (keyval) in GdkEventToWindowsKeyCode()
797 return KeyboardCodeFromXKeysym(keyval); in GdkEventToWindowsKeyCode()
802 return KeyboardCodeFromXKeysym(event->keyval); in GdkEventToWindowsKeyCode()
1505 if (event->keyval >= GDK_KP_Space && event->keyval <= GDK_KP_9) in KeyEvent()
1517 static_cast<int>(gdk_keyval_to_unicode(event->keyval)); in KeyEvent()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstbasewidget.c267 _gdk_key_to_navigation_string (guint keyval) in _gdk_key_to_navigation_string() argument
270 switch (keyval) { in _gdk_key_to_navigation_string()
292 const gchar *str = _gdk_key_to_navigation_string (event->keyval); in gtk_gst_base_widget_key_event()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h701 for (const auto& keyval : vars) vars_[keyval.first] = keyval.second; in AddMap() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspmessage.c502 RTSPKeyValue *keyval = &g_array_index (msg->hdr_fields, RTSPKeyValue, i); in gst_rtsp_message_unset() local
504 g_free (keyval->value); in gst_rtsp_message_unset()
505 g_free (keyval->custom_key); in gst_rtsp_message_unset()
/third_party/e2fsprogs/util/
Dmkutf8data.c1679 char keyval[4]; in trees_populate() local
1691 keylen = utf8encode(keyval, unichar); in trees_populate()
1695 insert(&trees[i], keyval, keylen, data); in trees_populate()
/third_party/python/Modules/
Dposixmodule.c5594 PyObject *key, *val, *key2, *val2, *keyval; in parse_envlist() local
5641 keyval = PyUnicode_FromFormat("%U=%U", key2, val2); in parse_envlist()
5657 keyval = PyBytes_FromFormat("%s=%s", PyBytes_AS_STRING(key2), in parse_envlist()
5662 if (!keyval) in parse_envlist()
5665 if (!fsconvert_strdup(keyval, &envlist[envc++])) { in parse_envlist()
5666 Py_DECREF(keyval); in parse_envlist()
5670 Py_DECREF(keyval); in parse_envlist()
/third_party/curl/lib/
Dmulti.c227 size_t keyval = (size_t)*(struct Curl_easy **)key; in trhash() local
230 return (keyval % slots_num); in trhash()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c2300 "key-press", gdk_keyval_name (event->keyval)); in key_press_cb()
2310 "key-release", gdk_keyval_name (event->keyval)); in key_release_cb()