Searched refs:module (Results 1 - 25 of 1286) 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/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/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/libunwind/
H A DAndroid.build.mk19 LOCAL_MODULE := $(module)
25 LOCAL_MULTILIB := $($(module)_multilib)
30 LOCAL_MODULE_STEM_32 := $(module)32
31 LOCAL_MODULE_STEM_64 := $(module)64
42 $($(module)_cflags) \
43 $($(module)_cflags_$(build_type)) \
48 $($(module)_conlyflags) \
49 $($(module)_conlyflags_$(build_type)) \
53 $($(module)_cppflags) \
54 $($(module)_cppflags
[all...]
/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/ppapi/cpp/private/
H A Dinternal_module.cc5 #include "ppapi/cpp/module.h"
17 void InternalSetModuleSingleton(Module* module) { argument
18 g_module_singleton = module;
H A Dinternal_module.h13 void InternalSetModuleSingleton(Module* module);
/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/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.cc20 RtpRtcpAPITest() : module(NULL), fake_clock(123456) {
35 module = RtpRtcp::CreateRtpRtcp(configuration);
43 delete module;
49 RtpRtcp* module; member in class:RtpRtcpAPITest
58 EXPECT_EQ(0, module->SetSequenceNumber(test_sequence_number));
59 EXPECT_EQ(test_sequence_number, module->SequenceNumber());
61 EXPECT_EQ(0, module->SetStartTimestamp(test_timestamp));
62 EXPECT_EQ(test_timestamp, module->StartTimestamp());
64 EXPECT_FALSE(module->Sending());
65 EXPECT_EQ(0, module
[all...]
/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_org/tools/cr/cr/
H A Dloader.py7 The main interface to this module is the Scan function, which triggers a
29 def _AutoExportScanner(module):
31 for name, value in module.__dict__.items():
33 # Add this straight to the cr module.
42 """Import a module or package if it is not already imported."""
43 module = sys.modules.get(name, None)
44 if module is not None:
45 return module
49 def _ScanModule(module):
50 """Runs all the scan_hooks for a module
[all...]
/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;

Completed in 513 milliseconds

1234567891011>>