/external/libselinux/src/ |
D | avc.c | 380 access_vector_t requested, struct avc_entry_ref *aeref) in avc_lookup() argument 388 if (node && ((node->ae.avd.decided & requested) == requested)) { in avc_lookup() 652 security_class_t tclass, access_vector_t requested, in avc_audit() argument 657 denied = requested & ~avd->allowed; in avc_audit() 660 else if (!requested || result) in avc_audit() 661 audited = denied = requested; in avc_audit() 663 audited = requested & avd->auditallow; in avc_audit() 673 "%s: %s ", avc_prefix, (denied || !requested) ? "denied" : "granted"); in avc_audit() 694 access_vector_t requested, in hidden_def() 719 ((ae->avd.decided & requested) == requested)) { in hidden_def() [all …]
|
D | compute_av.c | 16 access_vector_t requested, in security_compute_av() argument 42 unmap_class(tclass), unmap_perm(tclass, requested)); in security_compute_av()
|
/external/skia/src/core/ |
D | SkTypefaceCache.h | 45 static void Add(SkTypeface*, SkTypeface::Style requested); 78 void add(SkTypeface*, SkTypeface::Style requested);
|
/external/libselinux/include/selinux/ |
D | avc.h | 259 access_vector_t requested, 281 security_class_t tclass, access_vector_t requested, 304 security_class_t tclass, access_vector_t requested,
|
D | selinux.h | 166 access_vector_t requested,
|
/external/libsepol/include/sepol/policydb/ |
D | services.h | 46 sepol_access_vector_t requested, /* IN */ 57 sepol_access_vector_t requested,
|
/external/clang/test/SemaTemplate/ |
D | instantiate-objc-1.mm | 68 … // expected-note {{in instantiation of member function 'BoxingTest<int *>::box' requested here}} 69 …expected-note {{in instantiation of member function 'BoxingTest<long double>::box' requested here}}
|
/external/libsepol/src/ |
D | services.c | 309 sepol_access_vector_t requested, in context_struct_compute_av() argument 374 if (requested & ~avd->allowed) { in context_struct_compute_av() 376 requested &= avd->allowed; in context_struct_compute_av() 394 if (requested & ~avd->allowed) { in context_struct_compute_av() 396 requested &= avd->allowed; in context_struct_compute_av() 417 if (requested & ~avd->allowed) { in context_struct_compute_av() 419 requested &= avd->allowed; in context_struct_compute_av() 475 sepol_access_vector_t requested, in sepol_compute_av_reason() argument 496 requested, avd, reason); in sepol_compute_av_reason() 504 sepol_access_vector_t requested, in sepol_compute_av() argument [all …]
|
/external/clang/test/SemaObjCXX/ |
D | literals.mm | 113 …e{{in instantiation of function template specialization 'test_array_literals<int>' requested here}} 130 …tantiation of function template specialization 'test_dictionary_literals<int, id>' requested here}} 131 …tantiation of function template specialization 'test_dictionary_literals<id, int>' requested here}} 144 …function template specialization 'test_variadic_array_literal<id, int, NSArray *>' requested here}}
|
D | objc-container-subscripting.mm | 23 …mplate specialization 'test_dictionary_subscripts<NSMutableDictionary *, int, id>' requested here}} 25 …mplate specialization 'test_dictionary_subscripts<NSMutableDictionary *, id, int>' requested here}} 45 …tion template specialization 'test_array_subscripts<NSMutableArray *, double, id>' requested here}}
|
D | blocks.mm | 89 __block A<1> x; // expected-note {{requested here}} 93 __block A<n> x; // expected-note {{requested here}}
|
D | instantiate-expr.mm | 67 …// expected-note{{in instantiation of function template specialization 'f4<int *>' requested here}} 75 …pected-note{{in instantiation of function template specialization 'f5<B *, int *>' requested here}}
|
/external/valgrind/main/memcheck/tests/ |
D | sbfragment.stdout.exp | 1 after 3000 loops, last size block requested 96032008
|
/external/oprofile/events/mips/20K/ |
D | events | 17 event:0xb counters:0 um:zero minimum:500 name:REPLAYS : Total number of LSU requested replays, Load… 20 event:0xe counters:0 um:zero minimum:500 name:LSU_REPLAYS : LSU requested replays
|
/external/clang/test/CXX/temp/temp.spec/ |
D | p5.cpp | 20 expected-note{{requested here}}
|
/external/clang/test/SemaObjC/ |
D | property-expression-error.m | 16 &object.index; // expected-error {{address of property expression requested}}
|
/external/wpa_supplicant_8/src/ap/ |
D | gas_serv.h | 54 unsigned int requested; member
|
/external/libvpx/ |
D | usage.dox | 115 requested operation take precedence over meeting the deadline. If, for 152 repeatedly to get a list of the memory segments requested by the decoder. 170 Each requested segment is identified by an identifier unique to 177 and alignment of the requested segment. Alignment will always be a power of 178 two. Applications \ref MUST honor the alignment requested. Failure to do so 196 For each requested memory segment, the application must determine the
|
/external/e2fsprogs/tests/m_mkfs_overhead/ |
D | expect.1 | 1 ./test.img: Cannot create filesystem with requested number of inodes while setting up superblock
|
/external/v8/test/cctest/ |
D | test-alloc.cc | 221 size_t requested = in TEST() local 225 Address base = code_range->AllocateRawMemory(requested, &allocated); in TEST()
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | cap-ng.m4 | 26 AC_MSG_ERROR(libcap-ng support was requested and the library was not found)
|
/external/oprofile/events/mips/25K/ |
D | events | 71 event:0x21 counters:0,1 um:zero minimum:500 name:REPLAYS_LSU_LOAD_DEP_FPU : LSU requested replays, … 72 event:0x22 counters:0,1 um:zero minimum:500 name:LSU_REQ_REPLAYS : LSU requested replays
|
/external/elfutils/m4/ |
D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested])
|
/external/v8/src/ |
D | spaces.cc | 135 bool CodeRange::SetUp(const size_t requested) { in SetUp() argument 138 code_range_ = new VirtualMemory(requested); in SetUp() 147 ASSERT(code_range_->size() == requested); in SetUp() 148 LOG(isolate_, NewEvent("CodeRange", code_range_->address(), requested)); in SetUp() 169 void CodeRange::GetNextAllocationBlock(size_t requested) { in GetNextAllocationBlock() argument 173 if (requested <= allocation_list_[current_allocation_block_index_].size) { in GetNextAllocationBlock() 200 if (requested <= allocation_list_[current_allocation_block_index_].size) { in GetNextAllocationBlock() 211 Address CodeRange::AllocateRawMemory(const size_t requested, in AllocateRawMemory() argument 214 if (requested > allocation_list_[current_allocation_block_index_].size) { in AllocateRawMemory() 217 GetNextAllocationBlock(requested); in AllocateRawMemory() [all …]
|
/external/bison/m4/ |
D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested])
|