HomeSort by relevance Sort by last modified time
    Searched defs:NameValue (Results 1 - 3 of 3) sorted by null

  /external/curl/src/
tool_setopt.h 42 } NameValue;
49 extern const NameValue setopt_nv_CURLPROXY[];
50 extern const NameValue setopt_nv_CURL_HTTP_VERSION[];
51 extern const NameValue setopt_nv_CURL_SSLVERSION[];
52 extern const NameValue setopt_nv_CURL_TIMECOND[];
53 extern const NameValue setopt_nv_CURLFTPSSL_CCC[];
54 extern const NameValue setopt_nv_CURLUSESSL[];
56 extern const NameValue setopt_nv_CURL_NETRC[];
57 extern const NameValue setopt_nv_CURLPROTO[];
60 /* Map options to NameValue sets *
    [all...]
  /external/nist-sip/java/gov/nist/core/
NameValue.java 47 public class NameValue extends GenericObject implements Entry<String,String> {
63 public NameValue() {
78 public NameValue(String n, Object v, boolean isFlag) {
95 public NameValue(String n, Object v) {
146 * Get the encoded representation of this namevalue object. Added
213 NameValue retval = (NameValue) super.clone();
226 NameValue that = (NameValue) other;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Expression.c     [all...]

Completed in 866 milliseconds