Searched defs:keyval (Results 1 – 8 of 8) sorted by relevance
| /third_party/python/Lib/venv/scripts/common/ |
| D | Activate.ps1 | 149 $keyval = $PSItem -split "\s*=\s*", 2 in Get-PyVenvConfig() variable 150 if ($keyval[0] -and $keyval[1]) { in Get-PyVenvConfig() variable 159 Write-Verbose "Adding Key: '$($keyval[0])'='$val'" in Get-PyVenvConfig() variable
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | map.c | 366 const char* keyval = NULL; in Map_index() local 390 const char* keyval = NULL; in Map_index_set() local 427 const char* keyval = NULL; in Map_has_key() local 448 const char* keyval = NULL; in Map_delete() local
|
| /third_party/gstreamer/gstplugins_good/ext/gtk/ |
| D | gtkgstbasewidget.c | 267 _gdk_key_to_navigation_string (guint keyval) in _gdk_key_to_navigation_string()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
| D | gstrtspmessage.c | 502 RTSPKeyValue *keyval = &g_array_index (msg->hdr_fields, RTSPKeyValue, i); in gst_rtsp_message_unset() local
|
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_helpers.h | 701 for (const auto& keyval : vars) vars_[keyval.first] = keyval.second; in AddMap() local
|
| /third_party/ffmpeg/libavformat/ |
| D | hlsenc.c | 2017 char *p, *q, *saveptr1, *saveptr2, *varstr, *keyval; local 2157 char *p, *q, *ccstr, *keyval; local
|
| /third_party/cef/tests/cefclient/browser/ |
| D | browser_window_osr_gtk.cc | 795 int keyval = kHardwareCodeToGDKKeyval[event->hardware_keycode]; in GdkEventToWindowsKeyCode() local
|
| /third_party/python/Modules/ |
| D | posixmodule.c | 5594 PyObject *key, *val, *key2, *val2, *keyval; in parse_envlist() local
|