HomeSort by relevance Sort by last modified time
    Searched refs:v_ (Results 26 - 50 of 70) sorted by null

12 3

  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 95 T v_; member in class:PR15290::A
96 friend int add_to_v(A &t) noexcept(noexcept(v_ + 42))
98 return t.v_ + 42;
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.cpp 56 #define CHECK_NODE_VALUE(v_) \
58 ASSERT_TRUE(v_ == it->getValue()); \
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 619 _ v_; member in struct:llvm::errc
621 errc(_ v) : v_(v) {}
622 operator int() const {return v_;}
892 _ v_; member in struct:llvm::windows_error
894 windows_error(_ v) : v_(v) {}
895 explicit windows_error(int v) : v_(_(v)) {}
896 operator int() const {return v_;}
  /external/harfbuzz_ng/src/
hb-atomic-private.hh 178 inline void set_unsafe (int v_) { v = v_; }
  /external/ImageMagick/Magick++/lib/Magick++/
Color.h 408 ColorYUV(const double y_,const double u_,const double v_);
421 void v(const double v_);
435 void convert(const double y_,const double u_,const double v_);
  /system/extras/simpleperf/
utils.cpp 41 for (auto& p : v_) {
44 v_.clear();
54 v_.push_back(p);
utils.h 57 std::vector<char*> v_; member in class:OneTimeFreeAllocator
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/
cmpConstGen.go 196 fmt.Fprintf(w, "func %v_%v_%v(x %v) bool { return x %v %v; }\n", op.name, sig, typ, typ, op.op, r.String())
211 fmt.Fprintf(w, "fn: %v_%v_%v},\n", op.name, sig, typ)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/
cmpConstGen.go 196 fmt.Fprintf(w, "func %v_%v_%v(x %v) bool { return x %v %v; }\n", op.name, sig, typ, typ, op.op, r.String())
211 fmt.Fprintf(w, "fn: %v_%v_%v},\n", op.name, sig, typ)
  /external/ImageMagick/Magick++/lib/
Color.cpp 856 Magick::ColorYUV::ColorYUV(const double y_,const double u_,const double v_)
859 convert(y_, u_, v_);
883 void Magick::ColorYUV::v(const double v_)
885 convert(y(), u(), v_); local
905 void Magick::ColorYUV::convert(const double y_,const double u_,const double v_)
907 quantumRed(scaleDoubleToQuantum(y_ + 1.13980 * v_));
908 quantumGreen(scaleDoubleToQuantum(y_ - (0.39380 * u_) - (0.58050 * v_)));
  /external/clang/test/SemaCXX/
typo-correction.cpp 9 int v_; member in struct:errc
10 operator int() const {return v_;}
  /external/swiftshader/src/Shader/
PixelPipeline.cpp     [all...]
PixelPipeline.hpp 51 Float4 v_; // FIXME member in class:sw::PixelPipeline
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 306 #define v_(o) ((o)->u.i.v__) macro
317 #define v_(o) ((o)->u.i.v__) macro
328 #define val_(o) v_(o)
  /external/syslinux/com32/lua/src/
lobject.h 306 #define v_(o) ((o)->u.i.v__) macro
317 #define v_(o) ((o)->u.i.v__) macro
328 #define val_(o) v_(o)
  /art/tools/veridex/
veridex.cc 41 static VeriClass v_(Primitive::Type::kPrimVoid, 0, nullptr);
51 VeriClass* VeriClass::void_ = &v_;
  /libnativehelper/tests/
JniSafeRegisterNativeMethods_test.cpp 259 static void v_() {} function in struct:TestJni
402 EXPECT_CRITICAL_JNI_FUNCTION_TYPE(TestJni::v_);
710 EXPECT_NO_MATCH_JNI_DESCRIPTOR_AGAINST_FUNCTION(kCriticalNative, TestJni::v_, "BAD");
718 EXPECT_NO_MATCH_JNI_DESCRIPTOR_AGAINST_FUNCTION(kCriticalNative, TestJni::v_, "()Z");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
398 for (i_ = 0; i_ < (length); i_++) t_[i_] = v_;\
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
398 for (i_ = 0; i_ < (length); i_++) t_[i_] = v_;\
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeShaderBuiltinVarTests.cpp 93 LogComps (const UVec3 &v_, int numComps_) : v(v_), numComps(numComps_) {}
  /external/deqp/modules/gles31/functional/
es31fComputeShaderBuiltinVarTests.cpp 196 LogComps (const UVec3& v_, int numComps_) : v(v_), numComps(numComps_) {}
  /external/python/cpython2/Include/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
398 for (i_ = 0; i_ < (length); i_++) t_[i_] = v_;\
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
398 for (i_ = 0; i_ < (length); i_++) t_[i_] = v_;\
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
398 for (i_ = 0; i_ < (length); i_++) t_[i_] = v_;\
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
398 for (i_ = 0; i_ < (length); i_++) t_[i_] = v_;\
    [all...]

Completed in 670 milliseconds

12 3