HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 151 - 175 of 1376) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/v8/src/
ic.cc 37 #include "stub-cache.h"
110 PrintF("[%s patching generic stub in ", type); \
199 // The stub was generated for JSObject but called for non-JSObject.
234 // The stub is not in the cache. We've ruled out all other kinds of failure
236 // different from the one that the stub expects, elements kind changes, or a
241 // the map cannot be deprecated and the stub invalidated.
590 // Lookup is valid: Update inline cache and stub cache.
697 // Get the constant function and compute the code stub for this
699 // that the code stub is in the stub cache
836 Handle<Code> stub = isolate()->stub_cache()->ComputeCallMegamorphic( local
882 Handle<Code> stub; local
912 Handle<Code> stub; local
1486 Handle<Code> stub = generic_stub(); local
1688 Handle<Code> stub = local
1700 Handle<Code> stub = (strict_mode == kStrictMode) local
1723 Handle<Code> stub = strict_mode == kStrictMode local
1749 Handle<Code> stub = strict_mode == kStrictMode local
2133 Handle<Code> stub = (strict_mode == kStrictMode) local
    [all...]
  /cts/tests/acceleration/src/android/acceleration/cts/
BaseAcceleratedActivity.java 19 import com.android.cts.acceleration.stub.R;
  /cts/tests/src/android/text/method/cts/
KeyListenerStubActivity.java 19 import com.android.cts.stub.R;
  /cts/tests/src/android/view/cts/
WindowStubActivity.java 19 import com.android.cts.stub.R;
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 27 import com.android.cts.stub.R;
  /cts/tests/tests/content/src/android/content/res/cts/
RawResourceTest.java 22 import com.android.cts.stub.R;
ResourceNameTest.java 23 import com.android.cts.stub.R;
32 assertEquals("com.android.cts.stub:configVarying/simple", fullName);
35 assertEquals("com.android.cts.stub", packageName);
48 "com.android.cts.stub:configVarying/simple",
53 "com.android.cts.stub");
57 "com.android.cts.stub");
  /cts/tests/tests/preference/src/android/preference/cts/
PreferenceActivityTest.java 19 import com.android.cts.stub.R;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationResize.java 23 import com.android.cts.stub.R;
GetAllocationTest.java 22 import com.android.cts.stub.R;
InitTest.java 22 import com.android.cts.stub.R;
RenderScriptTest.java 19 import com.android.cts.stub.R;
RsFracTest.java 20 import com.android.cts.stub.R;
ScriptTest.java 31 import com.android.cts.stub.R;
SendToClientBlockingTest.java 23 import com.android.cts.stub.R;
VersionTest.java 21 import com.android.cts.stub.R;
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListView_LayoutParamsTest.java 19 import com.android.cts.stub.R;
AbsoluteLayout_LayoutParamsTest.java 19 import com.android.cts.stub.R;
AnalogClockTest.java 19 import com.android.cts.stub.R;
35 super("com.android.cts.stub", FrameLayoutStubActivity.class);
FrameLayout_LayoutParamsTest.java 19 import com.android.cts.stub.R;
LinearLayout_LayoutParamsTest.java 19 import com.android.cts.stub.R;
RadioButtonTest.java 19 import com.android.cts.stub.R;
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.h 132 static InputMethodLibrary* GetImpl(bool stub);
login_library.h 111 static LoginLibrary* GetImpl(bool stub);
  /external/chromium_org/chrome/browser/nacl_host/test/
gdb_rsp.py 29 # sel_ldr's debug stub.
42 raise Exception('Could not connect to sel_ldr\'s debug stub in %i seconds'

Completed in 2263 milliseconds

1 2 3 4 5 67 8 91011>>