/development/samples/browseable/RuntimePermissionsBasic/ |
_index.jd | 8 This sample shows a basic implementation for requesting permissions at runtime. Click the button to request the Camera permission and open a full-screen camera preview.
|
/development/tools/line_endings/ |
Android.mk | 1 # Copyright 2007 The Android Open Source Project
|
/device/lge/bullhead/sepolicy/ |
vold.te | 6 dontaudit vold proc_irq:dir { read open };
|
/device/moto/shamu/sepolicy/ |
bridge.te | 16 allow bridge sysfs_rmnet:file { open read write getattr }
|
/docs/source.android.com/templates/ |
includes | 4 <title>$title | Android Open Source</title>
|
/external/autotest/client/site_tests/security_Minijail_seccomp/ |
policy | 5 open: 1
|
policy-privdrop_arm | 5 open: 1
|
policy-privdrop_i386 | 5 open: 1
|
policy-privdrop_x86_64 | 5 open: 1
|
policy-rdonly | 6 open: arg1 == 0
|
policy-wronly | 6 open: arg1 & 01
|
/external/autotest/client/tests/reaim/ |
control | 8 DOC = """Run the Open Source AIM 7 benchmark from
|
/external/autotest/tko/ |
machine_load | 6 for line in open('machines', 'r').readlines():
|
/external/bison/lib/ |
open.c | 0 /* Open a descriptor to a file. 25 /* Get the original definition of open. It might be defined as a macro. */ 33 return open (filename, flags, mode); 53 open (const char *filename, int flags, ...) function 74 file types that require non-blocking handling in open(). 97 - if O_CREAT is specified, open() must fail because of the semantics 99 - if O_WRONLY or O_RDWR is specified, open() must fail because POSIX 100 <http://www.opengroup.org/susv3/functions/open.html> says that it 103 - if O_CREAT is specified, open() must fail since open() cannot creat [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
system_stub_test_module.py | 7 return open(file_path)
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
main-element.dat | 4 36: End of file seen and there were open elements.
|
/external/clang/test/Frontend/ |
dependency-generation-crash.c | 3 // CHECK: error: unable to open output file
|
output-failures.c | 4 // OUTPUTFAIL: error: unable to open output file '{{.*}}{{[/\\]}}test{{[/\\]}}Frontend{{[/\\]}}doesnotexist{{[/\\]}}somename': '{{[nN]}}o such file or directory'
|
/external/clang/utils/analyzer/ |
update_plist_test.pl | 18 open (IN, $testFile) or die "cannot open $testFile\n"; 26 open (IN, $plistFile) or die "cannot open $plistFile\n";
|
/external/compiler-rt/lib/builtins/x86_64/ |
floatdidf.c | 1 /* This file is distributed under the University of Illinois Open Source
|
floatdixf.c | 1 /* This file is distributed under the University of Illinois Open Source
|
/external/compiler-rt/test/BlocksRuntime/ |
c99.c | 4 // This file is distributed under the University of Illinois Open Source
|
flagsisa.c | 4 // This file is distributed under the University of Illinois Open Source
|
modglobal.c | 4 // This file is distributed under the University of Illinois Open Source
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
coverage-maybe-open-file.cc | 5 // RUN: rm -rf %T/coverage-maybe-open-file 6 // RUN: mkdir -p %T/coverage-maybe-open-file && cd %T/coverage-maybe-open-file 10 // RUN: cd .. && rm -rf %T/coverage-maybe-open-file
|