HomeSort by relevance Sort by last modified time
    Searched defs:skip (Results 251 - 275 of 684) sorted by null

<<11121314151617181920>>

  /external/libvncserver/x11vnc/
keyboard.c 400 /* read state and skip restore if equal (e.g. no clients) */
927 /* tracking to skip down modifier keycodes. */
2156 int skip = 1, dbmsg = 0; local
3233 int skip = 0; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 154 static const arg_def_t skip = ARG_DEF(NULL, "skip", 1, variable
155 "Skip the first n input frames");
203 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip,
699 else if (arg_match(&arg, &skip, argi))
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 334 /// @brief Skip a single nb-char[27] starting at Position.
343 /// @brief Skip a single b-break[28] starting at Position.
351 /// @brief Skip a single s-white[33] starting at Position.
359 /// @brief Skip a single ns-char[34] starting at Position.
368 /// @brief Skip minimal well-formed code unit subsequences until Func
389 /// @brief Skip \a Distance UTF-8 code units. Updates \a Cur and \a Column.
390 void skip(uint32_t Distance);
420 /// @brief Skip whitespace and comments until the start of the next token.
885 void Scanner::skip(uint32_t Distance) { function in class:Scanner
968 skip(1)
1553 void Stream::skip() { function in class:Stream
2023 bool Document::skip() { function in class:Document
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 408 Label skip = e.make_label(); local
411 e.ifnull(skip);
418 e.mark(skip);
425 Label skip = e.make_label(); local
428 e.ifnull(skip);
434 e.mark(skip);
584 Label skip = e.make_label(); local
611 e.ifnull(skip);
626 e.ifnull(skip);
634 e.mark(skip);
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 1074 int skip, min_box_area_index = -1; local
    [all...]
  /external/openssh/
ssh-keygen.c 832 int r, i, skip = 0, num = 0, invalid = 1; local
876 skip = 1;
880 if (skip) {
881 skip = 0;
886 /* Skip leading whitespace, empty and comment lines. */
898 cp++; /* Skip both */
    [all...]
sshconnect2.c 1014 u_int skip = 0; local
1034 skip = session_id2_len;
1037 skip = buffer_len(&b);
1068 skip = session_id2_len;
1084 /* skip session id and packet type */
1085 if (buffer_len(&b) < skip + 1)
1087 buffer_consume(&b, skip + 1);
    [all...]
sshkey.c 1231 int skip = 1; /* skip white space */ local
1242 skip = 0;
1248 *cpp = cp + e + skip;
1321 /* advance 'space': skip whitespace */
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngrutil.c 195 /* Optionally skip data and then check the CRC. Depending on whether we
201 png_crc_finish(png_structrp png_ptr, png_uint_32 skip)
206 while (skip > 0)
212 if (len > skip)
213 len = skip;
214 skip -= len;
1577 png_uint_32 skip = 0; local
2366 png_uint_32 skip = 0; local
3367 size_t skip = (bytes_to_jump-bytes_to_copy) \/ local
3409 size_t skip = (bytes_to_jump-bytes_to_copy) \/ local
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 365 // now skip whole runs of zeros
428 int skip = trim_row_left_right(data, origWidth, trimL, trimR); local
429 SkASSERT(expectedSkip == skip);
431 assert_row_width(data + skip, expectedWidth);
529 int skip = 0; local
535 skip += 1;
538 SkASSERT(skip <= head->fRowCount);
539 if (skip == head->fRowCount) {
542 if (skip > 0) {
544 // as we remove [skip] number of YOffset entrie
    [all...]
  /external/skia/tests/
PathOpsSkpClipTest.cpp 1000 const SkipOverTest& skip = skipOver[index]; local
1001 if (!skip.blamePathOps) {
1004 int dirNo = skip.directory;
1005 const char* skp = skip.filename;
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 202 unsigned short skip; member in struct:meta_index
  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 261 unsigned short skip; member in struct:meta_index
  /external/v8/src/
serialize.cc 853 int skip = source_->GetInt(); \
855 reinterpret_cast<Address>(current) + skip); \
1018 int skip = source_->GetInt(); local
1557 int skip = OutputRawData(rinfo->target_address_address(), local
1567 int skip = OutputRawData(reinterpret_cast<Address>(p), local
1578 int skip = OutputRawData(rinfo->target_address_address(), local
1590 int skip = OutputRawData(rinfo->target_address_address(), local
1605 int skip = OutputRawData(rinfo->target_address_address(), local
1614 int skip = OutputRawData(entry_address, kCanReturnSkipInsteadOfSkipping); local
1625 int skip = OutputRawData(rinfo->pc(), kCanReturnSkipInsteadOfSkipping); local
    [all...]
  /external/v8/test/cctest/
test-assembler-arm64.cc 2195 Label skip, fail, done; local
2285 Label skip, fail, done; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 523 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - parse "
537 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - proto "
543 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - PTK "
549 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - GTK "
555 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - key mgmt "
564 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - no mgmt "
579 wpa_dbg(wpa_s, MSG_DEBUG, " skip WPA IE - parse "
593 wpa_dbg(wpa_s, MSG_DEBUG, " skip WPA IE - proto "
599 wpa_dbg(wpa_s, MSG_DEBUG, " skip WPA IE - PTK "
605 wpa_dbg(wpa_s, MSG_DEBUG, " skip WPA IE - GTK
1539 int skip; local
    [all...]
  /frameworks/base/core/jni/
android_os_Debug.cpp 228 bool skip, done = false; local
255 skip = false;
263 skip = true;
388 if (!skip) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 505 bitStream.skip(11); //not used now
549 bitStream.skip((naiLength << 3) + 101);//not used
557 bitStream.skip(32); //not used
565 bitStream.skip(4);
574 bitStream.skip(32);
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 1193 void skip(size_t i) { function in class:android::RSC::FieldPacker
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 193 static const arg_def_t skip = ARG_DEF(NULL, "skip", 1, variable
194 "Skip the first n input frames");
242 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip,
704 else if (arg_match(&arg, &skip, argi))
    [all...]
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 649 int skip = 1; local
650 while (base + skip < len && a[base] == a[base + skip])
651 skip++;
652 if (base + skip == len)
655 for (i = 0; i < skip - 1; i++)
656 a[base + 1 + i] = a[base + skip];
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
Dex.java 663 skip(triesSize * SizeOf.TRY_ITEM);
780 public void skip(int count) { method in class:Dex.Section
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ScannerTest.java 1086 // Skip the un-recognizable token 123-.
    [all...]
  /libcore/luni/src/main/java/java/util/
Scanner.java 1530 public Scanner skip(Pattern pattern) { method in class:Scanner
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 589 skip(); method
592 skip(); method
596 skip(); method
622 skip(); method
629 skip(); method
639 skip(); method
680 skip(); method
731 skip(); method
734 skip(); method
756 skip(); method
803 skip(); method
807 skip(); method
818 skip(); method
824 skip(); method
830 skip(); method
832 skip(); method
848 skip(); method
862 skip(); method
906 skip(); method
910 skip(); method
915 skip(); method
930 skip(); method
933 skip(); method
947 skip(); method
953 skip(); method
959 skip(); method
967 skip(); method
1062 skip(); method
1081 skip(); method
1098 skip(); method
1107 skip(); method
1592 private void skip() throws IOException, XmlPullParserException { method in class:KXmlParser
    [all...]

Completed in 384 milliseconds

<<11121314151617181920>>