Searched
full:built (Results
426 -
450 of
6582) sorted by null
<<11121314151617181920>>
/external/chromium_org/v8/tools/gyp/ |
generate_trig_table.host.linux-arm.mk | 14 # Make sure our deps are built first. 31 # Make sure our deps and generated files are built first.
|
generate_trig_table.host.linux-mips.mk | 14 # Make sure our deps are built first. 31 # Make sure our deps and generated files are built first.
|
generate_trig_table.host.linux-x86.mk | 14 # Make sure our deps are built first. 31 # Make sure our deps and generated files are built first.
|
/external/chromium_org/webkit/common/user_agent/ |
webkit_version.target.darwin-arm.mk | 13 # Make sure our deps are built first. 30 # Make sure our deps and generated files are built first.
|
webkit_version.target.darwin-mips.mk | 13 # Make sure our deps are built first. 30 # Make sure our deps and generated files are built first.
|
webkit_version.target.darwin-x86.mk | 13 # Make sure our deps are built first. 30 # Make sure our deps and generated files are built first.
|
webkit_version.target.linux-arm.mk | 13 # Make sure our deps are built first. 30 # Make sure our deps and generated files are built first.
|
webkit_version.target.linux-mips.mk | 13 # Make sure our deps are built first. 30 # Make sure our deps and generated files are built first.
|
webkit_version.target.linux-x86.mk | 13 # Make sure our deps are built first. 30 # Make sure our deps and generated files are built first.
|
/external/clang/test/Sema/ |
implicit-builtin-decl.c | 25 fprintf(0, "foo"); // expected-warning{{declaration of built-in function 'fprintf' requires inclusion of the header <stdio.h>}} \ 57 void longjmp(); // expected-warning{{declaration of built-in function 'longjmp' requires inclusion of the header <setjmp.h>}}
|
/external/clang/www/ |
related.html | 16 <p>As Clang matures, more and more projects are being built atop the Clang 35 compiler built on the Low Level Virtual Machine compiler
|
/external/icu4c/samples/ufortune/resources/ |
Makefile | 11 # although the resources can be built from here. 24 # code that can then be built into a .so
|
fortune_resources.mak | 12 # List of resource files to be built. 35 # clear out the built-in ones (for .c and the like), and add
|
/external/llvm/projects/ |
Makefile | 17 # Don't build compiler-rt, it isn't designed to be built directly. 20 # Don't build libcxx, it isn't designed to be built directly.
|
/external/qemu-pc-bios/ |
README | 10 The file bios.bin is actually BIOS-bochs-latest, which is built from 26 is built by the tree, and we used the following commit.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-B | 8 that nothing is built. Then invoke it with -B and verify that everything 9 is built again.";
|
/sdk/build/ |
windows_sdk_whitelist.mk | 1 # Whitelist of SDK projects that can be built for the SDK on Windows 8 # This file defines a whitelist of projects that can be built in the Windows
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 3 Implements the Distutils 'bdist' command (create a built [binary] 29 description = "create a built (binary) distribution" 32 "temporary directory for creating built distributions"), 39 "directory to put final built distributions in " 101 # 'bdist_base' -- parent of per-built-distribution-format 115 "don't know how to create built distributions " + \
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 3 Implements the Distutils 'bdist' command (create a built [binary] 29 description = "create a built (binary) distribution" 32 "temporary directory for creating built distributions"), 39 "directory to put final built distributions in " 101 # 'bdist_base' -- parent of per-built-distribution-format 115 "don't know how to create built distributions " + \
|
/external/chromium_org/tools/gyp/tools/ |
pretty_sln.py | 22 def BuildProject(project, built, projects, deps): 27 if dep not in built: 28 BuildProject(dep, built, projects, deps) 30 built.append(project) 123 built = [] 125 if project not in built: 126 BuildProject(project, built, projects, deps)
|
/ndk/tests/standalone/builtin-macros/ |
run.sh | 1 # This script is used to check all pre-defined built-in macros in a given 15 # Read all the built-in macros, and assign them to our own variables. 46 echo "Missing built-in macro definition: $1" 50 echo "Invalid built-in macro definition: '$VAL', expected '$2'" 82 echo "Missing built-in macro definition: $1" 94 echo "Invalid built-in macro definition: '$VAL', expected one of: $@" 117 echo "Checking built-in macros for: $CC $CFLAGS"
|
/external/chromium/testing/gtest/ |
CMakeLists.txt | 16 "Use shared (DLL) run-time lib even when Google Test is built as static lib." 78 # They are not built by default. To build them, set the 102 # The tests are not built by default. To build them, set the 112 # C++ tests built with standard compiler flags. 141 # C++ tests built with non-standard compiler flags.
|
/external/chromium_org/third_party/sqlite/src/ext/icu/ |
README.txt | 26 SQLite's built-in implementations of these two functions only 56 Similarly to the upper() and lower() functions, the built-in SQLite LIKE 135 always uses the built-in LIKE operator. 141 Passing very long patterns to the built-in SQLite LIKE operator can 160 an index has been built is therefore equivalent to database
|
/external/qemu/distrib/sdl-1.2.15/src/ |
SDL.c | 81 SDL_SetError("SDL not built with timer support"); 97 SDL_SetError("SDL not built with video support"); 112 SDL_SetError("SDL not built with audio support"); 128 SDL_SetError("SDL not built with joystick support"); 143 SDL_SetError("SDL not built with cdrom support");
|
/external/ceres-solver/internal/ceres/ |
lapack.cc | 70 LOG(FATAL) << "Ceres was built without a BLAS library."; 96 LOG(FATAL) << "Ceres was built without a LAPACK library."; 128 LOG(FATAL) << "Ceres was built without a LAPACK library.";
|
Completed in 1096 milliseconds
<<11121314151617181920>>