OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:submodule
(Results
51 - 75
of
164
) sorted by null
1
2
3
4
5
6
7
/external/clang/test/Modules/
add-remove-private.m
16
// CHECK: no
submodule
named 'Private'
macros2.c
3
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-local-
submodule
-visibility -x objective-c++ -verify -fmodules-cache-path=%t -I %S/Inputs %s -DLOCAL_VISIBILITY
no-linkage.cpp
2
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fmodules-local-
submodule
-visibility -I%S/Inputs/no-linkage -fmodule-map-file=%S/Inputs/no-linkage/module.modulemap %s -verify
macros.c
12
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -DLOCAL_VISIBILITY -fmodules-local-
submodule
-visibility -x objective-c++ -verify -fmodules-cache-path=%t -I %S/Inputs %s
162
// When macros_right.undef is built and local
submodule
visibility is not
/external/clang/lib/Serialization/
Module.cpp
93
llvm::errs() << " Base
submodule
ID: " << BaseSubmoduleID << '\n'
95
dumpLocalRemap("
Submodule
ID local -> global map", SubmoduleRemap);
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/
classes.handlebars
27
{{#if
submodule
}}
28
Module: {{#crossLinkModule
submodule
}}{{/crossLinkModule}}<br>
/prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.pom
148
<id>git
submodule
update</id>
156
<argument>
submodule
</argument>
/external/clang/include/clang/Basic/
DiagnosticFrontendKinds.td
185
def err_no_submodule : Error<"no
submodule
named %0 in module '%1'">;
187
"no
submodule
named %0 in module '%1'; did you mean '%2'?">;
188
def warn_missing_submodule : Warning<"missing
submodule
'%0'">,
DiagnosticLexKinds.td
567
"expected umbrella, header,
submodule
, or module export">;
600
"inferred
submodule
cannot be a framework
submodule
">;
606
"redefinition of inferred
submodule
">;
608
"expected '{' to start inferred
submodule
">;
612
"only '*' can be exported from an inferred
submodule
">;
626
"
submodule
of top-level module '%0' implicitly imported here">;
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/term/
_term.py
44
# fixup if a
submodule
of curses failed.
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/term/
_term.py
44
# fixup if a
submodule
of curses failed.
/external/clang/include/clang/Serialization/
Module.h
189
/// made visible, just when the first
submodule
of that module was imported.
334
// ===
Submodule
information ===
338
/// \brief Base
submodule
ID for submodules local to this module.
341
/// \brief Remapping table for
submodule
IDs in this module.
ASTBitCodes.h
159
/// \brief An ID number that refers to a
submodule
in a module file.
162
/// \brief The number of predefined
submodule
IDs.
221
/// \brief The block containing the
submodule
structure.
638
/// \brief Record types used within a
submodule
description block.
642
/// \brief Defines the major attributes of a
submodule
, including its
655
///
submodule
.
658
///
submodule
.
663
/// from this
submodule
.
671
/// \brief Specifies a header that is private to this
submodule
.
676
/// \brief Specifies a header that is private to this
submodule
bu
[
all
...]
ASTWriter.h
281
/// \brief The
submodule
ID that will be assigned to the next new
submodule
.
493
/// \brief A mapping from each known
submodule
to its ID number, which will
501
/// \brief Retrieve or create a
submodule
ID for this module.
773
/// \brief Infer the
submodule
ID that contains an entity at the given
777
/// \brief Retrieve or create a
submodule
ID for this module, or return 0 if
778
/// the
submodule
is neither local (a submodle of the currently-written module)
[
all
...]
/external/freetype/include/
ftautoh.h
121
* specify the script
submodule
the auto-hinter should use for hinting a
134
* assigned to this
submodule
.
172
* assigned to this
submodule
.
215
* assigned to this
submodule
.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftautoh.h
121
* specify the script
submodule
the auto-hinter should use for hinting a
134
* assigned to this
submodule
.
172
* assigned to this
submodule
.
215
* assigned to this
submodule
.
/external/pdfium/third_party/freetype/include/freetype/
ftautoh.h
121
* specify the script
submodule
the auto-hinter should use for hinting a
134
* assigned to this
submodule
.
172
* assigned to this
submodule
.
215
* assigned to this
submodule
.
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftautoh.h
121
* specify the script
submodule
the auto-hinter should use for hinting a
134
* assigned to this
submodule
.
172
* assigned to this
submodule
.
215
* assigned to this
submodule
.
/external/bison/build-aux/
gnu-web-doc-update
144
$GIT
submodule
update --recursive
156
$GIT
submodule
update --recursive
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
dev.py
73
git
submodule
update --init --recursive
82
git
submodule
update --init --recursive
/external/libcxx/include/
module.modulemap
4
// export that issues a warning if a name from the
submodule
is used, and
27
// No
submodule
for cassert. It fundamentally needs repeated, textual inclusion.
/external/clang/include/clang/Lex/
ModuleMap.h
362
/// \param Context The module for which we will look for a
submodule
. If
365
/// \returns The named
submodule
, if known; otherwose, returns null.
368
/// \brief Find a new module or
submodule
, or create it if it does not already
373
/// \param Parent The module that will act as the parent of this
submodule
,
378
/// \param IsExplicit Whether this is an explicit
submodule
.
415
/// getting the module map file for each
submodule
individually, since the
/prebuilts/gdb/darwin-x86/lib/python2.7/
pyclbr.py
101
which we are searching for a
submodule
, and then PATH must be the
127
submodule
= module[i+1:]
133
return _readmodule(
submodule
, parent['__path__'], package)
/prebuilts/gdb/linux-x86/lib/python2.7/
pyclbr.py
101
which we are searching for a
submodule
, and then PATH must be the
127
submodule
= module[i+1:]
133
return _readmodule(
submodule
, parent['__path__'], package)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py
101
which we are searching for a
submodule
, and then PATH must be the
127
submodule
= module[i+1:]
133
return _readmodule(
submodule
, parent['__path__'], package)
Completed in 1761 milliseconds
1
2
3
4
5
6
7