Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer.h252 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/
Dpb_buffer.h252 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/
Davc.c376 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 …]
Dcompute_av.c16 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/
Dservices.h46 sepol_access_vector_t requested, /* IN */
57 sepol_access_vector_t requested,
73 sepol_access_vector_t requested,
/external/skia/src/core/
DSkTypefaceCache.h42 void add(SkTypeface*, SkTypeface::Style requested, bool strong = true);
76 SkTypeface::Style requested,
/external/chromium_org/third_party/skia/src/core/
DSkTypefaceCache.h42 void add(SkTypeface*, SkTypeface::Style requested, bool strong = true);
76 SkTypeface::Style requested,
/external/libselinux/include/selinux/
Davc.h259 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/
Dformat-strings.mm30 my_print("abc"); // expected-note {{requested here}}
51 p.print("abc"); // expected-note {{requested here}}
78 p.print("abc"); // expected-note {{requested here}}
Dliterals.mm113 …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}}
Dobjc-container-subscripting.mm23 …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/
Dpepper_device_enumeration_host_helper.cc63 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/
DFrontBufferedStreamTest.cpp113 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/
Dresource_request_allowed_notifier.cc72 bool requested) { in SetObserverRequestedForTesting() argument
73 observer_requested_permission_ = requested; in SetObserverRequestedForTesting()
/external/chromium_org/v8/test/cctest/
Dtest-alloc.cc204 size_t requested = in TEST() local
208 Address base = code_range.AllocateRawMemory(requested, in TEST()
209 requested, in TEST()
/external/clang/test/SemaTemplate/
Dinstantiate-objc-1.mm68 … // 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/
Dsbfragment.stdout.exp1 after 3000 loops, last size block requested 96032008
/external/oprofile/events/mips/20K/
Devents17 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/
Dppb_audio_config.idl100 * 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/
Dservices.c820 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/
Dfont_config_ipc_linux.h23 SkTypeface::Style requested,
/external/chromium_org/third_party/sqlite/src/test/
Dtkt-f777251dc7a.test40 } {1 {callback requested query abort}}
65 } {1 {callback requested query abort}}
/external/clang/test/CXX/temp/temp.spec/
Dp5.cpp20 expected-note{{requested here}}
/external/clang/test/SemaObjC/
Dproperty-expression-error.m16 &object.index; // expected-error {{address of property expression requested}}
/external/chromium_org/third_party/icu/patches/
Dclang.patch40 /* fastpath in decLnOp. The final division is done to the requested */
89 /* decQuantizeOp -- force exponent to requested value */

12345678910>>...16