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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDeltaList.java 145 int backRefs[] = new int[size()];
153 backRefs[rawContactIndex++] = isInsert ? firstBatch : -1;
201 buildSplitContactDiff(diff, backRefs);
233 int backRefs[] = new int[size()];
241 backRefs[rawContactIndex++] = isInsert ? firstBatch : -1;
289 buildSplitContactDiffWrapper(diffWrapper, backRefs);
340 int[] backRefs) {
347 final Builder builder = buildSplitContactDiffHelper(i, j, backRefs);
359 private void buildSplitContactDiffWrapper(final ArrayList<CPOWrapper> diff, int[] backRefs) {
366 final Builder builder = buildSplitContactDiffHelper(i, j, backRefs);
    [all...]
  /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 282 * Applies this operation using the given provider. The backRefs array is used to resolve any
287 * @param backRefs a {@link ContentProviderResult} array that will be consulted
289 * @param numBackRefs the number of valid results on the backRefs array.
295 public ContentProviderResult apply(ContentProvider provider, ContentProviderResult[] backRefs,
297 ContentValues values = resolveValueBackReferences(backRefs, numBackRefs);
299 resolveSelectionArgsBackReferences(backRefs, numBackRefs);
366 * @param backRefs an array of previous results
367 * @param numBackRefs the number of valid previous results in backRefs
373 ContentProviderResult[] backRefs, int numBackRefs) {
390 values.put(key, backRefToValue(backRefs, numBackRefs, backRefIndex))
    [all...]
  /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 152 int backrefs; /* does it use back references? */ member in struct:re_guts
regcomp.c 226 g->backrefs = 0;
404 p->g->backrefs = 1;
605 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/lib/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 300 g->backrefs = 0;
689 p->g->backrefs = 1;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_scanner.tcc 381 // We MUST judge awk before handling backrefs. There's no backref in awk.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_compiler.h 930 // note that in the ECMA grammar, this case covers backrefs.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_compiler.h 930 // note that in the ECMA grammar, this case covers backrefs.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_compiler.h 930 // note that in the ECMA grammar, this case covers backrefs.
  /external/toybox/toys/posix/
sed.c 531 // place because backrefs may refer to text after it's overwritten.)
    [all...]
  /libcore/ojluni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 1404 milliseconds