HomeSort by relevance Sort by last modified time
    Searched full:allowance (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/loader/
BeaconLoader.cpp 40 bool BeaconLoader::sendBeacon(LocalFrame* frame, int allowance, const KURL& beaconURL, const String& data, int& payloadLength)
47 if (allowance > 0 && static_cast<unsigned>(allowance) < entitySize)
58 bool BeaconLoader::sendBeacon(LocalFrame* frame, int allowance, const KURL& beaconURL, PassRefPtr<ArrayBufferView>& data, int& payloadLength)
62 if (allowance > 0 && static_cast<unsigned long long>(allowance) < entitySize)
80 bool BeaconLoader::sendBeacon(LocalFrame* frame, int allowance, const KURL& beaconURL, PassRefPtrWillBeRawPtr<Blob>& data, int& payloadLength)
84 if (allowance > 0 && static_cast<unsigned long long>(allowance) < entitySize)
108 bool BeaconLoader::sendBeacon(LocalFrame* frame, int allowance, const KURL& beaconURL, PassRefPtrWillBeRawPtr<DOMFormData>& data, int& payloadLength
    [all...]
  /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)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysDetector.java 26 // Top slide allowance is slightly longer (sqrt(2) times) than other edges.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
e820.h 16 * call to sanitize_e820_map() to remove duplicates. The allowance
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
e820.h 16 * call to sanitize_e820_map() to remove duplicates. The allowance
  /external/chromium_org/android_webview/browser/
aw_ssl_host_state_delegate.cc 26 // For an allowance, we consider a given |cert| to be a match to a saved
  /external/kernel-headers/original/uapi/asm-x86/asm/
e820.h 16 * call to sanitize_e820_map() to remove duplicates. The allowance
  /external/chromium_org/content/browser/renderer_host/input/
input_router_config_helper.cc 61 // Default time allowance for the touch ack delay before the touch sequence is
touch_selection_controller.h 69 // showing allowance.
  /packages/inputmethods/LatinIME/java/res/values/
config.xml 34 <!-- Amount of allowance for selecting keys in a mini popup keyboard by sliding finger. -->
  /packages/inputmethods/LatinIME/java/res/values-land/
config.xml 32 <!-- Amount of allowance for selecting keys in a mini popup keyboard by sliding finger. -->
  /packages/inputmethods/LatinIME/java/res/values-sw600dp/
config.xml 33 <!-- Amount of allowance for selecting keys in a mini popup keyboard by sliding finger. -->
  /packages/inputmethods/LatinIME/java/res/values-sw768dp/
config.xml 38 <!-- Amount of allowance for selecting keys in a mini popup keyboard by sliding finger. -->
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java 78 // Set vertical correction to zero (Reset more keys keyboard sliding allowance
  /external/chromium_org/v8/src/
runtime-profiler.cc 199 int allowance = kOSRCodeSizeAllowanceBase + local
201 if (shared_code->CodeSize() > allowance) {
  /external/wpa_supplicant_8/src/ap/
wmm.c 178 wpa_printf(MSG_DEBUG, "WMM: Surplus Bandwidth Allowance: %u.%04u",
204 wpa_printf(MSG_DEBUG, "WMM: Surplus Bandwidth Allowance not "
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 158 // Set aside one frame allowance for fluctuation.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11e.h 67 uint16 surplus_bw; /* Surplus Bandwidth Allowance (range 1.0-8.0) */
  /docs/source.android.com/src/source/
licenses.jd 86 <p>LGPL requires allowance of customer modification and reverse
  /external/chromium_org/components/policy/core/common/
schema.h 95 // |value| doesn't conform to the schema even within the allowance of
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area.cc 147 // allowance that's provided in the browser process.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
common.h 60 // the thread cache allowance to avoid passing more free ranges to and from

Completed in 882 milliseconds

1 2 3