/external/dnsmasq/po/ |
fr.po | 63 msgid "queries forwarded %u, queries answered locally %u" 68 msgid "server %s#%d: queries sent %u, retried or failed %u" 130 msgid "Do NOT forward queries with no domain part." 270 msgid "Log DNS queries." 275 msgid "Force the originating port for upstream DNS queries." 292 msgid "Never forward queries to specified domains." 349 msgid "Answer DNS queries based on the interface a query was sent to." 418 msgid "Maximum number of concurrent DNS queries. (defaults to %s)" 476 msgid "Always perform DNS queries to all servers. [all...] |
id.po | 71 msgid "queries forwarded %u, queries answered locally %u" 76 msgid "server %s#%d: queries sent %u, retried or failed %u" 153 msgid "Do NOT forward queries with no domain part." 318 msgid "Log DNS queries." 324 msgid "Force the originating port for upstream DNS queries." 345 msgid "Never forward queries to specified domains." 414 msgid "Answer DNS queries based on the interface a query was sent to." 493 msgid "Maximum number of concurrent DNS queries. (defaults to %s)" 552 msgid "Always perform DNS queries to all servers. [all...] |
no.po | 66 msgid "queries forwarded %u, queries answered locally %u" 71 msgid "server %s#%d: queries sent %u, retried or failed %u" 134 msgid "Do NOT forward queries with no domain part." 274 msgid "Log DNS queries." 279 msgid "Force the originating port for upstream DNS queries." 296 msgid "Never forward queries to specified domains." 353 msgid "Answer DNS queries based on the interface a query was sent to." 422 msgid "Maximum number of concurrent DNS queries. (defaults to %s)" 480 msgid "Always perform DNS queries to all servers. [all...] |
pl.po | 68 msgid "queries forwarded %u, queries answered locally %u" 73 msgid "server %s#%d: queries sent %u, retried or failed %u" 135 msgid "Do NOT forward queries with no domain part." 270 msgid "Log DNS queries." 274 msgid "Force the originating port for upstream DNS queries." 291 msgid "Never forward queries to specified domains." 346 msgid "Answer DNS queries based on the interface a query was sent to." 412 msgid "Maximum number of concurrent DNS queries. (defaults to %s)" 470 msgid "Always perform DNS queries to all servers. [all...] |
ro.po | 64 msgid "queries forwarded %u, queries answered locally %u" 69 msgid "server %s#%d: queries sent %u, retried or failed %u" 132 msgid "Do NOT forward queries with no domain part." 272 msgid "Log DNS queries." 277 msgid "Force the originating port for upstream DNS queries." 294 msgid "Never forward queries to specified domains." 351 msgid "Answer DNS queries based on the interface a query was sent to." 420 msgid "Maximum number of concurrent DNS queries. (defaults to %s)" 478 msgid "Always perform DNS queries to all servers. [all...] |
/external/icu4c/i18n/unicode/ |
rbtz.h | 218 * Queries if this time zone uses daylight savings time. 226 * Queries if the given date is in daylight savings time in
|
/external/opencore/fileformats/mp3/parser/include/ |
imp3ff.h | 247 * @brief Queries the seek point file positiion and timestamp corresponding to the specified timestamp 255 * @brief Queries the offset corresponding to the specified timestamp
|
mp3parser.h | 277 * @brief Queries the seek point timestamp corresponding to the specified timestamp 286 * @brief Queries the offset corressponding to the given timestamp
|
/frameworks/base/core/java/com/android/internal/widget/ |
ContactHeaderWidget.java | 517 * We need to stop any existing async queries for phone, email, contact, and photos. 533 // need the old async queries to be cancelled, let's do it the hard way.
|
/packages/apps/Calendar/src/com/android/calendar/ |
SelectCalendarsAdapter.java | 259 // This is to allow us to do queries and updates with the same AsyncQueryHandler without 260 // accidently canceling queries.
|
/development/pdk/docs/source/ |
overview.jd | 56 <p>The Android search framework has been redesigned and expanded to provide third-party applications the opportunity to surface content from their applications in Quick Search Box, the global search tool. To do this, developers will need to make their app "searchable" and provide suggestions in response to user queries. To enable application search suggestions, users simply select each application from which they'd like to receive suggestions, under Searchable items in the Search settings.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SearchInvoke.java | 224 * recent queries, page/items viewed, etc.) should provide a way for the user to clear the
|
_index.html | 140 <dd>Demonstrates how to configure and use the built-in "recent queries" suggestion provider.</dd>
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
DictionaryDatabase.java | 121 * These aliases are defined in the DictionaryProvider when queries are made.
|
/external/dnsmasq/src/ |
forward.c | 185 /* don't forward simple names, make exception for NS queries and empty name. */ 346 start->queries++; 796 Note that this code subtley ensures that consecutive queries on this connection 858 lose the information after a few queries. We make this call for the alias and
|
/external/ppp/pppd/plugins/pppoatm/ |
ans.c | 53 * Response header: id, flags, #queries, #answers, #authority,
|
/external/stlport/stlport/stl/config/ |
_msvc.h | 132 /* There is no partial spec, and MSVC breaks on simulating it for iterator_traits queries */
|
/external/tinyxml/docs/ |
classTiXmlText.html | 36 <tr><td class="mdescLeft"> </td><td class="mdescRight">Queries whether this represents text using a CDATA section. <br></td></tr>
|
/external/webkit/WebKit/android/WebCoreSupport/ |
GeolocationPermissions.h | 71 // Queries the permission state for the specified frame. If the
|
/external/webkit/WebKit/qt/docs/ |
qtwebkit.qdoc | 130 functions with CSS selector queries.
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-gallery.jd | 143 that must be implemented for simple queries on the {@link android.widget.Adapter}.
|
/frameworks/base/include/media/ |
MediaProfiles.h | 45 * Returns the singleton instance for subsequence queries.
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarAppWidgetProvider.java | 179 * during database queries.
|
/frameworks/base/docs/html/guide/topics/data/ |
data-storage.jd | 416 <p>You can execute SQLite queries using the {@link android.database.sqlite.SQLiteDatabase} 420 the projection, selection, columns, grouping, and others. For complex queries, such as 423 several convienent methods for building queries.</p>
|
/packages/apps/Music/src/com/android/music/ |
MusicPicker.java | 113 /** Our instance of QueryHandler used to perform async background queries. */ 583 * both top-level queries and filtering. 591 // Cancel any pending queries
|