HomeSort by relevance Sort by last modified time
    Searched defs:MODULE (Results 1 - 8 of 8) 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/v8/src/
interface.h 38 // (i.e. module types):
39 // interface ::= UNDETERMINED | VALUE | MODULE(exports)
41 // A frozen module type is one that is fully determined. Unification does not
61 return new Interface(MODULE);
83 // Determine this interface to be a module interface.
86 if (*ok) Chase()->flags_ |= MODULE;
107 // Check whether this is a module type.
108 bool IsModule() { return Chase()->flags_ & MODULE; }
125 MODULE = 2, // This type describes a module
    [all...]
  /external/oprofile/libop/
op_xml_out.h 34 MODULE, NAME,
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 1 //===--- GlobalModuleIndex.cpp - Global Module Index ------------*- C++ -*-===//
47 /// \brief Describes a module, including its file name and dependencies.
48 MODULE,
61 // Global module index reader.
118 /// \brief Module information as it was loaded from the index file.
185 case MODULE: {
213 // If the module file is newer than the index, ignore it.
219 // Record this module. The dependencies will be resolved later.
241 // First, build back links in the module dependency graph.
248 // If this module is out-of-date, push it onto the stack
    [all...]
  /build/core/
base_rules.mk 18 # arbitrary operations as each module is included.
24 ## Common instructions for a generic module.
64 $(warning *** Module name: $(LOCAL_MODULE))
67 $(warning * Module is attempting to use the 'user' tag. This)
68 $(warning * used to cause the module to be installed automatically.)
69 $(warning * Now, the module must be listed in the PRODUCT_PACKAGES)
72 $(error user tag detected on module.)
75 # Only the tags mentioned in this test are expected to be set by module
85 # file, tag the module as "gnu". Search for "*_GPL*" and "*_MPL*" so that we can also
126 # Make sure that this IS_HOST/CLASS/MODULE combination is unique
    [all...]
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 194 milliseconds