HomeSort by relevance Sort by last modified time
    Searched refs:query (Results 1 - 25 of 1190) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/unittest/
test_utils.cc 30 const char *ThreadSanitizerQuery(const char *query) __attribute__((weak));
32 const char *ThreadSanitizerQuery(const char *query) {
33 printf("Not running under ThreadSanitizer (query=%s)\n", query);
  /external/clang/test/Sema/
memset-invalid-1.c 11 incomplete query = 0; local
12 memset(query, 0, sizeof(query)); // expected-warning {{'memset' call operates on objects of type 'struct __incomplete' while the size is based on a different type 'incomplete'}} \
  /external/clang/test/CodeGenCXX/
2008-05-07-CrazyOffsetOf.cpp 6 char * query; member in struct:bork
8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10;
  /external/webkit/Tools/RebaselineQueueServer/model/
queueentry.py 46 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/
gas_query.c 2 * Generic advertisement service (GAS) query
22 /** GAS query timeout in seconds */
27 * struct gas_query_pending - Pending GAS query
48 * struct gas_query - Internal GAS query data
61 * gas_query_init - Initialize GAS query component
63 * Returns: Pointer to GAS query data or %NULL on failure
81 struct gas_query_pending *query,
84 if (query->offchannel_tx_started)
86 eloop_cancel_timeout(gas_query_tx_comeback_timeout, gas, query);
87 eloop_cancel_timeout(gas_query_timeout, gas, query);
103 struct gas_query_pending *query, *next; local
182 struct gas_query_pending *query = user_ctx; local
307 struct gas_query_pending *query; local
422 struct gas_query_pending *query = user_ctx; local
462 struct gas_query_pending *query; local
513 struct gas_query_pending *query; local
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShouldQueryStrategy.java 27 * Decides whether a given source should be queried for a given query, taking
28 * into account the source's query threshold and query after zero results flag.
37 // The last query we've seen
43 // returned zero results for some prefix of the current query. mEmptyCorpora
44 // maps from corpus to the length of the query which returned
45 // zero results. When a query is shortened (e.g., by deleting characters)
55 * Returns whether we should query the given source for the given query.
57 public boolean shouldQueryCorpus(Corpus corpus, String query) {
    [all...]
SuggestionCursorProvider.java 21 * Interface for objects that can produce a SuggestionCursor given a query.
34 * @param query The user query.
36 * @param onlyOne Indicates if this provider is the only one being used for the query.
39 C getSuggestions(String query, int queryLimit, boolean onlyOne);
  /external/smack/src/org/xbill/DNS/
ResolveThread.java 14 private Message query; field in class:ResolveThread
21 ResolveThread(Resolver res, Message query, Object id,
25 this.query = query;
32 * Performs the query, and executes the callback.
37 Message response = res.send(query);
  /external/qemu/android/
sdk-controller-socket.c 60 /* 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
179 /* Query packet descriptor.
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
190 /* Query type. *
542 SDKCtlQuery* query = NULL; local
597 SDKCtlQuery* const query = sdkctl->query_head; local
1033 SDKCtlQuery* const query = (SDKCtlQuery*)opaque; local
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
1249 SDKCtlQuery* const query = local
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
2161 SDKCtlQuery* query = local
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
LocalizedStrings.cpp 50 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(WebLocalizedString::SearchMenuNoRecentSearchesText)
    [all...]
  /external/chromium/googleurl/src/
url_canon_query.cc 33 // Query canonicalization in IE
35 // 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) {
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)
    [all...]
  /external/chromium/chrome/browser/sync/util/
user_settings_win.cc 40 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);
  /bionic/libc/netbsd/resolv/
res_debug.h 25 # define DprintQ(cond, args, query, size) /*empty*/
30 # define DprintQ(cond, args, query, size) if (cond) {\
32 res_pquery(statp, query, size, stdout);\
  /external/chromium/chrome/browser/sync/engine/net/
url_translator.cc 33 // 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/
IDBSQLiteBackingStore.cpp 106 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.bindInt64(3, rowId)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLQueryCanonicalizer.h 44 static void canonicalize(const InChar* spec, const URLComponent& query, URLBuffer<OutChar>& buffer, URLComponent& resultQuery)
46 if (query.length() < 0) {
53 convertToQueryEncoding(spec, query, buffer);
58 static bool isAllASCII(const InChar* spec, const URLComponent& query)
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)
92 if (isAllASCII(spec, query)) {
93 appendRaw8BitQueryString(&spec[query.begin()], query.length(), buffer)
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 40 query = cls.gql('WHERE handle = :1', username)
41 return query.get()
47 query = cls.gql('WHERE handle = :1', username)
48 return query.get().updated
54 query = cls.gql('WHERE handle = :1', username)
55 return query.get().key().id()
61 query = cls.gql('WHERE handle = :1', username)
62 return query.get().status
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
ApplicationsLatency.java 51 for (String query : queries) {
52 checkSource("APPS", APPS_COMPONENT, query);
ContactsLatency.java 50 for (String query : queries) {
51 checkSource("CONTACTS", CONTACTS_COMPONENT, query);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSource.java 30 * Called by QSB to get web suggestions for a query.
32 SourceResult queryInternal(String query);
35 * Called by external apps to get web suggestions for a query.
37 SourceResult queryExternal(String query);
AbstractGoogleSource.java 54 * Called by QSB to get web suggestions for a query.
56 public abstract SourceResult queryInternal(String query);
59 * Called by external apps to get web suggestions for a query.
61 public abstract SourceResult queryExternal(String query);
92 public SourceResult getSuggestions(String query, int queryLimit, boolean onlySource) {
93 return emptyIfNull(queryInternal(query), query);
96 public SourceResult getSuggestionsExternal(String query) {
97 return emptyIfNull(queryExternal(query), query);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
QueryParameterUtils.java 36 String query = uri.getEncodedQuery(); local
37 if (query == null) {
41 int queryLength = query.length();
47 index = query.indexOf(parameter, index);
58 if (query.charAt(index) == '=') {
64 int ampIndex = query.indexOf('&', index);
66 value = query.substring(index);
68 value = query.substring(index, ampIndex);
  /device/generic/goldfish/camera/
QemuClient.cpp 38 * Qemu query
87 /* Query name cannot be NULL or an empty string. */
89 ALOGE("%s: NULL or an empty string is passed as query name.",
100 /* Preallocated buffer was too small. Allocate a bigger query buffer. */
103 ALOGE("%s: Unable to allocate %d bytes for query buffer",
110 /* At this point mQuery buffer is big enough for the query. */
122 /* Save query completion status. */
134 ALOGE("%s: Invalid reply to the query", __FUNCTION__);
145 ALOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer);
155 ALOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer)
    [all...]
  /external/chromium/chrome/browser/history/
query_parser.h 5 // 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. This is intended for later usage wit
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceRequest.java 48 * query data field.
59 * The hex dump string of query data for the requested service information.
70 * @param query The part of service specific query.
73 protected WifiP2pServiceRequest(int protocolType, String query) {
74 validateQuery(query);
77 mQuery = query;
78 if (query != null) {
79 mLength = query.length()/2 + 2;
91 * @param query The part of service specific query
    [all...]

Completed in 4124 milliseconds

1 2 3 4 5 6 7 8 91011>>