/external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
screenshot.js | 26 // Look through all views to find the window which will display
|
/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 | 34 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/chrome/tools/build/win/ |
version.bat | 31 :: Look if subversion client is available. It may not be available on Windows
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
chromeframe.js | 71 // Look for CF in the User Agent before trying more expensive checks
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1531.js | 45 // Look up a property in the dictionary.
|
/external/v8/test/mjsunit/regress/ |
regress-1531.js | 45 // Look up a property in the dictionary.
|
/external/chromium_org/chrome_frame/cfinstall/src/implementation/ |
crossdomaininstall.js | 100 // Look in the outer scope for the stub, and pass it the implementation.
|
/external/libpng/scripts/ |
makevms.com | 23 $! Look for the compiler used
|
/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/ |
send_request.js | 101 // Look for callback param.
|