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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
robotparser.py 144 return entry.allowance(url)
147 return self.default_entry.allowance(url)
157 """A rule line is a single "Allow:" (allowance==True) or "Disallow:"
158 (allowance==False) followed by a path."""
159 def __init__(self, path, allowance):
160 if path == '' and not allowance:
162 allowance = True
164 self.allowance = allowance
170 return (self.allowance and "Allow" or "Disallow") + ": " + self.pat
200 def allowance(self, filename): member in class:Entry
    [all...]
pprint.py 132 def _format(self, object, stream, indent, allowance, context, level):
142 sepLines = _len(rep) > (self._width - 1 - indent - allowance)
164 allowance + 1, context, level)
173 allowance + 1, context, level)
212 self._format(object[0], stream, indent, allowance + 1,
221 allowance + 1, context, level)
  /prebuilts/gdb/linux-x86/lib/python2.7/
robotparser.py 144 return entry.allowance(url)
147 return self.default_entry.allowance(url)
157 """A rule line is a single "Allow:" (allowance==True) or "Disallow:"
158 (allowance==False) followed by a path."""
159 def __init__(self, path, allowance):
160 if path == '' and not allowance:
162 allowance = True
164 self.allowance = allowance
170 return (self.allowance and "Allow" or "Disallow") + ": " + self.pat
200 def allowance(self, filename): member in class:Entry
    [all...]
pprint.py 132 def _format(self, object, stream, indent, allowance, context, level):
142 sepLines = _len(rep) > (self._width - 1 - indent - allowance)
164 allowance + 1, context, level)
173 allowance + 1, context, level)
212 self._format(object[0], stream, indent, allowance + 1,
221 allowance + 1, context, level)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
robotparser.py 144 return entry.allowance(url)
147 return self.default_entry.allowance(url)
157 """A rule line is a single "Allow:" (allowance==True) or "Disallow:"
158 (allowance==False) followed by a path."""
159 def __init__(self, path, allowance):
160 if path == '' and not allowance:
162 allowance = True
164 self.allowance = allowance
170 return (self.allowance and "Allow" or "Disallow") + ": " + self.pat
200 def allowance(self, filename): member in class:Entry
    [all...]
pprint.py 132 def _format(self, object, stream, indent, allowance, context, level):
142 sepLines = _len(rep) > (self._width - 1 - indent - allowance)
164 allowance + 1, context, level)
173 allowance + 1, context, level)
212 self._format(object[0], stream, indent, allowance + 1,
221 allowance + 1, context, level)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
robotparser.py 144 return entry.allowance(url)
147 return self.default_entry.allowance(url)
157 """A rule line is a single "Allow:" (allowance==True) or "Disallow:"
158 (allowance==False) followed by a path."""
159 def __init__(self, path, allowance):
160 if path == '' and not allowance:
162 allowance = True
164 self.allowance = allowance
170 return (self.allowance and "Allow" or "Disallow") + ": " + self.pat
200 def allowance(self, filename): member in class:Entry
    [all...]
pprint.py 132 def _format(self, object, stream, indent, allowance, context, level):
142 sepLines = _len(rep) > (self._width - 1 - indent - allowance)
164 allowance + 1, context, level)
173 allowance + 1, context, level)
212 self._format(object[0], stream, indent, allowance + 1,
221 allowance + 1, context, level)
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDetector.cpp 259 int32_t allowance = (int32_t)(allowanceFactor * overallEstModuleSize);
260 int32_t alignmentAreaLeftX = std::max(0, estAlignmentX - allowance);
262 std::min(m_image->GetWidth() - 1, estAlignmentX + allowance);
267 int32_t alignmentAreaTopY = std::max(0, estAlignmentY - allowance);
269 std::min(m_image->GetHeight() - 1, estAlignmentY + allowance);
  /external/v8/src/
runtime-profiler.cc 178 int64_t allowance = local
181 if (shared_code->CodeSize() > allowance &&
  /external/zxing/core/
core.jar 

Completed in 1972 milliseconds