HomeSort by relevance Sort by last modified time
    Searched full:closing (Results 201 - 225 of 2993) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/tests/
ParsePathTest.cpp 21 #if 0 // closed paths are not equal, the iter explicitly gives the closing
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
dump.java 66 System.err.println("There was an error while closing the dump file " + dumpFileName);
  /external/vboot_reference/futility/
file_type.c 119 fprintf(stderr, "Error when closing %s: %s\n",
  /external/webrtc/webrtc/base/
socketpool.h 91 // Maintains a single socket at a time, and will reuse it without closing if
  /external/wpa_supplicant_8/src/utils/
browser-android.c 120 wpa_printf(MSG_INFO, "Closing Android browser");
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterPort.java 81 if (mLogVerbose) Log.v(TAG, "Closing " + this);
  /frameworks/base/services/core/java/com/android/server/
RandomBlock.java 98 Slog.w(TAG, "IOException thrown while closing Closeable", e);
  /frameworks/native/cmds/bugreportz/
bugreportz.cpp 75 fprintf(stderr, "WARNING: error closing socket: %s\n", strerror(errno));
  /frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp 75 ALOGI("Closing partially written output.n");
  /hardware/bsp/intel/peripheral/libmraa/examples/
blink-io.c 42 printf("closing IO%d nicely\n", iopin);
  /hardware/bsp/intel/peripheral/libmraa/examples/c++/
Blink-IO.cpp 42 printf("closing IO%d nicely\n", iopin);
Spi-pot.cpp 37 printf("closing spi nicely\n");
  /libcore/luni/src/test/java/libcore/java/io/
FileOutputStreamTest.java 68 // Closing an already-closed stream is a no-op...
  /libcore/ojluni/src/main/java/sun/nio/ch/
NativeDispatcher.java 72 // Prepare the given fd for closing by duping it to a known internal fd
NativeThread.java 31 // On some operating systems (e.g., Linux), closing a channel while another
  /packages/apps/Camera2/src/com/android/camera/one/v2/
CloseWhenDoneImageReader.java 31 * Defers closing the underlying {@link ImageReaderProxy} until all images have
LoggingImageReader.java 81 mLog.d("Closing: " + toString());
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServerFactory.java 39 // TODO Maybe enable closing the FrameServer along with the lifetime?
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageTaskManager.java 53 * released and applies its specified release protocol of closing image
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
GifImageResource.java 47 // Nothing to do if we fail closing the stream
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
InstallerConstants.java 56 /** The install did not complete because of an error while closing the PackageInstaller
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
en.h 48 case kParseErrorStringMissQuotationMark: return RAPIDJSON_ERROR_STRING("Missing a closing quotation mark in string.");
  /packages/services/Car/car-lib/src/android/car/app/menu/
CarMenuCallbacks.java 80 * Called when the menu is closing.
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
HyperParser.py 107 indices of the opening bracket and the closing bracket (or the
110 the closing bracket and mustclose is True, returns None.
217 # We are at a bracketing limit. If it is a closing bracket,
223 # We were not at the end of a closing bracket
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
HyperParser.py 107 indices of the opening bracket and the closing bracket (or the
110 the closing bracket and mustclose is True, returns None.
217 # We are at a bracketing limit. If it is a closing bracket,
223 # We were not at the end of a closing bracket

Completed in 1458 milliseconds

1 2 3 4 5 6 7 891011>>