/aosp_15_r20/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A 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()
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A 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()
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
H A D | MutationObserver.js | 19 set: function(key, value) { argument 22 value: [ key, value ], property 37 has: function(key) { method in WeakMap
|
H A 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
|
H A 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
|
H A 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
|
H A 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
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx0x-nontrivial-union.cpp | 70 bool has; member 71 union { T value; }; member
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/ |
D | LauncherPrefs.java | 126 com.android.launcher3.Item item, @org.jetbrains.annotations.NotNull() in put() 152 public abstract boolean has(@org.jetbrains.annotations.NotNull() in has() method in LauncherPrefs
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
H A 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()
|
/aosp_15_r20/system/core/init/ |
H A D | util.cpp | 404 Result<void> IsLegalPropertyValue(const std::string& name, const std::string& value) { in IsLegalPropertyValue() 567 int value; in ParseRestorecon() member 687 static bool has = !android::base::GetProperty("ro.product.cpu.abilist32", "").empty(); in Has32BitAbi() local
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A 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
|
/aosp_15_r20/prebuilts/misc/common/json/ |
HD | json-prebuilt.jar | ... isNull (java.lang.String)
public boolean has (java.lang.String)
public java. ... |
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | metrics.go | 567 func (s *statDepSet) has(d statDep) bool { func 760 value metricValue member
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/has/ |
D | has_client_test.cc | 54 namespace has { namespace 138 bool has; member 266 std::vector<uint8_t> value; in set_sample_database() local 299 GATT_WRITE_OP_CB cb, void* cb_data) { in set_sample_database() 703 void* cb_data) -> void { in SetUp() 837 std::vector<uint8_t> value, bool indicate = false) { in InjectNotificationEvent() 871 std::vector<uint8_t> value; in InjectNotifyReadPresetResponse() local 885 std::vector<uint8_t> value; in InjectPresetChanged() local 910 std::vector<uint8_t> value, bool indicate, int index, in InjectNotifyReadPresetsResponse() 963 std::vector<uint8_t> value; in InjectActivePresetNotification() local [all …]
|
/aosp_15_r20/external/jsoncpp/src/lib_json/ |
H A 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 …]
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-map.hh | 98 V value; member 335 bool has (const K &key, VV **vp = nullptr) const in has() function
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/ |
H A 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 …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/ |
H A 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 …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/ |
H A 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 …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/net/sf/jopt-simple/jopt-simple/4.9/ |
HD | jopt-simple-4.9.jar | ... .OptionSet detectedOptions
public final java.lang.Object value (joptsimple.OptionSet)
joptsimple.OptionSet detectedOptions
public ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/ |
HD | jopt-simple-4.9.jar | ... .OptionSet detectedOptions
public final java.lang.Object value (joptsimple.OptionSet)
joptsimple.OptionSet detectedOptions
public ... |
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 256 void ExpandMatrix(T *target, const GLfloat *value) in ExpandMatrix() 289 const GLfloat *value, in SetFloatUniformMatrix() 313 const GLfloat *value, in SetFloatUniformMatrixFast() 559 bool FastCopyFunctionMap::has(angle::FormatID formatID) const in has() function in rx::FastCopyFunctionMap 911 const GLfloat *value, in Run() 936 const GLfloat *value, in Run() 958 const GLfloat *value, in Run() 983 const GLfloat *value, in Run() 1186 const GLfloat *value, in SetUniformMatrixfv()
|
/aosp_15_r20/frameworks/native/libs/binder/ndk/ |
H A D | ibinder.cpp | 75 static bool has(const sp<IBinder>& binder) { in has() function 375 auto* value = static_cast<ABpBinderTag::Value*>(binder->findObject(ABpBinderTag::kId)); in lookupOrCreateFromBinder() local
|