/external/qemu/distrib/sdl-1.2.12/src/audio/bsd/ |
SDL_bsdaudio.c | 92 close(fd); 176 /* Don't try to close - may hang */ 239 close(audio_fd);
|
/external/srec/tools/cmd/ |
srecres2utd.pl | 124 close(UTD); 125 close(RES); 248 close(SM);
|
/external/v8/tools/ |
js2c.py | 60 file.close() 353 output.close() 366 output.close()
|
/external/webkit/WebCore/platform/graphics/cg/ |
PathCG.cpp | 98 if (!CGPathIsEmpty(path)) // to silence a warning when trying to close an empty path 130 // CGPathContainsPoint returns false for non-closed paths, as a work-around, we copy and close the path first. Radar 4758998 asks for a better CG API to use 216 if (!CGPathIsEmpty(m_path)) // to silence a warning when trying to close an empty path
|
/external/webkit/WebKitTools/Scripts/ |
svn-unapply | 162 close(FILE); 212 close($fh); 299 close(CHANGELOG);
|
/external/zlib/examples/ |
fitblk.c | 48 block of the second pass will be close in size to the final deflate 133 unsigned char *tmp; /* close to desired size stream */ 192 /* do first recompression close to the right amount */
|
/frameworks/base/core/java/android/view/animation/ |
AnimationUtils.java | 76 if (parser != null) parser.close(); 146 if (parser != null) parser.close(); 267 if (parser != null) parser.close();
|
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 155 static void close(JNIEnv* env, jobject clazz, SkPath* obj) { function in class:android::SkPathGlue 156 obj->close(); 281 {"native_close","(I)V", (void*) SkPathGlue::close},
|
/frameworks/base/libs/binder/ |
ProcessState.cpp | 341 close(fd); 346 close(fd); 382 close(mDriverFD);
|
/frameworks/base/media/java/android/media/ |
MediaMetadataRetriever.java | 91 * responsibility to close the file descriptor. It is safe to do so as soon 107 * responsibility to close the file descriptor. It is safe to do so as soon 170 fd.close();
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 117 * This function doesn't close or free the handle itself; this is done 327 return device->common.close(&device->common); 338 return device->common.close(&device->common);
|
/hardware/msm7k/liblights/ |
lights.c | 112 close(fd); 344 /** Close the lights device */ 398 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPManager.c | 129 * Purpose: Close handle to the DSP/BIOS Bridge driver 138 status = close(hMediaFile); 152 /*printf ("close status = %d, hMediaFile[%x] = %d\n", status,
|
/packages/apps/Calendar/src/com/android/calendar/ |
AlertActivity.java | 126 // Only set mCursor if the Activity is not finishing. Otherwise close the cursor. 135 cursor.close(); 260 mCursor.close();
|
/packages/apps/Camera/src/com/android/camera/ |
ImageManager.java | 312 sublist.close(); 328 public void close() { method in class:ImageManager.EmptyImageList 418 cursor.close();
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
FolderSyncParser.java | 170 c.close(); 300 c.close(); 361 c.close();
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
FileWriterWithEncoding.java | 318 * Close the stream.
321 public void close() throws IOException {
method in class:FileWriterWithEncoding 322 out.close();
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
PicasaDataSource.java | 131 cursor.close(); 156 cursor.close(); 194 cursor.close();
|
/packages/apps/Mms/src/com/android/mms/ui/ |
DeliveryReportActivity.java | 190 c.close(); 300 c.close(); 328 c.close();
|
UriImage.java | 131 c.close(); 150 input.close(); 295 input.close();
|
/packages/apps/Mms/tests/src/com/android/mms/ |
RecyclerTest.java | 98 words.close(); 123 recipients.close(); 213 cursor.close();
|
/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | 338 cursor.close(); 353 cursor.close(); 366 cursor.close(); 397 c.close(); 443 cur.close(); 510 c.close(); 580 cur.close(); 623 cursor.close(); [all...] |
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/ |
SpeechRecorderActivity.java | 227 out.close(); 228 mMicrophone.close(); 229 mBaos.close();
|
/sdk/ddms/app/src/com/android/ddms/ |
StaticPortConfigDialog.java | 131 mShell.addListener(SWT.Close, new Listener() { 232 mShell.close(); 241 mShell.close();
|
StaticPortEditDialog.java | 151 mShell.addListener(SWT.Close, new Listener() { 227 mShell.close(); 238 mShell.close();
|