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

1 2

  /external/v8/src/mips/
virtual-frame-mips.h 325 // Drop a number of elements from the top of the expression stack. May
328 void Drop(int count);
330 // Drop one element.
331 void Drop() { Drop(1); }
488 // Then drop dropped_args elements from the virtual frame, to match
489 // the effect of an upcoming call that will drop them from the stack.
virtual-frame-mips.cc 189 void VirtualFrame::Drop(int count) {
macro-assembler-mips.h 186 void Drop(int count,
191 void DropAndRet(int drop = 0,
    [all...]
  /development/tools/axl/
axl.py 59 class Drop(BaseProtocol):
67 """Read 1st line of request, then drop connection"""
81 """Drop connection after a header is half-sent"""
112 """Drop connection in body"""
129 """Drop every other connection"""
242 for protocol in Drop, ReadAndDrop, GarbageStatus, BadHeader, PauseHeader, \
  /external/llvm/
README.android 29 ==> * 4f6bab9 - Drop the "2" suffix on some enums. (13 days ago) <Chris Lattner>
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 26 ATTRIBUTE MS-Link-Drop-Time-Limit 15 integer Microsoft
  /external/v8/src/
full-codegen.cc 457 __ Drop(1);
808 __ Drop(1);
830 __ Drop(1);
966 __ Drop(stack_depth);
987 __ Drop(stack_depth);
1007 __ Drop(stack_depth);
    [all...]
hydrogen.cc 1054 // Drop it.
1067 // Now possibly drop directly indexed element.
1068 if ((array_[i].value->flags() & depends_flags) != 0) { // Drop it.
    [all...]
hydrogen.h 368 void Drop(int count);
755 void Drop(int n) { environment()->Drop(n); }
    [all...]
  /external/v8/test/es5conform/
harness-adapt.js 52 // Drop the before/after stuff, just run the test.
  /external/v8/src/arm/
stub-cache-arm.cc 603 __ Drop(kFastApiCallArguments);
    [all...]
full-codegen-arm.cc 455 __ Drop(count);
463 __ Drop(count);
471 if (count > 1) __ Drop(count - 1);
480 __ Drop(count);
852 __ Drop(1); // Switch value is no longer needed.
863 __ Drop(1); // Switch value is no longer needed.
870 __ Drop(1); // Switch value is no longer needed.
    [all...]
builtins-arm.cc 510 // sp now point to args[0], drop args[0] + receiver.
511 __ Drop(2);
597 __ Drop(1);
    [all...]
macro-assembler-arm.h 115 void Drop(int count, Condition cond = al);
117 void Ret(int drop, Condition cond = al);
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 251 inline void Drop();
full-codegen-x64.cc 440 __ Drop(count);
448 __ Drop(count);
456 if (count > 1) __ Drop(count - 1);
465 __ Drop(count);
811 __ Drop(1); // Switch value is no longer needed.
823 __ Drop(1); // Switch value is no longer needed.
830 __ Drop(1); // Switch value is no longer needed.
    [all...]
regexp-macro-assembler-x64.cc 322 Drop();
    [all...]
macro-assembler-x64.h 684 void Drop(int stack_elements);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 84 virtual HRESULT STDMETHODCALLTYPE Drop(IDataObject* pDataObject, DWORD grfKeyState, POINTL pt, DWORD* pdwEffect);
225 // FIXME: This variable is part of a workaround. The drop effect (pdwEffect) passed to Drop is incorrect.
226 // We set this variable in DragEnter and DragOver so that it can be used in Drop to set the correct drop effect.
227 // Thus, on return from DoDragDrop we have the correct pdwEffect for the drag-and-drop operation.
WebView.cpp     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 434 __ Drop(count);
442 __ Drop(count);
450 if (count > 1) __ Drop(count - 1);
459 __ Drop(count);
810 __ Drop(1); // Switch value is no longer needed.
821 __ Drop(1); // Switch value is no longer needed.
828 __ Drop(1); // Switch value is no longer needed.
    [all...]
macro-assembler-ia32.h 564 // Return and drop arguments from stack, where the number of arguments
570 void Drop(int element_count);
    [all...]
ic-ia32.cc     [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 665 virtual HRESULT STDMETHODCALLTYPE Drop(
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
EventSender.cpp 251 webViewDropTarget->Drop(draggingInfo->dataObject(), 0, pointl(screenPoint), &effect);

Completed in 1210 milliseconds

1 2