HomeSort by relevance Sort by last modified time
    Searched full:submodules (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/v8/build/git-hooks/
pre-commit 5 git diff-tree -r --ignore-submodules=dirty "$1" "$2" | grep -e '^:160000' -e '^:...... 160000' | xargs
7 git diff-index --cached --ignore-submodules=dirty "$1" | grep -e '^:160000' -e '^:...... 160000' | xargs
14 # Most up-to-date submodules are in MERGE_HEAD.
17 # Most up-to-date submodules are in HEAD.
21 # No merge in progress. Submodules must match HEAD.
27 echo "You are trying to commit changes to the following submodules:" 1>&2
34 git status --ignore-submodules=dirty
38 git diff-index --cached --ignore-submodules=dirty HEAD
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/
module.handlebars 74 {{#if subModules}}
77 <ul class="module-submodules">
78 {{#subModules}}
88 {{/subModules}}
  /external/clang/test/Modules/
import-self.m 3 // RUN: -I %S/Inputs/submodules %s 2>&1 | FileCheck %s
7 // RUN: -I %S/Inputs/submodules -fmodule-name=import_self %s \
submodules.cpp 2 // RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules %s -verify
11 // expected-note@Inputs/submodules/type_traits.h:2{{previous}}
12 // expected-note@Inputs/submodules/hash_map.h:1{{previous}}
missing-header.m 2 // RUN: not %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules %s 2>&1 | FileCheck %s
submodules-merge-defs.cpp 2 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -verify -fno-modules-error-recovery -DTEXTUAL
3 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -verify -fno-modules-error-recovery
4 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -verify -fno-modules-error-recovery -fmodules-local-submodule-visibility -DTEXTUAL
5 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -verify -fno-modules-error-recovery -fmodules-local-submodule-visibility
6 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -verify -fno-modules-error-recovery -fmodules-local-submodule-visibility -DTEXTUAL -DEARLY_INDIRECT_INCLUDE
7 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -verify -fno-modules-error-recovery -fmodules-local-submodule-visibility -fmodule-feature use_defs_twice -DIMPORT_USE_2
submodules-preprocess.cpp 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c++ -Eonly -fmodules-cache-path=%t -I %S/Inputs/submodules %s -verify
  /external/clang/include/clang/Basic/
Module.h 76 /// \brief The submodules of this module, indexed by name.
77 std::vector<Module *> SubModules;
80 /// \c SubModules vector at which that submodule resides.
185 /// \brief Whether we should infer submodules for this module based on
188 /// Submodules can only be inferred for modules with an umbrella header.
191 /// \brief Whether, when inferring submodules, the inferred submodules
195 /// \brief Whether, when inferring submodules, the inferr submodules should
244 /// that all of its submodules should be exported (rather than the name
481 llvm::iterator_range<submodule_iterator> submodules() { function in class:clang::Module
484 llvm::iterator_range<submodule_const_iterator> submodules() const { function in class:clang::Module
    [all...]
  /external/llvm/test/tools/dsymutil/X86/
submodules.m 12 clang -D CHILD_H -E -o Child.h submodules.m
16 -fdisable-module-hash submodules.m -o 1.o
19 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/submodules \
  /external/compiler-rt/lib/
Makefile.mk 12 # Add submodules.
  /external/guice/core/src/com/google/inject/
Module.java 38 * <p><strong>Do not invoke this method directly</strong> to install submodules. Instead use
  /external/v8/build/
build-ctags.sh 42 # We always build the top level but leave all submodules as optional.
  /hardware/ti/omap4-aah/domx/make/
build.mk 32 SUBMODULES := $(strip $(SUBMODULES))
173 .PHONY : all $(SUBMODULES) clean cleantrg SHELLERR Debug
178 all : $(CHECKSHELL) $(SUBMODULES)
181 # Make submodules
183 $(SUBMODULES):
186 $(MAKE) -C $@ $(filter-out $(SUBMODULES),$(MAKECMDGOALS))
255 install:: $(TARGETDIR) $(SUBMODULES) $(TARGET)
291 clean : $(SUBMODULES)
312 cleantrg : $(SUBMODULES)
    [all...]
  /hardware/ti/omap4xxx/domx/make/
build.mk 32 SUBMODULES := $(strip $(SUBMODULES))
173 .PHONY : all $(SUBMODULES) clean cleantrg SHELLERR Debug
178 all : $(CHECKSHELL) $(SUBMODULES)
181 # Make submodules
183 $(SUBMODULES):
186 $(MAKE) -C $@ $(filter-out $(SUBMODULES),$(MAKECMDGOALS))
255 install:: $(TARGETDIR) $(SUBMODULES) $(TARGET)
291 clean : $(SUBMODULES)
312 cleantrg : $(SUBMODULES)
    [all...]
  /external/clang/lib/Basic/
Module.cpp 46 Parent->SubModuleIndex[Name] = Parent->SubModules.size();
47 Parent->SubModules.push_back(this);
230 return SubModules[Pos->getValue()];
242 // All non-explicit submodules are exported.
243 for (std::vector<Module *>::const_iterator I = SubModules.begin(),
244 E = SubModules.end();
399 // the module. Regular inferred submodules are OK, as we need to look at all
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
TestUtil.java 54 File submoduleDir = file("submodules", "robolectric", "src", "test", "resources");
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.h 99 // Methods only accessed from APM submodules or
112 // Methods returning pointers to APM submodules.
114 // would offer no protection (the submodules are
246 // Structs containing the pointers to the submodules.
  /hardware/ti/omap4-aah/domx/
Makefile 59 SUBMODULES = \
  /hardware/ti/omap4-aah/domx/domx/
Makefile 66 SUBMODULES = \
  /hardware/ti/omap4-aah/domx/omx_core/
Makefile 66 SUBMODULES = \
  /hardware/ti/omap4-aah/domx/omx_proxy_component/
Makefile 59 SUBMODULES = \
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/
Makefile 66 SUBMODULES = \
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/
Makefile 66 SUBMODULES = \
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_sample/
Makefile 66 SUBMODULES = \
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/
Makefile 66 SUBMODULES = \

Completed in 3744 milliseconds

1 2 3 4 5