OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stub
(Results
501 - 525
of
1318
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java
19
import com.android.cts.
stub
.R;
58
super("com.android.cts.
stub
", FrameLayoutStubActivity.class);
RelativeLayoutTest.java
19
import com.android.cts.
stub
.R;
56
super("com.android.cts.
stub
", RelativeLayoutStubActivity.class);
RelativeLayout_LayoutParamsTest.java
19
import com.android.cts.
stub
.R;
41
super("com.android.cts.
stub
", RelativeLayoutStubActivity.class);
SlidingDrawerTest.java
19
import com.android.cts.
stub
.R;
59
super("com.android.cts.
stub
", SlidingDrawerStubActivity.class);
VideoViewTest.java
19
import com.android.cts.
stub
.R;
111
super("com.android.cts.
stub
", VideoViewStubActivity.class);
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
AuthenticatorTest.java
288
StubAuthenticator
stub
= new StubAuthenticator();
local
327
Authenticator.setDefault(
stub
);
DatagramSocketTest.java
[
all
...]
/development/apps/Development/src/com/android/development/
SyncAdapterDriver.java
227
private class MyServiceConnection extends ISyncContext.
Stub
implements ServiceConnection {
237
mBoundSyncAdapter = ISyncAdapter.
Stub
.asInterface(service);
/external/icu4c/test/intltest/
trnserr.cpp
276
StubTransliterator
stub
;
local
278
if (
stub
.clone() != NULL){
/external/libffi/src/powerpc/
darwin_closure.S
106
bl Lffi_closure_helper_DARWIN$
stub
297
Lffi_closure_helper_DARWIN$
stub
:
/external/v8/src/
codegen.h
327
// Only used for 'equal' comparisons. Tells the
stub
that we already know
329
//
stub
to use object identity in the positive case. We ignore it when
disassembler.cc
252
} else if (kind == Code::
STUB
) {
258
// Get the
STUB
key and extract major and minor key.
/frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java
36
mRemote = IAidlTest.
Stub
.asInterface(mLocal);
87
private static class AidlObject extends IAidlTest.
Stub
{
/frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java
115
class CachePackageDataObserver extends IPackageDataObserver.
Stub
{
186
IPackageManager.
Stub
.asInterface(ServiceManager.getService("package")).
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java
28
* a
stub
depending on the return type. Original annotations are passed along unchanged.
39
/** Message to be printed by
stub
methods. */
/packages/apps/IM/src/com/android/im/service/
RemoteImService.java
371
private final IRemoteImService.
Stub
mBinder = new IRemoteImService.
Stub
() {
/packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java
72
ViewStub
stub
= (ViewStub) mInCallScreen.findViewById(R.id.manageConferencePanelStub);
local
73
stub
.inflate();
/external/v8/src/x64/
codegen-x64.cc
106
// Many of them call a code
stub
or a runtime function.
128
// specialized
stub
for add. The result is left in dst.
165
// Call the appropriate binary operation
stub
to compute src op value
334
FastNewContextStub
stub
(heap_slots);
335
context = frame_->CallStub(&
stub
, 1);
648
// Move value argument to eax as expected by the IC
stub
.
650
// Call the IC
stub
.
872
StackCheckStub
stub
;
local
873
__ CallStub(&
stub
);
2244
FastNewClosureStub
stub
;
local
3582
InstanceofStub
stub
;
local
3990
RegExpExecStub
stub
;
local
4044
SubStringStub
stub
;
local
4056
StringCompareStub
stub
;
local
4353
ToBooleanStub
stub
;
local
[
all
...]
stub-cache-x64.cc
33
#include "
stub
-cache.h"
74
// Jump to the first instruction in the code
stub
.
226
//
Stub
never generated for non-global objects that require access
362
CEntryStub
stub
(1);
363
__ CallStub(&
stub
);
[
all
...]
/external/v8/src/ia32/
ic-ia32.cc
33
#include "
stub
-cache.h"
40
// Static IC
stub
generators.
428
// to check this explicitly since this generic
stub
does not perform
620
// to do this because this generic
stub
does not perform map checks.
758
// to do this because this generic
stub
does not perform map checks.
[
all
...]
/bionic/libc/unistd/
abort.c
113
* We work around this by inserting a trivial
stub
that doesn't alter
/build/core/
armelflib.x
22
*(.text .
stub
.text.* .gnu.linkonce.t.*)
/cts/tests/src/android/app/cts/
InstrumentationTestActivity.java
32
import com.android.cts.
stub
.R;
/cts/tests/tests/app/src/android/app/cts/
DatePickerDialogTest.java
44
super("com.android.cts.
stub
", DialogStubActivity.class);
ListActivityTest.java
39
super("com.android.cts.
stub
", ListActivityTestHelper.class);
Completed in 90 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>