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

1 2

  /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.
  /system/gatekeeper/
rules.mk 3 MODULE := $(LOCAL_DIR)
15 include make/module.mk
  /external/boringssl/
rules.mk 21 MODULE := $(LOCAL_DIR)
83 include make/module.mk
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
message_types_test.py 36 MODULE = message_types
generate_proto_test.py 37 MODULE = generate_proto
generate_test.py 35 MODULE = generate
registry_test.py 37 MODULE = registry
41 """Test service that refers to messages in another module."""
49 """Test service that does not refer to messages in another module."""
105 # Will suck in and describe the test_util module.
114 # Service does not reference test_util, so will only describe this module.
generate_python_test.py 38 MODULE = generate_python
73 code file, import the module and regenerate the FileDescriptor from it.
86 module = __import__(module_to_import)
89 self.assertFalse(hasattr(module, 'package'))
90 module.package = '' # Create package name so that comparison will work.
92 reloaded_descriptor = descriptor.describe_file(module)
definition_test.py 42 MODULE = definition
416 self.module = types.ModuleType('stocks')
428 self.module.GetQuoteRequest = GetQuoteRequest
429 self.module.GetQuoteResponse = GetQuoteResponse
442 StockService = definition.define_service(service_descriptor, self.module)
447 request = self.module.GetQuoteRequest()
452 self.assertEquals(self.module.GetQuoteRequest,
454 self.assertEquals(self.module.GetQuoteResponse,
459 """Test for module creation and importation functions."""
493 module = definition.define_file(file_descriptor
    [all...]
protobuf_test.py 45 MODULE = protobuf
protourlencode_test.py 37 MODULE = protourlencode
util_test.py 37 MODULE = util
282 module = types.ModuleType(name)
283 sys.modules[name] = module
284 return module
292 module = self.CreateModule('service_module')
293 module.package = 'my_package'
302 module = self.CreateModule('service_module')
303 module.package = 'my_package'
304 self.assertPackageEquals('my_package', util.get_package_for_module(module))
307 module = self.CreateModule('service_module'
    [all...]
descriptor_test.py 40 MODULE = descriptor
349 module = types.ModuleType(module_name)
351 setattr(module, name, value)
353 return module
357 module = types.ModuleType('my.package.name')
362 described = descriptor.describe_file(module)
367 """Test describing a module with no module name."""
368 module = types.ModuleType('')
372 described = descriptor.describe_file(module)
    [all...]
protojson_test.py 79 MODULE = protojson
485 module = sys.modules[name]
486 module.name = name
487 return module
496 def reset_module(name, module):
497 if module:
498 sys.modules[name] = module
506 """Test loading protojson module with a valid json dependency."""
509 # This will cause protojson to reload with the default json module
515 """Test loading protojson module with simplejson dependency.""
    [all...]
transport_test.py 41 MODULE = transport
remote_test.py 43 MODULE = remote
548 module = sys.modules[__name__]
558 sys.modules[__name__] = module
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
forms_test.py 35 MODULE = forms
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/selinux/policycoreutils/gui/
booleansPage.py 80 MODULE = 1
126 col = gtk.TreeViewColumn("Module", gtk.CellRendererText(), text=MODULE)
127 col.set_sort_column_id(MODULE)
221 self.store.set_value(iter, MODULE, self.booleans.get_category(name))
  /hardware/bsp/intel/peripheral/libupm/doxy/node/
xml2js.js 41 // MODULE: <module name>
93 MODULE: '',
126 // add command line options for this module
142 var NAMESPACE_SPEC = xml2js.opts.inputdir + '/namespace' + xml2js.opts.module + '.xml';
145 xml2js.MODULE = xml2js.opts.module;
244 return _.pick(xml2js, 'MODULE', 'ENUMS', 'ENUMS_BY_GROUP', 'METHODS', 'CLASSES', 'CLASSGROUPS');
556 // get the name for the module/group/class
558 return getText(getChild(spec_c, 'compoundname'), 'name').replace(xml2js.opts.module + '::', '')
    [all...]
  /build/core/
base_rules.mk 18 # arbitrary operations as each module is included.
24 ## Common instructions for a generic module.
89 $(warning *** Module name: $(LOCAL_MODULE))
92 $(warning * Module is attempting to use the 'user' tag. This)
93 $(warning * used to cause the module to be installed automatically.)
94 $(warning * Now, the module must be listed in the PRODUCT_PACKAGES)
97 $(error user tag detected on module.)
100 # Only the tags mentioned in this test are expected to be set by module
110 # file, tag the module as "gnu". Search for "*_GPL*", "*_LGPL*" and "*_MPL*"
179 # Make sure that this IS_HOST/CLASS/MODULE combination is unique
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 1 //===--- GlobalModuleIndex.cpp - Global Module Index ------------*- C++ -*-===//
20 #include "clang/Serialization/Module.h"
50 /// \brief Describes a module, including its file name and dependencies.
51 MODULE,
64 // 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...]

Completed in 1062 milliseconds

1 2