/external/expat/lib/ |
xmltok.c | 1 /* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd 985 char open; local 1039 open = (char)c; 1044 if (c == open) [all...] |
/external/mksh/src/ |
exec.c | 705 "can't open", "function definition file", 859 if ((fd = open(tp->str, O_RDONLY)) >= 0) { [all...] |
main.c | 1130 if ((fd = open("/dev/tty", O_RDWR, 0)) >= 0) { 1375 if ((shl_dbg_fd = open(lfp, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0) 1376 errorf("cannot open debug output file %s", lfp); 1387 DF("=== open ==="); 1399 errorf("too many files open in shell"); 1423 errorf("too many files open in shell"); [all...] |
/external/ppp/pppd/ |
main.c | 196 int privopen; /* don't lock, open device as root */ 467 /* Make sure fds 0, 1, 2 are open to somewhere. */ 468 fd_devnull = open(_PATH_DEVNULL, O_RDWR); 470 fatal("Couldn't open %s: %m", _PATH_DEVNULL); 488 warn("Warning: couldn't open ppp database %s", _PATH_PPPDB); 529 * Open the loopback channel and set it up to be the ppp interface. 596 (*ccp_protent.open)(0); 836 * reopen_log - (re)open our connection to syslog. 1046 * Toss all non-LCP packets unless LCP is OPEN. 1049 dbglog("Discarded non-LCP packet when LCP not open"); [all...] |
/frameworks/base/cmds/am/src/com/android/commands/am/ |
Am.java | 3 ** Copyright 2007, The Android Open Source Project 662 fd = ParcelFileDescriptor.open( [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
G711DecTest.c | 543 /* Open the file of data to be rendered. */ 546 APP_DPRINT( "Error: failed to open the file %s for readonly\access\n", argv[1]); 560 APP_DPRINT( "Error:Fill Data Pipe failed to open\n"); 566 APP_DPRINT( "Error:Empty Data Pipe failed to open\n"); 571 APP_DPRINT( "%d %s Error: Empty Data Pipe failed to open\n",__LINE__, __FUNCTION__); 689 APP_DPRINT( "Error:Fill Data Pipe failed to open\n"); 695 APP_DPRINT( "Error:Empty Data Pipe failed to open\n"); 700 fprintf(stderr, "Error: failed to open the file %s for readonly\ 718 if((g711decfdwrite=open(FIFO1,O_WRONLY))<0) 720 printf("[G711TEST] - failure to open WRITE pipe\n") [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.c | 434 if((g729decfdwrite=open(FIFO1,O_WRONLY))<0) { 435 printf("[G729TEST] - failure to open WRITE pipe\n"); 441 if((g729decfdread=open(FIFO2,O_RDONLY))<0) { 442 printf("[G729TEST] - failure to open READ pipe\n"); 495 /* Open the file of data to be decoded */ 499 APP_DPRINT( "Error: failed to open the file %s for readonly\access\n", argv[1]); 505 /* Open the output file only in no DASF mode*/ 519 APP_DPRINT( "Error:Fill Data Pipe failed to open\n"); 526 APP_DPRINT( "Error:Empty Data Pipe failed to open\n"); 637 APP_DPRINT( "Error:Fill Data Pipe failed to open\n") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.py | 34 fp = open(filename) 81 rcFile = open(os.path.join(envHome, ".pdbrc")) 89 rcFile = open(".pdbrc") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_support.py | 334 SO_REUSEADDR on Unix. Given the propensity of Unix developers in the Open 538 file = open(TESTFN, "wb") 557 f = open(fn) 577 with open(fn, "wb") as out: [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementTree.py | 647 source = open(source, "rb") 802 file = open(file_or_filename, "wb") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pdb.py | 34 fp = open(filename) 81 rcFile = open(os.path.join(envHome, ".pdbrc")) 89 rcFile = open(".pdbrc") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_support.py | 334 SO_REUSEADDR on Unix. Given the propensity of Unix developers in the Open 538 file = open(TESTFN, "wb") 557 f = open(fn) 577 with open(fn, "wb") as out: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementTree.py | 647 source = open(source, "rb") 802 file = open(file_or_filename, "wb") [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
GLDispatch.cpp | 2 * Copyright (C) 2011 The Android Open Source Project 34 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("libGL.so"); 37 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("opengl32"); 40 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("/System/Library/Frameworks/OpenGL.framework/OpenGL");
|
/system/core/toolbox/ |
newfs_msdos.c | 376 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC, 0644); 381 } else if ((fd = open(fname, opt_N ? O_RDONLY : O_RDWR)) == -1) 505 if ((fd1 = open(bname, O_RDONLY)) == -1 || fstat(fd1, &sb))
|
/bionic/libc/bionic/ |
malloc_debug_qemu.cpp | 2 * Copyright (C) 2009 The Android Open Source Project 597 * "listens to" on the other end. Note that until we open and map that 599 int fd = open("/dev/qemu_trace", O_RDWR); 601 error_log("Unable to open /dev/qemu_trace"); [all...] |
/build/tools/ |
warn.py | 517 infile = open(sys.argv[1], 'r') [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
CameraAnalyzerActivity.java | 2 * Copyright (C) 2011 The Android Open Source Project 158 String.format("Open Camera %d", camIdx)); 197 mCamera = Camera.open(camIdx); 200 throw new RuntimeException("Failed to open the camera", e);
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
PlanetsRenderer.java | 2 * Copyright (C) 2011 The Android Open Source Project 352 in = mContext.getAssets().open(TEXTURE_FILE);
|
/dalvik/vm/ |
Misc.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 673 * Open and read the appropriate file. This is expected to work on 677 fd = open(nameBuf, O_RDONLY); 679 ALOGV("Unable to open '%s': %s", nameBuf, strerror(errno));
|
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/ |
ImageCache.java | 2 * Copyright (C) 2012 The Android Open Source Project 210 mDiskLruCache = DiskLruCache.open(
|
/device/generic/goldfish/sensors/ |
sensors_qemu.c | 2 * Copyright (C) 2009 The Android Open Source Project 457 D("%s: OPEN CTRL and DATA ", __FUNCTION__); 489 .vendor = "The Android Open Source Project", 500 .vendor = "The Android Open Source Project", 511 .vendor = "The Android Open Source Project", 522 .vendor = "The Android Open Source Project", 533 .vendor = "The Android Open Source Project", 622 .open = open_sensors 632 .author = "The Android Open Source Project",
|
/device/lge/hammerhead/libsensors/ |
sensors.cpp | 2 * Copyright 2013 The Android Open Source Project 89 open: open_sensors 434 /** Open a new instance of a sensor device using name */ 442 ALOGE("Failed to open the sensors");
|
/device/lge/mako/camera/QCamera/HAL/wrapper/ |
QualcommCamera.cpp | 59 open: camera_device_open, 179 /* HAL should return NULL if it fails to open camera hardware. */
|
/device/lge/mako/camera/ |
QualcommCamera2.cpp | 59 open: camera_device_open, 180 /* HAL should return NULL if it fails to open camera hardware. */ 193 ALOGE("%s Mutliple camera open instances are not supported",__func__);
|