Searched
full:open (Results
501 -
525 of
123641) sorted by null
<<21222324252627282930>>
/device/google/marlin/sepolicy/ |
init_foreground.te | 14 allow init_foreground domain:file { read open };
|
/device/huawei/angler/sepolicy/ |
audioserver.te | 19 allow audioserver sysfs:file { getattr open read };
|
/device/lge/bullhead/sepolicy/ |
mediaserver.te | 14 allow mediaserver tee_device:chr_file { ioctl open read write };
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t019lexer.py | 13 stream = antlr3.StringStream(open(inputPath).read())
|
/external/autotest/client/deps/fakegudev/src/ |
fakesyscalls-exercise.c | 28 f = open (argv[1], O_CREAT | O_WRONLY | O_TRUNC, S_IRWXU | S_IROTH); 30 fprintf (stderr, "Inconclusive: Could not open file to write.\n"); 43 f = open (argv[2], O_RDONLY); 46 fprintf (stderr, "Failed. Couldn't open file to read.\n");
|
/external/autotest/client/profilers/readprofile/ |
avgprofile | 5 open (FILE, "profile.$i") || die;
|
/external/autotest/frontend/ |
setup_django_environment.py | 13 # ensure a connection is open
|
/external/autotest/server/cros/faft/config/ |
quawks.py | 12 """Configure servo-controlled WP pin as open drain"""
|
/external/autotest/site_utils/ |
validate_json_files.sh | 11 python -c "import json; json.load(open('$json'))" || \
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/ |
README | 2 It was developed by Google for internal use, and is now open source.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/ |
setup.py | 18 long_description=open('README.rst').read() if exists("README.rst") else "",
|
/external/clang/utils/TestUtils/ |
deep-stack.py | 13 f = open('t.c','w')
|
/external/compiler-rt/test/BlocksRuntime/ |
block-static.c | 4 // This file is distributed under the University of Illinois Open Source
|
returnfunctionptr.c | 4 // This file is distributed under the University of Illinois Open Source
|
shorthandexpression.c | 4 // This file is distributed under the University of Illinois Open Source
|
sizeof.c | 4 // This file is distributed under the University of Illinois Open Source
|
/external/curl/tests/libtest/ |
test307.pl | 8 if (!open(CURL, "@ARGV[0] -s --engine list|"))
|
/external/expat/lib/ |
xmltok_impl.h | 2 Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
|
/external/google-breakpad/ |
breakpad-client.pc.in | 7 Description: An open-source multi-platform crash reporting system
|
breakpad.pc.in | 7 Description: An open-source multi-platform crash reporting system
|
/external/guava/guava/src/com/google/common/collect/ |
GeneralRange.java | 20 import static com.google.common.collect.BoundType.OPEN; 47 BoundType lowerBoundType = range.hasLowerBound() ? range.lowerBoundType() : OPEN; 51 BoundType upperBoundType = range.hasUpperBound() ? range.upperBoundType() : OPEN; 60 return new GeneralRange<T>(comparator, false, null, OPEN, false, null, OPEN); 69 return new GeneralRange<T>(comparator, true, endpoint, boundType, false, null, OPEN); 78 return new GeneralRange<T>(comparator, false, null, OPEN, true, endpoint, boundType); 123 checkArgument(lowerBoundType != OPEN | upperBoundType != OPEN); 151 return cmp < 0 | (cmp == 0 & getLowerBoundType() == OPEN); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
RecordReader.java | 12 boolean open(String title); method in interface:RecordReader
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetUTF16BE.java | 11 * allow the Charset framework to open the variant UTF-16 converter without extra setup work.
|
CharsetUTF16LE.java | 11 * allow the Charset framework to open the variant UTF-16 converter without extra setup work.
|
CharsetUTF32BE.java | 11 * allow the Charset framework to open the variant UTF-32 converter without extra setup work.
|
Completed in 1470 milliseconds
<<21222324252627282930>>