Home
last modified time | relevance | path

Searched refs:query_dict (Results 1 – 3 of 3) sorted by relevance

/external/python/google-api-python-client/tests/
Dtest_json_model.py131 query_dict = parse_qs(query[1:])
132 self.assertEqual(query_dict["foo"], ["1"])
135 self.assertEqual(query_dict["bar"], [u"\N{COMET}"])
138 self.assertEqual(query_dict["bar"], [u"\N{COMET}".encode("utf-8")])
139 self.assertEqual(query_dict["baz"], ["fe", "fi", "fo", "fum"])
140 self.assertTrue("qux" not in query_dict)
/external/autotest/client/cros/update_engine/
Dupdate_engine_util.py386 def _append_query_to_url(self, url, query_dict): argument
404 for k, v in query_dict.items():
/external/curl/lib/vtls/
Dsectransp.c1050 CFDictionaryRef query_dict; in CopyIdentityWithLabel() local
1068 query_dict = CFDictionaryCreate(NULL, (const void **)keys, in CopyIdentityWithLabel()
1075 status = SecItemCopyMatching(query_dict, (CFTypeRef *) &keys_list); in CopyIdentityWithLabel()
1111 CFRelease(query_dict); in CopyIdentityWithLabel()