HomeSort by relevance Sort by last modified time
    Searched refs:Access (Results 51 - 75 of 197) sorted by null

1 23 4 5 6 7 8

  /external/nanohttpd/
README.md 134 * by default serves `Access-Control-Allow-Headers: origin,accept,content-type`
135 * possibility to set `Access-Control-Allow-Headers` by setting System property: `AccessControlAllowHeader`
138 * `--cors`: activates CORS support, `Access-Control-Allow-Origin` will be set to `*`
139 * `--cors=some_value`: `Access-Control-Allow-Origin` will be set to `some_value`.
149 NanoHTTPD is a Maven based project and deployed to central. Most development environments have means to access the central repository. The coordinates to use in Maven are:
  /external/nanohttpd/src/site/markdown/
index.md 134 * by default serves `Access-Control-Allow-Headers: origin,accept,content-type`
135 * possibility to set `Access-Control-Allow-Headers` by setting System property: `AccessControlAllowHeader`
138 * `--cors`: activates CORS support, `Access-Control-Allow-Origin` will be set to `*`
139 * `--cors=some_value`: `Access-Control-Allow-Origin` will be set to `some_value`.
149 NanoHTTPD is a Maven based project and deployed to central. Most development environments have means to access the central repository. The coordinates to use in Maven are:
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 1 //===- LoopAccessAnalysis.cpp - Loop Access Analysis Implementation --------==//
65 "loop-access analysis (default = 100)"),
302 MemoryDepChecker::MemAccessInfo Access(Pointers[I].PointerValue,
306 auto LeaderI = DepCands.findValue(DepCands.getLeaderValue(Access));
422 /// \brief Read or write access location.
481 /// \brief Go over all memory access and check whether runtime pointer checks
496 /// An alias set tracker to partition the access set by underlying object and
547 // We assign a consecutive id to access from different alias sets.
554 // We assign consecutive id to access from different dependence sets.
562 MemAccessInfo Access(Ptr, IsWrite)
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 183 // The access of the path down to this record.
184 AccessSpecifier AccessToHere = ScratchPath.Access;
229 // Calculate the "top-down" access to this base class.
232 // 1. Write down the access along each step in the inheritance
233 // chain, followed by the access of the decl itself.
241 // 2. If 'private' appears anywhere except far-left, access is denied.
242 // 3. Otherwise, overall access is determined by the most restrictive
243 // access in the sequence.
245 ScratchPath.Access = BaseSpec.getAccessSpecifier();
247 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
    [all...]
  /external/curl/tests/
stunnel.pem 101 Subject Information Access:
104 Authority Information Access:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_MimeWriter.py 67 ("Access", "read-only"),
76 ("Access", "read-only"),
102 KP-Access: read-only
116 KP-Access: read-only
131 access-type="URL";
137 KP-Access: read-only
223 md1.addheader("KP-Access", "read-only")
243 [("access-type", "URL"),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_MimeWriter.py 67 ("Access", "read-only"),
76 ("Access", "read-only"),
102 KP-Access: read-only
116 KP-Access: read-only
131 access-type="URL";
137 KP-Access: read-only
223 md1.addheader("KP-Access", "read-only")
243 [("access-type", "URL"),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 67 ("Access", "read-only"),
76 ("Access", "read-only"),
102 KP-Access: read-only
116 KP-Access: read-only
131 access-type="URL";
137 KP-Access: read-only
223 md1.addheader("KP-Access", "read-only")
243 [("access-type", "URL"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 67 ("Access", "read-only"),
76 ("Access", "read-only"),
102 KP-Access: read-only
116 KP-Access: read-only
131 access-type="URL";
137 KP-Access: read-only
223 md1.addheader("KP-Access", "read-only")
243 [("access-type", "URL"),
  /external/llvm/lib/Support/
Dwarf.cpp 321 const char *llvm::dwarf::AccessibilityString(unsigned Access) {
322 switch (Access) {
  /external/opencv3/modules/core/include/opencv2/core/
opengl.hpp 91 enum Access
224 access policy.
231 @param access Access policy, indicating whether it will be possible to read from, write to, or both
235 Mat mapHost(Access access);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
util.go 80 func Access(name string, mode int) int {
82 panic("bad access")
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
util.go 77 func Access(name string, mode int) int {
79 panic("bad access")
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
util.go 80 func Access(name string, mode int) int {
82 panic("bad access")
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
util.go 77 func Access(name string, mode int) int {
79 panic("bad access")
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst 79 * AWS Identity and Access Management (IAM) (Python 3)
192 **AWS_ACCESS_KEY_ID** - Your AWS Access Key ID
194 **AWS_SECRET_ACCESS_KEY** - Your AWS Secret Access Key
  /external/clang/include/clang/AST/
DeclBase.h 280 /// Access - Used by C++ decls for the access specifier.
282 unsigned Access : 2;
332 Access(AS_none), FromASTFile(0), Hidden(DC && cast<Decl>(DC)->Hidden),
342 Access(AS_none), FromASTFile(0), Hidden(0),
419 Access = AS;
425 return AccessSpecifier(Access);
428 /// \brief Retrieve the access specifier for this declaration, even though
431 return AccessSpecifier(Access);
    [all...]
  /external/v8/src/
assembler.h     [all...]
  /external/bison/doc/
refcard.tex 442 \key{Access data associated with a symbol.} {\$\$, \$0\dots\${\it n}}
443 \key{Access a field of the data union.} {\$\$.{\it t},
445 \key{Access symbol's location.} {@\$, @0\dots@{\it n}}
446 \key{Access data's line location.} {@{\it x}.{\it line\_spec}}
447 \key{Access data's column location.} {@{\it x}.{\it column\_spec}}
  /external/libbrillo/brillo/dbus/
exported_property_set_unittest.cc 484 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite);
503 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite);
519 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite);
533 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite);
548 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite);
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 43 const char *Access() { return Blue(); }
156 Printf("%s", d.Access());
  /external/v8/test/mjsunit/
debug-stepout-scope-part1.js 37 // Access scope details.
debug-stepout-scope-part2.js 37 // Access scope details.
debug-stepout-scope-part3.js 37 // Access scope details.
debug-stepout-scope-part4.js 37 // Access scope details.

Completed in 1827 milliseconds

1 23 4 5 6 7 8