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

<<11121314151617181920>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 362 skip(is, 2); // Skip the 2 padding bytes method
435 * Skip a number of bytes in an InputStream.
437 * @param count the number of bytes to skip
440 private static void skip(InputStream is, int count) throws IOException { method in class:SapMessage
442 is.read(); // Do not use the InputStream.skip as it fails for some stream types
461 is.read(); // Skip the reserved byte
470 skip(is, paramLength + (4 - (paramLength % 4))); method
475 skip(is, 4 - PARAM_MAX_MSG_SIZE_LENGTH); method
481 skip(is, 4 - (paramLength % 4)) method
486 skip(is, 4 - (paramLength % 4)); method
492 skip(is, paramLength + (4 - (paramLength % 4))); method
496 skip(is, 4 - PARAM_TRANSPORT_PROTOCOL_LENGTH); method
505 skip(is, paramLength + (4 - (paramLength % 4))); method
509 skip(is, 4 - PARAM_CONNECTION_STATUS_LENGTH); method
519 skip(is, paramLength + (4 - (paramLength % 4))); method
523 skip(is, 4 - PARAM_CARD_READER_STATUS_LENGTH); method
533 skip(is, paramLength + (4 - (paramLength % 4))); method
537 skip(is, 4 - PARAM_STATUS_CHANGE_LENGTH); method
547 skip(is, paramLength + (4 - (paramLength % 4))); method
551 skip(is, 4 - PARAM_RESULT_CODE_LENGTH); method
561 skip(is, paramLength + (4 - (paramLength % 4))); method
565 skip(is, 4 - PARAM_DISCONNECT_TYPE_LENGTH); method
574 skip(is, 4 - (paramLength % 4)); method
582 skip(is, 4 - (paramLength % 4)); method
588 skip(is, paramLength + (4 - (paramLength % 4))); method
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-deploy-plugin/2.5/
maven-deploy-plugin-2.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 1116 void skip(size_t i) { function in class:android::RSC::FieldPacker
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 1116 void skip(size_t i) { function in class:android::RSC::FieldPacker
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 1116 void skip(size_t i) { function in class:android::RSC::FieldPacker
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
  /external/libpng/contrib/tools/
pngfix.c 296 * that it is possible to skip any remaining digits in acc.
692 unsigned int skip :3; /* Non-critical chunks to skip */ member in struct:global
744 global->skip = SKIP_NONE;
773 if (global->skip >= SKIP_ALL)
782 if (global->skip >= SKIP_COLOR)
791 if (global->skip >= SKIP_TRANSFORM)
802 if (global->skip >= SKIP_UNUSED)
813 if (global->skip >= SKIP_UNUSED) /* as above */
817 else if (global->skip >= SKIP_UNSAFE
2499 int skip = 0; local
    [all...]
  /external/tcpdump/
print-openflow-1.0.c 642 corrupt: /* skip the undersized data */
735 corrupt: /* skip the undersized trailing data */
752 u_char plen_bogus = 0, skip = 0; local
780 skip = 1;
784 skip = 1;
786 if (skip) {
809 corrupt: /* skip the rest of queue properties */
855 corrupt: /* skip the rest of queues */
975 u_char alen_bogus = 0, skip = 0; local
989 /* On action size underrun/overrun skip the rest of the action list. *
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 373 // Skip barrier if writing a smi.
414 // Skip barrier if writing a smi.
539 // Skip barrier if writing a smi.
1128 Label skip; local
2675 Label skip; local
2676 j(NegateCondition(cc), &skip); local
2690 Label skip; local
2691 j(NegateCondition(cc), &skip); local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 691 Label skip; local
692 __ BranchF(USE_DELAY_SLOT, &skip, NULL, lt, f12, f14);
695 __ BranchF(USE_DELAY_SLOT, &skip, NULL, eq, f12, f14);
699 __ bind(&skip);
    [all...]
macro-assembler-mips.cc 180 // Skip barrier if writing a smi.
3035 Label skip; local
3057 Label skip; local
5754 Label skip; local
5779 Label skip; local
5795 Label skip; local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 687 Label skip; local
688 __ BranchF(USE_DELAY_SLOT, &skip, NULL, lt, f12, f14);
691 __ BranchF(USE_DELAY_SLOT, &skip, NULL, eq, f12, f14);
695 __ bind(&skip);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 304 // Skip barrier if writing a smi.
348 // Skip barrier if writing a smi.
474 // Skip barrier if writing a smi.
3218 Label skip; local
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 304 // Skip barrier if writing a smi.
340 // Skip barrier if writing a smi.
458 // Skip barrier if writing a smi.
1091 Label skip; local
2645 Label skip; local
2646 j(NegateCondition(cc), &skip); local
2660 Label skip; local
2661 j(NegateCondition(cc), &skip); local
    [all...]
  /external/valgrind/callgrind/
global.h 98 Bool skip_plt; /* Skip functions in PLT section? */
403 Bool skip :1; member in struct:_fn_node
744 void CLG_(push_call_stack)(BBCC* from, UInt jmp, BBCC* to, Addr sp, Bool skip);
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 384 ssize_t skip(size_t count);
432 ssize_t JniInputStream::skip(size_t count) { function in class:JniInputStream
580 // Skip offset
582 ssize_t skipped = mInput->skip(offset);
586 "Early EOF encountered in skip, not enough pixel data for image of size %u",
592 "Error encountered while skip bytes in input stream.");
999 gInputStreamClassInfo.mSkipMethod = GetMethodIDOrDie(env, inputStreamClazz, "skip", "(J)J");
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 1020 int skip; local
1040 int skip; local
1142 int skip; local
1214 int skip; local
1440 int skip; local
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 547 // Make sure we don't auto-skip to the next song, since that
1378 int skip = mRand.nextInt(numUnplayed); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 

Completed in 721 milliseconds

<<11121314151617181920>>