Searched refs:MODULE (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/test/Modules/Inputs/
H A Dmacros.h1 #define MODULE macro
8 #__private_macro MODULE
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.xs28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
/external/chromium_org/media/base/
H A Dmedia_posix.cc37 #define DSO_NAME(MODULE, VERSION) ("lib" MODULE "." VERSION ".dylib")
41 #define DSO_NAME(MODULE, VERSION) ("lib" MODULE ".so." VERSION)
/external/oprofile/module/
H A Dop_cache.h31 #ifdef MODULE
/external/chromium_org/v8/src/
H A Dinterface.h17 // interface ::= UNDETERMINED | VALUE | CONST | MODULE(exports)
55 return new(zone) Interface(MODULE);
87 if (*ok) Chase()->flags_ |= MODULE;
115 bool IsModule() { return Chase()->flags_ & MODULE; }
185 MODULE = 4, // This type describes a module enumerator in enum:v8::internal::Interface::Flags
H A Dvariables.cc23 case MODULE: return "MODULE";
H A Dglobals.h677 MODULE, // declared via 'module' declaration (last lexical) enumerator in enum:v8::internal::VariableMode
706 return mode >= VAR && mode <= MODULE;
711 return mode >= LET && mode <= MODULE;
716 return (mode >= CONST && mode <= MODULE) || mode == CONST_LEGACY;
H A Dscopeinfo.cc559 DCHECK((var->mode() == MODULE) == (it.interface()->IsModule()));
560 if (var->mode() == MODULE) {
H A Dcontexts.cc219 case MODULE:
H A Dast.h580 : Declaration(zone, proxy, MODULE, scope, pos),
H A Dparser.cc1208 VariableProxy* proxy = NewUnresolved(name, MODULE, module->interface());
H A Druntime.cc9226 case MODULE: {
/external/clang/test/Modules/
H A Dmacros.c27 #ifdef MODULE
28 # error MODULE macro should not be visible
/external/openssl/
H A Drules.mk3 MODULE := $(LOCAL_DIR) macro
/external/oprofile/libop/
H A Dop_xml_out.h34 MODULE, NAME, enumerator in enum:__anon28436
/external/checkpolicy/
H A Dpolicy_scan.l151 module|MODULE { return(MODULE); }
H A Dpolicy_parse.y142 %token MODULE VERSION_IDENTIFIER REQUIRE OPTIONAL
830 module_def : MODULE identifier version_identifier ';'
/external/proguard/examples/
H A Dscala.pro53 ** MODULE$;
/external/openssl/crypto/threads/
H A Dnetware.bat42 echo MODULE clib >> mttest.def
/external/zlib/src/as400/
H A Dcompile.clp47 &SRCFILE *TCAT ') MODULE(' *TCAT &MODLIB *TCAT '/')
99 MODULE(&MODLIB/ADLER32 &MODLIB/COMPRESS +
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c641 #ifdef MODULE
689 #ifdef MODULE
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp50 MODULE, enumerator in enum:__anon18139::IndexRecordTypes
177 case MODULE: {
466 RECORD(MODULE);
722 Stream.EmitRecord(MODULE, Record);
/external/openssl/crypto/des/
H A DDES.xs17 MODULE = DES PACKAGE = DES PREFIX = des_
/external/oprofile/libpp/
H A Dformat_output.cpp966 out << open_element(MODULE, true);
995 out << close_element(MODULE);
H A Dxml_utils.cpp577 out << open_element(MODULE, true);
581 out << close_element(MODULE);

Completed in 429 milliseconds

12