HomeSort by relevance Sort by last modified time
    Searched refs:_namespace (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
memcache_object_store.py 19 self._namespace = namespace
27 memcache.Client().set_multi_async(mapping, namespace=self._namespace)
33 rpc = memcache.Client().get_multi_async(keys, namespace=self._namespace)
37 memcache.delete_multi(keys, namespace=self._namespace)
persistent_object_store.py 16 self._namespace = namespace
22 PersistentObjectStoreItem.CreateItem(self._namespace, key, value)))
31 PersistentObjectStoreItem.CreateKey(self._namespace, k)))
43 PersistentObjectStoreItem.CreateKey(self._namespace, key)))
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_element_lookup_trie.py 111 self._namespace = self.in_file.parameters['namespace'].strip('"')
113 (self._namespace + 'ElementLookupTrie.h'): self.generate_header,
114 (self._namespace + 'ElementLookupTrie.cpp'): self.generate_implementation,
120 'namespace': self._namespace,
131 'namespace': self._namespace,
  /external/chromium_org/tools/json_schema_compiler/
features_cc_generator.py 24 self._namespace = namespace
40 .Concat(cpp_util.OpenNamespace(self._namespace))
92 .Cblock(cpp_util.CloseNamespace(self._namespace))
features_h_generator.py 24 self._namespace = namespace
38 output_file = os.path.splitext(self._namespace.source_file)[0] + '.h'
49 .Concat(cpp_util.OpenNamespace(self._namespace))
63 .Cblock(cpp_util.CloseNamespace(self._namespace))
h_generator.py 24 self._namespace = namespace
35 .Append(cpp_util.GENERATED_FILE_MESSAGE % self._namespace.source_file)
41 output_file = os.path.splitext(self._namespace.source_file)[0] + '.h'
67 self._namespace.environment.namespace_pattern,
68 self._namespace.unix_name)
71 if self._namespace.properties:
77 for property in self._namespace.properties.values():
83 if self._namespace.types:
92 if self._namespace.functions:
98 for function in self._namespace.functions.values()
    [all...]
dart_generator.py 34 self._namespace = namespace
37 # self._namespace.types.
61 .Append('// Generated from namespace: %s' % self._namespace.name)
77 if self._namespace.events:
83 for event_name in self._namespace.events:
84 c.Cblock(self._GenerateEvent(self._namespace.events[event_name]))
456 'event_name': self._namespace.unix_name + '_' + event.name,
470 (c.Sblock('class API_%s {' % self._namespace.unix_name)
478 if self._namespace.events:
484 for event_name in self._namespace.events
    [all...]
cc_generator.py 25 self._namespace = namespace
36 self._namespace.environment.namespace_pattern,
37 self._namespace.unix_name)
42 .Append(cpp_util.GENERATED_FILE_MESSAGE % self._namespace.source_file)
49 (self._namespace.source_file_dir, self._namespace.short_filename))
57 if self._namespace.properties:
63 for property in self._namespace.properties.values():
70 if self._namespace.types:
75 .Cblock(self._GenerateTypes(None, self._namespace.types.values())
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
depstree.py 167 self._namespace = namespace
174 (self._namespace, '\n'.join(source_strs)))
182 self._namespace = namespace
186 msg = 'Namespace "%s" never provided.' % self._namespace
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 276 milliseconds