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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msacm.h 141 MMRESULT ACMAPI acmDriverClose(HACMDRIVER had,DWORD fdwClose);
142 LRESULT ACMAPI acmDriverMessage(HACMDRIVER had,UINT uMsg,LPARAM lParam1,LPARAM lParam2);
264 MMRESULT ACMAPI acmFormatTagDetailsA(HACMDRIVER had,LPACMFORMATTAGDETAILSA paftd,DWORD fdwDetails);
265 MMRESULT ACMAPI acmFormatTagDetailsW(HACMDRIVER had,LPACMFORMATTAGDETAILSW paftd,DWORD fdwDetails);
280 MMRESULT ACMAPI acmFormatTagEnumA(HACMDRIVER had,LPACMFORMATTAGDETAILSA paftd,ACMFORMATTAGENUMCBA fnCallback,DWORD_PTR dwInstance,DWORD fdwEnum);
281 MMRESULT ACMAPI acmFormatTagEnumW(HACMDRIVER had,LPACMFORMATTAGDETAILSW paftd,ACMFORMATTAGENUMCBW fnCallback,DWORD_PTR dwInstance,DWORD fdwEnum);
321 MMRESULT ACMAPI acmFormatDetailsA(HACMDRIVER had,LPACMFORMATDETAILSA pafd,DWORD fdwDetails);
322 MMRESULT ACMAPI acmFormatDetailsW(HACMDRIVER had,LPACMFORMATDETAILSW pafd,DWORD fdwDetails);
336 MMRESULT ACMAPI acmFormatEnumA(HACMDRIVER had,LPACMFORMATDETAILSA pafd,ACMFORMATENUMCBA fnCallback,DWORD_PTR dwInstance,DWORD fdwEnum);
337 MMRESULT ACMAPI acmFormatEnumW(HACMDRIVER had,LPACMFORMATDETAILSW pafd,ACMFORMATENUMCBW fnCallback,DWORD_PTR dwInstance,DWORD fdwEnum)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
cache_chain_object_store.py 22 had been initialized with no content as opposed to the union of its
  /external/libunwind/doc/
unw_set_caching_policy.tex 26 \Func{unw\_flush\_cache}() had been called.
30 cache, as if \Const{UNW\_CACHE\_PER\_THREAD} had been specified.
34 as if \Const{UNW\_CACHE\_GLOBAL} had been specified.
  /device/asus/grouper/
full_grouper.mk 24 # This is where we'd set a backup provider if we had one
  /device/asus/tilapia/
full_tilapia.mk 24 # This is where we'd set a backup provider if we had one
  /external/chromium_org/v8/test/webkit/
dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.js 25 "Tests what happens when CFG simplification leads to the elimination of a set local that had a type check, and then we branch on the variable not being null."
dfg-mul-big-integer-with-small-integer-and-detect-overflow.js 25 "Tests what happens when you multiply a big unknown integer with a small known integer and detect that we have had an overflow."
dfg-to-string-toString-becomes-bad-with-check-structure.js 25 "Tests that the DFG checks that the toString method didn't become bad even if the StringObject already had a CheckStructure."
dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.js 25 "Tests what happens when CFG simplification leads to the elimination of a set local that had a type check, and then we branch on the variable not being null while decrementing the variable in the same basic block."
dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof.js 25 "Tests what happens when CFG simplification leads to the elimination of a set local that had a type check, and then we do a typeof on the value, which can be constant folded if the type check stays."
  /external/chromium_org/third_party/zlib/
gzread.c 237 unsigned had; local
242 had = strm->avail_out;
271 state->have = had - strm->avail_out;
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzread.c 176 unsigned had; local
180 had = strm->avail_out;
209 state->x.have = had - strm->avail_out;
  /external/qemu/distrib/zlib-1.2.8/
gzread.c 176 unsigned had; local
180 had = strm->avail_out;
209 state->x.have = had - strm->avail_out;
  /external/zlib/src/
gzread.c 176 unsigned had; local
180 had = strm->avail_out;
209 state->x.have = had - strm->avail_out;
  /external/chromium_org/chrome/browser/metrics/variations/
generate_resources_map.py 142 error_message = ("\nThe following names had hash collisions "
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-lbranch-double.js 30 // ARM's code generator for LBranch had a bug, swapping the true/false
  /external/chromium_org/v8/test/mjsunit/regress/
regress-252797.js 30 // The type feedback oracle had a bug when retrieving the map from an IC
  /external/stlport/test/eh/
cygwin.mak 39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
djgpp.mak 39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-99r1.mak 39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-apple-macosx.mak 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-freebsd.mak 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-hp11.mak 41 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-irix.mak 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-linux.mak 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS

Completed in 1874 milliseconds

1 2 3 4