/external/qemu/distrib/sdl-1.2.12/src/thread/ |
SDL_thread_c.h | 27 /* Need the definitions of SYS_ThreadHandle */ 47 #error Need thread implementation for this platform
|
/sdk/emulator/opengl/system/gralloc/ |
Android.mk | 13 # Need to access the special OPENGL TLS Slot
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
changelog_unittest.py | 59 # More example text than we need. Eventually we need to support parsing this all and write tests for the parsing. 128 Need a short description and bug URL (OOPS!) 151 expected_contents = changelog_contents.replace("Need a short description and bug URL (OOPS!)", expected_message)
|
/external/webkit/Source/JavaScriptCore/heap/ |
MachineStackMarker.cpp | 291 #error Need a way to suspend threads on this platform 304 #error Need a way to resume threads on this platform 331 #error Need a thread register struct for this platform 381 #error Need a way to get thread registers on this platform 428 #error Need a way to get the stack pointer for another thread on this platform
|
/external/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 181 return _GenericDiagnoser('NRR', 'Need to Return Reference', 207 'Need to Return Something', 240 All actions but the last in DoAll(...) must return void. Perhaps you need 244 'Need to Return Nothing', 408 yield ('NUS', 'Need to Use Symbol', diagnosis % m.groupdict()) 431 'NRNULL', 'Need to use ReturnNull', 481 need to make it visible. One way to do it is:
|
/external/openssh/regress/ |
bsd.regress.mk | 18 # XXX - Need full path to REGRESSLOG, otherwise there will be much pain. 58 # XXX - we need a better method to see if a test fails due to timeout or just
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_stretch.c | 53 #error Need assembly opcodes for this architecture 71 /* See if we need to regenerate the copy buffer */ 300 #error Need inline assembly for this compiler 325 /* We need to unlock the surfaces if they're locked */
|
/external/webkit/Source/JavaScriptCore/wtf/ |
StackBounds.cpp | 60 // Bug 26276 - Need a mechanism to determine stack extent 275 #error Need a way to get the stack bounds on this platform (Windows) 282 #error Need a way to get the stack bounds on this platform
|
/frameworks/base/media/mca/filterfw/jni/ |
Android.mk | 36 # Need FilterFW lib 39 # Also need the JNI headers.
|
/external/chromium/sdch/open-vcdiff/src/ |
mutex.h | 51 // If you need TryLock(), and either these two caveats are not a 82 // the mutex operations are a no-op, since we don't need locking then 107 # define WIN32_LEAN_AND_MEAN // We only need minimal includes 109 // We need Windows NT or later for TryEnterCriticalSection(). If you 110 // don't need that functionality, you can remove these _WIN32_WINNT 132 # error Need to implement mutex.h for your architecture, or #define NO_THREADS
|
/external/regex-re2/util/ |
mutex.h | 35 # define WIN32_LEAN_AND_MEAN // We only need minimal includes 37 // We need Windows NT or later for TryEnterCriticalSection(). If you 38 // don't need that functionality, you can remove these _WIN32_WINNT 47 # error Need to implement mutex.h for your architecture, or #define NO_THREADS
|
/development/build/tools/ |
windows_sdk.mk | 22 $(error Need a unix2dos command. Please 'apt-get install tofrodos') 45 # This is the list of *Linux* build tools that we need
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
sbitmap.h | 36 #error Need to increase size of datatype used for popcount
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 36 #error Need to increase size of datatype used for popcount
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
sbitmap.h | 36 #error Need to increase size of datatype used for popcount
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 36 #error Need to increase size of datatype used for popcount
|
/external/chromium/chrome/browser/resources/ |
print_preview_animations.js | 163 // Need to make sure the scrollbars are absolutely positioned vis-a-vis
|
/external/libvpx/vp8/common/ppc/ |
filter_altivec.asm | 226 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after 251 ;# if the second filter is not null then need to back off by 2*pitch 271 ;# if the second filter is not null then need to back off by 2*pitch 416 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after 441 ;# if the second filter is not null then need to back off by 2*pitch 461 ;# if the second filter is not null then need to back off by 2*pitch 559 ;# register there is no need to loop. Everything can stay in registers. 588 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after 621 ;# if the second filter is not null then need to back off by 2*pitch 641 ;# if the second filter is not null then need to back off by 2*pitc [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 250 * As predicates cannot be inlined into the invoking rule, they need to 553 <! Need to add support for earlyExitException debug hook !> 827 <! Need to add hook for noViableAltException() !> 889 <! Need to add hook for noViableAltException !> [all...] |
/external/libvpx/vp8/common/arm/armv6/ |
loopfilter_v6.asm | 378 ;p2, q2 are only needed at the end. Don't need to load them in now. 632 ; transpose uses 8 regs(r6 - r12 and lr). Need to save reg value now [all...] |
/external/openssh/ |
sftp.c | [all...] |
/dalvik/vm/mterp/armv5te/ |
footer.S | 173 mov r1, rPC @ arg1 of translation may need this 197 mov r1, rPC @ arg1 of translation may need this 221 * We'll need to stash our lr origin away, recover the new 244 mov r1, rPC @ arg1 of translation may need this 263 mov r1, rPC @ arg1 of translation may need this 286 mov r1, rPC @ arg1 of translation may need this 295 * already been restored by the time we get here. We'll need to set 340 mov r1, rPC @ arg1 of translation may need this 359 @ Need to clear the inJitCodeCache flag 380 * building mode, so we need to refresh before we continue [all...] |
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 510 // But if it's after the current container position then we'll need to 641 // refreshing the app view in getAppCallback and need to explicitly remove 662 // Need to give it a chance to animate though
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.js | 620 // But if it's after the current container position then we'll need to 751 // refreshing the app view in getAppCallback and need to explicitly remove 776 // Need to give it a chance to animate though 804 // any need to wait for DOMContentLoaded)
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 453 # We need to do this before the next, more liberal match, because the next 576 # We need to escape raw HTML in Markdown source before doing anything 577 # else. This need to be done for each block, and not only at the [all...] |