HomeSort by relevance Sort by last modified time
    Searched full:range (Results 501 - 525 of 3739) sorted by null

<<21222324252627282930>>

  /external/icu4c/i18n/
csr2022.h 47 * @return match quality, in the range of 0-100.
inputext.h 47 UBool fC1Bytes; // True if any bytes in the range 0x80 - 0x9F are in the input;false by default
regexst.h 42 Regex8BitSet fPropSets8[URX_LAST_SET]; // Fast bitmap sets for latin-1 range for above.
  /external/icu4c/test/intltest/
nmfmtrt.h 43 static double randomDouble(double range);
  /external/icu4c/tools/genprops/misc/
ucdstrip.c 52 /* code point or range followed by semicolon and data, remove comment */
  /external/iptables/extensions/
libipt_MASQUERADE.man 16 This specifies a range of source ports to use, overriding the default
libipt_multiport.man 2 ports can be specified. A port range (port:port) counts as two
  /external/jpeg/
jchuff.h 13 /* The legal range of a DCT coefficient is
  /external/kernel-headers/original/asm-arm/
delay.h 15 * it, it means that you're calling udelay() with an out of range value.
  /external/qemu/android/
hw-control.h 21 * brightness is an integer (acceptable range are 0..255), however the
  /external/qemu/elff/
elf_file.h 415 /* Checks, if given address range is contained in the mapped .debug_info
418 * ptr - Starting address of the range.
419 * size - Range size in bytes.
421 * true if given address range is contained in the mapped .debug_info
422 * section of this file, or false if any part of the range doesn't belong
429 /* Checks, if given address range is contained in the mapped .debug_abbrev
432 * ptr - Starting address of the range.
433 * size - Range size in bytes.
435 * true if given address range is contained in the mapped .debug_abbrev
436 * section of this file, or false if any part of the range doesn't belong
    [all...]
  /external/skia/include/utils/
SkUnitMappers.h 22 /** This discretizes the range [0...1) into N discret values.
  /external/stlport/stlport/stl/
_range_errors.h 18 // A few places in the STL throw range errors, using standard exception
  /external/stlport/test/eh/
test_hash_resize.h 42 gTestController.SetCurrentTestName("iterator range n-size constructor");
  /external/tcpdump/
smb.h 25 #define SMBlock 0x0C /* lock byte range */
26 #define SMBunlock 0x0D /* unlock byte range */
52 #define SMBlockread 0x13 /* Lock a range and read */
53 #define SMBwriteunlock 0x14 /* Unlock a range then write */
  /external/webkit/WebCore/editing/
SelectionController.h 30 #include "Range.h"
54 void moveTo(const Range*, EAffinity, bool userTriggered = false);
62 bool setSelectedRange(Range*, EAffinity, bool closeTyping);
108 PassRefPtr<Range> toNormalizedRange() const { return m_selection.toNormalizedRange(); }
  /external/webkit/WebKitTools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 135 NSRange range = [description rangeOfString:@"LayoutTests"];
136 if (range.length)
137 return [description substringFromIndex:range.location];
606 NSRange range = NSMakeRange(location, length);
607 id value = [m_element accessibilityAttributeValue:NSAccessibilityBoundsForRangeParameterizedAttribute forParameter:[NSValue valueWithRange:range]];
619 NSRange range = NSMakeRange(location, length);
620 id string = [m_element accessibilityAttributeValue:NSAccessibilityStringForRangeParameterizedAttribute forParameter:[NSValue valueWithRange:range]];
690 NSRange range = indexRange ? [indexRange rangeValue] : NSMakeRange(0,0);
691 NSMutableString* rangeDescription = [NSMutableString stringWithFormat:@"{%d, %d}",range.location, range.length]
    [all...]
UIDelegate.mm 63 NSRange range = [message rangeOfString:@"file://"];
64 if (range.location != NSNotFound)
65 message = [[message substringToIndex:range.location] stringByAppendingString:[[message substringFromIndex:NSMaxRange(range)] lastPathComponent]];
  /frameworks/base/core/java/android/text/
Editable.java 29 * Replaces the specified range (<code>st&hellip;en</code>) of text in this
42 * range are retained, but any that were strictly within the range
44 * position is preserved even when the entire range where it is
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 149 TI_INT16 iThreshold; /**< Input Trigger Threshold. Units: dBm / dB ; Range: (-100 .. 100) */
150 TI_UINT16 uPacing; /**< Minimum delay between consecutive triggers. Units: milliseconds ; Range: (0 .. 60000) */
154 TI_UINT8 uHystersis; /**< Hysteresis range around the threshold value. Units: dB ; Threshold range: (0 .. 255) */
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 35 size_t range; member in struct:ipq_mode_msg
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 35 size_t range; member in struct:ipq_mode_msg
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 35 size_t range; member in struct:ipq_mode_msg
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ip_queue.h 35 size_t range; member in struct:ipq_mode_msg
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 35 size_t range; member in struct:ipq_mode_msg

Completed in 159 milliseconds

<<21222324252627282930>>