Home
last modified time | relevance | path

Searched refs:Checked (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkRef.hpp41 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/
DREADME.android3 Checked out thus:
7 Checked out revision 1097236.
/external/wpa_supplicant_8/src/common/
Dieee802_1x_defs.h59 Checked, enumerator
/external/clang/lib/CodeGen/
DCGExpr.cpp2433 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 …]
DCodeGenFunction.h3008 void EmitCheck(ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked,
3019 void EmitTrapCheck(llvm::Value *Checked);
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_cp.c156 sm->validate_frames = Checked; in SM_STATE()
174 sm->validate_frames = Checked; in SM_STATE()
/external/v8/src/base/
Dsafe_math.h212 T result = Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \
Dsafe_math_impl.h329 Checked##NAME(T, T, RangeConstraint*) { \
/external/pdfium/third_party/base/numerics/
Dsafe_math.h208 T result = Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \
Dsafe_math_impl.h301 Checked##NAME(T, T, RangeConstraint*) { \
/external/libweave/third_party/chromium/base/numerics/
Dsafe_math.h234 T result = static_cast<T>(Checked##NAME( \
Dsafe_math_impl.h339 Checked##NAME(T, T, RangeConstraint*) { \
/external/libchrome/base/numerics/
Dsafe_math.h234 T result = static_cast<T>(Checked##NAME( \
Dsafe_math_impl.h340 Checked##NAME(T, T, RangeConstraint*) { \
/external/skia/debugger/QT/
DSkDebuggerGUI.cpp194 if (item->checkState() == Qt::Checked) { in actionPlay()
371 item->setCheckState(Qt::Checked); in toggleBreakpoint()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp558 { static bool TABLE##Checked = false; \
559 if (!TABLE##Checked) { \
562 TABLE##Checked = true; \
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_qca.c632 else if (validate_frames == Checked) in macsec_qca_create_receive_sc()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp1102 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/
Dyasm.gyp18 # 2) config_sources -- Checked in version of files generated by manually
/external/bison/tests/
Dcalc.at467 # Make sure we did not introduce bad spaces. Checked here because all
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7312 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/
Dwindow_QT.cpp1464 setCheckState((initial_button_state == 1 ? Qt::Checked : Qt::Unchecked)); in CvCheckBox()
/external/llvm/docs/
DMergeFunctions.rst308 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``
/external/clang/include/clang/Basic/
DBuiltins.def1219 // Checked Arithmetic Builtins for Security.
/external/clang/docs/
DLanguageExtensions.rst1670 Checked Arithmetic Builtins

12