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

  /external/llvm/tools/dsymutil/
MachOUtils.cpp 146 NonRelocatableStringpool &NewStrings,
165 NList.n_strx = NewStrings.getStringOffset(Name) + 1;
179 NonRelocatableStringpool &NewStrings) {
189 Strings, NewSymtab, NewStrings, InDebugNote))
196 NewSymtab, NewStrings, InDebugNote))
410 NonRelocatableStringpool NewStrings;
416 NumSyms = transferSymbols(InputBinary, NewSymtab, NewStrings);
417 NewStringsSize = NewStrings.getSize() + 1;
495 for (auto *Entry = NewStrings.getFirstEntry(); Entry;
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 195 UnicodeString *newStrings = new UnicodeString[newMax];
196 if (newStrings == NULL) {
201 newStrings[i] = strings[i];
204 strings = newStrings;
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 178 Set<String> newStrings = new HashSet<>(strings);
179 Iterator<String> newStringsIter = newStrings.iterator();
193 sp.edit().putStringSet(APPS_PENDING_INSTALL, newStrings).apply();
  /toolchain/binutils/binutils-2.27/bfd/
coff64-rs6000.c 554 char *newstrings; local
562 newstrings = bfd_realloc (ldinfo->strings, newalc);
563 if (newstrings == NULL)
569 ldinfo->strings = newstrings;
    [all...]
coff-rs6000.c 3492 char *newstrings; local
    [all...]

Completed in 284 milliseconds