| /external/icu4c/tools/gennorm2/ |
| n2builder.cpp | 73 if(rangeIndex<LENGTHOF(ranges)) { 74 return ranges+rangeIndex++; 81 static const Range ranges[4]; member in class:HangulIterator 85 const HangulIterator::Range HangulIterator::ranges[4]={ member in class:HangulIterator [all...] |
| /external/opencv/cv/src/ |
| cvhistogram.cpp | 45 cvCreateHist( int dims, int *sizes, CvHistType type, float** ranges, int uniform ) 78 if( ranges ) 79 CV_CALL( cvSetHistBinRanges( hist, ranges, uniform )); 93 float *data, float **ranges, int uniform ) 112 if( ranges ) 115 CV_ERROR( CV_StsBadArg, "Only uniform bin ranges can be used here " 117 CV_CALL( cvSetHistBinRanges( hist, ranges, uniform )); 661 float* ranges[CV_MAX_DIM]; local 705 ranges[i] = (float*)src->thresh[i]; 706 thresh = ranges; [all...] |
| /external/v8/test/cctest/ |
| test-regexp.cc | 464 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2); local 465 CharacterRange::AddClassEscape(c, ranges); 468 for (int j = 0; !in_class && j < ranges->length(); j++) { 469 CharacterRange& range = ranges->at(j); 606 uc16 ranges[kRangeCount][2 * kRangeSize]; local 608 Vector<uc16> range(ranges[i], 2 * kRangeSize); 621 uc16* range = ranges[i]; 629 uc16* range = ranges[j]; 1381 ZoneList<CharacterRange>* ranges = local 1402 ZoneList<CharacterRange>* ranges = local [all...] |
| /external/chromium/net/http/ |
| http_cache_unittest.cc | 884 std::vector<net::HttpByteRange> ranges; local 888 !net::HttpUtil::ParseRangeHeader(range_header, &ranges) || bad_200_ || 889 ranges.size() != 1) { 898 net::HttpByteRange byte_range = ranges[0]; 953 "Accept-Ranges: bytes\n" 983 // Creates a truncated entry that can be resumed using byte ranges. [all...] |
| /frameworks/base/services/jni/ |
| com_android_server_InputManager.cpp | 56 // where the speed ranges from -7 to + 7 and is supplied by the user. 1239 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); local [all...] |
| /external/valgrind/main/coregrind/m_debuginfo/ |
| readdwarf3.c | 463 location list. Zero length ranges, with aMax == aMin-1, are not 600 /* ignore zero length ranges */ 712 /* Enumerate the address ranges starting at img-offset 725 Cursor ranges; local 732 init_Cursor( &ranges, cc->debug_ranges_img, 735 set_position_of_Cursor( &ranges, debug_ranges_offset ); 746 UWord w1 = get_UWord( &ranges ); 747 UWord w2 = get_UWord( &ranges ); 1252 XArray* ranges[N_D3_VAR_STACK]; \/* XArray of AddrRange *\/ member in struct:__anon12171 3263 Cursor ranges; \/* for showing .debug_ranges *\/ local [all...] |
| /external/libxml2/ |
| xmlregexp.c | 196 xmlRegRangePtr *ranges; member in struct:_xmlRegAtom 806 xmlRegFreeRange(atom->ranges[i]); 807 if (atom->ranges != NULL) 808 xmlFree(atom->ranges); 844 ret->ranges = (xmlRegRangePtr *) xmlMalloc(sizeof(xmlRegRangePtr) * 846 if (ret->ranges == NULL) { 851 ret->ranges[i] = xmlRegCopyRange(ctxt, atom->ranges[i]); 852 if (ret->ranges[i] == NULL) 940 fprintf(output, "ranges "); break [all...] |