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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/
package.json 2 "name": "css-element-queries",
4 "description": "CSS-Element-Queries Polyfill. proof-of-concept for high-speed element dimension/media queries in valid css.",
14 "url": "git@github.com:marcj/css-element-queries.git"
19 "url": "https://github.com/marcj/css-element-queries/issues"
21 "homepage": "https://github.com/marcj/css-element-queries",
README.chromium 1 Name: css-element-queries
2 Short Name: css-element-queries
3 URL: https://github.com/marcj/css-element-queries
bower.json 2 "name": "css-element-queries",
README.md 1 CSS Element Queries
4 Element Queries is a polyfill adding support for element based media-queries to all new browsers (incl. IE7+).
5 It allows not only to define media-queries based on window-size but also adds 'media-queries' functionality depending on element (any selector supported)
21 More demos and information: http://marcj.github.io/css-element-queries/
69 [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/marcj/css-element-queries/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
  /development/samples/browseable/BasicContactables/
_index.jd 10 reducing the number of queries your application needs to use when searching the contacts database!
  /external/guava/guava-tests/benchmark/com/google/common/collect/
SetContainsBenchmark.java 54 private Element[] queries; field in class:SetContainsBenchmark
63 this.queries = sampleData.getQueries();
70 Element[] queries = this.queries; local
72 int mask = queries.length - 1;
76 dummy ^= set.contains(queries[i & mask]);
HashMultisetAddPresentBenchmark.java 35 int[] queries = new int[ARRAY_SIZE]; field in class:HashMultisetAddPresentBenchmark
44 queries[i] = random.nextInt();
45 multiset.add(queries[i]);
53 tmp += multisets.get(j).add(queries[j], 4);
  /external/selinux/libselinux/man/man3/
security_getenforce.3 25 returns 0 if SELinux treats policy queries on undefined object classes or
26 permissions as being allowed, 1 if such queries are denied, and \-1 on error.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
__init__.py 35 # Component Queries
47 # Rule Queries
52 # Constraint queries
55 # In-policy Context Queries
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
__init__.py 35 # Component Queries
47 # Rule Queries
52 # Constraint queries
55 # In-policy Context Queries
  /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
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 39 import com.android.ex.chips.Queries.Query;
96 Queries.Query query;
98 query = Queries.EMAIL;
100 query = Queries.PHONE;
128 query.getProjection()[Queries.Query.DESTINATION] + " IN ("
152 matchesNotFound, Queries.EMAIL, callback);
157 Account account, Set<String> matchesNotFound, Queries.Query query,
251 String address = c.getString(Queries.Query.DESTINATION);
254 c.getString(Queries.Query.NAME),
255 c.getInt(Queries.Query.DISPLAY_NAME_SOURCE)
    [all...]
  /external/libxml2/doc/
queries.py 3 # Processing of the queries results
17 def getTopQueriesDB(base = "Queries", number = 50):
39 f.write("<queries total='%d' uniq='%d' nr='%d' date='%s'>\n" % (
45 f.write("</queries>\n")
53 return getTopQueriesDB(base = "Queries", number = number)
118 addCounts('Queries')
  /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,
  /external/llvm/test/Analysis/CFLAliasAnalysis/
arguments.ll 9 ; CHECK: 6 Total Alias Queries Performed
  /external/selinux/prebuilts/bin/
seinfo.py 45 queries = parser.add_argument_group("Component Queries") variable
46 queries.add_argument("-a", "--attribute", help="Print type attributes.", dest="typeattrquery",
48 queries.add_argument("-b", "--bool", help="Print Booleans.", dest="boolquery",
50 queries.add_argument("-c", "--class", help="Print object classes.", dest="classquery",
52 queries.add_argument("-r", "--role", help="Print roles.", dest="rolequery",
54 queries.add_argument("-t", "--type", help="Print types.", dest="typequery",
56 queries.add_argument("-u", "--user", help="Print users.", dest="userquery",
58 queries.add_argument("--category", help="Print MLS categories.", dest="mlscatsquery",
60 queries.add_argument("--common", help="Print common permission set.", dest="commonquery"
    [all...]
  /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) {
  /external/guava/guava-tests/test/com/google/common/collect/
CollectionBenchmarkSampleData.java 39 private final Element[] queries; field in class:CollectionBenchmarkSampleData
56 this.queries = createQueries(valuesInSet, 1024);
64 return queries;
72 // add good queries
86 // now add bad queries
  /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/google-breakpad/src/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/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

Completed in 660 milliseconds

1 2 3 4 5 6 7 8 91011>>