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

<<21222324252627282930>>

  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_DIRECT.S 20 * a "routine" variable to specify this is the "range" version of
23 * For: invoke-direct, invoke-direct/range
54 andl $$15, %edx # %edx<- D if not range
OP_INVOKE_VIRTUAL.S 20 * a "routine" variable to specify this is the "range" version of
23 * For: invoke-virtual, invoke-virtual/range
53 and $$15, %edx # %edx<- D if not range
  /external/astl/include/
memory 48 // the input range a copy is created and placed in the corresponding
50 // If the input range is made of pod instances AND both input and
53 // Returns an iterator pass the end of the destination range.
  /external/elfutils/libdw/
dwarf_error.c 100 [DWARF_E_ADDR_OUTOFRANGE] = N_("address out of range"),
104 [DWARF_E_INVALID_ARANGE_IDX] = N_("invalid address range index"),
105 [DWARF_E_NO_MATCH] = N_("no matching address range"),
  /external/icu4c/common/
bmpset.h 77 * binary search is restricted for finding code points in a certain range.
79 * For restricting the search for finding in the range start..end,
89 * @return the smallest integer i in the range lo..hi,
  /external/icu4c/i18n/
nortrans.cpp 104 // start and limit of the input range
156 // set the iterator limits for the remaining input range
217 limit = offsets.limit += delta; // set the iteration limit to the adjusted end of the input range
  /external/icu4c/test/perf/unisetperf/draft/
bitset.cpp 112 // Finish the end of the previous range.
133 // Set bits for the start of the range.
135 // Fill all-one entries inside the range.
  /external/iproute2/
README.distribution 15 F is monotonically increasing, so has an inverse function G, with range
25 Y = T(U), where U is a discrete uniform random variable with range 1 to N.
57 covering the range -10 to +10, with granularity .00005. Obviously, this
  /external/iproute2/netem/
README.distribution 17 F is monotonically increasing, so has an inverse function G, with range
27 Y = T(U), where U is a discrete uniform random variable with range 1 to N.
59 covering the range -10 to +10, with granularity .00005. Obviously, this
  /external/iptables/extensions/
libipt_ECN.c 73 "ECN target: Value out of range");
84 "ECN target: Value out of range");
95 "ECN target: Value out of range");
  /external/libxml2/include/libxml/
chvalid.h 2 * Summary: Unicode character range checking
4 * range validation APIs
52 * Range checking routine
  /external/opencore/nodes/pvprotocolenginenode/include/
pvmf_protocol_engine_node_events.h 93 // some processing errors, especially for pending commands with failure, within the range [200, 299], which is not HTTP status error code range
193 //"416" ; Requested range not satisfiable
  /external/opencore/protocols/rtsp_parcom/src/
rtsp_par_com_message.h 66 // RTSPRange range;
67 RtspRangeType range; member in class:RTSPGenericMessage
134 void parseRange(char *rangeString, RtspRangeType *range);
  /external/skia/include/core/
SkBuffer.h 26 or no size (in which case no range checking is performed). It is iillegal
33 This signals the RBuffer to not perform range checks during reading.
93 or no size, in which case no range checking is performed. An empty WBuffer
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 188 RGNRANGE RangeKey; /* Key range */
189 RGNRANGE RangeVelocity; /* Velocity Range */
190 USHORT fusOptions; /* Synthesis options for this range */
  /external/srec/srec/clib/
imeld_tr.c 66 fram[ii] = RANGE(vec[ii] + prep->offset[ii], 0, 255);
69 fram[ii] = RANGE(vec[ii], 0, 255);
105 fram[ii]= RANGE (vec[ii], 0, 255);
  /external/webkit/JavaScriptCore/yarr/
RegexCompiler.cpp 116 // If the upper bound of the range (hi) is 0xffff, the increments to
160 unsigned range = matches.size(); local
163 while (range) {
164 unsigned index = range >> 1;
170 range = index;
173 range -= (index+1);
190 // does the new range fall before the current position in the array
200 // Okay, since we didn't hit the last case, the end of the new range is definitely at or after the begining
201 // If the new range start at or before the end of the last range, then the overlap (if it starts one after th
    [all...]
  /external/webkit/WebCore/platform/chromium/
PasteboardChromium.cpp 45 #include "Range.h"
82 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame)
161 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
  /external/webkit/WebKit/chromium/public/
WebBindings.h 138 // Return true (success) if the given npobj is a range object.
139 // If so, return that range as a WebRange object.
140 WEBKIT_API static bool getRange(NPObject* range, WebRange*);
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 71 CFTypeRef WKCopyAXTextMarkerRangeStart(CFTypeRef range);
72 CFTypeRef WKCopyAXTextMarkerRangeEnd(CFTypeRef range);
115 NSFont *WKGetFontInLanguageForRange(NSFont *font, NSString *string, NSRange range);
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunSegment.java 71 * Creates black box bounds shape for the specified range
72 * @param start - range sart
73 * @param limit - range end
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 37 jfieldID range; member in struct:android::SensorOffsets
81 env->SetFloatField(sensor, sensorOffsets.range, list->maxRange);
172 sensorOffsets.range = _env->GetFieldID(sensorClass, "mMaxRange", "F");
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uheap.h 23 /// \brief Returns true if the given range is a heap under \p comp.
39 /// \brief make_heap turns the range [first, last) into a heap
63 /// \brief Inserts the *--last into the preceeding range assumed to be a heap.
umap.h 96 /// Returns the pair<K,V> where V = \p v, occuring in range [first,last).
106 /// Returns the pair<K,V> where V = \p v, occuring in range [first,last).
143 /// Inserts elements from range [i1,i2) into the container.
  /frameworks/base/tests/CoreTests/android/core/
HttpConstants.java 90 "if-range",
94 "range",
105 "content-range",

Completed in 88 milliseconds

<<21222324252627282930>>