HomeSort by relevance Sort by last modified time
    Searched defs:MODULE (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/clang/test/Modules/Inputs/
macros.h 1 #define MODULE
8 #__private_macro MODULE
13 # error Can't include this header without building the 'macros' module.
  /external/ltp/testcases/kernel/module/delete_module/
dummy_del_mod_dep.c 18 * Description: This is a kernel loadable module programme used by
19 * delete_module03 testcase which inserts this module as part
20 * of setup. This module has dependency on dummy_del_mod module
24 #ifndef MODULE
25 #define MODULE
28 * module.h when it calls /usr/include/linux/version.h
33 #include <linux/module.h>
dummy_del_mod.c 18 * Description: This is a kernel loadable module programme used by
19 * delete_module03 testcase which inserts this module as part
23 #ifndef MODULE
24 #define MODULE
28 * module.h when it calls /usr/include/linux/version.h
33 #include <linux/module.h>
40 /* Dummy function called by dependent module */
  /external/ltp/testcases/kernel/module/query_module/
dummy_query_mod.c 18 * Description: This is a kernel loadable module programme used by
22 #define MODULE
24 * module.h when it calls /usr/include/linux/version.h
30 #include <linux/module.h>
35 /* Initialization routine of module */
41 /* Cleanup routine of module */
47 /* Dummy function used by dependent module */
dummy_query_mod_dep.c 18 * Description: This is a kernel loadable module programme used by
19 * testcases of query_module(2). This module has dependency
20 * on dummy_query_mod module (calls function of dummy_del_mod
24 #define MODULE
26 * module.h when it calls /usr/include/linux/version.h
32 #include <linux/module.h>
37 /* Initialization routine of module */
41 * Call function of other module, does nothing, used to create
42 * dependency with other module
48 /* Cleanup routine of module */
    [all...]
  /system/nvram/core/
rules.mk 21 # this module into the unittest app with dependencies mocked out.
22 MODULE := $(LOCAL_DIR)
47 include make/module.mk
  /system/nvram/core/tests/
rules.mk 19 MODULE := $(LOCAL_DIR)
34 include make/module.mk
  /system/nvram/messages/
rules.mk 19 MODULE := $(LOCAL_DIR)
34 include make/module.mk
  /system/gatekeeper/
rules.mk 3 MODULE := $(LOCAL_DIR)
20 include make/module.mk
  /external/python/cpython2/PC/VC6/
_ssl.mak 3 MODULE=_ssl_d.pyd
8 MODULE=_ssl.pyd
20 $(MODULE): $(SOURCE) ../*.h ../../Include/*.h
22 cl /nologo $(SOURCE) $(CFLAGS) /Fo$(TEMP_DIR)\$*.obj $(INCLUDES) /link /out:$(MODULE) $(LIBS) $(LFLAGS)
  /external/boringssl/
rules.mk 21 MODULE := $(LOCAL_DIR)
83 include make/module.mk
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_StringIO.py 11 # use a class variable MODULE to define which module is being tested
23 self._fp = self.MODULE.StringIO(self._lines)
35 f = self.MODULE.StringIO()
44 f = self.MODULE.StringIO()
53 f = self.MODULE.StringIO()
58 f = self.MODULE.StringIO()
72 f = self.MODULE.StringIO()
76 f = self.MODULE.StringIO("abc")
82 f = self.MODULE.StringIO()
    [all...]
  /external/python/cpython2/Lib/test/
test_StringIO.py 13 # use a class variable MODULE to define which module is being tested
24 self._fp = self.MODULE.StringIO(self._lines)
38 f = self.MODULE.StringIO()
47 f = self.MODULE.StringIO()
56 f = self.MODULE.StringIO()
61 f = self.MODULE.StringIO()
75 f = self.MODULE.StringIO()
79 f = self.MODULE.StringIO("abc")
85 f = self.MODULE.StringIO(
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_StringIO.py 13 # use a class variable MODULE to define which module is being tested
24 self._fp = self.MODULE.StringIO(self._lines)
38 f = self.MODULE.StringIO()
47 f = self.MODULE.StringIO()
56 f = self.MODULE.StringIO()
61 f = self.MODULE.StringIO()
75 f = self.MODULE.StringIO()
79 f = self.MODULE.StringIO("abc")
85 f = self.MODULE.StringIO(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_StringIO.py 13 # use a class variable MODULE to define which module is being tested
24 self._fp = self.MODULE.StringIO(self._lines)
38 f = self.MODULE.StringIO()
47 f = self.MODULE.StringIO()
56 f = self.MODULE.StringIO()
61 f = self.MODULE.StringIO()
75 f = self.MODULE.StringIO()
79 f = self.MODULE.StringIO("abc")
85 f = self.MODULE.StringIO(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 13 # use a class variable MODULE to define which module is being tested
24 self._fp = self.MODULE.StringIO(self._lines)
38 f = self.MODULE.StringIO()
47 f = self.MODULE.StringIO()
56 f = self.MODULE.StringIO()
61 f = self.MODULE.StringIO()
75 f = self.MODULE.StringIO()
79 f = self.MODULE.StringIO("abc")
85 f = self.MODULE.StringIO(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 13 # use a class variable MODULE to define which module is being tested
24 self._fp = self.MODULE.StringIO(self._lines)
38 f = self.MODULE.StringIO()
47 f = self.MODULE.StringIO()
56 f = self.MODULE.StringIO()
61 f = self.MODULE.StringIO()
75 f = self.MODULE.StringIO()
79 f = self.MODULE.StringIO("abc")
85 f = self.MODULE.StringIO(
    [all...]
  /external/selinux/gui/
booleansPage.py 81 MODULE = 1
124 col = Gtk.TreeViewColumn("Module", Gtk.CellRendererText(), text=MODULE)
125 col.set_sort_column_id(MODULE)
219 self.store.set_value(iter, MODULE, self.booleans.get_category(name))
  /external/v8/src/ast/
variables.h 43 location() == VariableLocation::MODULE);
104 DCHECK_EQ(location(), VariableLocation::MODULE);
112 DCHECK_IMPLIES(location == VariableLocation::MODULE, index != 0);
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 1 //===--- GlobalModuleIndex.cpp - Global Module Index ------------*- C++ -*-===//
20 #include "clang/Serialization/Module.h"
50 /// \brief Describes a module, including its file name and dependencies.
51 MODULE,
64 // Global module index reader.
177 case MODULE: {
181 // Make room for this module's information.
187 // Size/modification time for this module file at the time the
206 assert(Idx == Record.size() && "More module info?");
208 // Record this module as an unresolved module
    [all...]
  /external/python/cpython2/PC/os2emx/
Makefile 115 MODULE.EXT= .pyd
214 %.pyd: $(OUT)%module$O $(OUT)%_m.def
223 ifeq ($(DESCRIPTION.$(notdir $*)$(MODULE.EXT)),)
224 @echo DESCRIPTION $(DQUOTE)Python standard module $(notdir $*)$(DQUOTE) >>$@
226 @echo DESCRIPTION $(DQUOTE)$(DESCRIPTION.$(notdir $*)$(MODULE.EXT))$(DQUOTE) >>$@
266 # Module descriptions
267 DESCRIPTION.zlib$(MODULE.EXT)= Python Extension DLL for accessing the InfoZip compression library
268 DESCRIPTION.crypt$(MODULE.EXT)= Python Extension DLL implementing the crypt$(BRO)$(BRC) function
269 DESCRIPTION._tkinter$(MODULE.EXT)= Python Extension DLL for access to Tcl/Tk Environment
270 DESCRIPTION.readline$(MODULE.EXT)= Python Extension DLL for access to GNU ReadLine librar
    [all...]
  /build/make/core/
base_rules.mk 18 $(call record-module-type,base_rules)
21 # arbitrary operations as each module is included.
27 ## Common instructions for a generic module.
116 $(call pretty-error,"LOCAL_ADDITIONAL_DEPENDENCIES must only contain paths (not module names)")
139 $(warning *** Module name: $(LOCAL_MODULE))
142 $(warning * Module is attempting to use the 'user' tag. This)
143 $(warning * used to cause the module to be installed automatically.)
144 $(warning * Now, the module must be listed in the PRODUCT_PACKAGES)
147 $(error user tag detected on module.)
150 # Only the tags mentioned in this test are expected to be set by module
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java 37 import static com.google.inject.multibindings.SpiUtils.VisitType.MODULE;
58 import com.google.inject.Module;
94 /** The kind of test we should perform. A live Injector, a raw Elements (Module) test, or both. */
95 enum VisitType { INJECTOR, MODULE, BOTH }
105 * @param visitType The kind of test we should perform. A live Injector, a raw Elements (Module) test, or both.
111 Iterable<? extends Module> modules, VisitType visitType, boolean allowDuplicates,
122 if (visitType == BOTH || visitType == MODULE) {
130 TypeLiteral<?> valueType, Iterable<? extends Module> modules, boolean allowDuplicates,
260 TypeLiteral<?> valueType, Iterable<? extends Module> modules, boolean allowDuplicates,
413 * @param visitType The kind of test we should perform. A live Injector, a raw Elements (Module) test, or both
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
ObservableProperty.java 81 MODULE(Type.SINGLE_REFERENCE),
  /external/minijail/
common.mk 23 # 3. In all subdirectories, create a 'module.mk' file that starts with:
182 # Only call MODULE if we're in a submodule
187 # All the top-level defines outside of module.mk.
559 # work, but we go ahead and match using the module form. Then we can place a
904 SUBMODULE_DIRS = $(wildcard $(SRC)/*/module.mk)
911 MODULE := $(patsubst %/,%, \
913 MODULE := $(subst $(SRC)/,,$(MODULE))
914 MODULE_NAME := $(subst /,_,$(MODULE))
915 #VPATH := $(MODULE):$(VPATH
    [all...]

Completed in 1197 milliseconds

1 2 3 4