| /external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/ |
| D | TestParameterValidator.java | 34 boolean has(Class<? extends Annotation> testParameter, Object value); in has() method 40 <T extends Enum<T>, U extends Enum<U>> boolean has(T value1, U value2); in has() method
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
| D | AnnotationCollector.java | 93 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
|
| D | AnnotationMap.java | 20 public static AnnotationMap of(Class<?> type, Annotation value) { in of() 47 public boolean has(Class<?> cls) in has() method in AnnotationMap
|
| /external/gson/gson/src/main/java/com/google/gson/ |
| D | JsonObject.java | 68 public void add(String property, JsonElement value) { in add() 91 public void addProperty(String property, String value) { in addProperty() 102 public void addProperty(String property, Number value) { in addProperty() 113 public void addProperty(String property, Boolean value) { in addProperty() 124 public void addProperty(String property, Character value) { in addProperty() 164 public boolean has(String memberName) { in has() method in JsonObject
|
| /external/skia/src/core/ |
| D | SkTMultiMap.h | 48 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/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| D | RubyFieldDescriptor.java | 216 public IRubyObject has(ThreadContext context, IRubyObject message) { in has() method in RubyFieldDescriptor 229 public IRubyObject setValue(ThreadContext context, IRubyObject message, IRubyObject value) { in setValue()
|
| /external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| D | RubyFieldDescriptor.java | 212 public IRubyObject has(ThreadContext context, IRubyObject message) { in has() method in RubyFieldDescriptor 225 public IRubyObject setValue(ThreadContext context, IRubyObject message, IRubyObject value) { in setValue()
|
| /external/cronet/third_party/protobuf/js/ |
| D | map.js | 351 jspb.Map.prototype.set = function(key, value) { argument 407 jspb.Map.prototype.has = function(key) { method in jspb.Map
|
| /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
| D | MutationObserver.js | 19 set: function(key, value) { argument 22 value: [ key, value ], property 37 has: function(key) { method in WeakMap
|
| D | MutationObserver.min.js | 11 …value:[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
|
| D | CustomElements.js | 19 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
|
| D | HTMLImports.js | 19 set: function(key, value) { argument 22 value: [ key, value ], property 37 has: function(key) { method in WeakMap 1088 value: url property
|
| D | CustomElements.min.js | 11 …value:[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
|
| D | HTMLImports.min.js | 11 …value:[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
|
| /external/clang/test/SemaCXX/ |
| D | cxx0x-nontrivial-union.cpp | 70 bool has; member 71 union { T value; }; member
|
| /external/clang/test/CXX/temp/temp.decls/temp.friend/ |
| D | p1.cpp | 66 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/ |
| D | base_job.py | 356 def set(self, namespace, name, value): argument 370 def has(self, namespace, name): member in job_state 431 def setter(job, value): argument 808 def _set_use_sequence_number(self, value): argument 937 def set_state(self, name, value): argument
|
| /external/jsoncpp/src/lib_json/ |
| D | json_value.cpp | 93 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/harfbuzz_ng/src/ |
| D | hb-map.hh | 72 V value; member 253 bool has (K key, VV **vp = nullptr) const in has() function
|
| /external/angle/src/libANGLE/renderer/ |
| D | renderer_utils.cpp | 248 void ExpandMatrix(T *target, const GLfloat *value) in ExpandMatrix() 278 const GLfloat *value, in SetFloatUniformMatrix() 302 const GLfloat *value, in SetFloatUniformMatrixFast() 522 bool FastCopyFunctionMap::has(angle::FormatID formatID) const in has() function in rx::FastCopyFunctionMap 876 const GLfloat *value, in Run() 901 const GLfloat *value, in Run() 923 const GLfloat *value, in Run() 948 const GLfloat *value, in Run()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/ |
| D | jquery-3.5.1.js | 906 function cache( key, value ) { argument 2120 "has": markFunction( function( selector ) { property 2344 value: matched, property 2358 value: matched, property 2652 .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) property 3250 has: function( target ) { method 3579 has: function( fn ) { method 3655 function adoptValue( value, resolve, reject, noValue ) { argument 4005 return function( value ) { argument 4143 var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { argument [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/ |
| D | jquery.js | 906 function cache( key, value ) { argument 2120 "has": markFunction( function( selector ) { property 2344 value: matched, property 2358 value: matched, property 2652 .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) property 3250 has: function( target ) { method 3579 has: function( fn ) { method 3655 function adoptValue( value, resolve, reject, noValue ) { argument 4005 return function( value ) { argument 4143 var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { argument [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/ |
| D | jquery-3.5.1.js | 906 function cache( key, value ) { argument 2120 "has": markFunction( function( selector ) { property 2344 value: matched, property 2358 value: matched, property 2652 .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) property 3250 has: function( target ) { method 3579 has: function( fn ) { method 3655 function adoptValue( value, resolve, reject, noValue ) { argument 4005 return function( value ) { argument 4143 var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { argument [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/ |
| D | jquery.js | 906 function cache( key, value ) { argument 2120 "has": markFunction( function( selector ) { property 2344 value: matched, property 2358 value: matched, property 2652 .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) property 3250 has: function( target ) { method 3579 has: function( fn ) { method 3655 function adoptValue( value, resolve, reject, noValue ) { argument 4005 return function( value ) { argument 4143 var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { argument [all …]
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
| D | jquery-1.7.1.js | 1118 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 …]
|