Home
last modified time | relevance | path

Searched defs:get (Results 1 – 25 of 8774) sorted by relevance

12345678910>>...351

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DTypeBuilder.h114 static PointerType *get(LLVMContext &Context) { in get() function
125 static ArrayType *get(LLVMContext &Context) { in get() function
132 static ArrayType *get(LLVMContext &Context) { in get() function
191 static IntegerType *get(LLVMContext &C) { in get() function
198 static Type *get(LLVMContext& C) { in get() function
206 static Type *get(LLVMContext& C) { in get() function
214 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } in get() function
218 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); } in get() function
222 static Type *get(LLVMContext& C) { return Type::getX86_FP80Ty(C); } in get() function
226 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } in get() function
[all …]
/aosp_15_r20/external/eigen/bench/perf_monitoring/resources/
H A Ds2.js1 …s={},a.logs={},a.dom={},"undefined"!=typeof module&&"undefined"!=typeof exports&&"undefined"==type… variable
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DBOMInputStreamTest.java211 …(BOMInputStream is1 = BOMInputStream.builder().setInputStream(createUtf8Input(data, true)).get()) { in skipReturnValueWithBom()
220 …BOMInputStream is2 = BOMInputStream.builder().setInputStream(createUtf8Input(data, false)).get()) { in skipReturnValueWithoutBom()
229 …try (InputStream in = BOMInputStream.builder().setInputStream(createUtf8Input(data, true)).get()) { in testAvailableWithBOM()
237 …ry (InputStream in = BOMInputStream.builder().setInputStream(createUtf8Input(data, false)).get()) { in testAvailableWithoutBOM()
256 …try (InputStream in = BOMInputStream.builder().setInputStream(createUtf8Input(data, true)).get()) { in testEmptyBufferWithBOM()
265 …ry (InputStream in = BOMInputStream.builder().setInputStream(createUtf8Input(data, false)).get()) { in testEmptyBufferWithoutBOM()
274 … (BOMInputStream in = BOMInputStream.builder().setInputStream(createUtf8Input(data, true)).get()) { in testGetBOMFirstThenRead()
288 …in = BOMInputStream.builder().setInputStream(createUtf8Input(data, true)).setInclude(true).get()) { in testGetBOMFirstThenReadInclude()
305 …try (InputStream in = BOMInputStream.builder().setInputStream(createUtf8Input(data, true)).get()) { in testLargeBufferWithBOM()
314 …ry (InputStream in = BOMInputStream.builder().setInputStream(createUtf8Input(data, false)).get()) { in testLargeBufferWithoutBOM()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dpropagate_const_helpers.h8 constexpr const int *get() const { return &i_; } in get() function
9 constexpr int *get() { return &i_; } in get() function
22 constexpr const int *get() const { return &i_; } in get() function
23 constexpr int *get() { return &i_; } in get() function
37 constexpr const int *get() const { return &i_; } in get() function
38 constexpr int *get() { return &i_; } in get() function
52 constexpr const int *get() const { return &i_; } in get() function
53 constexpr int *get() { return &i_; } in get() function
66 constexpr const int *get() const { return &i_; } in get() function
67 constexpr int *get() { return &i_; } in get() function
[all …]
/aosp_15_r20/external/libcxx/test/support/
H A Dpropagate_const_helpers.h8 constexpr const int *get() const { return &i_; } in get() function
9 constexpr int *get() { return &i_; } in get() function
22 constexpr const int *get() const { return &i_; } in get() function
23 constexpr int *get() { return &i_; } in get() function
37 constexpr const int *get() const { return &i_; } in get() function
38 constexpr int *get() { return &i_; } in get() function
52 constexpr const int *get() const { return &i_; } in get() function
53 constexpr int *get() { return &i_; } in get() function
66 constexpr const int *get() const { return &i_; } in get() function
67 constexpr int *get() { return &i_; } in get() function
[all …]
/aosp_15_r20/external/python/google-auth-library-python/tests/compute_engine/
Dtest_credentials.py70 def test_refresh_success(self, get, utcnow): argument
104 def test_refresh_success_with_scopes(self, get, utcnow): argument
139 def test_refresh_error(self, get): argument
148 def test_before_request_refreshes(self, get): argument
193 def test_default_state(self, get): argument
220 def test_make_authorization_grant_assertion(self, sign, get, utcnow): argument
253 def test_with_service_account(self, sign, get, utcnow): argument
285 def test_additional_claims(self, sign, get, utcnow): argument
341 def test_with_target_audience(self, sign, get, utcnow): argument
453 def test_with_quota_project(self, sign, get, utcnow): argument
[all …]
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/
H A Dsettings.ts126 const { get, update } = boolSettingFor('activateBazeliskInNewTerminals'); constant
136 const { get, update } = stringSettingFor('codeAnalysisTarget'); constant
148 const { get, update } = boolSettingFor('disableBazelSettingsRecommendations'); constant
158 const { get, update } = boolSettingFor('disableBazeliskCheck'); constant
168 const { get, update } = boolSettingFor('disableInactiveFileNotice'); constant
180 const { get, update } = boolSettingFor('disableInactiveFileCodeIntelligence'); constant
192 const { get, update } = boolSettingFor('disableCompileCommandsFileWatcher'); constant
204 const { get, update } = boolSettingFor('enforceExtensionRecommendations'); constant
214 const { get, update } = boolSettingFor('hideInactiveFileIndicators'); constant
224 const { get, update } = boolSettingFor('preserveBazelPath'); constant
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtype.cpp170 AnyTypePtr AnyType::get() { in get() function in c10::AnyType
175 NumberTypePtr NumberType::get() { in get() function in c10::NumberType
179 IntTypePtr IntType::get() { in get() function in c10::IntType
183 FloatTypePtr FloatType::get() { in get() function in c10::FloatType
187 ComplexTypePtr ComplexType::get() { in get() function in c10::ComplexType
191 BoolTypePtr BoolType::get() { in get() function in c10::BoolType
195 StorageTypePtr StorageType::get() { in get() function in c10::StorageType
199 NoneTypePtr NoneType::get() { in get() function in c10::NoneType
203 GeneratorTypePtr GeneratorType::get() { in get() function in c10::GeneratorType
207 QuantizerTypePtr QuantizerType::get() { in get() function in c10::QuantizerType
[all …]
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DPixelValue.h244 void get(uint8_t &v) const in get() function
252 void get(int8_t &v) const in get() function
260 void get(uint16_t &v) const in get() function
268 void get(int16_t &v) const in get() function
276 void get(uint32_t &v) const in get() function
284 void get(int32_t &v) const in get() function
292 void get(uint64_t &v) const in get() function
300 void get(int64_t &v) const in get() function
308 void get(bfloat16 &v) const in get() function
316 void get(half &v) const in get() function
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/protozero/
H A Dfield.h166 void get(bool* val) const { *val = as_bool(); } in get() function
167 void get(uint32_t* val) const { *val = as_uint32(); } in get() function
168 void get(int32_t* val) const { *val = as_int32(); } in get() function
169 void get(uint64_t* val) const { *val = as_uint64(); } in get() function
170 void get(int64_t* val) const { *val = as_int64(); } in get() function
171 void get(float* val) const { *val = as_float(); } in get() function
172 void get(double* val) const { *val = as_double(); } in get() function
173 void get(std::string* val) const { *val = as_std_string(); } in get() function
174 void get(ConstChars* val) const { *val = as_string(); } in get() function
175 void get(ConstBytes* val) const { *val = as_bytes(); } in get() function
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectPermissionsApis/android_common_apex34/javac/
DHealthConnectPermissionsApis.jar ... .healthconnect.controller.permissions.api.GetGrantedHealthPermissionsUseCase get () public static com.android.healthconnect. ...
/aosp_15_r20/external/perfetto/include/perfetto/protozero/
H A Dfield.h169 void get(bool* val) const { *val = as_bool(); } in get() function
170 void get(uint32_t* val) const { *val = as_uint32(); } in get() function
171 void get(int32_t* val) const { *val = as_int32(); } in get() function
172 void get(uint64_t* val) const { *val = as_uint64(); } in get() function
173 void get(int64_t* val) const { *val = as_int64(); } in get() function
174 void get(float* val) const { *val = as_float(); } in get() function
175 void get(double* val) const { *val = as_double(); } in get() function
176 void get(std::string* val) const { *val = as_std_string(); } in get() function
177 void get(ConstChars* val) const { *val = as_string(); } in get() function
178 void get(ConstBytes* val) const { *val = as_bytes(); } in get() function
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dexternally_locked.hpp119 T& get(strict_lock<mutex_type>& lk) in get() function in boost::externally_locked
125 const T& get(strict_lock<mutex_type>& lk) const in get() function in boost::externally_locked
132 T& get(nested_strict_lock<Lock>& lk) in get() function in boost::externally_locked
140 const T& get(nested_strict_lock<Lock>& lk) const in get() function in boost::externally_locked
154 T& get(Lock& lk) in get() function in boost::externally_locked
258 T& get(strict_lock<mutex_type> const& lk) in get() function in boost::externally_locked
264 const T& get(strict_lock<mutex_type> const& lk) const in get() function in boost::externally_locked
271 T& get(nested_strict_lock<Lock> const& lk) in get() function in boost::externally_locked
279 const T& get(nested_strict_lock<Lock> const& lk) const in get() function in boost::externally_locked
293 T& get(Lock const& lk) in get() function in boost::externally_locked
[all …]
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dcolor.js45 get: function() { return CanvasKit.Color4f(0, 0, 0, 0); } method
48 get: function() { return CanvasKit.Color4f(0, 0, 0, 1); } method
51 get: function() { return CanvasKit.Color4f(1, 1, 1, 1); } method
54 get: function() { return CanvasKit.Color4f(1, 0, 0, 1); } method
57 get: function() { return CanvasKit.Color4f(0, 1, 0, 1); } method
60 get: function() { return CanvasKit.Color4f(0, 0, 1, 1); } method
63 get: function() { return CanvasKit.Color4f(1, 1, 0, 1); } method
66 get: function() { return CanvasKit.Color4f(0, 1, 1, 1); } method
69 get: function() { return CanvasKit.Color4f(1, 0, 1, 1); } method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/dream/lowlight/LowLightDreamLib/android_common/javac/
DLowLightDreamLib.jar ... public com.android.dream.lowlight.LowLightDreamManager get () public static com.android.dream.
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/dream/lowlight/LowLightDreamLib/android_common/repackaged-jarjar/javac/
DLowLightDreamLib.jar ... init> () public kotlinx.coroutines.CoroutineDispatcher get () public static com.android.dream. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectExportApis/android_common_apex34/javac/
DHealthConnectExportApis.jar ... .healthconnect.controller.exportimport.api.ExportSettingsViewModel get () public static com.android.healthconnect. ...
/aosp_15_r20/external/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js55 get: function() { method
78 get: function() { method
96 get: function() { method
114 get: function() { method
128 get: function() { method
293 get: function() { method
303 get: function() { method
313 get: function() { method
340 get: function() { method
353 get: function() { method
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/log-0.4.21/src/kv/
H A Dsource.rs73 fn get(&self, key: Key) -> Option<Value<'_>> { in get() method
107 let mut get = Get { key, found: None }; in get_default() localVariable
138 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
156 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
181 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
204 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
225 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
295 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
312 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
329 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/kv/
Dsource.rs73 fn get(&self, key: Key) -> Option<Value<'_>> { in get() method
107 let mut get = Get { key, found: None }; in get_default() localVariable
138 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
156 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
181 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
204 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
225 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
295 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
312 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
329 fn get(&self, key: Key) -> Option<Value<'_>> { in get() function
[all …]
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
DDataRepository.kt66 operator fun get(key: K): V { in <lambda>() method in com.android.permissioncontroller.permission.data.DataRepository
212 operator fun <K1, K2, V : DataRepository.InactiveTimekeeper> DataRepository<Pair<K1, K2>, V>.get( in get() method
223 .get(k1: K1, k2: K2, k3: K3): V { in get() method
231 .get(k1: K1, k2: K2, deviceId: Int): V { in get() method
242 .get( in get() method
255 .get(key: Pair<K1, K2>): V { in get() method
266 .get(k1: K1, k2: K2, k3: K3, deviceId: Int): V { in get() method
277 .get(k1: K1, k2: K2, k3: K3): V { in get() method
287 .get(key: Triple<K1, K2, K3>): V { in get() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DObjectInputStream.java1202 public abstract boolean get(String name, boolean val) in get() method in ObjectInputStream.GetField
1217 public abstract byte get(String name, byte val) throws IOException; in get() method in ObjectInputStream.GetField
1231 public abstract char get(String name, char val) throws IOException; in get() method in ObjectInputStream.GetField
1245 public abstract short get(String name, short val) throws IOException; in get() method in ObjectInputStream.GetField
1259 public abstract int get(String name, int val) throws IOException; in get() method in ObjectInputStream.GetField
1273 public abstract long get(String name, long val) throws IOException; in get() method in ObjectInputStream.GetField
1287 public abstract float get(String name, float val) throws IOException; in get() method in ObjectInputStream.GetField
1301 public abstract double get(String name, double val) throws IOException; in get() method in ObjectInputStream.GetField
1315 public abstract Object get(String name, Object val) throws IOException; in get() method in ObjectInputStream.GetField
2321 public boolean get(String name, boolean val) { in get() method in ObjectInputStream.FieldValues
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java1202 public abstract boolean get(String name, boolean val) in get() method in ObjectInputStream.GetField
1217 public abstract byte get(String name, byte val) throws IOException; in get() method in ObjectInputStream.GetField
1231 public abstract char get(String name, char val) throws IOException; in get() method in ObjectInputStream.GetField
1245 public abstract short get(String name, short val) throws IOException; in get() method in ObjectInputStream.GetField
1259 public abstract int get(String name, int val) throws IOException; in get() method in ObjectInputStream.GetField
1273 public abstract long get(String name, long val) throws IOException; in get() method in ObjectInputStream.GetField
1287 public abstract float get(String name, float val) throws IOException; in get() method in ObjectInputStream.GetField
1301 public abstract double get(String name, double val) throws IOException; in get() method in ObjectInputStream.GetField
1315 public abstract Object get(String name, Object val) throws IOException; in get() method in ObjectInputStream.GetField
2321 public boolean get(String name, boolean val) { in get() method in ObjectInputStream.FieldValues
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java1202 public abstract boolean get(String name, boolean val) in get() method in ObjectInputStream.GetField
1217 public abstract byte get(String name, byte val) throws IOException; in get() method in ObjectInputStream.GetField
1231 public abstract char get(String name, char val) throws IOException; in get() method in ObjectInputStream.GetField
1245 public abstract short get(String name, short val) throws IOException; in get() method in ObjectInputStream.GetField
1259 public abstract int get(String name, int val) throws IOException; in get() method in ObjectInputStream.GetField
1273 public abstract long get(String name, long val) throws IOException; in get() method in ObjectInputStream.GetField
1287 public abstract float get(String name, float val) throws IOException; in get() method in ObjectInputStream.GetField
1301 public abstract double get(String name, double val) throws IOException; in get() method in ObjectInputStream.GetField
1315 public abstract Object get(String name, Object val) throws IOException; in get() method in ObjectInputStream.GetField
2321 public boolean get(String name, boolean val) { in get() method in ObjectInputStream.FieldValues
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/bench/
Dbench_adaptive_node_pool.cpp92 { static const char *get() { return "StdAllocator"; } }; in get() function
95 { static const char *get() { return "AllocatorPlusV2"; } }; in get() function
98 { static const char *get() { return "AllocatorPlusV1"; } }; in get() function
101 { static const char *get() { return "AdPoolAlignOnlyV1"; } }; in get() function
104 { static const char *get() { return "AdPoolAlignOnlyV2"; } }; in get() function
107 { static const char *get() { return "AdPool2PercentV1"; } }; in get() function
110 { static const char *get() { return "AdPool2PercentV2"; } }; in get() function
113 { static const char *get() { return "SimpleSegregatedStorageV1"; } }; in get() function
116 { static const char *get() { return "SimpleSegregatedStorageV2"; } }; in get() function

12345678910>>...351