/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_buffer.h | 252 pb_check_alignment(pb_size requested, pb_size provided) in pb_check_alignment() argument 254 if(!requested) in pb_check_alignment() 256 if(requested > provided) in pb_check_alignment() 258 if(provided % requested != 0) in pb_check_alignment() 269 pb_check_usage(unsigned requested, unsigned provided) in pb_check_usage() argument 271 return (requested & provided) == requested ? TRUE : FALSE; in pb_check_usage()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
D | pb_buffer.h | 252 pb_check_alignment(pb_size requested, pb_size provided) in pb_check_alignment() argument 254 if(!requested) in pb_check_alignment() 256 if(requested > provided) in pb_check_alignment() 258 if(provided % requested != 0) in pb_check_alignment() 269 pb_check_usage(unsigned requested, unsigned provided) in pb_check_usage() argument 271 return (requested & provided) == requested ? TRUE : FALSE; in pb_check_usage()
|
/external/libselinux/src/ |
D | avc.c | 376 access_vector_t requested, struct avc_entry_ref *aeref) in avc_lookup() argument 384 if (node && ((node->ae.avd.decided & requested) == requested)) { in avc_lookup() 644 security_class_t tclass, access_vector_t requested, in avc_audit() argument 649 denied = requested & ~avd->allowed; in avc_audit() 652 else if (!requested || result) in avc_audit() 653 audited = denied = requested; in avc_audit() 655 audited = requested & avd->auditallow; in avc_audit() 665 "%s: %s ", avc_prefix, (denied || !requested) ? "denied" : "granted"); in avc_audit() 686 access_vector_t requested, in hidden_def() 711 ((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/libsepol/include/sepol/policydb/ |
D | services.h | 46 sepol_access_vector_t requested, /* IN */ 57 sepol_access_vector_t requested, 73 sepol_access_vector_t requested,
|
/external/skia/src/core/ |
D | SkTypefaceCache.h | 42 void add(SkTypeface*, SkTypeface::Style requested, bool strong = true); 76 SkTypeface::Style requested,
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkTypefaceCache.h | 42 void add(SkTypeface*, SkTypeface::Style requested, bool strong = true); 76 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,
|
/external/clang/test/SemaObjCXX/ |
D | format-strings.mm | 30 my_print("abc"); // expected-note {{requested here}} 51 p.print("abc"); // expected-note {{requested here}} 78 p.print("abc"); // expected-note {{requested here}}
|
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}}
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_device_enumeration_host_helper.cc | 63 bool requested() const { return requested_; } in requested() function in content::PepperDeviceEnumerationHostHelper::ScopedRequest 145 if (!enumerate_->requested()) in OnEnumerateDevices() 161 return monitor_->requested() ? PP_OK : PP_ERROR_FAILED; in OnMonitorDeviceChange()
|
/external/skia/tests/ |
D | FrontBufferedStreamTest.cpp | 113 size_t read(void* dst, size_t requested) SK_OVERRIDE { in read() argument 114 size_t bytesRead = this->INHERITED::read(dst, requested); in read() 115 if (bytesRead < requested) { in read()
|
/external/chromium_org/chrome/browser/web_resource/ |
D | resource_request_allowed_notifier.cc | 72 bool requested) { in SetObserverRequestedForTesting() argument 73 observer_requested_permission_ = requested; in SetObserverRequestedForTesting()
|
/external/chromium_org/v8/test/cctest/ |
D | test-alloc.cc | 204 size_t requested = in TEST() local 208 Address base = code_range.AllocateRawMemory(requested, in TEST() 209 requested, in TEST()
|
/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/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/chromium_org/ppapi/api/ |
D | ppb_audio_config.idl | 100 * closest to the requested count. The sample frame count determines the 115 * @param[in] requested_sample_frame_count A <code>uint_32t</code> requested 128 * closest to the requested count. The sample frame count determines the 138 * will return a supported count closest to the requested frame count. 146 * @param[in] requested_sample_frame_count A <code>uint_32t</code> requested
|
/external/libsepol/src/ |
D | services.c | 820 sepol_access_vector_t requested, in context_struct_compute_av() argument 887 if (requested & ~avd->allowed) { in context_struct_compute_av() 889 requested &= avd->allowed; in context_struct_compute_av() 907 if (requested & ~avd->allowed) { in context_struct_compute_av() 909 requested &= avd->allowed; in context_struct_compute_av() 930 if (requested & ~avd->allowed) { in context_struct_compute_av() 932 requested &= avd->allowed; in context_struct_compute_av() 988 sepol_access_vector_t requested, in sepol_compute_av_reason() argument 1009 requested, avd, reason, NULL, 0); in sepol_compute_av_reason() 1022 sepol_access_vector_t requested, in sepol_compute_av_reason_buffer() argument [all …]
|
/external/chromium_org/content/common/ |
D | font_config_ipc_linux.h | 23 SkTypeface::Style requested,
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | tkt-f777251dc7a.test | 40 } {1 {callback requested query abort}} 65 } {1 {callback requested query abort}}
|
/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/chromium_org/third_party/icu/patches/ |
D | clang.patch | 40 /* fastpath in decLnOp. The final division is done to the requested */ 89 /* decQuantizeOp -- force exponent to requested value */
|