HomeSort by relevance Sort by last modified time
    Searched defs:MODULE (Results 1 - 14 of 14) 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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 13 # use a class variable MODULE to define which module is being tested
24 self._fp = self.MODULE.StringIO(self._lines)
38 f = self.MODULE.StringIO()
47 f = self.MODULE.StringIO()
56 f = self.MODULE.StringIO()
61 f = self.MODULE.StringIO()
75 f = self.MODULE.StringIO()
79 f = self.MODULE.StringIO("abc")
85 f = self.MODULE.StringIO(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 13 # use a class variable MODULE to define which module is being tested
24 self._fp = self.MODULE.StringIO(self._lines)
38 f = self.MODULE.StringIO()
47 f = self.MODULE.StringIO()
56 f = self.MODULE.StringIO()
61 f = self.MODULE.StringIO()
75 f = self.MODULE.StringIO()
79 f = self.MODULE.StringIO("abc")
85 f = self.MODULE.StringIO(
    [all...]
  /external/chromium_org/v8/src/
interface.h 15 // (i.e. module types):
16 // interface ::= UNDETERMINED | VALUE | CONST | MODULE(exports)
26 // value (frozen) module
28 // const fr.value fr.module
54 return new(zone) Interface(MODULE);
82 // Determine this interface to be a module interface.
85 if (*ok) Chase()->flags_ |= MODULE;
112 // Check whether this is a module type.
113 bool IsModule() { return Chase()->flags_ & MODULE; }
130 // The context slot in the hosting global context pointing to this module
    [all...]
globals.h 640 MODULE_SCOPE, // The scope introduced by a module literal
669 MODULE, // declared via 'module' declaration (last lexical)
698 return mode >= VAR && mode <= MODULE;
703 return mode >= LET && mode <= MODULE;
708 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/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-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 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 709 milliseconds