/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
InputMethodManagerCompatWrapper.java | 19 import android.content.Context; 33 public InputMethodManagerCompatWrapper(final Context context) { 34 mImm = (InputMethodManager)context.getSystemService(Context.INPUT_METHOD_SERVICE);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
CommonPreferences.java | 19 import android.content.Context; 25 public static SharedPreferences getCommonPreferences(final Context context) { 26 return context.getSharedPreferences(COMMON_PREFERENCES_NAME, Context.MODE_WORLD_READABLE);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
KeyboardListPreferenceJAJP.java | 20 import android.content.Context; 32 public KeyboardListPreferenceJAJP(Context context, AttributeSet attrs) { 33 super(context, attrs); 36 public KeyboardListPreferenceJAJP(Context context) { 37 this(context, null);
|
/external/chromium/webkit/glue/ |
websocketstreamhandle_impl.cc | 23 // WebSocketStreamHandleImpl::Context ----------------------------------------- 25 class WebSocketStreamHandleImpl::Context 26 : public base::RefCounted<Context>, 29 explicit Context(WebSocketStreamHandleImpl* handle); 52 friend class base::RefCounted<Context>; 53 ~Context() { 61 // |bridge_| is alive from Connect to DidClose, so Context must be alive 65 DISALLOW_COPY_AND_ASSIGN(Context); 68 WebSocketStreamHandleImpl::Context::Context(WebSocketStreamHandleImpl* handle [all...] |
/external/llvm/include/llvm/IR/ |
MDBuilder.h | 28 LLVMContext &Context; 31 MDBuilder(LLVMContext &context) : Context(context) {} 35 return MDString::get(Context, Str); 49 Value *Op = ConstantFP::get(Type::getFloatTy(Context), Accuracy); 50 return MDNode::get(Context, Op); 70 Type *Int32Ty = Type::getInt32Ty(Context); 74 return MDNode::get(Context, Vals); 89 Type *Ty = IntegerType::get(Context, Lo.getBitWidth()) [all...] |
/frameworks/rs/ |
rsScriptC_LibGL.cpp | 46 // Context 49 void rsrBindTexture(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) { 55 void rsrBindConstant(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) { 61 void rsrBindConstant(Context *rsc, ProgramVertex *pv, uint32_t slot, Allocation *a) { 67 void rsrBindSampler(Context *rsc, ProgramFragment *pf, uint32_t slot, Sampler *s) { 73 void rsrBindProgramStore(Context *rsc, ProgramStore *ps) { 78 void rsrBindProgramFragment(Context *rsc, ProgramFragment *pf) { 83 void rsrBindProgramVertex(Context *rsc, ProgramVertex *pv) { 88 void rsrBindProgramRaster(Context *rsc, ProgramRaster *pr) { 93 void rsrBindFrameBufferObjectColorTarget(Context *rsc, Allocation *a, uint32_t slot) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
GoNegReqTestSuite.java | 21 import android.content.Context; 32 * @param context 35 public static ArrayList<ReqTestCase> getTestSuite(Context context) { 36 initialize(context); 42 * @param context 46 public static ReqTestCase getTestCase(Context context, 48 initialize(context); 58 private static void initialize(Context context) [all...] |
P2pClientTestSuite.java | 21 import android.content.Context; 32 * @param context 35 public static ArrayList<ReqTestCase> getTestSuite(Context context) { 36 initialize(context); 42 * @param context 46 public static ReqTestCase getTestCase(Context context, 48 initialize(context); 58 private static void initialize(Context context) [all...] |
/cts/tests/acceleration/src/android/acceleration/cts/ |
AcceleratedView.java | 19 import android.content.Context; 33 public AcceleratedView(Context context) { 34 super(context); 37 public AcceleratedView(Context context, AttributeSet attrs) { 38 super(context, attrs); 41 public AcceleratedView(Context context, AttributeSet attrs, int defStyle) { 42 super(context, attrs, defStyle) [all...] |
/cts/tests/src/android/widget/cts/ |
MyHorizontalScrollView.java | 19 import android.content.Context; 26 public MyHorizontalScrollView(Context context) { 27 super(context); 30 public MyHorizontalScrollView(Context context, AttributeSet attrs) { 31 super(context, attrs); 34 public MyHorizontalScrollView(Context context, AttributeSet attrs, int defStyle) { 35 super(context, attrs, defStyle) [all...] |
MyScrollView.java | 19 import android.content.Context; 26 public MyScrollView(Context context) { 27 super(context); 30 public MyScrollView(Context context, AttributeSet attrs) { 31 super(context, attrs); 34 public MyScrollView(Context context, AttributeSet attrs, int defStyle) { 35 super(context, attrs, defStyle) [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
OrientationEventListenerTest.java | 20 import android.content.Context; 43 SensorManager sm = (SensorManager)mContext.getSystemService(Context.SENSOR_SERVICE); 52 public MockOrientationEventListener(Context context) { 53 super(context); 56 public MockOrientationEventListener(Context context, int rate) { 57 super(context, rate);
|
/development/apps/Development/src/com/android/development/ |
LogTextBox.java | 20 import android.content.Context; 41 public LogTextBox(Context context) { 42 this(context, null); 45 public LogTextBox(Context context, AttributeSet attrs) { 46 this(context, attrs, android.R.attr.textViewStyle); 49 public LogTextBox(Context context, AttributeSet attrs, int defStyle) { 50 super(context, attrs, defStyle) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
LogTextBox.java | 20 import android.content.Context; 38 public LogTextBox(Context context) { 39 this(context, null); 42 public LogTextBox(Context context, AttributeSet attrs) { 43 this(context, attrs, android.R.attr.textViewStyle); 46 public LogTextBox(Context context, AttributeSet attrs, int defStyle) { 47 super(context, attrs, defStyle) [all...] |
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64ELFStreamer.h | 21 MCELFStreamer* createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFStreamer.h | 21 MCELFStreamer* createARMELFStreamer(MCContext &Context, MCAsmBackend &TAB,
|
/external/replicaisland/src/com/replica/replicaisland/ |
YesNoDialogPreference.java | 19 import android.content.Context; 30 public YesNoDialogPreference(Context context, AttributeSet attrs) { 31 this(context, attrs, android.R.attr.yesNoPreferenceStyle); 35 public YesNoDialogPreference(Context context, AttributeSet attrs, 37 super(context, attrs, defStyle); 41 public YesNoDialogPreference(Context context) { 42 this(context, null) [all...] |
/external/v8/src/ |
snapshot-common.cc | 63 Handle<Context> Snapshot::NewContextFromSnapshot() { 65 return Handle<Context>(); 80 return Handle<Context>(Context::cast(root));
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8Helpers.h | 40 v8::Local<v8::Context> toV8Context(NPP, NPObject*);
|
/frameworks/base/core/java/android/widget/ |
Button.java | 19 import android.content.Context; 98 public Button(Context context) { 99 this(context, null); 102 public Button(Context context, AttributeSet attrs) { 103 this(context, attrs, com.android.internal.R.attr.buttonStyle); 106 public Button(Context context, AttributeSet attrs, int defStyle) { 107 super(context, attrs, defStyle) [all...] |
CheckBox.java | 19 import android.content.Context; 59 public CheckBox(Context context) { 60 this(context, null); 63 public CheckBox(Context context, AttributeSet attrs) { 64 this(context, attrs, com.android.internal.R.attr.checkboxStyle); 67 public CheckBox(Context context, AttributeSet attrs, int defStyle) { 68 super(context, attrs, defStyle) [all...] |
RadioButton.java | 19 import android.content.Context; 54 public RadioButton(Context context) { 55 this(context, null); 58 public RadioButton(Context context, AttributeSet attrs) { 59 this(context, attrs, com.android.internal.R.attr.radioButtonStyle); 62 public RadioButton(Context context, AttributeSet attrs, int defStyle) { 63 super(context, attrs, defStyle) [all...] |
/frameworks/base/core/java/com/android/internal/policy/ |
PolicyManager.java | 19 import android.content.Context; 56 public static Window makeNewWindow(Context context) { 57 return sPolicy.makeNewWindow(context); 60 public static LayoutInflater makeNewLayoutInflater(Context context) { 61 return sPolicy.makeNewLayoutInflater(context); 68 public static FallbackEventHandler makeNewFallbackEventHandler(Context context) { 69 return sPolicy.makeNewFallbackEventHandler(context); [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
CheckableLinearLayout.java | 21 import android.content.Context; 30 public CheckableLinearLayout(Context context) { 31 super(context); 35 public CheckableLinearLayout(Context context, AttributeSet attrs) { 36 super(context, attrs); 40 public CheckableLinearLayout(Context context, AttributeSet attrs, int defStyle) { 41 super(context, attrs, defStyle) [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
ExceptionTextView.java | 22 import android.content.Context; 36 public ExceptionTextView(Context context) { 37 super(context); 40 public ExceptionTextView(Context context, AttributeSet attrs) { 41 super(context, attrs); 44 public ExceptionTextView(Context context, AttributeSet attrs, int defStyle) { 45 super(context, attrs, defStyle) [all...] |