HomeSort by relevance Sort by last modified time
    Searched full:unix_name (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/tools/json_schema_compiler/
model.py 51 - |unix_name| the unix_name of the feature
56 self.unix_name = UnixName(self.name)
65 - |unix_name| the unix_name of the feature
72 self.unix_name = UnixName(self.name)
84 - |unix_name| the unix_name of the namespace
105 self.unix_name = UnixName(self.name)
167 self.unix_name = UnixName(self.name
393 unix_name = property(GetUnixName, SetUnixName) variable in class:Property
    [all...]
compiler.py 77 if namespace.unix_name != short_filename:
102 ('%s.h' % namespace.unix_name, cpp_generator.h_generator),
103 ('%s.cc' % namespace.unix_name, cpp_generator.cc_generator)
107 ('%s.dart' % namespace.unix_name, DartGenerator(
113 (os.path.join('api', 'ppb_%s.idl' % namespace.unix_name),
cc_generator.py 49 (self._namespace.source_file_dir, self._namespace.unix_name))
150 items.append('%s(0)' % prop.unix_name)
152 items.append('%s(0.0)' % prop.unix_name)
154 items.append('%s(false)' % prop.unix_name)
197 'out->as_%s' % choice.unix_name,
260 value_var = prop.unix_name + '_value'
288 'name': prop.unix_name
336 (prop.unix_name,
339 c.Sblock('if (%s.get()) {' % prop.unix_name)
347 'this->%s' % prop.unix_name,
    [all...]
cpp_type_generator.py 42 return namespace.unix_name
60 return '%s_NONE' % self.FollowRef(type_).unix_name.upper()
67 value = '%s_%s' % (self.FollowRef(type_).unix_name.upper(),
95 cpp_type = '%s::%s' % (ref_type.namespace.unix_name, ref_type.name)
149 c.Append('namespace %s {' % namespace.unix_name)
170 namespace.unix_name))
cpp_util.py 89 'name': param.unix_name,
134 def CamelCase(unix_name):
135 return ''.join(word.capitalize() for word in unix_name.split('_'))
h_generator.py 166 prop.unix_name))
261 choice_type.unix_name))
291 # TODO(kalman): use event.unix_name not Classname.
305 # TODO(kalman): Use function.unix_name not Classname here.
dart_generator.py 44 if filename.startswith(namespace.unix_name):
456 'event_name': self._namespace.unix_name + '_' + event.name,
470 (c.Sblock('class API_%s {' % self._namespace.unix_name)
485 c.Append('Event_%s_%s %s;' % (self._namespace.unix_name, event_name,
502 c.Sblock('API_%s(this._jsObject) {' % self._namespace.unix_name)
507 (event_name, self._namespace.unix_name, event_name, event_name))
cpp_bundle_generator.py 183 namespace_name = namespace.unix_name.replace("experimental_", "")
194 (namespace.unix_name, implementation_header))
model_test.py 102 self.assertEquals('tab_ids', param.unix_name)
preview.py 191 unix_name = model.UnixName(name)
193 file_path = '%s/%s.%s' % (basedir, unix_name, loader_ext)
  /external/chromium_org/tools/json_schema_compiler/templates/ppapi/
idl.template 52 {{ member | format_param_type }} {{ member.unix_name}};
64 [in] {{ param | format_param_type }} {{ param.unix_name }}
76 [in] {{ param | format_param_type }} {{ param.unix_name }}
84 [out] {{ param | format_param_type }} {{ param.unix_name }},
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz.alias 22 # Format: alias_name unix_name # optional comment
  /external/icu4c/tools/tzcode/
tz.alias 22 # Format: alias_name unix_name # optional comment
  /external/chromium_org/chrome/common/extensions/
PRESUBMIT.py 48 unix_name = _UnixName(template_name)
50 if unix_name == _UnixName(template.split(os.sep)[-1]):
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_list_data_source_test.py 147 # unix_name format above won't be found at these versions.

Completed in 148 milliseconds