HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 1 - 25 of 642) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/tools/llvm-stub/
Makefile 1 ##===- tools/llvm-stub/Makefile ----------------------------*- Makefile -*-===##
11 TOOLNAME = llvm-stub
  /frameworks/compile/linkloader/lib/
StubLayout.cpp 41 // No free stub slot is available
45 // Initialize the stub
46 unsigned char *stub = table; local
47 setStubAddress(stub, addr);
49 // Increase the free stub slot pointer
53 return stub;
62 uint8_t *stub = (uint8_t *)stub_; local
63 stub[0] = 0x04; // ldr pc, [pc, #-4]
64 stub[1] = 0xf0; // ldr pc, [pc, #-4]
65 stub[2] = 0x1f; // ldr pc, [pc, #-4
    [all...]
  /external/webkit/Source/JavaScriptCore/
create_jit_stubs 43 my $stub = "";
53 $stub = $1;
54 print $stub . "\n";
63 $stub = $stub_template;
66 $stub =~ s/$rtype_template/$rtype/g;
67 $stub =~ s/$op_template/$op/g;
68 $stub =~ s/\\\*/\*/g;
69 print $stub;
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_18.java 22 public void run(TestStubs stub) {
T_invoke_virtual_20.java 22 public void run(TestStubs stub) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_18.java 22 public void run(TestStubs stub) {
T_invoke_virtual_20.java 22 public void run(TestStubs stub) {
  /external/chromium/chrome/browser/chromeos/cros/
libcros_service_library.h 24 static LibCrosServiceLibrary* GetImpl(bool stub);
touchpad_library.h 24 static TouchpadLibrary* GetImpl(bool stub);
brightness_library.h 27 static BrightnessLibrary* GetImpl(bool stub);
touchpad_library.cc 49 TouchpadLibrary* TouchpadLibrary::GetImpl(bool stub) {
50 if (stub)
  /frameworks/base/core/tests/coretests/src/android/view/
ViewStubTest.java 42 final View stub = activity.findViewById(R.id.viewStub); local
43 assertNotNull("The ViewStub does not exist", stub);
51 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStub); local
52 final View swapped = stub.inflate();
62 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); local
63 final View swapped = stub.inflate();
75 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); local
76 final View swapped = stub.inflate();
80 assertEquals("Both stub and inflated should same width",
81 stub.getLayoutParams().width, swapped.getLayoutParams().width)
    [all...]
  /cts/tests/src/android/content/cts/
AvailableIntentsActivity.java 19 import com.android.cts.stub.R;
25 * This is a stub activity for test available intents. We do not care about
ContextWrapperStubActivity.java 24 import com.android.cts.stub.R;
  /cts/tests/src/android/text/style/cts/
MockURLSpanTestActivity.java 19 import com.android.cts.stub.R;
URLSpanStubActivity.java 19 import com.android.cts.stub.R;
  /cts/tests/src/android/view/animation/cts/
AnimationTestStubActivity.java 19 import com.android.cts.stub.R;
  /cts/tests/src/android/view/cts/
FocusHandlingStubActivity.java 19 import com.android.cts.stub.R;
UsingViewsStubActivity.java 21 import com.android.cts.stub.R;
ViewLayoutPositionTestStubActivity.java 21 import com.android.cts.stub.R;
ViewStubStubActivity.java 21 import com.android.cts.stub.R;
ViewTestStubActivity.java 21 import com.android.cts.stub.R;
  /cts/tests/src/android/view/inputmethod/cts/
InputMethodStubActivity.java 20 import com.android.cts.stub.R;
  /cts/tests/src/android/widget/cts/
AutoCompleteStubActivity.java 22 import com.android.cts.stub.R;
CheckedTextViewStubActivity.java 19 import com.android.cts.stub.R;

Completed in 1967 milliseconds

1 2 3 4 5 6 7 8 91011>>