/external/webkit/JavaScriptCore/debugger/ |
Debugger.cpp | 58 // If JavaScript is running, it's not safe to recompile, since we'll end 88 executable->recompile(exec);
|
/external/bison/lib/ |
hash.h | 22 obstacks instead of malloc, and recompile `hash.c' with same setting. */
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
regress-181834.js | 91 * Recompile the function |outer| via eval() in order to 119 * Recompile the function |outer| via eval() in order to
|
/external/chromium/base/third_party/purify/ |
pure.h | 5 * You may recompile and redistribute these definitions as required.
|
pure_api.c | 5 * You may recompile and redistribute these definitions as required.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
lp.h | 45 * number and recompile, and if your system gets bogged down, decrease
|
/external/bluetooth/glib/build/win32/ |
module.defs | 89 # at some time in history. To really be able to recompile something
|
/external/dhcpcd/ |
bpf.c | 84 logger(LOG_ERR, "BPF version mismatch - recompile " PACKAGE);
|
/external/dropbear/ |
INSTALL | 20 recompile after changing the PROGRAMS list, you *MUST* "make clean" before
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/ |
THINK_C_notes | 15 the GNU General Public License for details. You will also need to recompile
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteCompiledSql.java | 86 // explicitly requested a recompile.
|
/ndk/docs/ |
NDK-BUILD.html | 77 obj/local/<abi>/objs-debug). This avoids having to recompile all your sources
|
/external/webkit/JavaScriptCore/runtime/ |
Executable.cpp | 233 void FunctionExecutable::recompile(ExecState*) function in class:JSC::FunctionExecutable
|
Executable.h | 290 void recompile(ExecState*);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
PreCompilerDeltaVisitor.java | 79 * Aidl force recompilation flag. If true, we'll attempt to recompile all aidl files. 280 // - if R.java/Manifest.java are removed/modified, we recompile the resources 281 // - if aidl files are removed/modified, we recompile them.
|
PreCompilerBuilder.java | 557 // recompile. [all...] |
/external/grub/ |
NEWS | 214 don't have to recompile GRUB any longer. 277 work in LBA mode, recompile GRUB with this option specified. You can 504 * Several weird bugs fixed. One important note: If you recompile, it
|
/development/pdk/pndk/ |
Pndk.mk | 59 # Source is provided for partners who want to recompile our libraries for optimization.
|
/external/proguard/src/proguard/ |
Initializer.java | 297 System.err.println(" You may need to recompile them and try again.");
|
/frameworks/base/docs/html/guide/topics/views/ |
ui-xml.jd | 12 <p>One advantage of declaring your UI in XML is that it enables you to better separate the presentation of your application from the code that controls it's behavior. Your UI description is external to your application code, which means that you can modify or adapt it without having to modify your source code and recompile. For example, you can create XML layouts for different screen orientations and for a variety of device screen sizes or languages. Additionally, declaring in XML makes it easier to see the elements and structure of your UI, so it's easier to debug problems. </p>
|
/external/bzip2/ |
bzip2recover.c | 132 "%s: BZ_MAX_HANDLED_BLOCKS in bzip2recover.c, and recompile.\n", 330 "\tto circumvent, recompile with MaybeUInt64 as an\n"
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
AttributeTranslator.java | 325 "solution is to recompile the class from " +
|
/development/pdk/docs/porting/ |
build_system.jd | 123 <p> The binaries of each combo are stored as distinct sub-directories of <code>//out/</code>, making it possible to quickly switch between combos without having to recompile all sources each time. </p>
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_video.c | 482 SDL_SetError("ph_SetVideoMode(): no OpenGL support, you need to recompile SDL.\n");
|
/external/sqlite/android/ |
sqlite3_android.cpp | 316 // and sqlite3_get_auxdata() will return null above, forcing a recompile for the new table.
|