HomeSort by relevance Sort by last modified time
    Searched full:queries (Results 1 - 25 of 872) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 39 import com.android.ex.chips.Queries.Query;
93 Queries.Query query;
95 query = Queries.EMAIL;
97 query = Queries.PHONE;
125 query.getProjection()[Queries.Query.DESTINATION] + " IN ("
201 String address = c.getString(Queries.Query.DESTINATION);
204 c.getString(Queries.Query.NAME),
205 c.getInt(Queries.Query.DISPLAY_NAME_SOURCE),
206 c.getString(Queries.Query.DESTINATION),
207 c.getInt(Queries.Query.DESTINATION_TYPE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
IToolsLocator.java 25 * Queries the location of ADB
31 * Queries the location of Traceview
37 * Queries the location of hprof-conv
  /external/webkit/Source/WebCore/css/
MediaQueryEvaluator.h 41 * Class that evaluates css media queries as defined in
42 * CSS3 Module "Media Queries" (http://www.w3.org/TR/css3-mediaqueries/)
43 * Special constructors are needed, if simple media queries are to be
55 /** Creates evaluator which evaluates only simple media queries
61 /** Creates evaluator which evaluates only simple media queries
68 /** Creates evaluator which evaluates full media queries
77 /** Evaluates a list of media queries */
  /dalvik/hit/src/com/android/hit/
Main.java 57 Map<String, Set<ClassObj>> someClasses = Queries.classes(state, x);
71 Map<String, Set<ClassObj>> allClasses = Queries.allClasses(state);
85 Instance[] instances = Queries.instancesOf(state, "java.lang.String");
91 Instance[] instances = Queries.allInstancesOf(state,
  /external/chromium/net/proxy/
proxy_resolver_perftest.cc 34 // |queries| should be terminated by {NULL, NULL}. A sentinel is used
38 PacQuery queries[100]; member in struct:PacPerfTest
40 // Returns the actual number of entries in |queries| (assumes NULL sentinel).
50 { // queries:
68 for (size_t i = 0; i < arraysize(queries); ++i) {
69 if (queries[i].query_url == NULL)
97 test_data.queries,
104 const PacQuery* queries,
133 const PacQuery& query = queries[i % queries_len];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
_README.txt 12 also queries for an attribute value, but instead of changing it,
  /packages/apps/Phone/src/com/android/phone/
INetworkQueryService.aidl 22 * Service interface to handle queries for available networks. The
24 * availability queries instead of making direct calls to the
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
ApplicationsLatency.java 36 private static final String[] queries = { "", "a", "s", "e", "r", "pub", "sanxjkashasrxae" }; field in class:ApplicationsLatency
51 for (String query : queries) {
ContactsLatency.java 36 private static final String[] queries = { "", "a", "s", "e", "r", "pub", "sanxjkashasrxae" }; field in class:ContactsLatency
50 for (String query : queries) {
  /sdk/templates/docs/
default.js 31 var buildNav_ = function(queries, $contentRoot, $navRoot) {
32 if (!queries || !queries.length) {
36 $contentRoot.find(queries[0]).each(function() {
40 buildNav_(queries.splice(1), $(this), $navNode);
  /device/generic/goldfish/opengl/system/renderControl_enc/
README 10 This function queries the host renderer version number.
13 This function queries the host renderer for the EGL version
17 This function queries the host for EGL string (.i.e EGL_EXTENSIONS).
24 queries the host for the number of supported EGL configs.
29 This function queries the host for the all set of supported configs
52 queries the host for framebuffer parameter, see renderControl_types.h
128 This function queries the host for the pixel content of a colorBuffer's
  /external/chromium/net/http/
http_auth_gssapi_posix_unittest.cc 111 test::MockGSSAPILibrary::SecurityContextQuery queries[] = { local
128 for (size_t i = 0; i < arraysize(queries); ++i) {
129 mock_library->ExpectSecurityContext(queries[i].expected_package,
130 queries[i].response_code,
131 queries[i].minor_response_code,
132 queries[i].context_info,
133 queries[i].expected_input_token,
134 queries[i].output_token);
151 for (size_t i = 0; i < arraysize(queries); ++i) {
  /external/chromium/testing/gtest/scripts/
gtest-config.in 20 overrides may be issued in combination with any other queries, but will only
21 affect installation queries if called on a built but not installed gtest. The
22 installation queries may not be issued with any other types of queries, and
23 only one installation query may be made at a time. The version queries and
24 compiler flag queries may be combined as desired but not mixed. Different
25 version queries are always combined with logical "and" semantics, and only the
28 Compiler flag queries output the union of the sets of flags when combined.
53 Installation Queries:
60 Version Queries
    [all...]
  /external/gtest/scripts/
gtest-config.in 20 overrides may be issued in combination with any other queries, but will only
21 affect installation queries if called on a built but not installed gtest. The
22 installation queries may not be issued with any other types of queries, and
23 only one installation query may be made at a time. The version queries and
24 compiler flag queries may be combined as desired but not mixed. Different
25 version queries are always combined with logical "and" semantics, and only the
28 Compiler flag queries output the union of the sets of flags when combined.
53 Installation Queries:
60 Version Queries
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
gtest-config.in 20 overrides may be issued in combination with any other queries, but will only
21 affect installation queries if called on a built but not installed gtest. The
22 installation queries may not be issued with any other types of queries, and
23 only one installation query may be made at a time. The version queries and
24 compiler flag queries may be combined as desired but not mixed. Different
25 version queries are always combined with logical "and" semantics, and only the
28 Compiler flag queries output the union of the sets of flags when combined.
53 Installation Queries:
60 Version Queries
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.8 39 allows clients to perform long-lived queries. Instead of rapidly polling
40 the server to discover when information changes, long-lived queries
59 For information on Long-Lived Queries, see
  /external/protobuf/gtest/scripts/
gtest-config.in 20 overrides may be issued in combination with any other queries, but will only
21 affect installation queries if called on a built but not installed gtest. The
22 installation queries may not be issued with any other types of queries, and
23 only one installation query may be made at a time. The version queries and
24 compiler flag queries may be combined as desired but not mixed. Different
25 version queries are always combined with logical "and" semantics, and only the
28 Compiler flag queries output the union of the sets of flags when combined.
53 Installation Queries:
60 Version Queries
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldSQLTest.java 72 String[] queries = { local
80 for (int i = 0; i < queries.length; i++) {
81 st.execute(queries[i]);
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailFilter.java 20 * An object that can be used to apply filter on voicemail queries made through the voicemail helper
  /external/chromium/chrome/browser/sync/syncable/
syncable_changes_version.h 19 // faster. If either of these invariants change, then those queries
  /external/smack/src/org/xbill/DNS/
ResolveThread.java 7 * ExtendedResolver) to perform asynchronous queries.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
__init__.py 9 from webkitpy.tool.commands.queries import *
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
adb.h 35 /* ADB queries */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adb.h 35 /* ADB queries */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adb.h 35 /* ADB queries */

Completed in 982 milliseconds

1 2 3 4 5 6 7 8 91011>>