OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unix_name
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/tools/json_schema_compiler/
model.py
56
- |
unix_name
| the
unix_name
of the feature
61
self.
unix_name
= UnixName(self.name)
70
- |
unix_name
| the
unix_name
of the feature
77
self.
unix_name
= UnixName(self.name)
90
- |
unix_name
| the
unix_name
of the namespace
116
self.
unix_name
= UnixName(self.name)
180
self.
unix_name
= UnixName(self.name
407
unix_name
= property(GetUnixName, SetUnixName)
variable in class:Property
[
all
...]
cpp_type_generator.py
42
return '%s_NONE' % self.FollowRef(type_).
unix_name
.upper()
48
return '%s_LAST' % self.FollowRef(type_).
unix_name
.upper()
57
self.FollowRef(type_).
unix_name
)
101
type_.namespace.
unix_name
)
152
namespace.
unix_name
)
167
namespace.
unix_name
))
cc_generator.py
37
self._namespace.
unix_name
)
151
prop.
unix_name
,
156
items.append('%s(0)' % prop.
unix_name
)
158
items.append('%s(0.0)' % prop.
unix_name
)
160
items.append('%s(false)' % prop.
unix_name
)
205
'out->as_%s' % choice.
unix_name
,
282
value_var = prop.
unix_name
+ '_value'
310
'name': prop.
unix_name
356
prop_var = 'this->%s' % prop.
unix_name
414
choice_var = 'as_%s' % choice.
unix_name
[
all
...]
cpp_util.py
89
'name': param.
unix_name
,
138
def CamelCase(
unix_name
):
139
return ''.join(word.capitalize() for word in
unix_name
.split('_'))
h_generator.py
68
self._namespace.
unix_name
)
165
prop.
unix_name
))
256
choice_type.
unix_name
))
286
# TODO(kalman): use event.
unix_name
not Classname.
300
# 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
191
namespace_name = namespace.
unix_name
.replace("experimental_", "")
203
(namespace.
unix_name
, implementation_header))
model_test.py
102
self.assertEquals('tab_ids', param.
unix_name
)
compiler.py
122
('%s.dart' % namespace.
unix_name
, DartGenerator(
/external/chromium_org/third_party/icu/source/tools/tzcode/
tz.alias
22
# Format: alias_name
unix_name
# optional comment
/external/chromium_org/chrome/common/extensions/
PRESUBMIT.py
50
unix_name
= _UnixName(template_name)
52
if
unix_name
== _UnixName(template.split(os.sep)[-1]):
/external/chromium_org/chrome/common/extensions/docs/server2/
api_list_data_source_test.py
160
#
unix_name
format above won't be found at these versions.
Completed in 623 milliseconds