HomeSort by relevance Sort by last modified time
    Searched refs:IsInUse (Results 1 - 7 of 7) sorted by null

  /bionic/libc/bionic/
pthread_key.cpp 107 if (!IsInUse(key)) {
123 bool IsInUse(pthread_key_t key) {
143 if (IsInUse(key)) {
208 if (!IsValidUserKey(key) || !tls_map.IsInUse(key)) {
248 if (!IsValidUserKey(key) || !tls_map.IsInUse(key)) {
  /external/chromium_org/content/browser/fileapi/
blob_storage_host.cc 37 if (!context_.get() || uuid.empty() || context_->IsInUse(uuid))
69 if (!context_.get() || !context_->IsInUse(uuid) ||
  /external/chromium_org/webkit/browser/blob/
blob_storage_context.cc 100 DCHECK(IsInUse(uuid));
102 if (!IsInUse(uuid) || IsUrlRegistered(blob_url))
118 DCHECK(!IsInUse(uuid) && !uuid.empty());
310 bool BlobStorageContext::IsInUse(const std::string& uuid) {
blob_storage_context.h 101 bool IsInUse(const std::string& uuid);
  /external/chromium_org/v8/src/
sampler.cc 335 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
isolate.h 475 bool IsInUse() { return entry_stack_ != NULL; }
    [all...]
api.cc     [all...]

Completed in 517 milliseconds