Home
last modified time | relevance | path

Searched +defs:has +defs:value (Results 1 – 25 of 34) sorted by relevance

12

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotationCollector.java93 Class<?> type, Annotation value) { in OneCollector()
196 public boolean has(Class<?> cls) { in has() method in AnnotationCollector.NoAnnotations
219 public OneAnnotation(Class<?> type, Annotation value) { in OneAnnotation()
234 public boolean has(Class<?> cls) { in has() method in AnnotationCollector.OneAnnotation
283 public boolean has(Class<?> cls) { in has() method in AnnotationCollector.TwoAnnotations
DAnnotationMap.java20 public static AnnotationMap of(Class<?> type, Annotation value) { in of()
47 public boolean has(Class<?> cls) in has() method in AnnotationMap
/external/skqp/src/utils/
DSkBitSet.h31 bool has(int index) const { in has() function
42 if (uint32_t value = data[i]) { // There are set bits in getSetValues() local
/external/skia/src/core/
DSkTMultiMap.h48 void insert(const Key& key, T* value) { in insert()
66 void remove(const Key& key, const T* value) { in remove()
121 T* value = list->fValue; in findAndRemove() local
143 bool has(const T* value, const Key& key) const { in has() function
/external/skqp/src/core/
DSkTMultiMap.h44 void insert(const Key& key, T* value) { in insert()
62 void remove(const Key& key, const T* value) { in remove()
117 T* value = list->fValue; in findAndRemove() local
166 bool has(const T* value, const Key& key) const { in has() function
/external/protobuf/js/
Dmap.js346 jspb.Map.prototype.set = function(key, value) { argument
402 jspb.Map.prototype.has = function(key) { method in jspb.Map
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DMutationObserver.js19 set: function(key, value) { argument
22 value: [ key, value ], property
37 has: function(key) { method in WeakMap
DMutationObserver.min.js11value:[t,r],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0… method in r
DCustomElements.js19 set: function(key, value) { argument
22 value: [ key, value ], property
37 has: function(key) { method in WeakMap
803 prototype.setAttribute = function(name, value) { argument
812 function changeAttribute(name, value, operation) { argument
DHTMLImports.js19 set: function(key, value) { argument
22 value: [ key, value ], property
37 has: function(key) { method in WeakMap
1088 value: url property
DCustomElements.min.js11value:[t,n],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0… method in n
DHTMLImports.min.js11value:[t,n],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0… method in n
Dwebcomponents-lite.js582 set: function(key, value) { argument
585 value: [ key, value ], property
600 has: function(key) { method in WeakMap
1816 value: url property
2272 prototype.setAttribute = function(name, value) { argument
2281 function changeAttribute(name, value, operation) { argument
DShadowDOM.js19 set: function(key, value) { argument
22 value: [ key, value ], property
37 has: function(key) { method in WeakMap
106 value: undefined, property
111 function defineNonEnumerableDataProperty(object, name, value) { argument
1148 value: unwrap(options.relatedTarget) property
1291 value: p[name] property
1390 return function(value) { argument
1405 value: value, property
2317 set textContent(value) { argument
[all …]
Dwebcomponents.js67 set: function(key, value) { argument
70 value: [ key, value ], property
85 has: function(key) { method in WeakMap
152 value: undefined, property
157 function defineNonEnumerableDataProperty(object, name, value) { argument
1189 value: unwrap(options.relatedTarget) property
1332 value: p[name] property
1431 return function(value) { argument
1446 value: value, property
2351 set textContent(value) { argument
[all …]
/external/clang/test/SemaCXX/
Dcxx0x-nontrivial-union.cpp70 bool has; member
71 union { T value; }; member
/external/llvm-project/clang/test/SemaCXX/
Dcxx0x-nontrivial-union.cpp70 bool has; member
71 union { T value; }; member
/external/harfbuzz_ng/src/
Dhb-map.hh52 V value; member
164 bool has (K k, V *vp = nullptr) const in has() function
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp66 template <typename T> bool has(const A &x) { in has() function
100 bool value; // expected-note 2 {{declared private here}} member in test3::Bool
109 template <class T> T transform(Bool b, T value) { in transform()
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp66 template <typename T> bool has(const A &x) { in has() function
100 bool value; // expected-note 2 {{declared private here}} member in test3::Bool
109 template <class T> T transform(Bool b, T value) { in transform()
/external/autotest/client/common_lib/
Dbase_job.py356 def set(self, namespace, name, value): argument
370 def has(self, namespace, name): member in job_state
431 def setter(job, value): argument
807 def _set_use_sequence_number(self, value): argument
936 def set_state(self, name, value): argument
/external/jsoncpp/src/lib_json/
Djson_value.cpp93 static inline double integerToDouble(Json::UInt64 value) { in integerToDouble()
98 template <typename T> static inline double integerToDouble(T value) { in integerToDouble()
115 static inline char* duplicateStringValue(const char* value, size_t length) { in duplicateStringValue()
133 static inline char* duplicateAndPrefixStringValue(const char* value, in duplicateAndPrefixStringValue()
154 unsigned* length, char const** value) { in decodePrefixedString()
167 static inline void releasePrefixedStringValue(char* value) { in releasePrefixedStringValue()
175 static inline void releaseStringValue(char* value, unsigned length) { in releaseStringValue()
182 static inline void releasePrefixedStringValue(char* value) { free(value); } in releasePrefixedStringValue()
183 static inline void releaseStringValue(char* value, unsigned) { free(value); } in releaseStringValue()
376 Value::Value(Int value) { in Value()
[all …]
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp163 void ExpandMatrix(T *target, const GLfloat *value) in ExpandMatrix()
193 const GLfloat *value, in SetFloatUniformMatrix()
217 const GLfloat *value, in SetFloatUniformMatrixFast()
433 bool FastCopyFunctionMap::has(angle::FormatID formatID) const in has() function in rx::FastCopyFunctionMap
755 const GLfloat *value, in Run()
780 const GLfloat *value, in Run()
802 const GLfloat *value, in Run()
827 const GLfloat *value, in Run()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js1118 has: function( fn ) { method
1297 return function( value ) { argument
1305 return function( value ) { argument
1865 data: function( key, value ) { argument
2166 attr: function( name, value ) { argument
2176 prop: function( name, value ) { argument
2191 addClass: function( value ) { argument
2228 removeClass: function( value ) { argument
2261 toggleClass: function( value, stateVal ) { argument
2311 val: function( value ) { argument
[all …]
/external/python/httplib2/doc/html/_static/
Djquery.js168 attr: function( name, value, type ) { argument
194 css: function( key, value ) { argument
409 val: function( value ) { argument
483 html: function( value ) { argument
491 replaceWith: function( value ) { argument
698 prop: function( elem, value, type, i, name ) { argument
729 has: function( elem, className ) { method
967 attr: function( elem, name, value ) { argument
1368 data: function( key, value ){ argument
3736 function add( key, value ){ argument

12