HomeSort by relevance Sort by last modified time
    Searched refs:halfway (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntitySearch.cpp 33 static const HTMLEntityTableEntry* halfway(const HTMLEntityTableEntry* left, const HTMLEntityTableEntry* right) function in namespace:blink
69 const HTMLEntityTableEntry* probe = halfway(left, right);
94 const HTMLEntityTableEntry* probe = halfway(left, right);
  /external/chromium_org/tools/cygprofile/
patch_orderfile.py 51 halfway = start + ((end - start) / 2)
52 (nm_addr, size) = uniqueAddrs[halfway]
56 return binary_search (addr, start, halfway)
58 return binary_search (addr, halfway, end)
symbolize.py 152 halfway = (start + end) / 2
153 (nm_addr, size) = arr[halfway]
154 # print "nm_addr: " + str(nm_addr) + " halfway: " + str(halfway)
158 return BinarySearchAddresses(addr, start, halfway-1, arr)
161 return BinarySearchAddresses(addr, halfway+1, end, arr)
  /external/chromium_org/third_party/libjpeg_turbo/
tjunittest.c 92 int index, row, col, halfway=16; local
103 if(((row/8)+(col/8))%2==0) buf[index]=(row<halfway)? 255:0;
104 else buf[index]=(row<halfway)? 76:226;
118 if(row<halfway)
128 if(row>=halfway) buf[index*ps+goffset]=255;
165 int halfway=16*sf.num/sf.denom; local
181 if(row<halfway)
194 if(row<halfway)
205 if(row<halfway)
246 int halfway=16 local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 721 halfway = (long_dbl_max + top_power)//2
724 self.assertEqual(float(halfway-1), DBL_MAX)
725 self.assertRaises(OverflowError, float, halfway)
726 self.assertEqual(float(1-halfway), -DBL_MAX)
727 self.assertRaises(OverflowError, float, -halfway)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 721 halfway = (long_dbl_max + top_power)//2
724 self.assertEqual(float(halfway-1), DBL_MAX)
725 self.assertRaises(OverflowError, float, halfway)
726 self.assertEqual(float(1-halfway), -DBL_MAX)
727 self.assertRaises(OverflowError, float, -halfway)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 603 unsigned halfway = start + sub_length / 2; local
604 uc16_stream.SeekForward(halfway - i);
605 string_stream.SeekForward(halfway - i);
606 utf8_stream.SeekForward(halfway - i);
607 i = halfway;
    [all...]
  /external/valgrind/main/helgrind/tests/
tc19_shadowmem.c 285 if (wot >= 500) goto halfway;
    [all...]

Completed in 165 milliseconds