HomeSort by relevance Sort by last modified time
    Searched refs:Checked (Results 1 - 25 of 27) sorted by null

1 2

  /external/wpa_supplicant_8/src/common/
ieee802_1x_defs.h 59 Checked,
  /external/deqp/external/vulkancts/framework/vulkan/
vkRef.hpp 41 struct Checked
43 explicit inline Checked (T object_) : object(object_) {}
50 inline Checked<T> check (T object)
54 return Checked<T>(object);
57 //! Declare object as checked earlier
59 inline Checked<T> notNull (T object)
63 return Checked<T>(object);
68 inline Checked<T> allowNull (T object)
70 return Checked<T>(object);
304 Move (Checked<U> object, Deleter<U> deleter
    [all...]
  /external/libchrome/base/numerics/
safe_math.h 234 T result = static_cast<T>(Checked##NAME( \
safe_math_impl.h 26 // Integer promotion templates used by the portable checked integer arithmetic.
130 // Here are the actual portable checked integer math implementations.
340 Checked##NAME(T, T, RangeConstraint*) { \
528 // can skip the checked operations if they're not needed. So, for an integer we
  /external/libweave/third_party/chromium/base/numerics/
safe_math.h 234 T result = static_cast<T>(Checked##NAME( \
safe_math_impl.h 25 // Integer promotion templates used by the portable checked integer arithmetic.
129 // Here are the actual portable checked integer math implementations.
339 Checked##NAME(T, T, RangeConstraint*) { \
527 // can skip the checked operations if they're not needed. So, for an integer we
  /external/pdfium/third_party/base/numerics/
safe_math.h 208 T result = Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \
safe_math_impl.h 26 // Integer promotion templates used by the portable checked integer arithmetic.
111 // Here are the actual portable checked integer math implementations.
301 Checked##NAME(T, T, RangeConstraint*) { \
489 // can skip the checked operations if they're not needed. So, for an integer we
  /external/v8/src/base/
safe_math.h 212 T result = Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \
safe_math_impl.h 55 // Integer promotion templates used by the portable checked integer arithmetic.
139 // Here are the actual portable checked integer math implementations.
329 Checked##NAME(T, T, RangeConstraint*) { \
513 // can skip the checked operations if they're not needed. So, for an integer we
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_cp.c 156 sm->validate_frames = Checked;
174 sm->validate_frames = Checked;
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 194 if (item->checkState() == Qt::Checked) {
371 item->setCheckState(Qt::Checked);
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 558 { static bool TABLE##Checked = false; \
559 if (!TABLE##Checked) { \
562 TABLE##Checked = true; \
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c 632 else if (validate_frames == Checked)
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 7346 SmallPtrSet<const SDNode*, 32> checked; local
    [all...]
  /external/opencv3/modules/highgui/src/
window_QT.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 

Completed in 605 milliseconds

1 2