/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRef.hpp | 41 struct Checked struct 43 explicit inline Checked (T object_) : object(object_) {} in Checked() argument 50 inline Checked<T> check (T object) in check() 54 return Checked<T>(object); in check() 59 inline Checked<T> notNull (T object) in notNull() 63 return Checked<T>(object); in notNull() 68 inline Checked<T> allowNull (T object) in allowNull() 70 return Checked<T>(object); in allowNull() 304 Move (Checked<U> object, Deleter<U> deleter) in Move() 351 Unique (Checked<U> object, Deleter<U> deleter) in Unique()
|
/external/apache-harmony/ |
D | README.android | 3 Checked out thus: 7 Checked out revision 1097236.
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_1x_defs.h | 59 Checked, enumerator
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2433 ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, in EmitCheck() argument 2437 assert(Checked.size() > 0); in EmitCheck() 2442 for (int i = 0, n = Checked.size(); i < n; ++i) { in EmitCheck() 2443 llvm::Value *Check = Checked[i].first; in EmitCheck() 2446 CGM.getCodeGenOpts().SanitizeTrap.has(Checked[i].second) in EmitCheck() 2448 : CGM.getCodeGenOpts().SanitizeRecover.has(Checked[i].second) in EmitCheck() 2466 CheckRecoverableKind RecoverKind = getRecoverableKind(Checked[0].second); in EmitCheck() 2467 assert(SanOpts.has(Checked[0].second)); in EmitCheck() 2469 for (int i = 1, n = Checked.size(); i < n; ++i) { in EmitCheck() 2470 assert(RecoverKind == getRecoverableKind(Checked[i].second) && in EmitCheck() [all …]
|
D | CodeGenFunction.h | 3008 void EmitCheck(ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, 3019 void EmitTrapCheck(llvm::Value *Checked);
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_cp.c | 156 sm->validate_frames = Checked; in SM_STATE() 174 sm->validate_frames = Checked; in SM_STATE()
|
/external/v8/src/base/ |
D | safe_math.h | 212 T result = Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \
|
D | safe_math_impl.h | 329 Checked##NAME(T, T, RangeConstraint*) { \
|
/external/pdfium/third_party/base/numerics/ |
D | safe_math.h | 208 T result = Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \
|
D | safe_math_impl.h | 301 Checked##NAME(T, T, RangeConstraint*) { \
|
/external/libweave/third_party/chromium/base/numerics/ |
D | safe_math.h | 234 T result = static_cast<T>(Checked##NAME( \
|
D | safe_math_impl.h | 339 Checked##NAME(T, T, RangeConstraint*) { \
|
/external/libchrome/base/numerics/ |
D | safe_math.h | 234 T result = static_cast<T>(Checked##NAME( \
|
D | safe_math_impl.h | 340 Checked##NAME(T, T, RangeConstraint*) { \
|
/external/skia/debugger/QT/ |
D | SkDebuggerGUI.cpp | 194 if (item->checkState() == Qt::Checked) { in actionPlay() 371 item->setCheckState(Qt::Checked); in toggleBreakpoint()
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 558 { static bool TABLE##Checked = false; \ 559 if (!TABLE##Checked) { \ 562 TABLE##Checked = true; \
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_qca.c | 632 else if (validate_frames == Checked) in macsec_qca_create_receive_sc()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktSynchronization.cpp | 1102 vk::refdetails::Checked<VkSemaphore> createSemaphore (const DeviceInterface& deviceInterface, const… in createSemaphore() 1238 vk::refdetails::Checked<VkEvent> createEvent (const DeviceInterface& deviceInterface, const VkDevic… in createEvent()
|
/external/skia/gyp/ |
D | yasm.gyp | 18 # 2) config_sources -- Checked in version of files generated by manually
|
/external/bison/tests/ |
D | calc.at | 467 # Make sure we did not introduce bad spaces. Checked here because all
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 7312 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper() argument 7315 if (Checked.count(N)) in checkForCyclesHelper() 7328 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG); in checkForCyclesHelper() 7330 Checked.insert(N); in checkForCyclesHelper()
|
/external/opencv3/modules/highgui/src/ |
D | window_QT.cpp | 1464 setCheckState((initial_button_state == 1 ? Qt::Checked : Qt::Unchecked)); in CvCheckBox()
|
/external/llvm/docs/ |
D | MergeFunctions.rst | 308 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1219 // Checked Arithmetic Builtins for Security.
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 1670 Checked Arithmetic Builtins
|