HomeSort by relevance Sort by last modified time
    Searched full:existed (Results 51 - 75 of 377) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
fts1j.test 69 # t3_* tables in database 'main', but they already existed. Normally
fts2j.test 69 # t3_* tables in database 'main', but they already existed. Normally
fts3aj.test 69 # t3_* tables in database 'main', but they already existed. Normally
  /external/dropbear/libtommath/
bn_fast_s_mp_mul_digs.c 95 /* clear unused digits [that existed in the old copy of c] */
bn_fast_s_mp_sqr.c 102 /* clear unused digits [that existed in the old copy of c] */
  /external/guava/guava/src/com/google/common/collect/
LinkedHashMultiset.java 83 // Could use newLinkedHashMapWithExpectedSize() if it existed
Table.java 139 * no mapping existed for the keys
158 * no such value existed
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
IDList.java 65 * @return True if it existed in old list and was removed
  /external/skia/include/core/
SkOSFile.h 91 // If the directory already existed, this will return true.
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 85 /// if the string has existed, modify pString to the existing string
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
LruCache.java 75 * existed in the cache.
  /external/clang/lib/Frontend/
CompilerInstance.cpp 430 bool existed; local
431 llvm::sys::fs::remove(it->TempFilename, existed);
443 bool existed; local
444 llvm::sys::fs::remove(it->TempFilename, existed);
    [all...]
DependencyFile.cpp 169 bool existed; local
170 llvm::sys::fs::remove(OutputFile, existed);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullService.java 220 // No previous metadata existed, so insert the data
228 // Previous metadata existed, so update it.
  /external/llvm/lib/Support/
GraphWriter.cpp 90 bool Existed;
91 sys::fs::remove(Filename, Existed);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 426 existed = option in sectdict
427 if existed:
429 return existed
433 existed = section in self._sections
434 if existed:
436 return existed
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 426 existed = option in sectdict
427 if existed:
429 return existed
433 existed = section in self._sections
434 if existed:
436 return existed
  /external/apache-http/src/org/apache/http/impl/conn/
IdleConnectionHandler.java 95 log.warn("Removing a connection that never existed!");
  /external/apache-http/src/org/apache/http/params/
HttpParams.java 78 * @return true if the parameter existed and has been removed, false else.
  /external/chromium/base/
shared_memory_win.cc 104 // If the file already existed, set created_size_ to 0 to show that
  /external/chromium/chrome/browser/chromeos/login/
user_manager.h 169 // Cached flag of whether the currently logged-in user existed before this
  /external/chromium/chrome/browser/search_engines/
util.cc 176 // duplicate TemplateURLs existed for one locale. As such we invoke
  /external/chromium/chrome/browser/ui/cocoa/
cocoa_test_helper.h 93 // Windows which existed at the beginning of the test.
  /external/chromium_org/base/memory/
shared_memory_win.cc 127 // If the file already existed, set requested_size_ to 0 to show that
  /external/chromium_org/chrome/browser/sync/glue/
synced_device_tracker_unittest.cc 102 // New client scenario: set device info when no previous info existed.

Completed in 1447 milliseconds

1 23 4 5 6 7 8 91011>>