HomeSort by relevance Sort by last modified time
    Searched full:backrefs (Results 1 - 18 of 18) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 126 int backRefs[] = new int[size()];
133 backRefs[rawContactIndex++] = firstBatch;
163 buildSplitContactDiff(diff, backRefs);
190 int[] backRefs) {
195 buildSplitContactDiff(diff, i, j, backRefs);
205 int index2, int[] backRefs) {
214 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRefs[index1]);
221 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRefs[index2]);
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 194 * Applies this operation using the given provider. The backRefs array is used to resolve any
199 * @param backRefs a {@link ContentProviderResult} array that will be consulted
201 * @param numBackRefs the number of valid results on the backRefs array.
207 public ContentProviderResult apply(ContentProvider provider, ContentProviderResult[] backRefs,
209 ContentValues values = resolveValueBackReferences(backRefs, numBackRefs);
211 resolveSelectionArgsBackReferences(backRefs, numBackRefs);
278 * @param backRefs an array of previous results
279 * @param numBackRefs the number of valid previous results in backRefs
285 ContentProviderResult[] backRefs, int numBackRefs) {
302 values.put(key, backRefToValue(backRefs, numBackRefs, backRefIndex))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDeltaList.java 148 int backRefs[] = new int[size()];
156 backRefs[rawContactIndex++] = isInsert ? firstBatch : -1;
204 buildSplitContactDiff(diff, backRefs);
244 int[] backRefs) {
249 buildSplitContactDiff(diff, i, j, backRefs);
259 int index2, int[] backRefs) {
265 int backRef1 = backRefs[index1];
275 int backRef2 = backRefs[index2];
  /external/llvm/lib/Support/
regengine.inc 183 /* this loop does only one repetition except for backrefs */
192 if (nmatch == 0 && !g->backrefs)
205 if (nmatch == 1 && !g->backrefs)
218 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
237 assert(g->backrefs); /* must be back references doing it */
regex2.h 149 int backrefs; /* does it use back references? */ member in struct:re_guts
regcomp.c 218 g->backrefs = 0;
569 p->g->backrefs = 1;
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 179 /* this loop does only one repetition except for backrefs */
188 if (nmatch == 0 && !g->backrefs)
201 if (nmatch == 1 && !g->backrefs)
214 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
233 assert(g->backrefs); /* must be back references doing it */
regex2.h 149 int backrefs; /* does it use back references? */ member in struct:re_guts
regcomp.c 210 g->backrefs = 0;
561 p->g->backrefs = 1;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
ContentProviderOperationTest.java 125 ContentProviderResult[] backRefs = new ContentProviderResult[2];
132 }, backRefs, 1);
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 237 /* this loop does only one repetition except for backrefs */
244 if (nmatch == 0 && !g->backrefs)
257 if (nmatch == 1 && !g->backrefs)
270 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
288 assert(g->backrefs); /* must be back references doing it */
regex2.h 201 int backrefs; /* does it use back references? */ member in struct:re_guts
regcomp.c 301 g->backrefs = 0;
690 p->g->backrefs = 1;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_compiler.h 928 // note that in the ECMA grammar, this case covers backrefs.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_compiler.h 928 // note that in the ECMA grammar, this case covers backrefs.
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/sdk/14/
android.jar 

Completed in 1180 milliseconds