/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ossaudiodev.py | 82 dsp.close() 158 dsp.close() 170 dsp.close()
|
test_unicode_file.py | 145 f.close() 153 os.close(f) 163 f.close()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 120 out.close(); 123 in.close(); 125 socket.close();
|
/system/core/fastbootd/ |
commands.c | 147 close(data_fd); 193 D(ERR, "could not close device %s", strerror(errno)); 332 close(data_fd); 373 close(old_fd);
|
/system/core/mkbootimg/ |
mkbootimg.c | 47 close(fd); 53 close(fd); 273 close(fd);
|
/system/core/toolbox/upstream-netbsd/bin/cat/ |
cat.c | 264 close(fd); 268 close(fd); 287 (void)close(fd);
|
/system/extras/tests/fstest/ |
recovery_test.cpp | 59 close(write_fd); 68 close(read_fd); 248 close(blk_fd_);
|
/external/chromium_org/third_party/skia/tests/ |
PathTest.cpp | 45 path->close(); 51 path->close(); 81 path->close(); 101 path->close(); 144 // This test checks that r{Line,Quad,Conic,Cubic}To following a close() 145 // are relative to the point we close to, not relative to the point we close from. 152 path.close(); // Returns us back to 0,0. 163 path.close(); 174 path.close(); [all...] |
/external/skia/tests/ |
PathTest.cpp | 44 path->close(); 50 path->close(); 74 path->close(); 117 // This test checks that r{Line,Quad,Conic,Cubic}To following a close() 118 // are relative to the point we close to, not relative to the point we close from. 125 path.close(); // Returns us back to 0,0. 136 path.close(); 147 path.close(); 158 path.close(); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 189 eh->close(); 195 scanres->close(); 201 peers->close(); 207 add_iface->close(); 213 udr->close(); 738 scanres->close(); 754 eh->close(); 931 udr->close(); 1345 /* use close() here instead of hide() and allow the 1350 close(); [all...] |
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
QCamera3Mem.cpp | 367 close(main_ion_fd); 387 close(memInfo.fd); 395 close(memInfo.main_ion_fd); 636 close(mMemInfo[mBufferCount].main_ion_fd); 691 close(mMemInfo[cnt].main_ion_fd);
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3Mem.cpp | 368 close(main_ion_fd); 388 close(memInfo.fd); 396 close(memInfo.main_ion_fd); 641 close(mMemInfo[mBufferCount].main_ion_fd); 696 close(mMemInfo[cnt].main_ion_fd);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
socket.rb | 61 @connection and @connection.close 62 @socket and @socket.close 87 @connection.close 97 @connection.close 98 @socket.close
|
/external/chromium_org/third_party/android_platform/development/scripts/ |
symbol.py | 463 child.stdin.close() 464 child.stdout.close() 559 stream.close() 569 process.stdin.close() 571 process.stdout.close()
|
/external/chromium_org/third_party/cython/src/Cython/ |
Utils.py | 61 f.close() 191 f.close() 243 self.close = stream.close 294 f.close()
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
win_platform_backend.py | 80 process_handle.close() 91 self.close() 93 def close(self): member in class:WinPlatformBackend 344 socket.create_connection(('127.0.0.1', self._msr_server_port), 5).close() 359 sock.close()
|
/external/chromium_org/v8/tools/ |
presubmit.py | 152 sums_file.close() 161 sums_file.close() 167 sums_file.close() 179 handle.close() 415 handle.close()
|
/external/clang/tools/clang-format/ |
git-clang-format | 248 diff_process.stdout.close() 265 p.stdin.close() 346 p.stdin.close() 372 clang_format.stdin.close() 376 clang_format.stdout.close()
|
/external/clang/utils/analyzer/ |
SATestBuild.py | 294 LogFile.close() 339 PBuildLogFile.close() 394 FailLogI.close() 396 SummaryLog.close() 545 PMapFile.close()
|
/external/fonttools/Lib/fontTools/ |
t1Lib.py | 165 f.close() 195 f.close() 204 f.close() 254 f.close() 274 f.close()
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
CssTokens.java | 242 * Maps tokens to their partners. A close bracket token like {@code (} may 318 * its index in {@link #brackets} and the character of its close bracket 336 char close; local 339 case '(': close = ')'; type = TokenType.LEFT_PAREN; break; 340 case '[': close = ']'; type = TokenType.LEFT_SQUARE; break; 341 case '{': close = '}'; type = TokenType.LEFT_CURLY; break; 348 open[openLimit++] = close; 359 // Drop an orphaned close bracket. 381 // Emit the close bracket. 390 // Close any still open brackets [all...] |
/external/qemu/android/utils/ |
path.c | 507 close(fd); 556 close(fs); 559 close(fd); 616 close(fd); 622 close(fd);
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/ |
SDL_sysjoystick.c | 320 close(fd); 439 close(fd); 478 close(fd); 482 close(fd); 535 close(fd); 825 close(fd); 1180 /* Function to close a joystick after use */ 1195 close(joystick->hwdata->fd);
|
/external/smack/src/org/jivesoftware/smack/ |
BOSHConnection.java | 157 client.close(); 508 // Close down the readers and writers. 511 readerPipe.close(); 518 reader.close(); 525 writer.close(); 599 public void close() { /* ignore */ } 664 * @param e the exception that causes the connection close event.
|
/frameworks/base/core/java/android/content/res/ |
XmlBlock.java | 49 public void close() { method in class:XmlBlock 259 // Automatically close the parse when we reach the end of 263 close(); method 443 public void close() { method in class:XmlBlock.Parser 454 close(); method 470 close(); method
|