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

<<51525354555657585960>>

  /external/skia/emoji/
EmojiFont.cpp 146 // do a quick range check before calling the search routine
  /external/skia/src/effects/
Sk1DPathEffect.cpp 73 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style));
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 177 for i in range(min(len(base_list), len(target_list))):
289 for count in range(0, 10):
400 for iRow in range(num):
412 for iRow in range(num):
midifile.py 266 for i in range(length):
723 for channel in range(16):
734 for channel in range(16):
804 for channel in range(16):
826 if self.program[channel] in range(128):
831 if self.pitchbend[channel] in range(-8192,8191):
847 for index in range(len(self)):
853 for i in range(index + 1, len(self)):
872 for i in range(start_seq, min(end_seq, len(self))):
928 midi_file_logger.debug('DeleteEvents: deleted %d events in range(%s:%s)' % (delete_count, start_index, end_index))
    [all...]
  /external/srec/audio/AudioIn/UNIX/include/
audioin.h 233 (normally range of 0 - 65535). Depending on the platform the volume
234 value may be set to in sizes of 16, 32 or other size, the range also
241 unsigned long u32Volume /*[in] The volume to be set (normal range 0-65535). Depending on the
243 the range also depends on the platform. (Implementations of this interface
  /external/srec/config/en.us/grammars/
ipaq_commands.grxml 6 go to step $N .. where $N can range from 0 to 99
  /external/srec/srec/clib/
voicing.c 95 /* increase the range by 25% */
  /external/stlport/etc/
ReleaseNote.txt 108 * New checks in safe STL mode like null pointer or check of iterator range
  /external/stlport/stlport/stl/
_fstream.h 79 // beginning of the range [first, last), pos + n is the file pointer at
83 // where m is the number of newlines in the range. That's because an
284 // The range [_M_ext_buf, _M_ext_buf_converted) contains the external
286 // range [_M_ext_buf_converted, _M_ext_buf_end) contains characters that
_valarray.c 168 // Reduce __m to an equivalent number in the range [0, size()). We
  /external/stlport/stlport/stl/debug/
_debug.c 294 _STLP_STRING_LITERAL("Range [first,last) is invalid"), \
295 _STLP_STRING_LITERAL("Iterator is not in range [first,last)"), \
296 _STLP_STRING_LITERAL("Range [first,last) is not in range [start,finish)"), \
_string_sum_methods.h 36 //This call will generate the necessary out of range exception:
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/
kdt_pam.dtfmt 21 ! for the :ATTR the values in the range [1, 255] or
  /external/v8/src/
conversions.h 38 // integer value is outside the range of type int.
  /external/webkit/JavaScriptCore/pcre/
pcre_ucp_searchfuncs.cpp 89 /* Found an entry in the table. Return -1 for a range entry. Otherwise return
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.2.js 27 range is from +0 to +PI. special cases:
15.8.2.3.js 27 range is from -PI/2 to +PI/2. special cases:
15.8.2.4.js 27 range is from -PI/2 to +PI/2. special cases:
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.3.2-3.js 35 This test covers Basic Latin (range U+0020 - U+007F)
  /external/webkit/WebCore/bindings/objc/
DOMHTML.mm 46 #import "Range.h"
DOMUtility.mm 115 WRAP(Range)
  /external/webkit/WebCore/html/
ValidityState.cpp 112 case HTMLInputElement::RANGE:
  /external/webkit/WebCore/platform/chromium/
DragDataChromium.cpp 112 // This is allowed whenever the drag data contains a 'range' (ie.,
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextControllerCoreText.cpp 35 void CTRunGetAdvances(CTRunRef run, CFRange range, CGSize buffer[]);
  /external/webkit/WebKit/mac/WebView/
WebFramePrivate.h 83 - (void)_selectNSRange:(NSRange)range;

Completed in 342 milliseconds

<<51525354555657585960>>