/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/ |
main_status.js | 13 window.open(configUrl, 'network-config-frame');
|
/external/chromium_org/ppapi/cpp/documentation/ |
removefilesCPP.sh | 20 rm open.png
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
rule_bison.py | 92 outputHFile = open(outputHTmp) 100 outputHFile = open(outputH, 'w')
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
show-pretty-diff | 70 system "open", $prettydiffPath; 75 } elsif (isLinux() && `which xdg-open`) { 76 system "xdg-open", $prettydiffPath;
|
/external/chromium_org/third_party/codesighs/ |
nm_wrap_osx.pl | 51 open(NM_OUTPUT, "nm -fnol $ARGV[0] | c++filt |") or die "nm failed to run on $ARGV[0]\n";
|
/external/chromium_org/third_party/lcov/bin/ |
gendesc | 156 open(INPUT_HANDLE, "<", $input_filename) 157 or die("ERROR: cannot open $input_filename!\n"); 159 # Open output file for writing 162 open(OUTPUT_HANDLE, ">", $output_filename)
|
/external/chromium_org/third_party/libevent/sample/ |
event-test.c | 75 // Open a file. 76 socket = CreateFile("test.txt", // open File 77 GENERIC_READ, // open for reading 108 socket = open (fifo, O_RDWR | O_NONBLOCK, 0); 110 socket = open (fifo, O_RDONLY | O_NONBLOCK, 0); 114 perror("open");
|
/external/chromium_org/third_party/openssl/openssl/crypto/objects/ |
objxref.pl | 10 open(IN, $mac_file) || die "Can't open $mac_file"; 22 open(IN, $xref_file) || die "Can't open $xref_file";
|
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/genperf/ |
run.bat | 3 for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Python.File\shell\open\command`) do (set _my_=%%f %%g)
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/ |
services.py | 29 json_str = blob_info.open().read() 53 json_str = blob_info.open().read()
|
/external/compiler-rt/BlocksRuntime/tests/ |
makefile | 4 # This file is distributed under the University of Illinois Open Source 22 open: 23 grep CONFIG *.[cmCM] | $(TFR) $(CCDIR) -open --
|
/external/elfutils/tests/ |
arextract.c | 18 Red Hat elfutils is an included package of the Open Invention Network. 19 An included package of the Open Invention Network is a package for which 20 Open Invention Network licensees cross-license their patents. No patent 22 included package. Should you wish to participate in the Open Invention 52 /* Open the archive. */ 53 fd = open (argv[1], O_RDONLY); 56 printf ("Cannot open input file: %m"); 105 /* Open the output file. */ 106 outfd = open (argv[3], O_CREAT | O_TRUNC | O_RDWR, 0666); 109 printf ("cannot open output file: %m") [all...] |
/external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/ |
AndroidLocator.java | 37 return androidManager.open(assetPath); 39 throw new AssetLoadException("Failed to open asset " + assetPath, ex); 47 InputStream in = androidManager.open(assetPath); 84 throw new AssetLoadException("Failed to open asset " + assetPath, ex);
|
/external/libmtp/examples/ |
thumb.c | 88 if ( (fd = open(path, O_RDONLY|O_BINARY) == -1) ) { 90 if ( (fd = open(path, O_RDONLY)) == -1) { 92 printf("Couldn't open image file %s (%s)\n",path,strerror(errno));
|
/external/llvm/ |
copy-diff.py | 17 fa = open(a, 'rb') 18 fb = open(b, 'rb')
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
toy.ml | 5 open Llvm
|
/external/openssl/crypto/objects/ |
objxref.pl | 10 open(IN, $mac_file) || die "Can't open $mac_file"; 22 open(IN, $xref_file) || die "Can't open $xref_file";
|
/external/oprofile/ |
opev.py | 65 evf = open(fname, "r") 83 ovf = open(fname + ".h", "w")
|
/external/skia/tools/ |
coverage.sh | 31 xdg-open out/Coverage/report/index.html
|
/external/smali/ |
build.gradle | 41 def git = org.eclipse.jgit.api.Git.open(file('.'))
|
/external/valgrind/main/memcheck/tests/ |
writev1.c | 35 if ((fd = open(f_name, O_WRONLY | O_CREAT, 0666)) < 0) { 36 fprintf(stderr, "open(2) failed: fname = %s, errno = %d\n", 49 if ((fd = open(f_name, O_RDWR, 0666)) < 0) { 50 fprintf(stderr, "open failed: fname = %s, errno = %d\n",
|
/external/zlib/src/contrib/iostream/ |
zfstream.h | 15 gzfilebuf *open( const char *name, int io_mode ); 55 void open( const char *name, int io_mode );
|
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClientConnection.java | 2 * Copyright (C) 2008 The Android Open Source Project 80 private volatile boolean open; field in class:AndroidHttpClientConnection 128 this.open = true; 146 if (this.open) { 147 throw new IllegalStateException("Connection is already open"); 152 if (!this.open) { 153 throw new IllegalStateException("Connection is not open"); 159 return (this.open && this.socket != null && this.socket.isConnected()); 220 this.open = false; 228 if (!this.open) { [all...] |
/frameworks/base/core/jni/ |
android_server_Watchdog.cpp | 2 ** Copyright 2010, The Android Open Source Project 35 int stackFd = open(buf, O_RDONLY); 51 ALOGE("Unable to open stack of tid %d : %d (%s)", tid, errno, strerror(errno)); 67 int outFd = open(path, O_WRONLY | O_APPEND | O_CREAT, 70 ALOGE("Unable to open stack dump file: %d (%s)", errno, strerror(errno));
|
/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
NfcExecutionEnvironment.java | 2 * Copyright (C) 2011 The Android Open Source Project 128 * Open the NFC Execution Environment on its contact interface. 137 * <li>Only one process may open the secure element at a time. Additionally, 153 * <p>All other NFC functionality is disabled while the NFC-EE is open 159 * @throws EeAlreadyOpenException if the NFC-EE is already open 166 public void open() throws EeIOException { method in class:NfcExecutionEnvironment 168 Bundle b = mExtras.getService().open(mExtras.mPackageName, mToken); 182 * @throws IOException if the NFC-EE is already open, or some other error occurs 199 * @throws IOException if the NFC-EE is not open, or some other error occurs 207 throw new IOException("NFC Service was dead, need to re-open"); [all...] |