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

1 2 3

  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 81 template<place > class ...Drop>
84 typedef types<typename Drop<_>::type...> drop; typedef in struct:ParameterPackExpansions::takedrop_impl::inner
92 template<unsigned N, typename...Ts> struct drop { struct in namespace:ParameterPackExpansions
94 template inner<wrap<Ts>::template inner...>::drop; // expected-error {{too few template arguments}}
101 using D1 = drop<3, int, char, double, long>::type;
109 using D2 = drop<4, int, char, double, long>::type;
113 using D3 = drop<5, int, char, double, long>::type; // expected-note {{in instantiation of}}
  /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/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 26 ATTRIBUTE MS-Link-Drop-Time-Limit 15 integer Microsoft
  /external/v8/src/
full-codegen.cc 499 __ Drop(1);
855 __ Drop(1);
870 __ Drop(1);
1012 __ Drop(stack_depth);
1040 __ Drop(stack_depth);
1067 __ Drop(stack_depth);
    [all...]
hydrogen.cc     [all...]
hydrogen.h 399 if (drop_extra) outer->Drop(1);
474 void Drop(int count);
730 // - DROP_EXTRA_ON_RETURN: Drop an extra value from the environment.
941 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/x64/
regexp-macro-assembler-x64.h 257 inline void Drop();
full-codegen-x64.cc 503 __ Drop(count);
511 __ Drop(count);
519 if (count > 1) __ Drop(count - 1);
528 __ Drop(count);
851 __ Drop(1); // Switch value is no longer needed.
864 __ Drop(1); // Switch value is no longer needed.
871 __ Drop(1); // Switch value is no longer needed.
    [all...]
regexp-macro-assembler-x64.cc 322 Drop();
    [all...]
macro-assembler-x64.h     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 624 __ Drop(kFastApiCallArguments);
    [all...]
full-codegen-arm.cc 574 __ Drop(count);
582 __ Drop(count);
590 if (count > 1) __ Drop(count - 1);
599 __ Drop(count);
941 __ Drop(1); // Switch value is no longer needed.
954 __ Drop(1); // Switch value is no longer needed.
    [all...]
builtins-arm.cc 346 __ Drop(1); // Adjust stack.
595 // sp now point to args[0], drop args[0] + receiver.
596 __ Drop(2);
683 __ Drop(1);
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 608 __ Drop(kFastApiCallArguments);
    [all...]
full-codegen-mips.cc 582 __ Drop(count);
590 __ Drop(count);
598 if (count > 1) __ Drop(count - 1);
607 __ Drop(count);
    [all...]
builtins-mips.cc 353 __ Drop(1); // Adjust stack.
611 // sp now point to args[0], drop args[0] + receiver.
612 __ Drop(2);
699 __ Drop(1);
    [all...]
  /external/llvm/
README.android 46 ==> * 4f6bab9 - Drop the "2" suffix on some enums. (13 days ago) <Chris Lattner>
  /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 560 __ Drop(count);
568 __ Drop(count);
576 if (count > 1) __ Drop(count - 1);
585 __ Drop(count);
910 __ Drop(1); // Switch value is no longer needed.
922 __ Drop(1); // Switch value is no longer needed.
929 __ Drop(1); // Switch value is no longer needed.
    [all...]
macro-assembler-ia32.h 741 // Return and drop arguments from stack, where the number of arguments
747 void Drop(int element_count);
    [all...]
  /external/ceres-solver/docs/
changes.tex 161 \item Drop alignment requirements for Jets.
  /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 568 milliseconds

1 2 3