OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:submodules
(Results
26 - 50
of
118
) sorted by null
1
2
3
4
5
/hardware/ti/omap4xxx/domx/
Makefile
59
SUBMODULES
= \
/hardware/ti/omap4xxx/domx/domx/
Makefile
66
SUBMODULES
= \
/hardware/ti/omap4xxx/domx/omx_core/
Makefile
66
SUBMODULES
= \
/hardware/ti/omap4xxx/domx/omx_proxy_component/
Makefile
59
SUBMODULES
= \
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/
Makefile
66
SUBMODULES
= \
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/
Makefile
66
SUBMODULES
= \
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/
Makefile
66
SUBMODULES
= \
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/
Makefile
66
SUBMODULES
= \
/hardware/ti/omap4xxx/domx/test/
Makefile
66
SUBMODULES
= sample_proxy \
/hardware/ti/omap4xxx/domx/test/sample_proxy/
Makefile
66
SUBMODULES
= \
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
dev.py
78
7. The gsutil git repository uses git
submodules
to pull in external modules.
79
After checking out the repository, make sure to also pull the
submodules
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
help.py
218
# Import all gslib.commands
submodules
.
221
# Import all gslib.addlhelp
submodules
.
/external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc
518
// Used as callback from
submodules
, hence locking is not allowed.
523
// Used as callback from
submodules
, hence locking is not allowed.
528
// Used as callback from
submodules
, hence locking is not allowed.
533
// Used as callback from
submodules
, hence locking is not allowed.
538
// Used as callback from
submodules
, hence locking is not allowed.
543
// Used as callback from
submodules
, hence locking is not allowed.
[
all
...]
/external/clang/docs/
Modules.rst
223
This behavior is currently only approximated when building a module with
submodules
. Entities within a submodule that has already been built are visible when building later
submodules
in that module. This can lead to fragile modules that depend on the build order used for the
submodules
of the module, and should not be relied upon. This behavior is subject to change.
225
As an example, in C, this implies that if two structs are defined in different
submodules
with the same name, those two types are distinct types (but may be *compatible* types if their definitions match). In C++, two structs defined with the same name in different
submodules
are the *same* type, and must be equivalent under C++'s One Definition Rule.
231
If any submodule of a module is imported into any part of a program, the entire top-level module is considered to be part of the program. As a consequence of this, Clang may diagnose conflicts between an entity declared in an unimported submodule and an entity declared in the current translation unit, and Clang may inline or devirtualize based on knowledge from unimported
submodules
.
306
Here, the top-level module ``std`` encompasses the whole C standard library. It has a number of
submodules
containing different parts of the standard library: ``complex`` for complex numbers, ``ctype`` for character types, etc. Each submodule lists one of more headers that provide the contents for that submodule. Finally, the ``export *`` command specifies that anything included by that submodule will be automatically re-exported.
338
A module declaration describes a module, including the headers that contribute to that module, its
submodules
, and other aspects of the module.
348
The ``explicit`` qualifier can only be applied to a submodule, i.e., a module that is nested within another module. The contents of explicit
submodules
are only made available when the submodule itself was explicitly named in an import declaration or was re-exported from an imported module.
397
The requirements clause allows specific modules or
submodules
to specify that they are only accessible with certain language dialects or on certain platforms. T (…)
[
all
...]
/development/tools/checkstyle/gitlint/
git.py
73
'--ignore-
submodules
=all']).decode('utf-8').split(os.linesep)
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/docs/source/
oauth2client.rst
4
Submodules
/external/clang/lib/Serialization/
Module.cpp
94
<< " Number of
submodules
: " << LocalNumSubmodules << '\n';
/external/clang/test/Modules/
redecl-merge.m
105
// Test redeclarations of entities in explicit
submodules
, to make
/external/opencv3/3rdparty/openexr/
ChangeLog.ilmbase
33
* Depracated the MacCode_Warrior and Shake
submodules
.
/external/clang/include/clang/Serialization/
Module.h
335
/// \brief The number of
submodules
in this module.
338
/// \brief Base submodule ID for
submodules
local to this module.
/external/libcxx/include/
module.modulemap
2
// FIXME: The standard does not require that each of these
submodules
/external/opencv3/cmake/
OpenCVModule.cmake
23
# OPENCV_MODULE_${the_module}_CHILDREN - list of
submodules
for compound modules (cmake >= 2.8.8)
32
# OPENCV_MODULE_CHILDREN - list of
submodules
202
# add
submodules
if any
203
set(OPENCV_MODULE_${the_module}_CHILDREN "${OPENCV_MODULE_CHILDREN}" CACHE INTERNAL "List of ${the_module}
submodules
")
[
all
...]
/packages/apps/Test/connectivity/sl4n/rapidjson/
readme.md
72
1. Execute `git submodule update --init` to get the files of thirdparty
submodules
(google test).
/prebuilts/gdb/darwin-x86/lib/python2.7/
pkgutil.py
83
attribute to find
submodules
.
96
# list all
submodules
of ctypes
130
"""Yields (module_loader, name, ispkg) for all
submodules
on path,
/prebuilts/gdb/linux-x86/lib/python2.7/
pkgutil.py
83
attribute to find
submodules
.
96
# list all
submodules
of ctypes
130
"""Yields (module_loader, name, ispkg) for all
submodules
on path,
Completed in 1787 milliseconds
1
2
3
4
5