HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 76 - 100 of 777) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/widget/src/android/widget/cts/
CheckBoxTest.java 19 import com.android.cts.stub.R;
ImageButtonTest.java 19 import com.android.cts.stub.R;
SimpleCursorTreeAdapterTest.java 19 import com.android.cts.stub.R;
133 String.valueOf(com.android.cts.stub.R.drawable.scenery));
135 com.android.cts.stub.R.drawable.scenery);
161 com.android.cts.stub.R.raw.testimage));
164 com.android.cts.stub.R.raw.testimage, actualBitmap.getConfig());
AbsSpinnerTest.java 19 import com.android.cts.stub.R;
46 super("com.android.cts.stub", RelativeLayoutStubActivity.class);
81 com.android.cts.stub.R.array.string, android.R.layout.simple_spinner_item);
104 com.android.cts.stub.R.array.string, android.R.layout.simple_spinner_item);
126 com.android.cts.stub.R.array.string, android.R.layout.simple_spinner_item);
161 com.android.cts.stub.R.array.string, android.R.layout.simple_spinner_item);
236 com.android.cts.stub.R.array.string, android.R.layout.simple_spinner_item);
  /external/chromium/chrome/browser/chromeos/cros/
burn_library.h 49 static BurnLibrary* GetImpl(bool stub);
update_library.h 86 static UpdateLibrary* GetImpl(bool stub);
screen_lock_library.cc 130 ScreenLockLibrary* ScreenLockLibrary::GetImpl(bool stub) {
131 if (stub)
login_library.cc 280 StubDelegate* stub = new StubDelegate(); // Manages its own lifetime. local
281 stub->set_fetcher(SignedSettings::CreateRetrievePolicyOp(stub));
282 stub->fetcher()->Execute();
317 "stub",
371 LoginLibrary* LoginLibrary::GetImpl(bool stub) {
372 if (stub)
syslogs_library.cc 58 SyslogsLibrary* SyslogsLibrary::GetImpl(bool stub) {
59 if (stub)
update_library.cc 124 callback(user_data, UPDATE_RESULT_FAILED, "stub update");
144 UpdateLibrary* UpdateLibrary::GetImpl(bool stub) {
145 if (stub)
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 117 stub = unittest_pb2.TestService_Stub(channel)
123 stub.GetDescriptor())
126 stub.Foo(rpc_controller, request, MyCallback)
132 self.assertEqual(stub.GetDescriptor().methods[0], channel.method)
  /external/protobuf/python/google/protobuf/
service_reflection.py 31 """Contains metaclasses used to create protocol service and service stub
89 it creates the service stub classes.
95 """Creates a message service stub class.
106 # when a service stub is subclassed.
232 """Constructs a protocol service stub class using a service descriptor.
234 Given a service descriptor, this class constructs a suitable stub class.
235 A stub is just a type-safe wrapper around an RpcChannel which emulates a
238 One service stub builder instance constructs exactly one class. It means all
239 instances of that class share the same service stub builder.
243 """Initializes an instance of the service stub class builder
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptCachedFrameData.h 35 // We don't use WebKit's page caching, so this implementation is just a stub.
89 #error You need to consider whether you want Page Cache and either add a stub or a real implementation.
  /cts/tests/tests/content/src/android/content/cts/
Intent_ShortcutIconResourceTest.java 32 final int resourceId = com.android.cts.stub.R.string.notify;
66 com.android.cts.stub.R.string.notify);
  /development/host/windows/prebuilt/usb/
Android.mk 20 # generate AdbWinApi stub library
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-1.js 48 t1 = new TestFunction( "stub", "value", tab + "return value;" );
62 "stub.toString()",
64 stub.toString() );
93 function stub( value ) { function
  /cts/tests/tests/app/src/android/app/cts/
AlertDialogTest.java 47 super("com.android.cts.stub", DialogStubActivity.class);
71 assertEquals(mActivity.getString(com.android.cts.stub.R.string.alert_dialog_positive),
76 assertEquals(mActivity.getString(com.android.cts.stub.R.string.alert_dialog_neutral),
81 assertEquals(mActivity.getString(com.android.cts.stub.R.string.alert_dialog_negative),
108 assertEquals(mActivity.getString(com.android.cts.stub.R.string.alert_dialog_positive),
113 assertEquals(mActivity.getString(com.android.cts.stub.R.string.alert_dialog_negative),
118 assertEquals(mActivity.getString(com.android.cts.stub.R.string.alert_dialog_neutral),
  /hardware/libhardware/modules/audio/
Android.mk 17 # The default audio HAL module, which is a stub, that is loaded if no other
33 # The stub audio policy HAL module that can be used as a skeleton for
37 LOCAL_MODULE := audio_policy.stub
  /external/v8/src/ia32/
code-stubs-ia32.h 305 // Flag that indicates how to generate code for the stub StringAddStub.
308 // Omit left string check in stub (left is definitely a string).
310 // Omit right string check in stub (right is definitely a string).
312 // Omit both string checks in stub.
508 static Mode GetMode(Code* stub) {
509 byte first_instruction = stub->instruction_start()[0];
510 byte second_instruction = stub->instruction_start()[2];
527 static void Patch(Code* stub, Mode mode) {
530 ASSERT(GetMode(stub) == INCREMENTAL ||
531 GetMode(stub) == INCREMENTAL_COMPACTION)
    [all...]
  /external/v8/src/x64/
code-stubs-x64.h 82 // Flag that indicates how to generate code for the stub GenericBinaryOpStub.
85 NO_SMI_CODE_IN_STUB = 1 << 0 // Omit smi code in stub.
302 // Flag that indicates how to generate code for the stub StringAddStub.
305 // Omit left string check in stub (left is definitely a string).
307 // Omit right string check in stub (right is definitely a string).
309 // Omit both string checks in stub.
510 static Mode GetMode(Code* stub) {
511 byte first_instruction = stub->instruction_start()[0];
512 byte second_instruction = stub->instruction_start()[2];
529 static void Patch(Code* stub, Mode mode)
    [all...]
  /external/v8/src/
ic.cc 37 #include "stub-cache.h"
99 PrintF("[%s patching generic stub in ", type); \
199 // The stub was generated for JSObject but called for non-JSObject.
536 // Lookup is valid: Update inline cache and stub cache.
642 // Get the constant function and compute the code stub for this
644 // that the code stub is in the stub cache.
662 // There is only one shared stub for calling normalized
664 // property must be found in the receiver for the stub to be
704 // Set the target to the pre monomorphic stub to dela
818 Handle<Code> stub; local
846 Handle<Code> stub; local
867 Handle<Code> stub; local
1164 Handle<Code> stub = generic_stub(); local
1345 Handle<Code> stub = (strict_mode == kStrictMode) local
1376 Handle<Code> stub = (strict_mode == kStrictMode) local
1810 Handle<Code> stub = (strict_mode == kStrictMode) local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewStubTest.java 19 import com.android.cts.stub.R;
45 super("com.android.cts.stub", ViewStubStubActivity.class);
202 ViewStub stub = new ViewStub(mContext); local
203 assertNull(stub.getParent());
205 stub.inflate();
214 public void onInflate(ViewStub stub, View inflated) {
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 119 TestService stub = TestService.newStub(mockChannel); local
135 stub.foo(mockController, fooRequest, fooCallback);
136 stub.bar(mockController, barRequest, barCallback);
146 TestService.BlockingInterface stub = local
164 assertSame(fooResponse, stub.foo(mockController, fooRequest));
165 assertSame(barResponse, stub.bar(mockController, barRequest));
  /external/libffi/testsuite/libffi.call/
problem1.c 30 void stub(ffi_cif* cif __UNUSED__, void* resp, void** args, function
90 CHECK(ffi_prep_closure(pcl, &cif, stub, NULL) == FFI_OK);
  /frameworks/compile/linkloader/include/impl/
ELFObject.hxx 230 // Get the stub for this function
234 llvm::errs() << "unable to get stub layout." << "\n";
238 void *stub = stub_layout->allocateStub(callee_addr); local
240 if (!stub) {
241 llvm::errs() << "unable to allocate stub." << "\n";
245 //LOGI("Function %s: using stub %p\n", sym->getName(), stub);
246 S = (uint32_t)(uintptr_t)stub;
253 rsl_assert(0 && "Stub is still too far");
265 rsl_assert(0 && "Stub is still too far")
523 void *stub = text->getStubLayout()->allocateStub((void *)A); local
534 void *stub = text->getStubLayout()->allocateStub((void *)S); local
    [all...]

Completed in 1444 milliseconds

1 2 34 5 6 7 8 91011>>