OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compilation
(Results
26 - 50
of
2636
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/lldb/test/expression_command/two-files/
TestObjCTypeQueryFromOtherCompileUnit.py
4
The expression parser's type search only looks in the current
compilation
unit for types.
26
"""The expression parser's type search should be wider than the current
compilation
unit."""
33
"""The expression parser's type search should be wider than the current
compilation
unit."""
38
"""The expression parser's type search should be wider than the current
compilation
unit."""
/external/llvm/test/CodeGen/XCore/
2009-01-08-Crash.ll
2
;; This caused a
compilation
failure since the
/external/llvm/test/ExecutionEngine/MCJIT/remote/
cross-module-a.ll
1
; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-
compilation
=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
/external/stlport/test/unit/
cstdlib_header_test.cpp
10
//Just an additionnal
compilation
test for Borland that used to fail here.
/ndk/sources/host-tools/sed-4.2.1/
README
6
See the file INSTALL for generic
compilation
and installation
/ndk/tests/device/test-gnustl-full/unit/
cstdlib_header_test.cpp
10
//Just an additionnal
compilation
test for Borland that used to fail here.
/ndk/tests/device/test-stlport/unit/
cstdlib_header_test.cpp
10
//Just an additionnal
compilation
test for Borland that used to fail here.
/development/ide/emacs/
android-compile.el
45
"RE to match line to suppress during a
compilation
.
46
During the
compilation
process line matching the above will be
47
suppressed if `android-
compilation
-no-buildenv-warning' is non nil.")
85
;; This filter is registered as a `
compilation
-filter-hook' and is
93
;;
compilation
. The point position is used to limit our search.
97
"Filter to discard unwanted lines from the
compilation
buffer.
99
This filter is registered as a `
compilation
-filter-hook' and is
102
Has effect only if `android-
compilation
-no-buildenv-warning' is
104
;; Currently we are looking only for
compilation
warnings from the
107
(when android-
compilation
-no-buildenv-warnin
[
all
...]
/external/clang/lib/Driver/
Compilation.cpp
1
//===---
Compilation
.cpp -
Compilation
Task Implementation ----------------===//
10
#include "clang/Driver/
Compilation
.h"
25
Compilation
::
Compilation
(const Driver &D, const ToolChain &_DefaultToolChain,
31
Compilation
::~
Compilation
() {
55
const DerivedArgList &
Compilation
::getArgsForToolChain(const ToolChain *TC,
70
bool
Compilation
::CleanupFile(const char *File, bool IssueErrors) const {
100
bool
Compilation
::CleanupFileList(const ArgStringList &Files
[
all
...]
/external/clang/test/Index/
compile_commands.json
18
# RUN: c-index-test -
compilation
-db %s
19
# RUN: c-index-test -
compilation
-db lookup file_does_not_exists.cpp %s | FileCheck -check-prefix=FILE-NOT-FOUND %s
20
# FILE-NOT-FOUND: file file_does_not_exists.cpp not found in
compilation
db
22
# RUN: c-index-test -
compilation
-db lookup /home/john.doe/MyProject/project.cpp %s | FileCheck -check-prefix=FILE-1-CMD %s
25
# RUN: c-index-test -
compilation
-db lookup /home/john.doe/MyProject/project2.cpp %s | FileCheck -check-prefix=FILE-2-CMD %s
/external/chromium_org/v8/src/
compilation-cache.h
11
// The
compilation
cache consists of several generational sub-caches which uses
12
// this class as a base class. A sub-cache contains a
compilation
cache tables
15
// for different
compilation
modes, to avoid retrieving the wrong result.
29
// Get the
compilation
cache tables for a specific generation.
64
Object** tables_; //
Compilation
cache tables - one for each generation.
147
// The
compilation
cache keeps shared function infos for compiled
150
//
compilation
data is cached.
206
// Enable/disable
compilation
cache. Used by debugger to disable
compilation
232
// Current enable state of the
compilation
cache
[
all
...]
/external/f2fs-tools/
README
7
Before
compilation
16
Initial
compilation
19
Before
compilation
initially, autoconf/automake tools should be run.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
kernel.h
28
/* Force a
compilation
error if condition is true */
31
/* Force a
compilation
error if condition is constant and true */
34
/* Force a
compilation
error if condition is true, but also produce a
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
kernel.h
28
/* Force a
compilation
error if condition is true */
31
/* Force a
compilation
error if condition is constant and true */
34
/* Force a
compilation
error if condition is true, but also produce a
/development/ndk/sources/android/ndk_helper/
shader.h
52
* return: true if a shader
compilation
succeeded, false if it failed
65
* return: true if a shader
compilation
succeeded, false if it failed
80
* return: true if a shader
compilation
succeeded, false if it failed
94
* return: true if a shader
compilation
succeeded, false if it failed
/external/chromium_org/third_party/libxslt/libexslt/
libexslt.h
2
* libexslt.h: internal header only used during the
compilation
of libexslt
/external/chromium_org/third_party/libxslt/libxslt/
preproc.h
3
* Description: this is the
compilation
phase, where most of the
/external/chromium_org/third_party/modp_b64/
README.chromium
10
and to fix
compilation
errors that occur under VC8. The file was renamed
/external/clang/docs/
JSONCompilationDatabase.rst
2
JSON
Compilation
Database Format Specification
33
of
compilation
databases for Unix Makefile builds (Ninja builds in the
39
Clang's tooling interface supports reading
compilation
databases; see
47
A
compilation
database is a JSON file, which consist of an array of
67
- **directory:** The working directory of the
compilation
. All paths
71
compilation
step. This is used by tools as the key into the
72
compilation
database. There can be multiple command objects for the
76
this must be a valid command to rerun the exact
compilation
step for
87
the build directory to detect the file and use the
compilation
database
/external/clang/include/clang/Driver/
Tool.h
1
//===--- Tool.h -
Compilation
Tools -----------------------------*- C++ -*-===//
24
class
Compilation
;
32
/// Tool - Information on a specific
compilation
tool.
73
virtual void ConstructJob(
Compilation
&C, const JobAction &JA,
/external/clang/include/clang/Tooling/
JSONCompilationDatabase.h
10
// The JSONCompilationDatabase finds
compilation
databases supplied as a file
33
/// \brief A JSON based
compilation
database.
35
/// JSON
compilation
database files must contain a list of JSON objects which
48
/// JSON
compilation
databases can for example be generated in CMake projects
52
/// \brief Loads a JSON
compilation
database from the specified file.
59
/// \brief Loads a JSON
compilation
database from a data buffer.
73
/// \brief Returns the list of all files available in the
compilation
database.
78
/// \brief Returns all compile commands for all the files in the
compilation
83
/// \brief Constructs a JSON
compilation
database on a memory buffer.
/external/clang/test/CodeGen/
2002-02-13-ReloadProblem.c
4
* steps of
compilation
in GCC. Before this change, the code went through
/external/clang/test/Driver/
debug-comp-dir.S
2
// CHECK-PWD: {{"-fdebug-
compilation
-dir" ".*Driver.*"}}
debug.c
2
// CHECK-PWD: {{"-fdebug-
compilation
-dir" ".*Driver.*"}}
/external/clang/test/Lexer/
cross-windows-on-linux.cpp
10
//
compilation
will fail due to the '#error success'.
Completed in 267 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>