OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compilation
(Results
401 - 425
of
2636
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/
config.gyp
37
# usage of the garbage-collection infrastructure during
compilation
.
40
# points-to graph files for each
compilation
unit.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_debug.c
31
{ "fp", DBG_FP, "Log fragment program
compilation
" },
32
{ "vp", DBG_VP, "Log vertex program
compilation
" },
/external/chromium_org/third_party/sqlite/src/ext/icu/
README.txt
13
2.
Compilation
and Usage
113
2
COMPILATION
AND USAGE
/external/chromium_org/third_party/sqlite/src/ext/rtree/
README
14
2.
Compilation
and Deployment
99
2.
COMPILATION
AND USAGE
/external/chromium_org/tools/clang/scripts/
test_tool.py
19
"""Returns a JSON string containing a
compilation
database for the input."""
65
# Generate a temporary
compilation
database to run the tool over.
/external/chromium_org/v8/tools/gcmole/
bootstrap.sh
45
# Xcode and clang don't get along when predictive
compilation
is enabled.
53
echo "You're using Xcode3 and you have 'Predictive
Compilation
' enabled."
/external/clang/docs/tools/
clang.pod
26
stages of
compilation
, to understand how to invoke it. These stages are:
78
stages. In addition to
compilation
of code, Clang also supports other tools:
228
Clang fully supports cross
compilation
as an inherent part of its design.
319
debug type information can be spread out over multiple
compilation
384
Print (but do not run) the commands to run for this
compilation
.
444
Save intermediate
compilation
results.
458
Print timing summary of each stage of
compilation
.
575
write temporary files used during the
compilation
process.
/external/clang/lib/Tooling/
CommonOptionsParser.cpp
13
//
compilation
database and input files.
16
// for locating a
compilation
database and source files, and help messages
/external/clang/test/OpenMP/
linking.c
59
// CHECK-LD-WARN-32: warning: argument unused during
compilation
: '-fopenmp=libiomp5'
67
// CHECK-LD-WARN-64: warning: argument unused during
compilation
: '-fopenmp=libiomp5'
/external/clang/www/
UniversalDriver.html
27
underlying cross-
compilation
abilities of clang.</p>
30
compilation
is done, based on the idea of a <i>universal driver</i>. The key
/external/deqp/doc/testspecs/GLES31/
functional.shaders.atomic_counter.txt
112
Test set includes negative shader
compilation
cases as well. In such cases the
113
compilation
is simply expected to fail.
/external/llvm/docs/
Lexicon.rst
106
occurs between procedures, functions or
compilation
units (modules).
110
that occurs between procedures, functions or
compilation
units (modules).
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
split-lib.py
20
self.shfile.write("./toy -suppress-prompts -use-mcjit=true -enable-lazy-
compilation
=true -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
25
self.shfile.write("./toy -suppress-prompts -use-mcjit=true -enable-lazy-
compilation
=true -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
/external/mesa3d/src/gallium/drivers/r300/
r300_debug.c
31
{ "fp", DBG_FP, "Log fragment program
compilation
" },
32
{ "vp", DBG_VP, "Log vertex program
compilation
" },
/external/stlport/
INSTALL.unixes
68
1) The best way to understand how to use it, is to see on
compilation
,
77
Compilation
:
/frameworks/compile/libbcc/
README.html
316
compilation
.</li>
329
<li>after each
compilation
, serialize the in-memory executable into a
330
cache file. Note that the
compilation
is triggered by a cache
350
binaries. Just-in-Time
compilation
are oftentimes Just-too-Late,
389
<li><strong>bccReadBC</strong> - Set the source bitcode for
compilation
</li>
390
<li><strong>bccReadModule</strong> - Set the llvm::Module for
compilation
</li>
394
just-in-time
compilation
or cache loading</li>
465
<li><p class="first">Calls from/to a separate
compilation
unit: (E.g., calls to Execution
/frameworks/compile/slang/
rs_cc_options.h
95
// Display verbose information about the
compilation
on stdout.
121
* (options affecting the
compilation
of those source files).
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
promotion.hpp
74
//
compilation
:
100
//
compilation
:
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.h
45
to gradually reduce the amount of conditional
compilation
that is
63
at the cost of less type-safe !ENABLE_CHECKING
compilation
. */
/prebuilts/misc/darwin-x86/analyzer/bin/
ccc-analyzer
14
# CCC_CC: The origianl LOCAL_CC which does the real
compilation
and code-gen
18
# modified to prefix/append them in options passed to clang for successful
compilation
cxx-syntax
14
# The
compilation
time is slightly longer, and the generated object file
40
# passed for C++
compilation
by build system
/external/clang/test/Driver/
cl-options.c
161
// Ignored options. Check that we don't get "unused during
compilation
" errors.
184
// IGNORED-NOT: argument unused during
compilation
191
// LINKUNUSED-NOT: argument unused during
compilation
195
// UNUSED-NOT: argument unused during
compilation
290
// MFLAGS-NOT: argument unused during
compilation
/external/llvm/include/llvm/MC/
MCContext.h
112
/// The
compilation
directory to use for DW_AT_comp_dir.
292
/// \brief Get the
compilation
directory for DW_AT_comp_dir
294
///
compilation
directory and have it be something other than the current
299
/// \brief Set the
compilation
directory for DW_AT_comp_dir
300
/// Override the default (CWD)
compilation
directory.
/external/stlport/stlport/stl/config/
user_config.h
28
* User-settable macros that control
compilation
:
85
* Default is off, just not to break
compilation
for those who do use those types.
121
* and slows down
compilation
.
232
* Uncomment to get feedback at
compilation
time about result of build environment
264
* The drawback can be longer
compilation
time and bigger executable size.
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h
28
* User-settable macros that control
compilation
:
85
* Default is off, just not to break
compilation
for those who do use those types.
121
* and slows down
compilation
.
232
* Uncomment to get feedback at
compilation
time about result of build environment
264
* The drawback can be longer
compilation
time and bigger executable size.
Completed in 772 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>