HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 26 - 50 of 7184) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/tools/gyp/test/ninja/action_dependencies/src/
emit.py 9 f = open(sys.argv[1], 'wb')
  /external/v8/tools/gyp/test/rules-dirname/src/subdir/
printvars.py 13 out = open(sys.argv[2], 'w')
  /external/v8/tools/gyp/test/same-rule-output-file-name/src/
touch.py 9 f = open(sys.argv[1], 'w+')
  /external/v8/tools/gyp/test/same-target-name-different-directory/src/
touch.py 9 f = open(sys.argv[1], 'w+')
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-bad-2.l 2 [^:]*:9: Warning: section '.text' finished with an open IT block.
3 [^:]*:9: Warning: section 'second' finished with an open IT block.
  /external/v8/tools/gyp/test/ninja/use-console/
gyptest-use-console.py 17 no_pool = open(test.built_file_path('obj/no_pool.ninja')).read()
21 action_pool = open(test.built_file_path('obj/action_pool.ninja')).read()
25 rule_pool = open(test.built_file_path('obj/rule_pool.ninja')).read()
  /external/clang/test/Analysis/
unix-api.c 11 int open(const char *, int, ...);
16 fd = open(path, O_RDONLY); // no-warning
24 fd = open(path, O_RDONLY, mode, NULL); // expected-warning{{Call to 'open' with more than three arguments}}
31 fd = open(path, O_RDONLY, NULL); // expected-warning{{Third argument to 'open' is not an integer}}
38 fd = open(path, O_RDONLY, ""); // expected-warning{{Third argument to 'open' is not an integer}}
48 fd = open(path, O_RDONLY, st); // expected-warning{{Third argument to 'open' is not an integer}
    [all...]
cxx-method-names.cpp 11 void open(); // unix api checker
21 E.open();
  /external/chromium-libpac/test/
jstocstring.pl 4 open(LS, "ls $ARGV[0]|");
5 open(FILE, "> $ARGV[1]");
14 open(FH, "cat $ARGV[0]/$_|");
  /external/v8/tools/gyp/test/actions/generated-header/
action.py 11 open(outfile, 'w').write('const char kFoo[] = "%s";' % sys.argv[2])
  /external/v8/tools/gyp/test/actions/src/subdir1/
counter.py 15 count = open(persistoutput, 'r').read()
27 oldcount = open(output, 'r').read()
35 open(persistoutput, 'w').write('%d' % (count))
39 open(output, 'w').write('%d' % (count))
  /external/v8/tools/gyp/test/actions/src/subdir3/
generate_main.py 19 open(sys.argv[1], 'w').write(contents)
  /external/v8/tools/gyp/test/dependencies/adso/
write_args.py 9 f = open(sys.argv[1], 'wb')
  /external/v8/tools/gyp/test/determinism/
gyptest-solibs.py 20 base1 = open(test.built_file_path('c.ninja', subdir='obj')).read()
21 base2 = open(test.built_file_path('build.ninja')).read()
26 contents1 = open(test.built_file_path('c.ninja', subdir='obj')).read()
27 contents2 = open(test.built_file_path('build.ninja')).read()
  /external/v8/tools/gyp/test/gyp-defines/
echo.py 9 f = open(sys.argv[2], 'w+')
  /external/v8/tools/gyp/test/msvs/external_builder/
external_builder.py 7 with open('external_builder.out', 'w') as f:
msbuild_action.py 7 with open('msbuild_action.out', 'w') as f:
  /external/v8/tools/gyp/test/ninja/action-rule-hash/subdir/
emit.py 9 f = open(sys.argv[1], 'wb')
  /external/v8/tools/gyp/test/ninja/normalize-paths-win/
gyptest-normalize-paths.py 23 subninja = open(test.built_file_path('obj/some_target.ninja')).read()
29 second = open(test.built_file_path('obj/second.ninja')).read()
34 copytarget = open(test.built_file_path('obj/copy_target.ninja')).read()
38 action = open(test.built_file_path('obj/action.ninja')).read()
  /external/v8/tools/gyp/test/rules/src/
rule.py 8 f = open(sys.argv[1] + ".cc", "w")
  /external/valgrind/none/tests/
fdleak_open.c 9 (void) DO( open("/dev/null", O_RDONLY) );
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
ISystraceOptionsDialog.java 2 * Copyright (C) 2012 The Android Open Source Project
22 int open(); method in interface:ISystraceOptionsDialog
  /system/bt/hci/include/
hci_inject.h 28 bool (*open)(const hci_t *hci_interface); member in struct:hci_inject_t
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
myocamlbuild.ml 0 open Ocamlbuild_plugin;;
  /external/toybox/toys/posix/
nohup.c 27 if (-1 == open("nohup.out", O_CREAT|O_APPEND|O_WRONLY,
39 open("/dev/null", O_RDONLY);

Completed in 639 milliseconds

12 3 4 5 6 7 8 91011>>