Home
last modified time | relevance | path

Searched +defs:val +defs:description (Results 1 – 25 of 150) sorted by relevance

123456

/external/opencensus-java/api/src/main/java/io/opencensus/metrics/
DDoubleGauge.java132 String name, String description, String unit, List<LabelKey> labelKeys) { in newNoopDoubleGauge()
157 public abstract void set(double val); in set()
165 String name, String description, String unit, List<LabelKey> labelKeys) { in create()
170 NoopDoubleGauge(String name, String description, String unit, List<LabelKey> labelKeys) { in NoopDoubleGauge()
210 public void set(double val) {} in set()
DLongGauge.java129 String name, String description, String unit, List<LabelKey> labelKeys) { in newNoopLongGauge()
154 public abstract void set(long val); in set()
162 String name, String description, String unit, List<LabelKey> labelKeys) { in create()
167 NoopLongGauge(String name, String description, String unit, List<LabelKey> labelKeys) { in NoopLongGauge()
202 public void set(long val) {} in set()
/external/autotest/server/hosts/
Dservo_repair.py31 def description(self): member in _UpdateVerifier
61 def _validate_attr(host, val, expected_val, attr, config_file): argument
98 def description(self): member in _ConfigVerifier
189 def description(self): member in _ServodJobVerifier
210 def description(self): member in _ServodConnectionVerifier
235 def description(self): member in _PowerButtonVerifier
251 def description(self): member in _LidVerifier
292 def description(self): member in _RestartServod
323 def description(self): member in _ServoRebootRepair
345 def description(self): member in _DutRebootRepair
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags.h157 std::string description; // the "help text" associated with the flag member
500 #define DEFINE_bool(name, val, txt) \ argument
507 #define DEFINE_int32(name, val, txt) \ argument
511 #define DEFINE_int64(name, val, txt) \ argument
515 #define DEFINE_uint64(name,val, txt) \ argument
519 #define DEFINE_double(name, val, txt) \ argument
550 #define DEFINE_string(name, val, txt) \ argument
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags.h157 std::string description; // the "help text" associated with the flag member
500 #define DEFINE_bool(name, val, txt) \ argument
507 #define DEFINE_int32(name, val, txt) \ argument
511 #define DEFINE_int64(name, val, txt) \ argument
515 #define DEFINE_uint64(name,val, txt) \ argument
519 #define DEFINE_double(name, val, txt) \ argument
550 #define DEFINE_string(name, val, txt) \ argument
/external/gflags/android/gflags/
Dgflags.h158 std::string description; // the "help text" associated with the flag member
507 #define DEFINE_bool(name, val, txt) \ argument
514 #define DEFINE_int32(name, val, txt) \ argument
518 #define DEFINE_uint32(name,val, txt) \ argument
522 #define DEFINE_int64(name, val, txt) \ argument
526 #define DEFINE_uint64(name,val, txt) \ argument
530 #define DEFINE_double(name, val, txt) \ argument
581 #define DEFINE_string(name, val, txt) \ argument
/external/google-breakpad/src/third_party/linux/include/gflags/
Dgflags.h171 std::string description; // the "help text" associated with the flag member
483 #define DEFINE_bool(name,val,txt) \ argument
491 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32,I, name, val, txt) argument
494 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt) argument
497 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt) argument
500 #define DEFINE_double(name,val,txt) DEFINE_VARIABLE(double,D, name, val, txt) argument
518 #define DEFINE_string(name, val, txt) \ argument
/external/gflags/src/
Dgflags.h.in158 std::string description; // the "help text" associated with the flag member
528 #define DEFINE_bool(name, val, txt) \ argument
535 #define DEFINE_int32(name, val, txt) \ argument
539 #define DEFINE_uint32(name,val, txt) \ argument
543 #define DEFINE_int64(name, val, txt) \ argument
547 #define DEFINE_uint64(name,val, txt) \ argument
551 #define DEFINE_double(name, val, txt) \ argument
602 #define DEFINE_string(name, val, txt) \ argument
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
Dgflags.h184 std::string description; // the "help text" associated with the flag member
519 #define DEFINE_bool(name, val, txt) \ argument
527 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32, I, name, val, txt) argument
530 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt) argument
533 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt) argument
536 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt) argument
574 #define DEFINE_string(name, val, txt) \ argument
/external/webrtc/third_party/gflags/gen/win/include/gflags/
Dgflags.h207 std::string description; // the "help text" associated with the flag member
539 #define DEFINE_bool(name, val, txt) \ argument
547 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32, I, name, val, txt) argument
550 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt) argument
553 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt) argument
556 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt) argument
591 #define DEFINE_string(name, val, txt) \ argument
/external/deqp/framework/common/
DtcuTestLog.cpp48 LogImage::LogImage (const std::string& name, const std::string& description, const Surface& surface… in LogImage()
58 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage()
96 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage()
166 for (std::vector<Value>::const_iterator val = m_values.begin(); val != m_values.end(); ++val) in operator <<() local
201 void TestLog::startImageSet (const char* name, const char* description) in startImageSet()
236 void TestLog::writeImage (const char* name, const char* description, const ConstPixelBufferAccess& … in writeImage()
360 void TestLog::writeImage (const char* name, const char* description, qpImageCompressionMode compres… in writeImage()
366 void TestLog::startSection (const char* name, const char* description) in startSection()
408 void TestLog::writeCompileInfo (const char* name, const char* description, bool compileOk, const ch… in writeCompileInfo()
414 void TestLog::writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTa… in writeFloat()
[all …]
/external/deqp/framework/qphelper/
DqpTestLog.c272 DE_INLINE void int32ToString (int val, char buf[32]) in int32ToString()
277 DE_INLINE void int64ToString (deInt64 val, char buf[32]) in int64ToString()
574 …Pair (qpTestLog* log, const char* elementName, const char* name, const char* description, const ch… in qpTestLog_writeKeyValuePair()
611 deBool qpTestLog_writeText (qpTestLog* log, const char* name, const char* description, qpKeyValueTa… in qpTestLog_writeText()
626 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const cha… in qpTestLog_writeInteger()
644 deBool qpTestLog_writeFloat (qpTestLog* log, const char* name, const char* description, const char*… in qpTestLog_writeFloat()
793 deBool qpTestLog_startImageSet (qpTestLog* log, const char* name, const char* description) in qpTestLog_startImageSet()
859 const char* description, in qpTestLog_writeImage()
1080 deBool qpTestLog_startEglConfigSet (qpTestLog* log, const char* name, const char* description) in qpTestLog_startEglConfigSet()
1191 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description) in qpTestLog_startSection()
[all …]
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/metrics/
DDoubleGaugeImpl.java52 DoubleGaugeImpl(String name, String description, String unit, List<LabelKey> labelKeys) { in DoubleGaugeImpl()
165 public void set(double val) { in set()
DLongGaugeImpl.java52 LongGaugeImpl(String name, String description, String unit, List<LabelKey> labelKeys) { in LongGaugeImpl()
165 public void set(long val) { in set()
/external/deqp/modules/gles2/functional/
Des2fImplementationLimitTests.cpp85 GLint val = -1; in query() local
93 GLfloat val = -1000.f; in query() local
107 GLboolean val = GL_FALSE; in query() local
149 …LimitQueryCase (Context& context, const char* name, const char* description, deUint32 limit, const… in LimitQueryCase()
Des2fShaderStateQueryTests.cpp61 T roundGLfloatToNearestIntegerUp (GLfloat val) in roundGLfloatToNearestIntegerUp()
68 T roundGLfloatToNearestIntegerDown (GLfloat val) in roundGLfloatToNearestIntegerDown()
496 ShaderTypeCase (Context& context, const char* name, const char* description) in ShaderTypeCase()
516 ShaderCompileStatusCase (Context& context, const char* name, const char* description) in ShaderCompileStatusCase()
550 ShaderInfoLogCase (Context& context, const char* name, const char* description) in ShaderInfoLogCase()
643 ShaderSourceCase (Context& context, const char* name, const char* description) in ShaderSourceCase()
753 DeleteStatusCase (Context& context, const char* name, const char* description) in DeleteStatusCase()
806 CurrentVertexAttribInitialCase (Context& context, const char* name, const char* description) in CurrentVertexAttribInitialCase()
842 CurrentVertexAttribFloatCase (Context& context, const char* name, const char* description) in CurrentVertexAttribFloatCase()
904 CurrentVertexAttribConversionCase (Context& context, const char* name, const char* description) in CurrentVertexAttribConversionCase()
[all …]
/external/python/setuptools/setuptools/command/
Dtest.py74 description = "run unit tests after in-place build" variable in test
260 def _resolve_as_ep(val): argument
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp274 …onst EGLint* attribList, const eglu::FilterList& filter, const char* name, const char* description) in CreateContextExtCase()
477 const int val = (*iter) - '0'; in checkVersionString() local
509 const int val = (*iter) - '0'; in checkVersionString() local
996 …x, EGLenum api, EGLint apiBit, const EGLint* attribList, const char* name, const char* description) in CreateContextExtGroup()
1047 const char* description; in init() member
1111 const char* description; in init() member
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp115 for (vector<Value>::const_iterator val = uniforms.begin(); val != uniforms.end(); ++val) in genUniformBlock() local
171 const Value& val = spec.values.inputs[ndx]; in genVertexShader() local
193 const Value& val = spec.values.inputs[ndx]; in genVertexShader() local
210 const Value& val = valueBlock.outputs[ndx]; in genCompareOp() local
259 const Value& val = spec.values.outputs[ndx]; in genFragmentShader() local
310 const Value& val = spec.values.inputs[ndx]; in specializeVertexShader() local
334 const Value& val = spec.values.outputs[ndx]; in specializeVertexShader() local
388 const Value& val = spec.values.inputs[ndx]; in specializeFragmentShader() local
413 const Value& val = spec.values.outputs[ndx]; in specializeFragmentShader() local
446 const Value& val = specParams.caseSpec.values.inputs[ndx]; in generateVertexSpecialization() local
[all …]
/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp55 const char* description, in Texture2DRenderCase()
85 static inline int roundDownToPowerOfTwo (int val) in roundDownToPowerOfTwo()
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp56 const char* description, in Texture2DRenderCase()
84 static inline int roundDownToPowerOfTwo (int val) in roundDownToPowerOfTwo()
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp64 T roundGLfloatToNearestIntegerUp (GLfloat val) in roundGLfloatToNearestIntegerUp()
71 T roundGLfloatToNearestIntegerDown (GLfloat val) in roundGLfloatToNearestIntegerDown()
664 ShaderTypeCase (Context& context, const char* name, const char* description) in ShaderTypeCase()
684 ShaderCompileStatusCase (Context& context, const char* name, const char* description) in ShaderCompileStatusCase()
716 ShaderInfoLogCase (Context& context, const char* name, const char* description) in ShaderInfoLogCase()
807 ShaderSourceCase (Context& context, const char* name, const char* description) in ShaderSourceCase()
915 DeleteStatusCase (Context& context, const char* name, const char* description) in DeleteStatusCase()
968 CurrentVertexAttribInitialCase (Context& context, const char* name, const char* description) in CurrentVertexAttribInitialCase()
1004 CurrentVertexAttribFloatCase (Context& context, const char* name, const char* description) in CurrentVertexAttribFloatCase()
1066 CurrentVertexAttribIntCase (Context& context, const char* name, const char* description) in CurrentVertexAttribIntCase()
[all …]
/external/strace/
Dfilter_qualify.c113 const char *val; in parse_inject_token() local
330 const char *const description) in qualify_inject_common()
461 const char *val = str_strip_prefix_len(str, name, len); in qualify() local
/external/owasp/sanitizer/lib/junit/
Djunit.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
Djunit-4.8.1.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...

123456