OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stub
(Results
351 - 375
of
1318
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/tests/tests/widget/src/android/widget/cts/
TwoLineListItemTest.java
19
import com.android.cts.
stub
.R;
45
super("com.android.cts.
stub
", TwoLineListItemStubActivity.class);
ZoomButtonTest.java
19
import com.android.cts.
stub
.R;
46
super("com.android.cts.
stub
", ZoomButtonStubActivity.class);
SimpleCursorAdapterTest.java
19
import com.android.cts.
stub
.R;
224
int sceneryImgResId = com.android.cts.
stub
.R.drawable.scenery;
255
int testimgRawId = com.android.cts.
stub
.R.raw.testimage;
405
com.android.cts.
stub
.R.layout.cursoradapter_host, null);
424
com.android.cts.
stub
.R.layout.cursoradapter_host, null);
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java
216
// TODO Auto-generated method
stub
237
// TODO Auto-generated method
stub
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
MethodSourcer.java
134
// write the
stub
itself
135
mOutput.write("throw new RuntimeException(\"
Stub
\");");
/external/expat/lib/
Makefile.MPW
11
# This Makefile lets you build static, dynamic (i.e. shared) and
stub
94
StubFile = "{ObjDir}{FragName}.
stub
"
/external/icu4c/config/
mh-os400
38
## to the actual data versus the
stub
data
70
#
Stub
name overrides for iSeries
/external/icu4c/test/intltest/
ucaconf.cpp
9
* files. ICU ships with
stub
data files, as the whole test are too
143
"INFO: Working with the
stub
file.\n"
/external/webkit/WebCore/platform/posix/
FileSystemPOSIX.cpp
168
// at all and get a link error in case this arises, rather than having a
stub
here, because
169
// with a
stub
you learn about the problem at runtime instead of link time.
/external/webkit/WebKit/chromium/src/
DevToolsRPCJS.h
106
class JS##Class##BoundObj : public Class##
Stub
{ \
111
: Class##
Stub
(rpcDelegate) { \
/frameworks/base/core/java/android/app/
KeyguardManager.java
102
mWM = IWindowManager.
Stub
.asInterface(ServiceManager.getService(Context.WINDOW_SERVICE));
152
mWM.exitKeyguardSecurely(new IOnKeyguardExitResult.
Stub
() {
/frameworks/base/core/java/android/appwidget/
AppWidgetHost.java
49
class Callbacks extends IAppWidgetHost.
Stub
{
97
sService = IAppWidgetService.
Stub
.asInterface(b);
/frameworks/base/services/java/com/android/server/
LightsService.java
138
private final IHardwareService.
Stub
mLegacyFlashlightHack = new IHardwareService.
Stub
() {
/frameworks/policies/base/mid/com/android/internal/policy/impl/
PowerDialog.java
108
ITelephony phone = ITelephony.
Stub
.asInterface(ServiceManager.checkService("phone"));
128
ITelephony phone = ITelephony.
Stub
.asInterface(ServiceManager.checkService("phone"));
/frameworks/policies/base/phone/com/android/internal/policy/impl/
PowerDialog.java
112
ITelephony phone = ITelephony.
Stub
.asInterface(ServiceManager.checkService("phone"));
132
ITelephony phone = ITelephony.
Stub
.asInterface(ServiceManager.checkService("phone"));
/packages/apps/Email/src/com/android/email/service/
EasAuthenticatorService.java
109
// TODO Auto-generated method
stub
139
// TODO Auto-generated method
stub
/packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java
120
ViewStub
stub
= (ViewStub) findViewById(stubId);
local
121
view =
stub
.inflate();
/packages/apps/Phone/src/com/android/phone/
NetworkQueryService.java
101
private final INetworkQueryService.
Stub
mBinder = new INetworkQueryService.
Stub
() {
/packages/apps/Settings/src/com/android/settings/
BatteryInfo.java
180
mBatteryStats = IBatteryStats.
Stub
.asInterface(ServiceManager.getService("batteryinfo"));
181
mScreenStats = IPowerManager.
Stub
.asInterface(ServiceManager.getService(POWER_SERVICE));
PrivacySettings.java
92
IBackupManager bm = IBackupManager.
Stub
.asInterface(
157
IBackupManager bm = IBackupManager.
Stub
.asInterface(
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java
172
private final IPinyinDecoderService.
Stub
mBinder = new IPinyinDecoderService.
Stub
() {
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java
205
class WallpaperConnection extends IWallpaperConnection.
Stub
implements ServiceConnection {
244
mService = IWallpaperService.
Stub
.asInterface(service);
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java
151
class WallpaperConnection extends IWallpaperConnection.
Stub
implements ServiceConnection {
190
mService = IWallpaperService.
Stub
.asInterface(service);
/dalvik/vm/mterp/
gen-mterp.py
101
raise DataParseError("unable to load asm-
stub
: %s" % str(err))
182
# point dvmAsmInstructionStart at the first handler or
stub
229
# Load a C fragment and emit it, then output an assembly
stub
.
272
# Output a generic instruction
stub
that updates the "glue" struct and
451
elif tokens[0] == "asm-
stub
":
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java
49
/** The set of methods to
stub
out. */
72
* @param stubMethods The list of methods to
stub
out. Each entry must be in the form
260
* by a
stub
. Native methods must be implemented with this
stub
too. Abstract methods are
286
stubNativesOnly ? " --
stub
natives only" : "");
Completed in 80 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>