Searched refs:query (Results 1 - 25 of 328) sorted by relevance

1234567891011>>

/external/valgrind/unittest/
H A Dtest_utils.cc30 const char *ThreadSanitizerQuery(const char *query) __attribute__((weak));
32 const char *ThreadSanitizerQuery(const char *query) { argument
33 printf("Not running under ThreadSanitizer (query=%s)\n", query);
/external/clang/test/CodeGenCXX/
H A D2008-05-07-CrazyOffsetOf.cpp6 char * query; member in struct:bork
8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10;
/external/webkit/Tools/RebaselineQueueServer/model/
H A Dqueueentry.py46 query = QueueEntry.all()
47 query = query.filter('builder =', builder_name).filter('test =', test)
48 for entry in query:
53 query = QueueEntry.all()
54 query = query.filter('builder =', builder_name)
55 return query
59 query = QueueEntry.all()
61 for entry in query
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dgas_query.c2 * Generic advertisement service (GAS) query
69 struct gas_query_pending *query,
72 if (query->offchannel_tx_started)
74 eloop_cancel_timeout(gas_query_tx_comeback_timeout, gas, query);
75 eloop_cancel_timeout(gas_query_timeout, gas, query);
76 dl_list_del(&query->list);
77 query->cb(query->ctx, query->addr, query
68 gas_query_done(struct gas_query *gas, struct gas_query_pending *query, enum gas_query_result result) argument
87 struct gas_query_pending *query, *next; local
113 gas_query_append(struct gas_query_pending *query, const u8 *data, size_t len) argument
125 gas_query_tx(struct gas_query *gas, struct gas_query_pending *query, struct wpabuf *req) argument
142 gas_query_tx_comeback_req(struct gas_query *gas, struct gas_query_pending *query) argument
166 struct gas_query_pending *query = user_ctx; local
174 gas_query_tx_comeback_req_delay(struct gas_query *gas, struct gas_query_pending *query, u16 comeback_delay) argument
190 gas_query_rx_initial(struct gas_query *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u16 comeback_delay) argument
221 gas_query_rx_comeback(struct gas_query *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u8 frag_id, u8 more_frags, u16 comeback_delay) argument
280 struct gas_query_pending *query; local
395 struct gas_query_pending *query = user_ctx; local
425 struct gas_query_pending *query; local
469 struct gas_query_pending *query; local
[all...]
/external/qemu/android/
H A Dsdk-controller-socket.c60 /* The packet is a query. */
62 /* The packet is a response to a query. */
94 /* Handshake query.
95 * This query is sent to SDK controller service as part of the connection
182 * header, with query data immediately following this header.
185 /* Data packet header for this query. */
187 /* A unique query identifier. This ID is used to track the query in the
197 * When query descriptors are allocated by this API, they are allocated large
198 * enough to contain this header, and query dat
455 _sdkctl_socket_add_query(SDKCtlQuery* query) argument
480 _sdkctl_socket_remove_query(SDKCtlQuery* query) argument
542 SDKCtlQuery* query = NULL; local
597 SDKCtlQuery* const query = sdkctl->query_head; local
952 _sdkctl_query_free(SDKCtlQuery* query) argument
984 _sdkctl_query_cancel_timeout(SDKCtlQuery* query) argument
1000 _on_sdkctl_query_completed(SDKCtlQuery* query) argument
1012 _on_sdkctl_query_cancelled(SDKCtlQuery* query) argument
1033 SDKCtlQuery* const query = (SDKCtlQuery*)opaque; local
1057 _on_sdkctl_query_sent(SDKCtlQuery* query) argument
1082 SDKCtlQuery* const query = (SDKCtlQuery*)io_opaque; local
1150 SDKCtlQuery* const query = local
1191 SDKCtlQuery* const query = sdkctl_query_new(sdkctl, query_type, in_data_size); local
1215 sdkctl_query_send(SDKCtlQuery* query, int to) argument
1249 SDKCtlQuery* const query = local
1258 sdkctl_query_reference(SDKCtlQuery* query) argument
1266 sdkctl_query_release(SDKCtlQuery* query) argument
1279 sdkctl_query_get_buffer_in(SDKCtlQuery* query) argument
1286 sdkctl_query_get_buffer_out(SDKCtlQuery* query) argument
1384 SDKCtlQuery* const query = dispatcher->current_query; local
1437 SDKCtlQuery* const query = dispatcher->current_query; local
1535 SDKCtlQuery* query; local
1594 SDKCtlQuery* const query = dispatcher->current_query; local
1736 SDKCtlQuery* query; local
1740 SDKCtlQuery* const query = dispatcher->current_query; local
2091 _on_handshake_io(void* query_opaque, SDKCtlQuery* query, AsyncIOState status) argument
2161 SDKCtlQuery* query = local
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DLocalizedStrings.cpp50 static String query(WebLocalizedString::Name name) function in namespace:WebCore
55 static String query(WebLocalizedString::Name name, const WebString& parameter) function in namespace:WebCore
60 static String query(WebLocalizedString::Name name, const WebString& parameter1, const WebString& parameter2) function in namespace:WebCore
67 return query(WebLocalizedString::SearchableIndexIntroduction);
72 return query(WebLocalizedString::SubmitButtonDefaultLabel);
77 return query(WebLocalizedString::InputElementAltText);
82 return query(WebLocalizedString::ResetButtonDefaultLabel);
87 return query(WebLocalizedString::FileButtonChooseFileLabel);
98 return query(WebLocalizedString::FileButtonNoFileSelectedLabel);
103 return query(WebLocalizedStrin
[all...]
/external/chromium/googleurl/src/
H A Durl_canon_query.cc35 // IE is very permissive for query parameters specified in links on the page
45 // server's job to make sense of this invalid query.
52 // Our query canonicalization
70 bool IsAllASCII(const CHAR* spec, const url_parse::Component& query) { argument
71 int end = query.end();
72 for (int i = query.begin; i < end; i++) {
97 const url_parse::Component& query,
103 ConvertUTF8ToUTF16(&spec[query.begin], query.len, &utf16);
111 const url_parse::Component& query,
96 RunConverter(const char* spec, const url_parse::Component& query, CharsetConverter* converter, CanonOutput* output) argument
110 RunConverter(const char16* spec, const url_parse::Component& query, CharsetConverter* converter, CanonOutput* output) argument
118 DoConvertToQueryEncoding(const CHAR* spec, const url_parse::Component& query, CharsetConverter* converter, CanonOutput* output) argument
143 DoCanonicalizeQuery(const CHAR* spec, const url_parse::Component& query, CharsetConverter* converter, CanonOutput* output, url_parse::Component* out_query) argument
163 CanonicalizeQuery(const char* spec, const url_parse::Component& query, CharsetConverter* converter, CanonOutput* output, url_parse::Component* out_query) argument
172 CanonicalizeQuery(const char16* spec, const url_parse::Component& query, CharsetConverter* converter, CanonOutput* output, url_parse::Component* out_query) argument
181 ConvertUTF16ToQueryEncoding(const char16* input, const url_parse::Component& query, CharsetConverter* converter, CanonOutput* output) argument
[all...]
/external/chromium/chrome/browser/sync/util/
H A Duser_settings_win.cc40 SQLStatement query; local
41 query.prepare(dbhandle.get(),
44 query.bind_string(0, service_name.c_str());
46 if (SQLITE_ROW == query.step()) {
47 *username = query.column_string(0);
50 query.column_blob_as_vector(1, &encrypted_service_token);
H A Duser_settings_posix.cc48 SQLStatement query; local
49 query.prepare(dbhandle.get(),
52 query.bind_string(0, service_name.c_str());
54 if (SQLITE_ROW == query.step()) {
56 query.column_blob_as_string(1, &encrypted_service_token);
61 *username = query.column_string(0);
H A Duser_settings_unittest.cc72 const char* query = "INSERT INTO db_version VALUES(?)"; local
73 sql::Statement s(db.GetUniqueStatement(query));
75 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
79 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
88 const char* query = "INSERT INTO shares VALUES(?, ?, ?)"; local
89 sql::Statement s(db.GetUniqueStatement(query));
91 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
101 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
122 const char* query = "INSERT INTO db_version VALUES(?)"; local
123 sql::Statement s(db.GetUniqueStatement(query));
135 const char* query = "INSERT INTO signin_types VALUES(?, ?)"; local
186 const char* query = "SELECT version FROM db_version"; local
218 const char* query = "SELECT version FROM db_version"; local
[all...]
/external/chromium/chrome/browser/sync/engine/net/
H A Durl_translator.cc33 // This method appends the query string to the sync server path.
42 string query; local
43 query += kParameterClientID;
44 query += "=" + CgiEscapeString(client_id);
45 return query;
/external/webkit/Source/WebCore/storage/
H A DIDBSQLiteBackingStore.cpp106 SQLiteStatement query(sqliteDatabase, "SELECT value FROM MetaData WHERE name = 'version'");
107 if (query.prepare() != SQLResultOk || query.step() != SQLResultRow)
110 *databaseVersion = query.getColumnInt(0);
111 return query.finalize() == SQLResultOk;
225 SQLiteStatement query(m_db, sql);
226 if (query.prepare() != SQLResultOk) {
231 query.bindText(1, name);
232 query.bindText(2, version);
234 query
340 bindKeyToQuery(SQLiteStatement& query, int column, const IDBKey& key) argument
417 bindKeyToQueryWithNulls(SQLiteStatement& query, int baseColumn, const IDBKey& key) argument
639 keyFromQuery(SQLiteStatement& query, int baseColumn) argument
695 CursorImplCommon(SQLiteDatabase& sqliteDatabase, String query, bool uniquenessConstraint, bool iterateForward) argument
761 ObjectStoreCursorImpl(SQLiteDatabase& sqliteDatabase, String query, bool uniquenessConstraint, bool iterateForward) argument
798 IndexKeyCursorImpl(SQLiteDatabase& sqliteDatabase, String query, bool uniquenessConstraint, bool iterateForward) argument
836 IndexCursorImpl(SQLiteDatabase& sqliteDatabase, String query, bool uniquenessConstraint, bool iterateForward) argument
[all...]
/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLQueryCanonicalizer.h44 static void canonicalize(const InChar* spec, const URLComponent& query, URLBuffer<OutChar>& buffer, URLComponent& resultQuery) argument
46 if (query.length() < 0) {
53 convertToQueryEncoding(spec, query, buffer);
58 static bool isAllASCII(const InChar* spec, const URLComponent& query) argument
60 int end = query.end();
61 for (int i = query.begin(); i < end; ++i) {
90 static void convertToQueryEncoding(const InChar* spec, const URLComponent& query, URLBuffer<OutChar>& buffer) argument
92 if (isAllASCII(spec, query)) {
93 appendRaw8BitQueryString(&spec[query.begin()], query
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Diterate.cs1 Query : <?cs var:query ?>
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_auth.c126 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) argument
128 if (query == NULL)
130 os_free(query->auth_msg);
131 os_free(query);
137 struct hostapd_acl_query_data *query)
142 query->radius_id = radius_client_get_id(hapd->radius);
143 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
250 struct hostapd_acl_query_data *query;
264 query = hapd->acl_queries;
265 while (query) {
136 hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr, struct hostapd_acl_query_data *query) argument
415 struct hostapd_acl_query_data *query, *prev; local
574 struct hostapd_acl_query_data *query, *prev; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_auth.c126 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) argument
128 if (query == NULL)
130 os_free(query->auth_msg);
131 os_free(query);
137 struct hostapd_acl_query_data *query)
142 query->radius_id = radius_client_get_id(hapd->radius);
143 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
250 struct hostapd_acl_query_data *query;
264 query = hapd->acl_queries;
265 while (query) {
136 hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr, struct hostapd_acl_query_data *query) argument
415 struct hostapd_acl_query_data *query, *prev; local
574 struct hostapd_acl_query_data *query, *prev; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_auth.c126 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) argument
128 if (query == NULL)
130 os_free(query->auth_msg);
131 os_free(query);
137 struct hostapd_acl_query_data *query)
142 query->radius_id = radius_client_get_id(hapd->radius);
143 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
250 struct hostapd_acl_query_data *query;
264 query = hapd->acl_queries;
265 while (query) {
136 hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr, struct hostapd_acl_query_data *query) argument
415 struct hostapd_acl_query_data *query, *prev; local
574 struct hostapd_acl_query_data *query, *prev; local
[all...]
/external/webkit/Source/WebCore/css/
H A DMediaQueryListListener.cpp34 void MediaQueryListListener::queryChanged(ScriptState* state, MediaQueryList* query) argument
38 callback.appendArgument(toJS(state, query));
45 callback.appendArgument(toV8(query));
H A DMediaQueryMatcher.cpp34 MediaQueryMatcher::Listener::Listener(PassRefPtr<MediaQueryListListener> listener, PassRefPtr<MediaQueryList> query) argument
36 , m_query(query)
104 PassRefPtr<MediaQueryList> MediaQueryMatcher::matchMedia(const String& query) argument
109 RefPtr<MediaList> media = MediaList::create(query, false);
113 void MediaQueryMatcher::addListener(PassRefPtr<MediaQueryListListener> listener, PassRefPtr<MediaQueryList> query) argument
119 if (*m_listeners[i]->listener() == *listener && m_listeners[i]->query() == query)
123 m_listeners.append(new Listener(listener, query));
126 void MediaQueryMatcher::removeListener(MediaQueryListListener* listener, MediaQueryList* query) argument
132 if (*m_listeners[i]->listener() == *listener && m_listeners[i]->query()
[all...]
/external/chromium/chrome/browser/google/
H A Dgoogle_util.cc17 // A helper method for adding a query param to |url|.
21 std::string query(url.query());
22 if (!query.empty())
23 query += "&";
24 query += param_name + "=" + param_value;
26 repl.SetQueryStr(query);
/external/webkit/Tools/TestResultServer/model/
H A Dtestfile.py66 query = TestFile.all()
68 query = query.filter("master =", master)
70 query = query.filter("builder =", builder)
72 query = query.filter("test_type =", test_type)
74 query = query.filter("name =", name)
76 files = query
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store.cc51 int ExecQuery(sqlite3* dbhandle, const char* query) { argument
53 int result = statement.prepare(dbhandle, query);
135 string query; local
136 query.reserve(kUpdateStatementBufferSize);
139 query.push_back(separator);
141 query.append(column->name);
142 query.push_back(' ');
143 query.append(column->spec);
145 query.push_back(')');
146 return query;
334 string query = "DELETE FROM metas WHERE metahandle IN ("; local
583 SQLStatement query; local
612 SQLStatement query; local
627 SQLStatement query; local
639 string query; local
695 string query = "DROP TABLE IF EXISTS "; local
747 SQLStatement query; local
1173 string query = "CREATE TABLE "; local
1207 string query = "CREATE TABLE "; local
1233 string query = "CREATE TABLE "; local
[all...]
/external/chromium/chrome/browser/history/
H A Dquery_parser.h5 // The query parser is used to parse queries entered into the history
29 // constitute a query. While QueryNode is exposed by way of ParseQuery, it
37 virtual int AppendToSQLiteQuery(string16* query) const = 0;
71 // Parse a query into a SQLite query. The resulting query is placed in
73 int ParseQuery(const string16& query,
76 // Parses the query words in query, returning the nodes that constitute the
77 // valid words in the query
[all...]
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
H A Dwebserver.rb50 ie.test_num = req.query['test'].to_i
51 ie.subtest_num = req.query['subtest'].to_i || 0
52 ie.random_mode = req.query['random']
53 ie.lookup_mode = req.query['lookup']
54 ie.stop_num = req.query['stop'].to_i
/external/webkit/Source/WebCore/inspector/front-end/
H A DDatabaseQueryView.js33 this.element.addStyleClass("query");
40 this.promptElement.className = "database-query-prompt";
129 var query = this.prompt.text;
130 if (!query.length)
133 this.prompt.history.push(query);
137 this.database.executeSql(query, this._queryFinished.bind(this, query), this._queryError.bind(this, query));
140 _queryFinished: function(query, columnNames, values)
143 var trimmedQuery = query
[all...]

Completed in 427 milliseconds

1234567891011>>