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

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/cros/
speech_synthesis_library.cc 68 SpeechSynthesisLibrary* SpeechSynthesisLibrary::GetImpl(bool stub) {
69 if (stub)
power_library.h 58 static PowerLibrary* GetImpl(bool stub);
brightness_library.cc 85 BrightnessLibrary* BrightnessLibrary::GetImpl(bool stub) {
86 if (stub)
  /external/chromium_org/content/worker/
worker_thread.h 31 // Invoked from stub constructors/destructors. Stubs own themselves.
32 void AddWorkerStub(WebSharedWorkerStub* stub);
33 void RemoveWorkerStub(WebSharedWorkerStub* stub);
worker_thread.cc 113 void WorkerThread::RemoveWorkerStub(WebSharedWorkerStub* stub) {
114 worker_stubs_.erase(stub);
117 void WorkerThread::AddWorkerStub(WebSharedWorkerStub* stub) {
118 worker_stubs_.insert(stub);
  /cts/tests/src/android/provider/cts/
PhotoUtil.java 19 import com.android.cts.stub.R;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
StructArrayTest.java 18 import com.android.cts.stub.R;
ScriptCTest.java 24 import com.android.cts.stub.R;
  /cts/tests/src/android/widget/cts/
ViewGroupStubActivity.java 38 setContentView(com.android.cts.stub.R.layout.viewgrouptest_stub);
39 TextView textView = (TextView)findViewById(com.android.cts.stub.R.id.viewgrouptest_stub);
52 (MockLinearLayout) findViewById(com.android.cts.stub.R.id.
ChronometerStubActivity.java 19 import com.android.cts.stub.R;
SeekBarStubActivity.java 19 import com.android.cts.stub.R;
27 * Stub activity for testing {@link SeekBar}
  /external/chromium_org/chrome_frame/
function_stub_unittest.cc 15 static void Init(TestFunctionStub* stub) {
16 stub->FunctionStub::Init(&stub->stub_);
89 // If a stub is allocated during testing, assigning it here
122 // Check that the stub code is executable.
185 TestFunctionStub* stub = local
188 TestFunctionStub::Init(stub);
189 EXPECT_EQ(NULL, FunctionStub::FromCode(stub));
191 // Create a stub in committed memory.
192 stub = reinterpret_cast<TestFunctionStub*>(playpen_)
    [all...]
function_stub.h 18 // The stub always starts with an indirect jump, which starts out jumping
19 // to the remainder of the stub. This means we can bypass the stub by
41 // as the original function pointer with the code stub. Typically this is used
45 // stub in memory. This unhooks your function while leaving the (potential)
69 // FunctionStub* stub = FunctionStub::Create(original_wndproc, MyNewWndProc);
70 // SetClassLongPtr(wnd, GCLP_WNDPROC, stub->code());
74 // Neutralizes this stub and converts it to a direct jump to a new target.
82 // Returns true if the stub is valid and enabled.
83 // Don't call this method after bypassing the stub
    [all...]
buggy_bho_handling.cc 208 FunctionStub* stub = FunctionStub::FromCode(*invoke); local
209 if (stub)
218 stub = FunctionStub::Create(reinterpret_cast<uintptr_t>(*invoke),
220 if (!stub) {
224 reinterpret_cast<void**>(invoke), stub->code(),
225 reinterpret_cast<void*>(stub->argument()))) {
227 FunctionStub::Destroy(stub);
  /external/chromium_org/remoting/webapp/
toolbar.css 20 .toolbar-stub {
34 .toolbar-stub-extended,
35 .toolbar-visible .toolbar-stub {
79 .toolbar-stub-extended .arrow-down,
85 .toolbar-stub:hover .arrow-down {
toolbar.js 29 this.stub_ = /** @type {HTMLElement} */toolbar.querySelector('.toolbar-stub');
36 * @type {number} The left edge of the tool-bar stub, updated on resize.
41 * @type {number} The right edge of the tool-bar stub, updated on resize.
96 * Test the specified co-ordinate to see if it is close enough to the stub
101 * @return {boolean} True if the position should activate the tool-bar stub, or
114 * active area of the tool-bar stub larger without making a corresponding area
138 remoting.Toolbar.STUB_EXTENDED_CLASS_ = 'toolbar-stub-extended';
  /cts/tests/src/android/text/
EmojiStubActivity.java 19 import com.android.cts.stub.R;
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSCppTest.java 19 import com.android.cts.stub.R;
RSInitTest.java 19 import com.android.cts.stub.R;
  /cts/tests/tests/widget/src/android/widget/cts/
Gallery_LayoutParamsTest.java 19 import com.android.cts.stub.R;
TableRowTest.java 36 import com.android.cts.stub.R;
47 super("com.android.cts.stub", TableStubActivity.class);
86 activity.setContentView(com.android.cts.stub.R.layout.table_layout_1);
88 .findViewById(com.android.cts.stub.R.id.table1);
99 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2);
100 tableLayout = (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table2);
117 activity.setContentView(com.android.cts.stub.R.layout.table_layout_1);
119 .findViewById(com.android.cts.stub.R.id.table1);
124 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2);
125 tableLayout = (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table2)
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 334 static Mode GetMode(Code* stub) {
335 byte first_instruction = stub->instruction_start()[0];
336 byte second_instruction = stub->instruction_start()[2];
353 static void Patch(Code* stub, Mode mode) {
356 ASSERT(GetMode(stub) == INCREMENTAL ||
357 GetMode(stub) == INCREMENTAL_COMPACTION);
358 stub->instruction_start()[0] = kTwoByteNopInstruction;
359 stub->instruction_start()[2] = kFiveByteNopInstruction;
362 ASSERT(GetMode(stub) == STORE_BUFFER_ONLY);
363 stub->instruction_start()[0] = kTwoByteJumpInstruction
    [all...]
  /external/chromium_org/remoting/client/
key_event_mapper.cc 14 KeyEventMapper::KeyEventMapper(InputStub* stub) : protocol::InputFilter(stub) {
42 // Deliver trapped keys to the callback, not the next stub.
  /bionic/libc/tools/
gensyscalls.py 35 # x86 assembler templates for each syscall stub
65 # ARM assembler templates for each syscall stub
104 # mips assembler templates for each syscall stub
360 # now generate each syscall stub
388 D( "scanning for existing architecture-specific stub files" )
399 D( "found %d stub files" % len(self.old_stubs) )
416 for stub in self.new_stubs + self.other_files:
417 if not os.path.exists( bionic_libc_root + stub ):
419 D( "new file: " + stub)
420 adds.append( bionic_libc_root + stub )
    [all...]
  /external/chromium_org/content/common/gpu/
image_transport_surface.h 72 GpuCommandBufferStub* stub,
94 GpuCommandBufferStub* stub,
107 GpuCommandBufferStub* stub,
148 GpuCommandBufferStub* stub() const { return stub_.get(); } function in class:content::ImageTransportHelper
182 GpuCommandBufferStub* stub,

Completed in 1293 milliseconds

1 2 34 5 6 7 8 91011>>