Searched refs:module (Results 1 - 25 of 907) 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/webkit/Source/WebCore/dom/
H A DCDATASection.idl20 module core {
H A DComment.idl20 module core {
H A DEntityReference.idl20 module core {
H A DDOMStringMap.idl26 module core {
/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...]
/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/webkit/Source/WebCore/css/
H A DCSSUnknownRule.idl21 module css {
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLBuffer.idl26 module html {
H A DWebGLFramebuffer.idl26 module html {
H A DWebGLProgram.idl26 module html {
H A DWebGLRenderbuffer.idl26 module html {
H A DWebGLShader.idl26 module html {
H A DWebGLTexture.idl26 module html {
H A DWebGLUniformLocation.idl27 module html {
H A DWebGLVertexArrayObjectOES.idl26 module html {
/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;
/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/webkit/Source/WebCore/bindings/scripts/test/
H A DTestMediaQueryListListener.idl28 module test {

Completed in 366 milliseconds

1234567891011>>