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

/external/clang/test/Modules/Inputs/
H A Dmacros.h1 #define MODULE macro
8 #__private_macro MODULE
/external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.xs28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
/external/libxml2/os400/
H A Dmake-src.sh74 do MODULE=`db2_name "${SRC}"`
75 make_module "${MODULE}" "${SRC}"
91 for MODULE in ${MODULES}
93 CMD="${CMD} OBJ((${TARGETLIB}/${MODULE} *MODULE))"
213 CMD="${CMD} MODULE(${TARGETLIB}/OS400)"
/external/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/proguard/examples/
H A Dscala.pro53 ** MODULE$;
/external/selinux/policycoreutils/semanage/
H A Dsemanage-bash-completion.sh82 [MODULE]='module'
136 elif __contains_word "$command" ${VERBS[MODULE]} ; then
/external/selinux/policycoreutils/gui/
H A DbooleansPage.py76 MODULE = 1 variable
120 col = gtk.TreeViewColumn("Module", gtk.CellRendererText(), text=MODULE)
121 col.set_sort_column_id(MODULE)
216 self.store.set_value(iter, MODULE, self.booleans.get_category(name))
/external/selinux/checkpolicy/
H A Dpolicy_scan.l151 module|MODULE { return(MODULE); }
H A Dpolicy_parse.y145 %token MODULE VERSION_IDENTIFIER REQUIRE OPTIONAL
877 module_def : MODULE identifier version_identifier ';'
/external/zlib/src/as400/
H A Dcompile.clp47 &SRCFILE *TCAT ') MODULE(' *TCAT &MODLIB *TCAT '/')
99 MODULE(&MODLIB/ADLER32 &MODLIB/COMPRESS +
/external/boringssl/
H A Drules.mk21 MODULE := $(LOCAL_DIR) macro
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp50 MODULE, enumerator in enum:__anon1279::IndexRecordTypes
176 case MODULE: {
465 RECORD(MODULE);
723 Stream.EmitRecord(MODULE, Record);

Completed in 759 milliseconds