Searched refs:module (Results 1 - 25 of 864) sorted by relevance

1234567891011>>

/external/bluetooth/bluedroid/btif/co/
H A Dbta_sys_co.c30 void bta_sys_hw_co_enable( tBTA_SYS_HW_MODULE module )
36 bta_sys_hw_ci_enabled( module );
49 void bta_sys_hw_co_disable( tBTA_SYS_HW_MODULE module )
55 bta_sys_hw_ci_disabled( module );
/external/chromium_org/tools/site_compare/operators/
H A D__init__.py9 """Given an operator by name, returns its module.
15 module
21 module = __import__(operator, globals(), locals(), [''])
23 return module
/external/oprofile/
H A DMakefile.am30 # The module will not build under distcheck
35 .PHONY: module
37 all-local: module
40 module:
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/
[all...]
/external/v8/test/mjsunit/harmony/
H A Dmodule-parsing.js30 // Test basic module syntax, with and without automatic semicolon insertion.
32 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 M
[all...]
H A Dmodule-resolution.js30 // Test basic module interface inference.
38 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 Import
[all...]
/external/llvm/utils/crosstool/
H A 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
29 # Create "module-revision.tar.bz2" packages from the SVN checkout dirs.
30 local tarball="${module}-${REV}.tar.bz2"
32 tar cjf ${tarball} ${module}
34 echo "Cleaning up '${module}'"
35 rm -rf ${module}
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_sys_co.h45 BTA_API void bta_sys_hw_co_enable( tBTA_SYS_HW_MODULE module );
56 BTA_API void bta_sys_hw_co_disable( tBTA_SYS_HW_MODULE module );
H A Dbta_sys_ci.h48 BTA_API void bta_sys_hw_ci_enabled(tBTA_SYS_HW_MODULE module );
62 BTA_API void bta_sys_hw_ci_disabled( tBTA_SYS_HW_MODULE module );
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
H A Dppapi_bad.js20 function addModule(module) {
21 $('embeds').appendChild(module);
25 function removeModule(module) {
26 $('embeds').removeChild(module);
32 var module = createModule(id, src, type);
34 test.expectEvent(module, 'load', function(e) {
35 removeModule(module);
38 test.expectEvent(module, 'error', function(e) {
39 test.assertEqual(module.readyState, 4);
40 test.assertEqual(module
[all...]
/external/chromium_org/ppapi/c/private/
H A Dppb_proxy_private.h19 void (*PluginCrashed)(PP_Module module);
34 PP_Module module,
40 void (*AddRefModule)(PP_Module module);
41 void (*ReleaseModule)(PP_Module module);
44 PP_Bool (*IsInModuleDestructor)(PP_Module module);
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dmodule-parsing.js30 // Test basic module syntax, with and without automatic semicolon insertion.
32 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 M
[all...]
H A Dmodule-resolution.js30 // Test basic module interface inference.
39 export module B = A.B
41 export module A {
44 export module B {
45 module BB = B
70 module C {
72 export module D = B
78 module D {
82 module M {}
89 export module Import
[all...]
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshmod.c5 /* FreeType PostScript hinter module implementation (body). */
26 /* the Postscript Hinter module structure */
39 /* finalize module */
41 ps_hinter_done( PS_Hinter_Module module )
43 module->t1_funcs.hints = NULL;
44 module->t2_funcs.hints = NULL;
46 ps_hints_done( &module->ps_hints );
50 /* initialize module, create hints recorder and the interface */
52 ps_hinter_init( PS_Hinter_Module module )
54 FT_Memory memory = module
[all...]
/external/freetype/src/pshinter/
H A Dpshmod.c5 /* FreeType PostScript hinter module implementation (body). */
26 /* the Postscript Hinter module structure */
39 /* finalize module */
41 ps_hinter_done( PS_Hinter_Module module )
43 module->t1_funcs.hints = NULL;
44 module->t2_funcs.hints = NULL;
46 ps_hints_done( &module->ps_hints );
50 /* initialize module, create hints recorder and the interface */
52 ps_hinter_init( PS_Hinter_Module module )
54 FT_Memory memory = module
[all...]
/external/libsepol/src/
H A Dmodule_internal.h1 #include <sepol/module.h>
/external/libsepol/tests/policies/test-deps/
H A Dmodreq-attr-global.conf0 module modreq_attr_global 1.0;
H A Dmodreq-role-global.conf0 module modreq_role_global 1.0;
/external/libsepol/tests/policies/test-expander/
H A Dalias-module.conf0 module my_module 1.0;
H A Duser-module.conf0 module my_module 1.0;
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell_icu_win.c15 HMODULE module; local
20 module = LoadLibrary(L"icudt.dll");
21 if (!module)
24 addr = GetProcAddress(module, ICU_DATA_SYMBOL);
/external/chromium/base/
H A Dresource_util.cc9 bool GetDataResourceFromModule(HMODULE module, int resource_id, argument
11 if (!module)
19 HRSRC hres_info = FindResource(module, MAKEINTRESOURCE(resource_id),
24 DWORD data_size = SizeofResource(module, hres_info);
25 HGLOBAL hres = LoadResource(module, hres_info);
/external/elfutils/tests/
H A Drun-dwfl-bug-offline-rel.sh31 module: 00000000..00002308 testfile36 (null)
32 module: 00000000 DWARF 0 (no error)
33 module: 00000000..00002308 testfile36 testfile36.debug
/external/chromium_org/ppapi/api/private/finish_writing_these/
H A Dppb_proxy_private.idl12 [in] PP_Module module);
/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys_ci.c40 void bta_sys_hw_ci_enabled(tBTA_SYS_HW_MODULE module )
48 p_msg->hw_module = module;
65 void bta_sys_hw_ci_disabled( tBTA_SYS_HW_MODULE module )
72 p_msg->hw_module = module;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/tgsi/
H A Dcompiler.cpp35 read_header(const std::string &header, module &m) {
42 module::size_t offset;
43 compat::vector<module::argument> args;
53 args.push_back({ module::argument::scalar, 4 });
55 args.push_back({ module::argument::global, 4 });
57 args.push_back({ module::argument::local, 4 });
59 args.push_back({ module::argument::constant, 4 });
61 args.push_back({ module::argument::image2d_rd, 4 });
63 args.push_back({ module::argument::image2d_wr, 4 });
65 args.push_back({ module
[all...]

Completed in 531 milliseconds

1234567891011>>