Searched refs:skip (Results 51 - 75 of 77) sorted by relevance

1234

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp615 /* calls skip to gate calling dump_from_fd recursively
617 * dump_file_from_fd above when set to NULL. skip defaults
621 int dump_files(const std::string& title, const char* dir, bool (*skip)(const char* path),
660 if (skip && (*skip)(newpath)) {
664 int ret = dump_files("", newpath, skip, dump_from_fd);
763 /* skip initial slash */
927 /* skip zygote -- it won't dump its stack anyway */
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DInputStreamBuffer.java206 final long burned = mInputStream.skip(burn);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DInputStreamBuffer.java206 final long burned = mInputStream.skip(burn);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGatt.aidl71 void registerSync(in ScanResult scanResult, in int skip, in int timeout, in IPeriodicAdvertisingCallback callback);
/frameworks/compile/slang/tests/P_struct_field/
H A DScriptField_InnerTwo.java.expect115 fp.skip(3);
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A Dcanny.rs338 bool skip = false;
342 skip = true;
347 skip = true;
349 if (skip) continue;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.h168 virtual void setSkip(bool skip) = 0;
H A DHWComposer_hwc1.cpp699 // here we're just making sure that "skip" layers are set
1008 virtual void setSkip(bool skip) {
1009 if (skip) {
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c752 bool skip = false; local
756 skip = true;
780 if (skip) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp247 void setSkipBytes(uint8_t skip);
587 // skip CA streams (EMM/ECM)
1796 unsigned skip = br->getBits(8); local
1797 section->setSkipBytes(skip + 1); // skip filler bytes + pointer field itself
1798 br->skipBits(skip * 8);
2200 void ATSParser::PSISection::setSkipBytes(uint8_t skip) { argument
2201 mSkipBytes = skip;
2244 ALOGV("sectionLength %u, skip %u", sectionLength, mSkipBytes);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1221 boolean skip = false;
1229 skip = true;
1233 if (!skip) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java1026 * @param skip the view and it's children are not processed.
1029 private void postInflateProcess(View view, LayoutlibCallback layoutlibCallback, View skip) argument
1031 if (view == skip) {
1111 postInflateProcess(child, layoutlibCallback, skip);
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp1431 bool skip; local
1434 &testLayers, &skip));
1435 if (!skip)
1732 bool hasChanges, skip; local
1737 &testLayers, &skip));
1738 if (skip)
3605 bool hasChanges, skip; local
3611 &testLayers, &skip));
3612 if (skip)
/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java193 // skip over checksum
365 inputStream.skip(getBlockDeviceSize() - 1);
/frameworks/base/libs/hwui/
H A DAndroid.mk341 # set to libhwui_static_debug to skip actual GL commands
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java646 public final long skip(long n) throws IOException { method in class:AssetManager.AssetInputStream
/frameworks/base/tools/apilint/
H A Dapilint.py890 skip = [
898 for s in skip:
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp393 ssize_t skip(size_t count);
441 ssize_t JniInputStream::skip(size_t count) { function in class:JniInputStream
591 ssize_t skipped = mInput->skip(offset);
595 "Early EOF encountered in skip, not enough pixel data for image of size %u",
601 "Error encountered while skip bytes in input stream.");
1008 gInputStreamClassInfo.mSkipMethod = GetMethodIDOrDie(env, inputStreamClazz, "skip", "(J)J");
/frameworks/base/rs/java/android/renderscript/
H A DFieldPacker.java98 public void skip(int i) { method in class:FieldPacker
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DFieldPacker.java99 public void skip(int i) { method in class:FieldPacker
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java2944 // Sanity check that we have work to do. If not, skip to the end where
5972 // *want* to do so. skip the apk by declaring this
6161 // dropped file, or an already-ignored package: skip to the
7512 // *want* to do so. skip the apk by declaring this
7699 // ignored package: skip to the next tar stream entry by
10681 boolean skip = false;
10689 skip = true;
10696 skip = true;
10703 skip = true;
10706 if (!skip) {
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h1493 void skip(size_t i) { function in class:android::RSC::FieldPacker
/frameworks/base/media/java/android/media/
H A DExifInterface.java1883 if (in.skip(mThumbnailOffset) != mThumbnailOffset) {
2723 // Read and skip to first ifd offset

Completed in 7633 milliseconds

1234