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

1 2 3

  /external/chromium_org/third_party/lzma_sdk/
7zStream.c 45 RINOK(stream->Look(stream, &lookBuf, size));
136 p->s.Look = lookahead ?
7zDec.c 56 p->res = p->inStream->Look(p->inStream, (const void **)&p->begin, &size);
145 res = inStream->Look((void *)inStream, (const void **)&inBuf, &lookahead);
195 res = inStream->Look((void *)inStream, (const void **)&inBuf, &lookahead);
232 RINOK(inStream->Look((void *)inStream, (const void **)&inBuf, &curSize));
Types.h 171 SRes (*Look)(void *p, const void **buf, size_t *size);
176 /* offset must be <= output(*size) of Look */
  /external/chromium_org/tools/traceline/traceline/scripts/
crit_sec.js 60 // Look for long-held / contended locks. We can't really know it is
62 // Just look for locks are are held a long time? Not so good...
  /external/compiler-rt/
README.android 37 yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
  /external/libpng/contrib/gregbook/
makevms.com 31 $! Look for the compiler used.
  /external/libpng/contrib/pngminus/
makevms.com 5 $! Look for the compiler used
  /external/lzma/C/
7zStream.c 45 RINOK(stream->Look(stream, &lookBuf, size));
136 p->s.Look = lookahead ?
7zDec.c 56 p->res = p->inStream->Look(p->inStream, (const void **)&p->begin, &size);
145 res = inStream->Look((void *)inStream, (const void **)&inBuf, &lookahead);
195 res = inStream->Look((void *)inStream, (const void **)&inBuf, &lookahead);
232 RINOK(inStream->Look((void *)inStream, (const void **)&inBuf, &curSize));
Types.h 171 SRes (*Look)(void *p, const void **buf, size_t *size);
176 /* offset must be <= output(*size) of Look */
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 172 SRes (*Look)(void *p, const void **buf, size_t *size);
177 /* offset must be <= output(*size) of Look */
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
background.js 32 // Look through all views to find the window which will display
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1531.js 45 // Look up a property in the dictionary.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 35 (* Look up the name in the module table. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 35 (* Look up the name in the module table. *)
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/
progress_event_listener.js 75 // Look up the EventStateMachine for the id.
97 // Look up the EventStateMachine for the target of the event.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 169 Look, goof-ball -- use the -b option!
171 'Look,', ' ', 'goof-', 'ball', ' ', '--', ' ',
174 'Look,', ' ', 'goof-ball', ' ', '--', ' ',
387 # Look for the longest leading string of spaces and tabs common to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 169 Look, goof-ball -- use the -b option!
171 'Look,', ' ', 'goof-', 'ball', ' ', '--', ' ',
174 'Look,', ' ', 'goof-ball', ' ', '--', ' ',
387 # Look for the longest leading string of spaces and tabs common to
  /external/chromium_org/chrome/renderer/resources/extensions/
automation_custom_bindings.js 18 // TODO(aboxhall): Look into using WeakMap
  /external/chromium_org/extensions/renderer/resources/
send_request.js 113 // Look for callback param.
  /external/eigen/lapack/
clarf.f 182 ! Look for the last non-zero row in V.
dlarf.f 177 ! Look for the last non-zero row in V.
slarf.f 177 ! Look for the last non-zero row in V.
zlarf.f 182 * Look for the last non-zero row in V.
  /external/libpng/scripts/
makevms.com 23 $! Look for the compiler used

Completed in 3375 milliseconds

1 2 3