HomeSort by relevance Sort by last modified time
    Searched refs:old (Results 501 - 525 of 1113) sorted by null

<<21222324252627282930>>

  /external/mksh/src/
edit.c     [all...]
  /external/flac/libFLAC/
metadata_object.c 1728 char *old; local
1759 FLAC__byte *old; local
1790 FLAC__byte *old; local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
PathHeader.java 626 PathHeader old = cache.get(path);
627 if (old != null) {
628 return old;
674 PathHeader old = cache.get(path); local
876 Integer old = map.get(item); local
    [all...]
  /external/libxml2/
tree.c 4933 xmlNodePtr old = NULL; local
    [all...]
  /build/make/tools/releasetools/
sign_target_files_apks 603 for old, new in OPTIONS.key_map.iteritems():
605 print(" Replacing %s.x509.pem with %s.x509.pem" % (old, new))
608 with open(old + ".x509.pem") as old_fp:
617 "%s.x509.pem." % (e.filename, e.strerror, old, new))
626 num, old, new))
    [all...]
sign_target_files_apks.py 603 for old, new in OPTIONS.key_map.iteritems():
605 print(" Replacing %s.x509.pem with %s.x509.pem" % (old, new))
608 with open(old + ".x509.pem") as old_fp:
617 "%s.x509.pem." % (e.filename, e.strerror, old, new))
626 num, old, new))
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 1273 ValueIterator.Element old = new ValueIterator.Element(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 1270 ValueIterator.Element old = new ValueIterator.Element(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 696 /* if we have a new buffer compare it with the old one */
700 struct i915_buffer *old = old_buf ? i915_buffer(old_buf) : NULL; local
711 else if (old && old->free_on_destroy)
712 diff = memcmp(old->data, ibuf->data, ibuf->b.b.width0);
714 (void)old;
749 * a possible crash when the old view belongs to another context that
    [all...]
  /external/skia/src/gpu/
GrResourceCache.cpp 368 if (GrGpuResource* old = fUniqueHash.find(newKey)) {
369 // If the old resource using the key is purgeable and is unreachable, then remove it.
370 if (!old->resourcePriv().getScratchKey().isValid() &&
371 old->resourcePriv().isPurgeable()) {
372 old->cacheAccess().release();
375 this->removeUniqueKey(sk_ref_sp(old).get());
    [all...]
  /external/skqp/src/gpu/
GrResourceCache.cpp 334 if (GrGpuResource* old = fUniqueHash.find(newKey)) {
335 // If the old resource using the key is purgeable and is unreachable, then remove it.
336 if (!old->resourcePriv().getScratchKey().isValid() &&
337 old->resourcePriv().isPurgeable()) {
338 old->cacheAccess().release();
341 this->removeUniqueKey(sk_ref_sp(old).get());
    [all...]
  /external/toybox/lib/
xwrap.c 399 // old one. (We should never be called with stdin/stdout/stderr closed, but...)
785 // Is the old program still there?
923 char *old = getenv("TZ"); local
925 if (old) old = xstrdup(old);
929 return old;
  /external/toybox/toys/posix/
sed.c 155 y/old/new/ Change each character in 'old' to corresponding character
208 int l, old = line[len]; local
215 if (eol) line[len-1] = old;
227 static char *extend_string(char **old, char *new, int oldlen, int newlen)
233 s = *old = xrealloc(*old, oldlen+newlen+newline+1);
1009 // that look for "GNU sed version %f" greater than some old buggy number
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 572 /* Stuff different for ANSI C, and old C:
590 #else /* Old style C */
683 char *malloc (); /* Old style prototype, since we don't know what size_t is */
1352 Long_double old; local
3283 Volatile double a, b, base, old; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 195 def renames(old, new):
196 """renames(old, new)
202 path segments of the old name will be pruned way until either the
213 rename(old, new)
214 head, tail = path.split(old)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 208 def renames(old, new):
209 """renames(old, new)
215 path segments of the old name will be pruned until either the
226 rename(old, new)
227 head, tail = path.split(old)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 181 def renames(old, new):
182 """renames(old, new)
188 path segments of the old name will be pruned way until either the
199 rename(old, new)
200 head, tail = path.split(old)
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateChangeChart.java 47 Factory old = Factory.make(CLDRPaths.ARCHIVE_DIRECTORY + "/cldr-25.0/common/main", ".*"); local
53 CLDRFile oldRoot = old.make("root", true);
70 CLDRFile oldFile = old.make(locale, true);
196 .addColumn("Old Value", "class='target'", null, "class='target'", true)
252 .addColumn("Old Value", "class='target'", null, "class='target'", true)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 450 __sanitizer_sigset_t set, old; local
452 internal_sigprocmask(SIG_SETMASK, &set, &old);
455 internal_sigprocmask(SIG_SETMASK, &old, 0);
570 // Replace the old value with the new one.
  /external/desugar/java/com/google/devtools/build/android/desugar/
LambdaDesugaring.java 295 MethodReferenceBridgeInfo old = bridgeMethods.put(invokedMethod, result); local
296 checkState(old == null, "Already had bridge %s so we don't also want %s", old, result);
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 643 scoped_ptr<struct sigaction> old(new struct sigaction);
644 if (sigaction(SIGABRT, &sa, old.get()) == -1) {
647 old_handler_.swap(old);
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.cpp 209 uint32_t old = *dest_size; local
212 if (*dest_size < old)
217 if (*dest_size < old)
  /external/python/cpython2/Lib/
os.py 181 def renames(old, new):
182 """renames(old, new)
188 path segments of the old name will be pruned until either the
199 rename(old, new)
200 head, tail = path.split(old)
  /external/python/cpython3/Lib/
_strptime.py 141 for old, new in replacement_pairs:
146 if old:
147 current_format = current_format.replace(old, new)
  /external/python/setuptools/setuptools/command/
bdist_egg.py 128 old, self.distribution.data_files = self.distribution.data_files, []
130 for item in old:
146 self.distribution.data_files = old

Completed in 2943 milliseconds

<<21222324252627282930>>