/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/v8/tools/clang/rewrite_to_chrome_style/tests/ |
D | function-templates-expected.cc | 20 class Checked { class 23 Checked(const Checked<U, V>& rhs) { in Checked() function in WTF::Checked
|
D | function-templates-original.cc | 20 class Checked { class 23 Checked(const Checked<U, V>& rhs){ in Checked() function in WTF::Checked
|
/external/apache-harmony/ |
D | README.android | 3 Checked out thus: 7 Checked out revision 1097236.
|
/external/llvm/include/llvm/Support/ |
D | Error.h | 623 Checked(false) in Expected() 639 Checked(false) in HasError() 685 Checked = !HasError; 713 Checked = true; in takeError() 757 Checked = false; in moveConstruct() 758 Other.Checked = true; in moveConstruct() 802 if (!Checked) { in assertIsChecked() 822 bool Checked : 1; variable
|
/external/pdfium/third_party/base/numerics/ |
D | safe_math.h | 429 CheckedNumeric<typename ResultType<Checked##NAME##Op, L, R, Args...>::type> \ 431 return ChkMathOp<Checked##NAME##Op, L, R, Args...>(lhs, rhs, args...); \ 439 CheckedNumeric<typename MathWrapper<Checked##NAME##Op, L, R>::type> \ 441 return decltype(lhs OP rhs)::template MathOp<Checked##NAME##Op>(lhs, rhs); \ 447 return MathOp<Checked##NAME##Op>(rhs); \
|
D | safe_math_impl.h | 450 struct Checked##NAME##Op< \
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_1x_defs.h | 65 Checked, enumerator
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2498 ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, in EmitCheck() argument 2502 assert(Checked.size() > 0); in EmitCheck() 2507 for (int i = 0, n = Checked.size(); i < n; ++i) { in EmitCheck() 2508 llvm::Value *Check = Checked[i].first; in EmitCheck() 2511 CGM.getCodeGenOpts().SanitizeTrap.has(Checked[i].second) in EmitCheck() 2513 : CGM.getCodeGenOpts().SanitizeRecover.has(Checked[i].second) in EmitCheck() 2531 CheckRecoverableKind RecoverKind = getRecoverableKind(Checked[0].second); in EmitCheck() 2532 assert(SanOpts.has(Checked[0].second)); in EmitCheck() 2534 for (int i = 1, n = Checked.size(); i < n; ++i) { in EmitCheck() 2535 assert(RecoverKind == getRecoverableKind(Checked[i].second) && in EmitCheck() [all …]
|
D | CodeGenFunction.h | 3202 void EmitCheck(ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, 3214 void EmitTrapCheck(llvm::Value *Checked);
|
/external/libusb/ |
D | INSTALL_WIN.txt | 22 - Open one of the relevant Free Build or Checked Build prompt for your target
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_cp.c | 155 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/libchrome/base/numerics/ |
D | safe_math.h | 242 Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \
|
D | safe_math_impl.h | 343 Checked##NAME(T, T, RangeConstraint*) { \
|
/external/skia/debugger/QT/ |
D | SkDebuggerGUI.cpp | 194 if (item->checkState() == Qt::Checked) { in actionPlay() 370 item->setCheckState(Qt::Checked); in toggleBreakpoint()
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 567 { static bool TABLE##Checked = false; \ 568 if (!TABLE##Checked) { \ 571 TABLE##Checked = true; \
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 605 { static bool TABLE##Checked = false; \ 606 if (!TABLE##Checked) { \ 609 TABLE##Checked = true; \
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_qca.c | 451 else if (validate_frames == Checked) in macsec_qca_create_receive_sc()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 1110 vk::refdetails::Checked<VkSemaphore> createSemaphore (const DeviceInterface& deviceInterface, const… in createSemaphore() 1246 vk::refdetails::Checked<VkEvent> createEvent (const DeviceInterface& deviceInterface, const VkDevic… in createEvent()
|
/external/bison/tests/ |
D | calc.at | 467 # Make sure we did not introduce bad spaces. Checked here because all
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6734 SmallPtrSet<const SDNode*, 32> &Checked) { in checkForCyclesHelper() argument 6736 if (Checked.count(N)) in checkForCyclesHelper() 6749 checkForCyclesHelper(N->getOperand(i).getNode(), Visited, Checked); in checkForCyclesHelper() 6751 Checked.insert(N); in checkForCyclesHelper()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 7284 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper() argument 7287 if (Checked.count(N)) in checkForCyclesHelper() 7300 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG); in checkForCyclesHelper() 7302 Checked.insert(N); in checkForCyclesHelper()
|
/external/llvm/docs/ |
D | MergeFunctions.rst | 308 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``
|