HomeSort by relevance Sort by last modified time
    Searched defs:ContextImpl (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 133 class ContextImpl extends Context {
134 private final static String TAG = "ContextImpl";
140 @GuardedBy("ContextImpl.class")
146 @GuardedBy("ContextImpl.class")
197 // The system service cache for the system services that are cached per-ContextImpl.
200 static ContextImpl getImpl(Context context) {
206 return (ContextImpl)context;
348 synchronized (ContextImpl.class) {
365 synchronized (ContextImpl.class) {
436 synchronized (ContextImpl.class)
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 859 // --- InputReader::ContextImpl ---
861 InputReader::ContextImpl::ContextImpl(InputReader* reader) :
865 void InputReader::ContextImpl::updateGlobalMetaState() {
870 int32_t InputReader::ContextImpl::getGlobalMetaState() {
875 void InputReader::ContextImpl::disableVirtualKeysUntil(nsecs_t time) {
880 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now,
886 void InputReader::ContextImpl::fadePointer() {
891 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) {
896 int32_t InputReader::ContextImpl::bumpGeneration()
    [all...]
InputReader.h 483 class ContextImpl : public InputReaderContext {
487 ContextImpl(InputReader* reader);
504 friend class ContextImpl;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 

Completed in 625 milliseconds