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

  /external/chromium/base/
event_recorder.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 70 LRESULT RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam);
71 LRESULT PlaybackWndProc(int nCode, WPARAM wParam, LPARAM lParam);
  /external/zlib/contrib/infback9/
inflate9.h 39 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
infback9.c 353 state->ncode = BITS(4) + 4;
364 while (state->have < state->ncode) {
  /system/core/debuggerd/arm/
machine.c 68 _LOG(tfd, only_in_tombstone, "\ncode around pc:\n");
97 _LOG(tfd, only_in_tombstone, "\ncode around lr:\n");
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 107 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) {
inflate.c 843 state->ncode = BITS(4) + 4;
856 while (state->have < state->ncode) {
    [all...]
  /external/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) {
inflate.c 887 state->ncode = BITS(4) + 4;
900 while (state->have < state->ncode) {
    [all...]
  /external/zlib/contrib/puff/
puff.c 647 int nlen, ndist, ncode; /* number of lengths in descriptor */ local
666 ncode = bits(s, 4) + 4;
671 for (index = 0; index < ncode; index++)
    [all...]
  /external/libxml2/
nanohttp.c     [all...]
  /external/v8/test/cctest/
test-log.cc 261 const char* code_creation = "\ncode-creation,"; // eq. to /^code-creation,/
    [all...]
  /external/v8/src/
frames.cc 693 PrintF("\ncode: ");
    [all...]
  /development/ndk/platforms/android-9/arch-x86/lib/
libz.a     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libz.a     [all...]

Completed in 197 milliseconds