HomeSort by relevance Sort by last modified time
    Searched full:held (Results 176 - 200 of 736) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Array/
regress-130451.js 173 * Before this bug was fixed, |actual| held the value '0,1,,'
  /external/webkit/WebCore/loader/
CachedResource.h 47 // A resource that is held in the cache. Classes who want to use this object should derive
  /external/zlib/
README 98 warranty. In no event will the authors be held liable for any damages
  /external/zlib/contrib/minizip/
zip.h 21 warranty. In no event will the authors be held liable for any damages
  /frameworks/base/core/java/android/content/pm/
PackageItemInfo.java 31 * Base class containing information common to all package items held by
  /frameworks/base/core/java/android/database/sqlite/
SQLiteOpenHelper.java 85 // (though they shouldn't), which would cause a lock to be held on
SQLiteProgram.java 303 * <P>The database lock must be held when calling this method.
  /frameworks/base/core/java/android/os/
FileObserver.java 122 // ...then call out to the observer without the sync lock held
  /frameworks/base/core/java/android/widget/
AdapterView.java 293 * view has been clicked and held.
298 * clicked and held.
316 * been clicked and held
329 * been clicked and held, or null id no callback as been set.
    [all...]
Chronometer.java 193 * be held as the chronometer is running, via {@link #start}.
  /frameworks/base/core/java/com/android/internal/view/
InputConnectionWrapper.java 82 // Allow any objects being held to be gc'ed
  /frameworks/base/libs/binder/
Binder.cpp 223 mRefs = mRemote->createWeak(this); // Held for our entire lifetime.
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 211 * simplest way to deal with this is to make it so there is a wake lock held while the
  /frameworks/base/media/libstagefright/
TimedEventQueue.cpp 296 // Fire event with the lock NOT held.
  /frameworks/base/telephony/java/com/android/internal/telephony/
ServiceStateTracker.java 231 * lock should be held if either flag is true. The intention is
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 554 * "Releases all held calls or sets User Determined User Busy (UDUB)
575 * the other (held or waiting) call."
596 * the other (held or waiting) call."
616 * "Adds a held call to the conversation"
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 56 * <li>A static instance of this class is held and reused by the
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
MetaData.java 125 * lock is held. If there were no exceptions reading the database,
  /system/core/sh/
error.c 97 * are held using the INTOFF macro. The call to _exit is necessary because
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 41 * @param <E> the type of elements held in this collection
84 /** Lock held by take, poll, etc */
90 /** Lock held by put, offer, etc */
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 380 // call with lock held
700 // call with lock held
776 // call with lock held
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 252 // AT+CHLD=0 means "release held or UDUB"
253 // so if the phone isn't ringing, this could hang up held
599 // we may have switched or held or answered (but not hung up)
  /bionic/libc/bionic/
pthread.c 830 * mutexes but won't cleanup if a process dies with the mutex held.
915 * lock is already held by another thread.
989 * sleep since the lock is still held. If the new thread is "fast",
1080 * The lock was held, possibly contended by others. From
    [all...]
  /external/wpa_supplicant/
eapol_sm.c 289 SM_STATE(SUPP_PAE, HELD)
291 SM_ENTRY(SUPP_PAE, HELD);
371 SM_ENTER(SUPP_PAE, HELD);
387 SM_ENTER(SUPP_PAE, HELD);
895 return "HELD";
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 312 SM_STATE(SUPP_PAE, HELD)
314 SM_ENTRY(SUPP_PAE, HELD);
395 SM_ENTER(SUPP_PAE, HELD);
411 SM_ENTER(SUPP_PAE, HELD);
920 return "HELD";
    [all...]

Completed in 96 milliseconds

1 2 3 4 5 6 78 91011>>