HomeSort by relevance Sort by last modified time
    Searched full:ncode (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium_org/base/
event_recorder_win.cc 25 LRESULT CALLBACK StaticRecordWndProc(int nCode, WPARAM wParam,
28 return EventRecorder::current()->RecordWndProc(nCode, wParam, lParam);
31 LRESULT CALLBACK StaticPlaybackWndProc(int nCode, WPARAM wParam,
34 return EventRecorder::current()->PlaybackWndProc(nCode, wParam, lParam);
164 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) {
170 if (nCode < 0)
171 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
176 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
181 switch (nCode) {
190 if (nCode == HC_ACTION && recording_enabled)
    [all...]
event_recorder.h 69 LRESULT RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam);
70 LRESULT PlaybackWndProc(int nCode, WPARAM wParam, LPARAM lParam);
  /external/chromium_org/printing/
printing_context_win.h 60 static BOOL CALLBACK AbortProc(HDC hdc, int nCode);
printing_context_win.cc 322 BOOL PrintingContextWin::AbortProc(HDC hdc, int nCode) {
323 if (nCode) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_tls.h 55 int nCode,
stw_framebuffer.c 194 int nCode,
206 if (nCode < 0 || !stw_dev)
207 return CallNextHookEx(tls_data->hCallWndProcHook, nCode, wParam, lParam);
235 return CallNextHookEx(tls_data->hCallWndProcHook, nCode, wParam, lParam);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_tls.h 55 int nCode,
stw_framebuffer.c 194 int nCode,
206 if (nCode < 0 || !stw_dev)
207 return CallNextHookEx(tls_data->hCallWndProcHook, nCode, wParam, lParam);
235 return CallNextHookEx(tls_data->hCallWndProcHook, nCode, wParam, lParam);
  /external/chromium_org/tools/grit/grit/testdata/
toolbar_about.html 28 function OnKeyPress(nCode) {
29 if (nCode == 27) {
  /system/core/debuggerd/arm/
machine.cpp 53 _LOG(log, logtype::MEMORY, "\ncode around pc:\n");
57 _LOG(log, logtype::MEMORY, "\ncode around lr:\n");
  /system/core/debuggerd/arm64/
machine.cpp 57 _LOG(log, logtype::MEMORY, "\ncode around pc:\n");
61 _LOG(log, logtype::MEMORY, "\ncode around sp:\n");
  /external/zlib/src/contrib/infback9/
inflate9.h 39 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
infback9.c 351 state->ncode = BITS(4) + 4;
362 while (state->have < state->ncode) {
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.h 102 int pc; /* next position to code (equivalent to `ncode') */
  /system/core/debuggerd/mips/
machine.cpp 78 _LOG(log, logtype::MEMORY, "\ncode around pc:\n");
82 _LOG(log, logtype::MEMORY, "\ncode around ra:\n");
  /external/chromium_org/third_party/zlib/
inflate.h 111 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
infback.c 356 state->ncode = BITS(4) + 4;
369 while (state->have < state->ncode) {
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 111 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
fx_zlib_infback.c 365 state->ncode = BITS(4) + 4;
378 while (state->have < state->ncode) {
  /external/qemu/distrib/zlib-1.2.8/
inflate.h 111 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
infback.c 365 state->ncode = BITS(4) + 4;
378 while (state->have < state->ncode) {
  /external/zlib/src/
inflate.h 111 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
infback.c 365 state->ncode = BITS(4) + 4;
378 while (state->have < state->ncode) {
  /external/zlib/src/contrib/puff/
puff.c 667 int nlen, ndist, ncode; /* number of lengths in descriptor */ local
686 ncode = bits(s, 4) + 4;
691 for (index = 0; index < ncode; index++)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 3883 milliseconds

1 2 3