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

1 2 3 4 5 6 7 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /external/clang/test/Sema/
string-plus-char.c 6 return ab->a + 'b'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
11 char *str2 = str + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
13 const char *constStr = s + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
15 str = 'c' + str;// expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
18 str = strArr + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
20 str = strArr2[0] + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
24 constStr = foo(&ab) + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
  /external/clang/test/SemaCXX/
string-plus-char.cpp 7 A(char *p) : str(p + 'a') { } // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
14 A a = s + 'a'; // // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
18 char *str2 = str + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
20 const char *constStr = s + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
22 str = 'c' + str;// expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
25 wstr = wstr + L'c'; // expected-warning {{adding 'wchar_t' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
26 str2 = str + u'a'; // expected-warning {{adding 'char16_t' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
string-plus-int.cpp 31 consume("foo" + 5); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
32 consume("foo" + index); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
33 consume("foo" + kMyEnum); // expected-warning {{adding 'MyEnum' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
35 consume(5 + "foo"); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
36 consume(index + "foo"); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
37 consume(kMyEnum + "foo"); // expected-warning {{adding 'MyEnum' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
40 consumeChar(*("foo" + 5)); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
41 consumeChar(*(5 + "foo")); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
43 consume(L"foo" + 5); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
69 (void)(sizeof(T) + ""); // expected-warning {{to a string does not append to the string}} expected-note {{use array indexing to silence this warning}
    [all...]
  /external/deqp/doc/testspecs/GLES31/
functional.shaders.opaque_type_indexing.txt 19 Opaque Type Indexing
25 + Indexing of sampler arrays
29 + Indexing of Uniform Block instance arrays
31 + Indexing of SSBO instance arrays
34 + Indexing of atomic counter arrays
37 + Indexing with constant literals
38 + Indexing with uniform values (XXX_gpu_shader5)
39 + Indexing with dynamically uniform values (XXX_gpu_shader5)
44 + Indexing inside complex control flow (loop iterator var)
45 + Indexing with non-trivial constant expression
    [all...]
  /external/llvm/test/Verifier/
2002-11-05-GetelementptrPointers.ll 4 ; This testcase is invalid because we are indexing into a pointer that is
  /frameworks/base/docs/html/distribute/engage/
deep-linking.jd 4 page.tags="engagement", "app indexing", "search", "deep linking"
9 they need. With App Indexing, deep links to your Android app appear in Google Search
20 <p>Get started by <a href="https://developers.google.com/app-indexing/">indexing your
23 <a href="https://developers.google.com/app-indexing/webmasters/appindexingapi">App
24 Indexing API</a>, and <a href="https://developers.google.com/schemas/now/cards">Google
28 <h2 id="help_users_find_your_information">App Indexing</h2>
35 <img src="{@docRoot}images/distribute/app-indexing-deep-links.png">
61 you can use the App Indexing API to have deep links appear in search suggestions.</li>
62 <li>App Indexing is flexible?you can direct search users to your app or website on
    [all...]
  /frameworks/base/docs/html/training/app-indexing/
index.jd 2 page.tags="app indexing", "search"
21 <li><a href="https://developers.google.com/app-indexing/" class="external-link"
22 target="_blank">App Indexing for Google Search</a></li>
31 <p>DevBytes: App Indexing</p>
43 app indexing complements this capability by presenting links to relevant app
49 <p>To enable Google Search app indexing, you need to provide Google with
63 <p itemprop="description">This class shows how to enable deep linking and indexing of
78 <dt><b><a href="enabling-app-indexing.html">Specifying App Content for
79 Indexing</a></b></dt>
  /frameworks/base/docs/html/distribute/users/
appindexing.jd 4 page.tags="app indexing", "search", "get users"
8 <p>Google Search now helps users discover your app, with App Indexing. When users
23 href="https://developers.google.com/app-indexing/webmasters/details">instructions</a>. </p>
31 <li> App Indexing will also be used as a ranking signal for all users on Android,
33 <li> App Indexing also helps drive use of your app ? when your app is installed on a
36 <li> Use the App Indexing API to help users discover relevant content in your app
  /external/clang/test/SemaObjC/
objc-container-subscripting-2.m 19 array[f] = array; // expected-error {{indexing expression is invalid because subscript type 'float' is not an integral or Objective-C pointer type}}
20 return array[3.14]; // expected-error {{indexing expression is invalid because subscript type 'double' is not an integral or Objective-C pointer type}}
arc-dict-bridged-cast.m 31 infoDictionary[kCFBundleNameKey] = 0; // expected-error {{indexing expression is invalid because subscript type 'CFStringRef' (aka 'const struct __CFString *') is not an integral or Objective-C pointer type}}
32 return infoDictionary[CFStringCreateMutable(((void*)0), 100)]; // expected-error {{indexing expression is invalid because subscript type 'CFMutableStringRef' (aka 'struct __CFString *') is not an integral or Objective-C pointer type}} \
  /external/deqp/android/cts/master/
gles2-master.txt     [all...]
  /external/deqp/android/cts/lmp/
gles3-master.txt     [all...]
  /external/deqp/android/cts/lmp/src/
es30-lmp.txt     [all...]
  /packages/apps/Settings/src/com/android/settings/search/
Indexable.java 25 * Interface for classes whose instances can provide data for indexing.
38 * Return a list of references for indexing.
52 * Return a list of raw data for indexing. See {@link SearchIndexableRaw}
  /external/deqp/android/cts/lmp-mr1/
gles3-master.txt     [all...]
  /external/deqp/android/cts/lmp-mr1/src/
es30-lmp-mr1.txt     [all...]
  /external/v8/test/webkit/
enter-dictionary-indexing-mode-with-blank-indexing-type.js 25 "Tests that putting an object into dictionary mode when it has a blank indexing type doesn't cause us to crash."
28 // Freezing the Array prototype causes us to create ArrayStorage on the prototype, which has a blank indexing type.
  /external/clang/test/SemaObjCXX/
objc-container-subscripting.mm 35 base[index] = obj; // expected-error {{indexing expression is invalid because subscript type 'double' is not an integral or Objective-C pointer type}}
36 obj = base[index]; // expected-error {{indexing expression is invalid because subscript type 'double' is not an integral or Objective-C pointer type}}
136 return array[w]; // expected-error {{indexing expression is invalid because subscript type 'WeirdIndex' has multiple type conversion functions}}
  /external/apache-xml/src/main/java/org/apache/xpath/
FoundIndex.java 25 * a search from the parent because of indexing.
  /external/clang/bindings/python/clang/
__init__.py 20 Bindings for the Clang indexing library.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
package.html 15 <li>Surrogate character utilities (UTF16) provides indexing and substring operations on text containing surrogates.</li>
  /external/libvpx/libvpx/build/make/
thumb.pm 32 # Convert loads with right shifts in the indexing into a
38 # Convert register indexing with writeback into a separate add
43 # Convert negative register indexing into separate sub/add instructions.
52 # Convert register post indexing to a separate add instruction.
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Collection.h 39 * @tparam Key type of the policy element indexing the collection.
65 * @tparam Key indexing the collection of policy element.
86 * @tparam Key indexing the collection of policy element.
102 * @tparam Key indexing the collection of policy element.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
thumb.pm 32 # Convert loads with right shifts in the indexing into a
38 # Convert register indexing with writeback into a separate add
43 # Convert negative register indexing into separate sub/add instructions.
52 # Convert register post indexing to a separate add instruction.

Completed in 579 milliseconds

1 2 3 4 5 6 7 8 91011>>