HomeSort by relevance Sort by last modified time
    Searched refs:skipped (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /frameworks/av/media/libstagefright/id3/
ID3.cpp 507 int skipped = (frameData - mFrameData); local
508 if (skipped >= n) {
511 n -= skipped;
  /external/valgrind/main/callgrind/
callstack.c 183 * If <skip> is true, this is a call to a function to be skipped;
207 /* this is a jmp from skipped to nonskipped */
263 /* a call from nonskipped to skipped */
265 if (!CLG_(current_state).nonskipped->skipped) {
267 &CLG_(current_state).nonskipped->skipped);
385 VG_(printf)("- %2d [Skipped JCC], SP %#lx\n",
sim.c 866 CLG_(current_state).nonskipped->skipped :
    [all...]
main.c 123 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
152 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
182 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI);
    [all...]
dump.c 875 if ( (bbcc->skipped &&
876 !CLG_(is_zero_cost)(CLG_(sets).full, bbcc->skipped)) ||
889 /* first, print skipped costs for calls */
890 if (bbcc->skipped && !CLG_(is_zero_cost)( CLG_(sets).full,
891 bbcc->skipped )) {
893 currCost->cost, bbcc->skipped );
895 VG_(sprintf)(outbuf, "# Skipped\n");
    [all...]
global.h 215 typedef struct _Skipped Skipped;
410 FullCost skipped; /* cost for skipped functions called from member in struct:_BBCC
485 * <nonskipped> is 0 if the function called is not skipped (usual case).
486 * Otherwise, it is the last non-skipped BBCC. This one gets all
487 * the calls to non-skipped functions and all costs in skipped
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
attrisid04.js 46 // Remove the following line otherwise test case skipped.
attrisid05.js 46 // Remove the following line otherwise test case skipped.
  /bionic/libc/kernel/common/linux/raid/
md_k.h 184 sector_t (*sync_request)(mddev_t *mddev, sector_t sector_nr, int *skipped, int go_faster);
  /external/kernel-headers/original/linux/raid/
md_k.h 275 sector_t (*sync_request)(mddev_t *mddev, sector_t sector_nr, int *skipped, int go_faster);
  /external/v8/src/
serialize.cc 1607 int skipped = up_to_offset - bytes_processed_so_far_; local
    [all...]
  /external/freetype/src/autofit/
afcjk.c 1679 FT_Int skipped = 0; local
    [all...]
  /dalvik/hit/src/com/android/hit/
HprofParser.java 606 long skipped = mInput.skip(numBytes); local
608 numBytes -= skipped;
  /external/chromium/net/tools/flip_server/
epoll_server.cc 533 const bool skipped = local
537 << " and should be skipped = " << skipped;
  /external/v8/test/mjsunit/
elements-transition.js 112 print("Test skipped because smi only arrays are not supported.");
  /external/guava/guava/src/com/google/common/collect/
Iterators.java 834 int skipped = 0;
837 if (skipped++ == position) {
844 + skipped + ")");
924 * @return the number of elements skipped
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterators.java 798 int skipped = 0;
801 if (skipped++ == position) {
808 + skipped + ")");
888 * @return the number of elements skipped
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 2353 long skipped = primitiveData.skip(length - offset); local
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 1031 int32_t count = 0, skipped = 0; local
    [all...]
  /external/valgrind/main/massif/tests/
peak2.stderr.exp 113 Massif: skipped snapshots: 0
  /external/harfbuzz/src/
harfbuzz-indic.cpp 1306 int skipped = 0; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-indic.cpp 1306 int skipped = 0; local
    [all...]
  /external/v8/benchmarks/
deltablue.js 77 var index = 0, skipped = 0;
84 skipped++;
87 for (var i = 0; i < skipped; i++)
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 71 var index = 0, skipped = 0;
78 skipped++;
81 for (var i = 0; i < skipped; i++)
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 71 var index = 0, skipped = 0;
78 skipped++;
81 for (var i = 0; i < skipped; i++)

Completed in 1192 milliseconds

1 23 4 5