OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcontext
(Results
426 - 450
of
1908
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteControllerDialog.java
70
context =
getContext
();
252
getContext
(), R.attr.mediaRouteConnectingDrawable);
258
getContext
(), R.attr.mediaRouteOnDrawable);
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLECGroupContext.java
73
NativeCrypto.EC_POINT_set_affine_coordinates(ctx, generator.
getContext
(),
76
NativeCrypto.EC_GROUP_set_generator(ctx, generator.
getContext
(), n.toByteArray(),
109
public long
getContext
() {
OpenSSLCipher.java
197
final int buffered = NativeCrypto.get_EVP_CIPHER_CTX_buf_len(cipherCtx.
getContext
());
259
NativeCrypto.EVP_CipherInit_ex(cipherCtx.
getContext
(), cipherType, null, null,
261
NativeCrypto.EVP_CIPHER_CTX_set_key_length(cipherCtx.
getContext
(), encodedKey.length);
262
NativeCrypto.EVP_CipherInit_ex(cipherCtx.
getContext
(), 0, encodedKey, iv, encrypting);
264
NativeCrypto.EVP_CipherInit_ex(cipherCtx.
getContext
(), cipherType, encodedKey, iv,
269
NativeCrypto.EVP_CIPHER_CTX_set_padding(cipherCtx.
getContext
(),
271
modeBlockSize = NativeCrypto.EVP_CIPHER_CTX_block_size(cipherCtx.
getContext
());
321
outputOffset += NativeCrypto.EVP_CipherUpdate(cipherCtx.
getContext
(), output, outputOffset,
369
NativeCrypto.EVP_CipherInit_ex(cipherCtx.
getContext
(), 0, null, null, encrypting);
398
writtenBytes = NativeCrypto.EVP_CipherFinal_ex(cipherCtx.
getContext
(), output
[
all
...]
/packages/apps/Email/tests/src/com/android/email/
FolderPropertiesTests.java
44
Context context =
getContext
();
101
Context context =
getContext
();
148
Context context =
getContext
();
/packages/apps/Gallery2/src/com/android/camera/ui/
RotatableLayout.java
65
mPrevRotation = Util.getDisplayRotation((Activity)
getContext
());
83
int rotation = Util.getDisplayRotation((Activity)
getContext
());
116
mPrevRotation = Util.getDisplayRotation((Activity)
getContext
());
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusSelectionDialog.java
106
new CorporaAdapter(
getContext
(), corpora, R.layout.corpus_grid_item);
178
return QsbApplication.get(
getContext
());
200
getContext
().startActivity(intent);
ShortcutsProvider.java
60
return
getContext
().getPackageName() + ".shortcuts";
149
PackageManager pm =
getContext
().getPackageManager();
196
return QsbApplication.get(
getContext
());
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSuggestClient.java
80
return new ComponentName(
getContext
(), GoogleSearch.class);
110
mSuggestUri =
getContext
().getResources().getString(R.string.google_suggest_base,
155
(ConnectivityManager)
getContext
().getSystemService(Context.CONNECTIVITY_SERVICE);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java
60
ContentResolver resolver =
getContext
().getContentResolver();
148
getContext
().getContentResolver().registerContentObserver(mLookupUri, true, mObserver);
171
getContext
().getContentResolver().unregisterContentObserver(mObserver);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseVoicemailProviderTest.java
109
File baseDirectory =
getContext
().getCacheDir();
165
return new ContextWrapper(
getContext
()) {
183
return
getContext
().getPackageName();
/external/clang/lib/CodeGen/
TargetInfo.cpp
46
ASTContext &ABIInfo::
getContext
() const {
47
return CGT.
getContext
();
456
unsigned SizeInRegs = (
getContext
().getTypeSize(Ty) + 31) / 32;
656
uint64_t Size =
getContext
().getTypeSize(RetTy);
696
if (X86_32ABIInfo::shouldReturnTypeInRegister(RetTy,
getContext
(),
698
uint64_t Size =
getContext
().getTypeSize(RetTy);
705
if (const Type *SeltTy = isSingleElementStruct(RetTy,
getContext
()))
771
if (Align >= 16 && (isSSEVectorType(
getContext
(), Ty) ||
772
isRecordWithSSEVectorType(
getContext
(), Ty)))
789
unsigned TypeAlign =
getContext
().getTypeAlign(Ty) / 8
[
all
...]
/cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java
65
mCm = (ConnectivityManager)
getContext
().getSystemService(Context.CONNECTIVITY_SERVICE);
66
mWifiManager = (WifiManager)
getContext
().getSystemService(Context.WIFI_SERVICE);
67
mPackageManager =
getContext
().getPackageManager();
69
String[] naStrings =
getContext
().getResources().getStringArray(
78
int[] protectedNetworks =
getContext
().getResources().getIntArray(
/cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java
134
Context context =
getContext
();
138
assertEquals("+18005555555", PhoneNumberUtils.getNumberFromIntent(intent,
getContext
()));
140
ContentResolver cr =
getContext
().getContentResolver();
156
PhoneNumberUtils.getNumberFromIntent(intent,
getContext
()));
288
TelephonyManager tm = (TelephonyManager)
getContext
().getSystemService(
TelephonyManagerTest.java
49
(TelephonyManager)
getContext
().getSystemService(Context.TELEPHONY_SERVICE);
50
mCm = (ConnectivityManager)
getContext
().getSystemService(Context.CONNECTIVITY_SERVICE);
290
WifiManager wifiManager = (WifiManager)
getContext
()
313
PackageManager packageManager =
getContext
().getPackageManager();
325
PackageManager packageManager =
getContext
().getPackageManager();
/external/llvm/lib/MC/
MCWin64EH.cpp
55
MCContext &context = streamer.
getContext
();
134
MCContext &context = streamer.
getContext
();
146
MCContext &context = streamer.
getContext
();
249
MCContext &context = streamer.
getContext
();
258
MCContext &context = streamer.
getContext
();
/packages/apps/Email/tests/src/com/android/email/activity/
MessageOrderManagerTest.java
53
MessageOrderManagerForTest mom = new MessageOrderManagerForTest(
getContext
(), 1, mCallback);
87
MessageOrderManagerForTest mom = new MessageOrderManagerForTest(
getContext
(), 1, mCallback);
163
MessageOrderManagerForTest mom = new MessageOrderManagerForTest(
getContext
(), 1, mCallback);
190
MessageOrderManagerForTest mom = new MessageOrderManagerForTest(
getContext
(), 1, mCallback);
261
getContext
(), MessageListContext.forMailbox(1, 1), new MyCallback());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ImageCurves.java
102
getContext
().getString(R.string.curves_channel_rgb));
104
getContext
().getString(R.string.curves_channel_red));
106
getContext
().getString(R.string.curves_channel_green));
108
getContext
().getString(R.string.curves_channel_blue));
126
Context context = accessoryViewList.
getContext
();
/external/llvm/lib/IR/
Function.cpp
133
AttributeSet::get(Parent->
getContext
(),
143
AttributeSet::get(Parent->
getContext
(),
151
LLVMContext &Function::
getContext
() const {
152
return getType()->
getContext
();
199
setAttributes(Intrinsic::getAttributes(
getContext
(), Intrinsic::ID(IID)));
215
getContext
().pImpl->IntrinsicIDCache.erase(this);
267
PAL = PAL.addAttribute(
getContext
(), i, attr);
273
PAL = PAL.addAttributes(
getContext
(), i, attrs);
279
PAL = PAL.removeAttributes(
getContext
(), i, attrs);
354
getContext
().pImpl->IntrinsicIDCache
[
all
...]
/cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java
111
if (!WifiFeature.isWifiSupported(
getContext
())) {
127
mWifiManager = (WifiManager)
getContext
().getSystemService(Context.WIFI_SERVICE);
142
if (!WifiFeature.isWifiSupported(
getContext
())) {
225
if (!WifiFeature.isWifiSupported(
getContext
())) {
250
if (!WifiFeature.isWifiSupported(
getContext
())) {
274
if (!WifiFeature.isWifiSupported(
getContext
())) {
362
if (!WifiFeature.isWifiSupported(
getContext
())) {
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp
42
if (
getContext
().hasSameUnqualifiedType(TR->getValueType(), ME->getType()))
122
if (const ArrayType *AT =
getContext
().getAsArrayType(Ty)) {
238
while (const ArrayType *AT =
getContext
().getAsArrayType(ObjectType)) {
252
PrettyStackTraceLoc CrashInfo(
getContext
().getSourceManager(),
300
if (FD &&
getContext
().getLangOpts().CXXExceptions) {
303
if (!ProtoType->isNothrow(
getContext
()))
384
getContext
().getCanonicalType(TE->getType()),
/external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp
147
MCSymbol *Sym =
getContext
().GetOrCreateSymbol(Name);
171
getStreamer().SwitchSection(
getContext
().getCOFFSection(
183
MCSymbol *Sym =
getContext
().GetOrCreateSymbol(SymbolName);
231
MCSymbol *Symbol =
getContext
().GetOrCreateSymbol(SymbolID);
246
MCSymbol *Symbol =
getContext
().GetOrCreateSymbol(SymbolID);
290
MCSymbol *handler =
getContext
().GetOrCreateSymbol(SymbolID);
456
const MCRegisterInfo &MRI =
getContext
().getRegisterInfo();
/frameworks/base/core/java/android/preference/
DialogPreference.java
107
setDialogTitle(
getContext
().getString(dialogTitleResId));
137
setDialogMessage(
getContext
().getString(dialogMessageResId));
164
mDialogIcon =
getContext
().getResources().getDrawable(dialogIconRes);
190
setPositiveButtonText(
getContext
().getString(positiveButtonTextResId));
218
setNegativeButtonText(
getContext
().getString(negativeButtonTextResId));
277
Context context =
getContext
();
342
LayoutInflater inflater = LayoutInflater.from(mBuilder.
getContext
());
/frameworks/base/core/java/android/widget/
TextClock.java
223
LocaleData ld = LocaleData.get(
getContext
().getResources().getConfiguration().locale);
349
return DateFormat.is24HourFormat(
getContext
());
419
LocaleData ld = LocaleData.get(
getContext
().getResources().getConfiguration().locale);
484
getContext
().registerReceiver(mIntentReceiver, filter, null, getHandler());
488
final ContentResolver resolver =
getContext
().getContentResolver();
493
getContext
().unregisterReceiver(mIntentReceiver);
497
final ContentResolver resolver =
getContext
().getContentResolver();
/frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java
195
final LinearLayout tabLayout = new LinearLayout(
getContext
(), null,
205
final Spinner spinner = new Spinner(
getContext
(), null,
217
ActionBarPolicy abp = ActionBarPolicy.get(
getContext
());
281
final TabView tabView = new TabView(
getContext
(), tab, forAdapter);
445
ImageView iconView = new ImageView(
getContext
());
463
TextView textView = new TextView(
getContext
(), null,
497
final Context context =
getContext
();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuItemImpl.java
128
sPrependShortcutLabel = menu.
getContext
().getResources().getString(
130
sEnterShortcutLabel = menu.
getContext
().getResources().getString(
132
sDeleteShortcutLabel = menu.
getContext
().getResources().getString(
134
sSpaceShortcutLabel = menu.
getContext
().getResources().getString(
169
mMenu.
getContext
().startActivity(mIntent);
388
return setTitle(mMenu.
getContext
().getString(title));
614
final Context context = mMenu.
getContext
();
Completed in 902 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>