/external/apache-http/src/org/apache/http/impl/io/ |
ContentLengthInputStream.java | 194 * @return The actual number of bytes skipped. <= 0 if no bytes 195 * are skipped. 207 // skip and keep track of the bytes actually skipped
|
/external/chromium_org/media/base/ |
seekable_buffer.cc | 221 int skipped = std::min(remaining_bytes_in_buffer, bytes_to_skip); local 222 current_buffer_offset += skipped; 223 bytes_to_skip -= skipped;
|
bit_reader.h | 41 // bits cannot be skipped (not enough bits in the stream), true otherwise.
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
data_builder.h | 31 /** Set if the data is contiguous. Typically not set if a sample was skipped */ 92 * skipped due to power savings turning off this sensor. 107 * skipped due to power savings turning off this sensor.
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldLineNumberInputStreamTest.java | 150 long skipped = lnis.skip(4); local 151 assertEquals("Test 1: Incorrect number of characters skipped;", 152 4, skipped);
|
OldLineNumberReaderTest.java | 164 long skipped = lnr.skip(80); local 165 assertEquals("Test 1: Incorrect number of characters skipped;", 166 80, skipped);
|
/art/runtime/native/ |
java_lang_Runtime.cc | 32 LOG(INFO) << "Explicit GC skipped.";
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
PushbackReaderTest.java | 241 boolean skipped = false; 260 skipped = true; 265 assertTrue("Failed to skip characters" + e, skipped); 275 assertEquals("skipped empty reader", 0, nextSkipped);
|
/external/chromium/base/i18n/ |
icu_string_conversions.h | 23 // The offending characters are skipped and the conversion will proceed as
|
/external/chromium/chrome/browser/ |
browser_about_handler.h | 36 // case, normal tab navigation should be skipped.
|
/external/chromium/net/base/ |
pem_tokenizer.h | 66 // one of these types will be skipped.
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_field_trial.h | 80 // be skipped, as indicated by the name.
|
/external/chromium_org/chrome/browser/signin/ |
signin_promo.h | 48 // Registers the fact that the user has skipped the sign in promo.
|
/external/chromium_org/chromeos/network/ |
client_cert_resolver.h | 73 // networks are skipped in the NetworkListChanged notification.
|
/external/chromium_org/content/browser/loader/ |
detachable_resource_handler.h | 33 // handler, so any policy decisions in that handler are skipped.
|
/external/chromium_org/courgette/ |
types_elf.h | 55 // Other values skipped
|
/external/chromium_org/gpu/gles2_conform_support/ |
gles2_conform_test_expectations.txt | 18 // Any tests whose expectations are not PASS will be skipped on the bots.
|
/external/chromium_org/media/tools/layout_tests/ |
layouttest_analyzer_helpers.py | 37 information about skipped layouttests where it has 'SKIP' in its entry in 39 about non skipped layout tests, which are in the test expectation file but 40 not skipped. The information is exactly same as the one parsed by the 167 (current_time, the number of tests, the number of skipped tests, 215 '<li>The number of failing skipped tests: %d (%s)</li>' 216 '<li>The number of failing non-skipped tests: %d (%s)</li>' 226 return_str += '<b>Current issues about failing non-skipped tests:</b>' 261 # Look into expectation to get diff only for non-skipped tests. 297 """Get a list of bugs for non-skipped layout tests.
|
/external/chromium_org/net/cert/ |
pem_tokenizer.h | 66 // one of these types will be skipped.
|
/external/chromium_org/ppapi/host/ |
resource_message_handler.h | 53 // This will cause the reply to be skipped, and the class implementing this
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_run_results.py | 159 'skipped': The number of skipped tests (NOW & SKIPPED) 172 results['skipped'] = len(tbt[test_expectations.NOW] & tbe[test_expectations.SKIP])
|
test_run_results_unittest.py | 51 'failures/expected/audio.html', 'passes/skipped/skip.html'] 68 skipped_result = get_result('passes/skipped/skip.html') 145 self.assertEquals(summary['tests']['passes']['skipped']['skip.html']['bugs'], ['Bug(test)']) 175 self.assertEquals(summary['tests']['passes']['skipped']['skip.html']['expected'], 'SKIP')
|
/external/chromium_org/third_party/skia/src/images/ |
SkScaledBitmapSampler.h | 48 // sample, it will be skipped. Only sampleInterlaced OR next should
|
/external/chromium_org/third_party/sqlite/src/test/ |
thread_common.tcl | 102 puts "WARNING: Multi-threaded tests skipped: $zProblem"
|
/external/chromium_org/third_party/sqlite/src/tool/ |
soak1.tcl | 15 # be run. All other scenarios are skipped.
|