HomeSort by relevance Sort by last modified time
    Searched defs:MODULE (Results 1 - 9 of 9) sorted by null

  /external/clang/test/Modules/Inputs/
macros.h 1 #define MODULE
8 #__private_macro MODULE
13 # error Can't include this header without building the 'macros' module.
  /external/openssl/
rules.mk 3 MODULE := $(LOCAL_DIR)
40 include make/module.mk
  /external/chromium_org/v8/src/
interface.h 16 // (i.e. module types):
17 // interface ::= UNDETERMINED | VALUE | CONST | MODULE(exports)
27 // value (frozen) module
29 // const fr.value fr.module
55 return new(zone) Interface(MODULE);
84 // Determine this interface to be a module interface.
87 if (*ok) Chase()->flags_ |= MODULE;
114 // Check whether this is a module type.
115 bool IsModule() { return Chase()->flags_ & MODULE; }
132 // The context slot in the hosting global context pointing to this module
    [all...]
globals.h 648 MODULE_SCOPE, // The scope introduced by a module literal
677 MODULE, // declared via 'module' declaration (last lexical)
706 return mode >= VAR && mode <= MODULE;
711 return mode >= LET && mode <= MODULE;
716 return (mode >= CONST && mode <= MODULE) || mode == CONST_LEGACY;
  /external/oprofile/libop/
op_xml_out.h 34 MODULE, NAME,
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 1 //===--- GlobalModuleIndex.cpp - Global Module Index ------------*- C++ -*-===//
19 #include "clang/Serialization/Module.h"
49 /// \brief Describes a module, including its file name and dependencies.
50 MODULE,
63 // Global module index reader.
177 case MODULE: {
181 // Make room for this module's information.
187 // Size/modification time for this module file at the time the
206 assert(Idx == Record.size() && "More module info?");
208 // Record this module as an unresolved module
    [all...]
  /build/core/
base_rules.mk 18 # arbitrary operations as each module is included.
24 ## Common instructions for a generic module.
66 $(warning *** Module name: $(LOCAL_MODULE))
69 $(warning * Module is attempting to use the 'user' tag. This)
70 $(warning * used to cause the module to be installed automatically.)
71 $(warning * Now, the module must be listed in the PRODUCT_PACKAGES)
74 $(error user tag detected on module.)
77 # Only the tags mentioned in this test are expected to be set by module
87 # file, tag the module as "gnu". Search for "*_GPL*", "*_LGPL*" and "*_MPL*"
150 # Make sure that this IS_HOST/CLASS/MODULE combination is unique
    [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 224 milliseconds