OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_namespace_to_ord
(Results
1 - 1
of
1
) sorted by null
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
namespace_range.py
84
#
_namespace_to_ord
('bab') = (1 * 7 + 1) + (0 * 3 + 1) + (1 * 1 + 1) = 11
126
def
_namespace_to_ord
(namespace):
function
129
>>>
_namespace_to_ord
('')
131
>>>
_namespace_to_ord
('_')
133
>>>
_namespace_to_ord
('__')
237
mid_point = (
_namespace_to_ord
(self.namespace_start) +
238
_namespace_to_ord
(self.namespace_end)) // 2
280
namespace_start = _ord_to_namespace(
_namespace_to_ord
(after_namespace) + 1)
434
_namespace_to_ord
(ns_ranges[i+1].namespace_start) - 1)
Completed in 99 milliseconds