Searched refs:range (Results 301 - 325 of 1039) sorted by relevance

<<11121314151617181920>>

/external/deqp/modules/gles3/functional/
H A Des3fFloatStateQueryTests.cpp84 // verify that the given range is completely whitin the GL state range
223 StateQueryMemoryWriteGuard<GLboolean[2]> range;
224 glGetBooleanv(name, range);
226 if (!range.verifyValidity(testCtx))
229 if (range[0] == GL_FALSE)
233 testCtx.getLog() << TestLog::Message << "// ERROR: range [" << min << ", " << max << "] is not in range [" << (range[0] == GL_TRUE ? "GL_TRUE" : (range[
895 GLfloat range[2] = {1}; local
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c781 os_free(res->range);
782 res->range = freq;
798 if (freq >= list->range[i].min && freq <= list->range[i].max)
824 struct wpa_freq_range *range = &list->range[i]; local
826 if (range->min == range->max)
828 i == 0 ? "" : ",", range->min);
832 range
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c781 os_free(res->range);
782 res->range = freq;
798 if (freq >= list->range[i].min && freq <= list->range[i].max)
824 struct wpa_freq_range *range = &list->range[i]; local
826 if (range->min == range->max)
828 i == 0 ? "" : ",", range->min);
832 range
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c781 os_free(res->range);
782 res->range = freq;
798 if (freq >= list->range[i].min && freq <= list->range[i].max)
824 struct wpa_freq_range *range = &list->range[i]; local
826 if (range->min == range->max)
828 i == 0 ? "" : ",", range->min);
832 range
[all...]
/external/harfbuzz_ng/src/
H A Dhb-uniscribe.cc654 /* Scan events and save features for each range. */
663 /* Save a snapshot of active features and the range. */
664 range_record_t *range = range_records.push (); local
665 if (unlikely (!range))
689 range->props.potfRecords = reinterpret_cast<OPENTYPE_FEATURE_RECORD *> (offset);
690 range->props.cotfRecords = feature_records.len - offset;
691 range->index_first = last_index;
692 range->index_last = event->index - 1;
715 range_record_t *range = &range_records[i]; local
716 range
857 range_record_t *range = last_range; local
[all...]
/external/libvorbis/doc/
H A D07-floor1.tex28 full range of the spectral floor to be computed.
116 3) iterate [i] over the range 0 ... [floor1_partitions]-1 \{
123 6) iterate [i] over the range 0 ... [maximum_class] \{
133 11) iterate [j] over the range 0 ... (2 exponent [floor1_class_subclasses] element [i]) - 1 \{
145 18) iterate [i] over the range 0 ... [floor1_partitions]-1 \{
148 20) iterate [j] over the range 0 ... ([floor1_class_dimensions] element [current_class_number])-1 \{
186 1) [range] = vector \{ 256, 128, 86, 64 \} element ([floor1_multiplier]-1)
187 2) vector [floor1_Y] element [0] = read \link{vorbis:spec:ilog}{ilog}([range]-1) bits as unsigned integer
188 3) vector [floor1_Y] element [1] = read \link{vorbis:spec:ilog}{ilog}([range]-1) bits as unsigned integer
190 5) iterate [i] over the range
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_c_m_a_p.py27 for i in range(numSubTables):
190 charCodes = list(range(lenArray))
202 assert charCodes == list(range(256))
258 for i in range(subHeader.entryCount):
287 for i in range(maxSubHeaderindex + 1):
307 # Each subheader references a range in the glyphIndexArray whose length is entryCount.
308 # The range in glyphIndexArray referenced by a sunheader may overlap with the range in glyphIndexArray
311 # that maps the entire range of glyphID values to glyphIndex 0, e.g notdef:
339 for firstByte in range(25
[all...]
H A DL_T_S_H_.py24 for i in range(numGlyphs):
H A DT_S_I__0.py20 for i in range(numGlyphs + 5):
H A DotTables.py63 warnings.warn("Coverage table has start glyph ID out of range: %s." % start)
68 # Apparently some tools use 65535 to "match all" the range
70 warnings.warn("Coverage table has end glyph ID out of range: %s." % end)
71 # NOTE: We clobber out-of-range things here. There are legit uses for those,
74 glyphs.extend(glyphOrder[glyphID] for glyphID in range(startID, endID))
103 for i in range(len(ranges)):
231 warnings.warn("ClassDef table has start glyph ID out of range: %s." % start)
235 warnings.warn("ClassDef table has entries for out of range glyph IDs: %s,%s." % (start, len(classList)))
236 # NOTE: We clobber out-of-range things here. There are legit uses for those,
240 for glyphID, cls in zip(range(startI
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_c_m_a_p.py27 for i in range(numSubTables):
190 charCodes = list(range(lenArray))
202 assert charCodes == list(range(256))
258 for i in range(subHeader.entryCount):
287 for i in range(maxSubHeaderindex + 1):
307 # Each subheader references a range in the glyphIndexArray whose length is entryCount.
308 # The range in glyphIndexArray referenced by a sunheader may overlap with the range in glyphIndexArray
311 # that maps the entire range of glyphID values to glyphIndex 0, e.g notdef:
339 for firstByte in range(25
[all...]
H A DL_T_S_H_.py24 for i in range(numGlyphs):
H A DT_S_I__0.py20 for i in range(numGlyphs + 5):
H A DotTables.py63 warnings.warn("Coverage table has start glyph ID out of range: %s." % start)
68 # Apparently some tools use 65535 to "match all" the range
70 warnings.warn("Coverage table has end glyph ID out of range: %s." % end)
71 # NOTE: We clobber out-of-range things here. There are legit uses for those,
74 glyphs.extend(glyphOrder[glyphID] for glyphID in range(startID, endID))
103 for i in range(len(ranges)):
231 warnings.warn("ClassDef table has start glyph ID out of range: %s." % start)
235 warnings.warn("ClassDef table has entries for out of range glyph IDs: %s,%s." % (start, len(classList)))
236 # NOTE: We clobber out-of-range things here. There are legit uses for those,
240 for glyphID, cls in zip(range(startI
[all...]
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstrans.c899 const char *range = context_range_get(con); local
900 if (!range) {
905 char *r = strdup(range);
915 new_context_str(const security_context_t incon, const char *range) { argument
921 context_range_set(con, range);
935 find_in_hashtable(const char *range, domain_t *domain, context_map_node_t **table) { argument
937 context_map_t *map = find_in_table(table, range);
944 log_debug(" found %s in hashtable returning %s\n", range, trans);
1509 char *range = extract_range(incon); local
1510 if (!range) retur
1616 char *range = extract_range(incon); local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c168 unsigned int range = w->range; local
190 split = 1 + (((range - 1) * pp[i>>1]) >> 8);
196 range = range - split;
200 range = split;
203 shift = vp8_norm[range];
204 range <<= shift;
255 split = 1 + (((range - 1) * proba[i>>1]) >> 8);
261 range
[all...]
/external/v8/src/
H A Dtypes.cc66 typename TypeImpl<Config>::RangeType* range, i::Object* val) {
69 && range->Min()->Number() <= val->Number()
70 && val->Number() <= range->Max()->Number();
548 // Return the range in [this], or [NULL].
567 RangeType* range = this->GetRange(); local
568 if (range != NULL && Contains(range, value)) return true;
580 // 3. At most one element is a range, and it must be the second one
641 TypeHandle range = None(region); local
647 range
65 Contains( typename TypeImpl<Config>::RangeType* range, i::Object* val) argument
658 UpdateRange( RangeHandle range, UnionHandle result, int size, Region* region) argument
771 TypeHandle range = None(region); local
[all...]
/external/bison/data/
H A Dstack.hh99 slice (const S& stack, unsigned int range)
101 , range_ (range)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Dimport_string.py92 for i in range(len(parts)):
/external/clang/test/SemaCXX/
H A Dfor-range-examples.cpp51 value_range_detail::value_range<T> range(const T &a, const T &b) { return value_range_detail::value_range<T>(a, b); } function
54 value_range_detail::value_range_step<T> range(const T &a, const T &b, const T &step) { return value_range_detail::value_range_step<T>(a, b, step); } function
122 for (auto n : range(1, 5)) {
127 for (auto n : range(10, 100, 10)) {
199 // expected-error@-1 {{cannot build range expression with array function parameter 'arr' since parameter with array type 'int []' is treated as pointer type 'int *'}}
210 // expected-error@-1 {{cannot build range expression with array function parameter 'arr' since parameter with array type 'test6::vector []' is treated as pointer type 'test6::vector *'}}
/external/fio/os/
H A Dos-android.h257 uint64_t range[2]; local
259 range[0] = start;
260 range[1] = len;
262 if (!ioctl(fd, BLKDISCARD, range))
H A Dos-linux.h266 uint64_t range[2]; local
268 range[0] = start;
269 range[1] = len;
271 if (!ioctl(fd, BLKDISCARD, range))
/external/icu/icu4c/source/i18n/
H A Dcollationweights.h90 void lengthenRange(WeightRange &range) const;
/external/icu/icu4c/source/test/intltest/
H A Dnmfmtrt.h43 static double randomDouble(double range);
/external/libcxx/test/libcxx/android/
H A Dexecutors.py45 for _ in range(10):

Completed in 748 milliseconds

<<11121314151617181920>>