Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 1385) sorted by relevance

12345678910>>...56

/external/oprofile/
DMakefile.am35 .PHONY: module
37 all-local: module
40 module: target
43 (cd $(KSRC) && $(MAKE) SUBDIRS=$(OPROFILE_DIR)/module/@OPROFILE_MODULE_ARCH@ modules) || exit 1 ;
44 (cd $(KSRC) && $(MAKE) SUBDIRS=$(OPROFILE_DIR)/module modules) || exit 1 ;
48 cp module/oprofile-module.o $(MODINSTALLDIR)/oprofile/oprofile.o
52 rm -f module/*.o module/@OPROFILE_MODULE_ARCH@/*.o \
53 module/.*.o.cmd module/.*.o.flags \
54 module/@OPROFILE_MODULE_ARCH@/.*.o.cmd module/@OPROFILE_MODULE_ARCH@/.*.o.flags
70 module/Makefile.in \
[all …]
/external/clang/test/Modules/Inputs/
Dmodule.map1 module diamond_top { header "diamond_top.h" }
2 module diamond_left {
6 module diamond_right {
10 module diamond_bottom {
14 module irgen { header "irgen.h" }
15 module lookup_left_objc { header "lookup_left.h" }
16 module lookup_right_objc { header "lookup_right.h" }
17 module lookup_left_cxx { header "lookup_left.hpp" }
18 module lookup_right_cxx { header "lookup_right.hpp" }
19 module module_private_left { header "module_private_left.h" }
[all …]
/external/v8/test/mjsunit/harmony/
Dmodule-parsing.js32 module A {}
34 module A1 = A
35 module A2 = A;
36 module A3 = A2
38 module B {
50 module C0 {}
52 export module C {
54 export module D { export let x }
67 export module M1 {}
68 export module M2 = C.D
[all …]
Dmodule-resolution.js38 export module B = A.B
40 export module A {
43 export module B {
44 module BB = B
59 module C {
61 export module D = B
67 module D {
71 module M {}
78 export module Imports {
79 module A1 {
[all …]
/external/kernel-headers/original/linux/
Dmodule.h46 struct module;
50 ssize_t (*show)(struct module_attribute *, struct module *, char *);
51 ssize_t (*store)(struct module_attribute *, struct module *,
53 void (*setup)(struct module *, const char *);
54 int (*test)(struct module *);
55 void (*free)(struct module *);
61 struct module *mod;
86 extern struct module __this_module;
90 #define THIS_MODULE ((struct module *)0)
246 struct module struct
[all …]
/external/chromium-trace/trace-viewer/build/
Dparse_deps_test.py56 module = parse_deps.Module("myModule")
57 module.parse_definition_(text)
58 self.assertEquals(["myStylesheet"], module.style_sheet_names);
60 module.dependent_module_names);
68 module = parse_deps.Module("myModule")
69 module.parse_definition_(text)
70 self.assertEquals(["myStylesheet"], module.style_sheet_names);
72 module.dependent_module_names);
80 module = parse_deps.Module("myModule")
81 module.parse_definition_(text)
[all …]
Dflatten.py17 flattened_module_names = ["'%s'" % module.name for module in load_sequence]
19 for module in load_sequence:
20 out.write(" window.FLATTENED['%s'] = true;\n" % module.name);
22 for module in load_sequence:
23 out.write(module.contents)
24 if module.contents[-1] != '\n':
35 for module in load_sequence:
36 for style_sheet in module.style_sheets:
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
DLdapLoginModuleTest.java18 package org.apache.harmony.auth.tests.module;
35 import org.apache.harmony.auth.module.LdapLoginModule;
97 LdapLoginModule module = new LdapLoginModule(); in test_commit() local
100 module.initialize(subject, new MockCallbackHandler(), null, options); in test_commit()
102 assertTrue("Login should be successful", module.login()); in test_commit()
103 module.commit(); in test_commit()
111 module.initialize(subject, new MockCallbackHandler(), null, options); in test_commit()
113 assertFalse("Commit shouldn't be successful", module.commit()); in test_commit()
124 LdapLoginModule module = new LdapLoginModule(); in test_initialize() local
126 module.initialize(null, null, null, null); in test_initialize()
[all …]
DJndiLoginModuleTest.java18 package org.apache.harmony.auth.tests.module;
35 import org.apache.harmony.auth.module.JndiLoginModule;
98 JndiLoginModule module = new JndiLoginModule(); in test_commit() local
100 module.initialize(subject, new MockCallbackHandler(), null, options); in test_commit()
102 assertTrue("Login should be successful", module.login()); in test_commit()
103 module.commit(); in test_commit()
111 module.initialize(subject, new MockCallbackHandler(), null, options); in test_commit()
113 assertFalse("Commit shouldn't be successful", module.commit()); in test_commit()
125 JndiLoginModule module = new JndiLoginModule(); in test_initialize() local
127 module.initialize(null, null, null, null); in test_initialize()
[all …]
DKeyStoreLoginModuleTest.java18 package org.apache.harmony.auth.tests.module;
29 import org.apache.harmony.auth.module.KeyStoreLoginModule;
84 KeyStoreLoginModule module = new KeyStoreLoginModule(); in test_commit() local
86 module.initialize(subject, null, null, options); in test_commit()
88 assertTrue("Login should be successful", module.login()); in test_commit()
89 module.commit(); in test_commit()
104 module.initialize(subject, null, null, options); in test_commit()
106 assertFalse("Commit shouldn't be successful", module.commit()); in test_commit()
115 KeyStoreLoginModule module = new KeyStoreLoginModule(); in test_initialize() local
117 module.initialize(null, null, null, null); in test_initialize()
[all …]
/external/freetype/src/pshinter/
Dpshmod.c41 ps_hinter_done( PS_Hinter_Module module ) in ps_hinter_done() argument
43 module->t1_funcs.hints = NULL; in ps_hinter_done()
44 module->t2_funcs.hints = NULL; in ps_hinter_done()
46 ps_hints_done( &module->ps_hints ); in ps_hinter_done()
52 ps_hinter_init( PS_Hinter_Module module ) in ps_hinter_init() argument
54 FT_Memory memory = module->root.memory; in ps_hinter_init()
55 void* ph = &module->ps_hints; in ps_hinter_init()
58 ps_hints_init( &module->ps_hints, memory ); in ps_hinter_init()
60 psh_globals_funcs_init( &module->globals_funcs ); in ps_hinter_init()
62 t1_hints_funcs_init( &module->t1_funcs ); in ps_hinter_init()
[all …]
/external/clang/lib/Headers/
Dmodule.map1 module _Builtin_intrinsics [system] {
2 explicit module altivec {
7 explicit module intel {
14 explicit module mm_malloc {
19 explicit module cpuid {
23 explicit module mmx {
28 explicit module f16c {
33 explicit module sse {
40 explicit module sse2 {
46 explicit module sse3 {
[all …]
/external/chromium/chrome/browser/
Denumerate_modules_model_win.cc73 : module(x) {} in FindModule()
75 return (module.location == module_in.location) && in operator ()()
76 (module.name == module_in.name); in operator ()()
79 const ModuleEnumerator::Module& module; member
272 void ModuleEnumerator::NormalizeModule(Module* module) { in NormalizeModule() argument
273 string16 path = module->location; in NormalizeModule()
274 if (!ConvertToLongPath(path, &module->location)) in NormalizeModule()
275 module->location = path; in NormalizeModule()
277 module->location = l10n_util::ToLower(module->location); in NormalizeModule()
281 size_t last_slash = module->location.find_last_of(L"\\"); in NormalizeModule()
[all …]
/external/oprofile/daemon/liblegacy/
Dopd_kernel.c81 struct opd_module * module = xmalloc(sizeof(struct opd_module)); in opd_create_module() local
83 module->name = xstrdup(name); in opd_create_module()
84 module->image = NULL; in opd_create_module()
85 module->start = start; in opd_create_module()
86 module->end = end; in opd_create_module()
87 list_add(&module->module_list, &opd_modules); in opd_create_module()
89 return module; in opd_create_module()
101 struct opd_module * module; in opd_find_module_by_name() local
104 module = list_entry(pos, struct opd_module, module_list); in opd_find_module_by_name()
105 if (!strcmp(name, module->name)) in opd_find_module_by_name()
[all …]
/external/libxml2/
Dxmlmodule.c44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) in xmlModuleErrMemory() argument
48 if (module != NULL) { in xmlModuleErrMemory()
49 name = (const char *) module->name; in xmlModuleErrMemory()
71 xmlModulePtr module; in xmlModuleOpen() local
73 module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule)); in xmlModuleOpen()
74 if (module == NULL) { in xmlModuleOpen()
79 memset(module, 0, sizeof(xmlModule)); in xmlModuleOpen()
81 module->handle = xmlModulePlatformOpen(name); in xmlModuleOpen()
83 if (module->handle == NULL) { in xmlModuleOpen()
84 xmlFree(module); in xmlModuleOpen()
[all …]
/external/bison/m4/
Dgnulib-comp.m442 # Code from module alloca-opt:
43 # Code from module announce-gen:
44 # Code from module argmatch:
45 # Code from module assert:
46 # Code from module binary-io:
47 # Code from module bitrotate:
48 # Code from module c-ctype:
49 # Code from module c-strcase:
50 # Code from module c-strcaseeq:
51 # Code from module calloc-posix:
[all …]
/external/llvm/test/CodeGen/X86/
D2010-09-16-asmcrash.ll4 module asm ".weak sem_close"
5 module asm ".equ sem_close, _sem_close"
6 module asm ".weak sem_destroy"
7 module asm ".equ sem_destroy, _sem_destroy"
8 module asm ".weak sem_getvalue"
9 module asm ".equ sem_getvalue, _sem_getvalue"
10 module asm ".weak sem_init"
11 module asm ".equ sem_init, _sem_init"
12 module asm ".weak sem_open"
13 module asm ".equ sem_open, _sem_open"
[all …]
/external/llvm/utils/crosstool/
Dcreate-snapshots.sh23 local module=$1
24 local log="${module}.log"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \
27 ${module} > ${log} 2>&1
30 local tarball="${module}-${REV}.tar.bz2"
32 tar cjf ${tarball} ${module}
34 echo "Cleaning up '${module}'"
35 rm -rf ${module} ${log}
38 for module in "llvm" "llvm-gcc-4.2"; do
[all …]
/external/apache-harmony/auth/src/test/resources/
Dauth.conf7 com.intel.security.auth.module.LoginModule1 required AAAA=true BBB=false;
8 com.intel.security.auth.module.LoginModule2 optional debug=true;
9 com.intel.security.auth.module.LoginModule3 sufficient;
14 com.intel.security.auth.module.LoginModule1 required debug1=true test1=false;
19 com.intel.security.auth.module.LoginModule2 required debug1="true" test1="false";
22 Login3 { com.intel.security.auth.module.LoginModule3 required;
26 com.intel.security.auth.module.LoginModule4 required debug1=true test1=false; };
29 { com.intel.security.auth.module.LoginModule5 required debug1=true test1=false; };
31 Login6 { com.intel.security.auth.module.LoginModule6 required debug1=true test1=false; };
36 com.intel.security.auth.module.LoginModule1 required AAAA="true" BBB=false;
[all …]
/external/openfst/src/extensions/compact/
DMakefile.am10 compact8_acceptor_fst_la_LDFLAGS = -module
13 compact8_string_fst_la_LDFLAGS = -module
16 compact8_unweighted_fst_la_LDFLAGS = -module
19 compact8_unweighted_acceptor_fst_la_LDFLAGS = -module
22 compact8_weighted_string_fst_la_LDFLAGS = -module
25 compact16_acceptor_fst_la_LDFLAGS = -module
28 compact16_string_fst_la_LDFLAGS = -module
31 compact16_unweighted_fst_la_LDFLAGS = -module
34 compact16_unweighted_acceptor_fst_la_LDFLAGS = -module
37 compact16_weighted_string_fst_la_LDFLAGS = -module
[all …]
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
Dmodule.map1 module A {
2 module One { header "A_one.h" }
3 module Two { header "A_two.h" }
6 module B {
7 module One { header "B_one.h" }
8 module Two { header "B_two.h" }
11 module C {
12 module One {
16 module Two {
/external/llvm/test/Verifier/
Dmodule-flags-1.ll3 ; Check that module flags are structurally correct.
5 ; CHECK: incorrect number of operands in module flag
8 ; CHECK: invalid behavior operand in module flag (expected constant integer)
11 ; CHECK: invalid behavior operand in module flag (unexpected constant)
14 ; CHECK: invalid ID operand in module flag (expected metadata string)
17 ; CHECK: invalid value for 'require' module flag (expected metadata pair)
20 ; CHECK: invalid value for 'require' module flag (expected metadata pair)
23 ; CHECK: invalid value for 'require' module flag (first value operand should be a string)
27 ; Check that module flags only have unique IDs.
29 ; CHECK: module flag identifiers must be unique (or of 'require' type)
[all …]
/external/openssl/crypto/objects/
Dobjects.pl35 $module = $1."-";
36 $module =~ s/\./_/g;
37 $module =~ s/-/_/g;
40 { $module = ""; }
45 $Cname = $module.$1;
75 if ($Cname ne "" && defined($ln{$module.$Cname}))
76 ….txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.…
82 if ($Cname ne "" && defined($sn{$module.$Cname}))
83 …txt:$o:There's already an object with short name ",$sn{$module.$Cname}," on line ",$order{$module.…
91 if ($Cname ne "" && defined($ln{$module.$Cname}))
[all …]
/external/smack/src/org/apache/harmony/javax/security/auth/login/
DLoginContext.java266 for (Module module : modules) { in loginImpl()
270 module.create(subject, callbackHandler, sharedState); in loginImpl()
272 if (module.module.login()) { in loginImpl()
273 ++total[module.getFlag()]; in loginImpl()
274 ++logged[module.getFlag()]; in loginImpl()
275 if (module.getFlag() == SUFFICIENT) { in loginImpl()
283 if (module.klass == null) { in loginImpl()
293 ++total[module.getFlag()]; in loginImpl()
295 if (module.getFlag() == REQUISITE) { in loginImpl()
337 for (Module module : modules) { in loginImpl()
[all …]
/external/valgrind/main/auxprogs/
Dgen-mdg124 my ($module, $f) = @_;
127 if ($hide{$module}) {
132 my $module_deps = $deps->{$module};
173 if ($target ne "" and $target ne $module) {
181 $deps->{$module} = $module_deps;
209 my $module;
211 $module = $f;
212 $module =~ s/(\w+).[cS]$/$1/; # foo.c --> foo
214 $module = $parentd;
219 scan_C_or_asm_file($module, $f);

12345678910>>...56