HomeSort by relevance Sort by last modified time
    Searched full:getcontext (Results 501 - 525 of 1908) sorted by null

<<21222324252627282930>>

  /developers/samples/android/ui/actionbarcompat/ShareActionProvider/ShareActionProvider/src/main/src/com/example/android/actionbarcompat/shareactionprovider/content/
AssetProvider.java 86 AssetManager am = getContext().getAssets();
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
SharingSupportProvider.java 81 new File(getContext().getFilesDir() + path),
  /development/tools/emulator/test-apps/GpsLocationTest/src/com/android/emulator/gps/test/
GpsLocationTest.java 47 locationManager = (LocationManager) getContext().
  /external/apache-harmony/security/src/test/api/java/tests/api/java/security/
AccessControlContextTest.java 76 AccessControlContext context = AccessController.getContext();
  /external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
SSLServerSocketFactoryTest.java 55 SSLContext context = DefaultSSLContext.getContext();
SSLSocketFactoryTest.java 55 SSLContext context = DefaultSSLContext.getContext();
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/
JSSETestData.java 72 public static SSLContext getContext() throws Exception {
  /external/chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
background.html 54 var context = canvas.getContext('2d');
  /external/compiler-rt/lib/asan/lit_tests/Linux/
swapcontext_test.cc 38 getcontext(&child_context);
  /external/jmonkeyengine/engine/src/test/jme3test/awt/
TestAwtPanels.java 59 final AwtPanelsContext ctx = (AwtPanelsContext) app.getContext();
  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 45 Type::getInt32Ty(MBB.getParent()->getFunction()->getContext()), Val);
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 522 AttributesVec.push_back(AttributeSet::get(F->getContext(),
543 push_back(AttributeSet::get(F->getContext(), Params.size(), B));
597 AttributesVec.push_back(AttributeSet::get(FTy->getContext(),
615 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec));
644 AttributesVec.push_back(AttributeSet::get(F->getContext(),
659 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
666 ConstantInt::get(Type::getInt32Ty(F->getContext()), 0), 0 };
668 Idxs[1] = ConstantInt::get(Type::getInt32Ty(F->getContext()), i);
693 Type::getInt32Ty(F->getContext()) :
694 Type::getInt64Ty(F->getContext()));
    [all...]
DeadArgumentElimination.cpp 280 AttributesVec.push_back(AttributeSet::get(Fn.getContext(),
282 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
744 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked());
751 NRetTy = Type::getVoidTy(F->getContext());
765 AttributeSet::get(NRetTy->getContext(), AttributeSet::ReturnIndex,
778 AttributesVec.push_back(AttributeSet::get(NRetTy->getContext(), RAttrs));
798 push_back(AttributeSet::get(F->getContext(), Params.size(), B));
808 AttributesVec.push_back(AttributeSet::get(F->getContext(),
812 AttributeSet NewPAL = AttributeSet::get(F->getContext(), AttributesVec);
846 AttributeSet::get(NF->getContext(), AttributeSet::ReturnIndex
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 125 LLVMContext &C = M->getContext();
131 .addAttribute(M->getContext(), AttributeSet::FunctionIndex,
133 .addAttribute(M->getContext(), 1, Attribute::NoCapture);
146 LLVMContext &C = M->getContext();
151 AttributeSet().addAttribute(M->getContext(), AttributeSet::FunctionIndex,
161 LLVMContext &C = M->getContext();
166 AttributeSet().addAttribute(M->getContext(), AttributeSet::FunctionIndex,
294 LLVMContext &C = Release->getContext();
420 InlineAsm::get(FunctionType::get(Type::getVoidTy(Inst->getContext()),
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 100 LLVMContext &Context = M->getContext();
128 BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {}
386 return PT->push_back(ConstantFP::get(Ty->getContext(), RandomFloat));
422 ConstantInt::get(Type::getInt32Ty(BB->getContext()),
439 Type *I32 = Type::getInt32Ty(BB->getContext());
465 ConstantInt::get(Type::getInt32Ty(BB->getContext()),
612 BasicBlock *BB = BasicBlock::Create(F->getContext(), "BB", F);
613 ReturnInst::Create(F->getContext(), BB);
661 if (it->getType() == IntegerType::getInt1Ty(F->getContext()))
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewStub.java 72 LayoutInflater factory = LayoutInflater.from(viewStub.getContext());
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AbsSpinnerTest.java 124 TextView textView = new TextView(getContext());
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
main.cpp 89 Context *getContext()
  /frameworks/base/core/java/android/app/
SearchDialog.java 191 mWorkingSpinner = getContext().getResources().
266 mActivityContext = mSearchable.getActivityContext(getContext());
290 getContext().registerReceiver(mConfChangeListener, filter);
303 getContext().unregisterReceiver(mConfChangeListener);
373 if (isLandscapeMode(getContext())) {
434 PackageManager pm = getContext().getPackageManager();
511 InputMethodManager imm = (InputMethodManager)getContext()
554 getContext().startActivity(intent);
653 InputMethodManager imm = (InputMethodManager)getContext()
  /frameworks/base/core/java/com/android/internal/widget/
WeightedLinearLayout.java 58 final DisplayMetrics metrics = getContext().getResources().getDisplayMetrics();
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiAssociationTestRunner.java 68 WifiManager mWifiManager = (WifiManager)getContext().getSystemService(Context.WIFI_SERVICE);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiStressTest.java 223 int value = Settings.Global.getInt(mRunner.getContext().getContentResolver(),
227 Settings.Global.putInt(mRunner.getContext().getContentResolver(),
231 Settings.Global.putLong(mRunner.getContext().getContentResolver(),
268 (PowerManager)mRunner.getContext().getSystemService(Context.POWER_SERVICE);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiSoftAPTest.java 50 mWifiManager = (WifiManager) getContext().getSystemService(Context.WIFI_SERVICE);
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStressTest.java 40 Context c = getContext();
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 59 mContext = getInstrumentation().getContext();

Completed in 1170 milliseconds

<<21222324252627282930>>