Home
last modified time | relevance | path

Searched defs:get (Results 851 - 875 of 923) sorted by relevance

1...<<31323334353637

/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp1283 std::unique_ptr<PtJson> get; in Create() local
1408 std::unique_ptr<PtJson> get; in Create() local
[all...]
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp430 static const UChar* get(const char* id) { in get() function
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uvc.h697 u8 get; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCalendar.java1937 public final int get(int field) get() method in Calendar
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp505 const UChar *ZNStringPool::get(const UChar *s, UErrorCode &status) { in get() function in ZNStringPool
562 const UChar *ZNStringPool::get(const UnicodeString &s, UErrorCode &status) { in get() function in ZNStringPool
H A Dcalendar.cpp1206 Calendar::get(UCalendarDateFields field, UErrorCode& status) const in get() function in Calendar
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c3541 dri2_set_blob_cache_funcs(_EGLDisplay *disp, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) dri2_set_blob_cache_funcs() argument
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h357 static constexpr RegClass get(RegType type, unsigned bytes) in get() function
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp433 static const char16_t* get(const char* id) { in get() function
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcalendar.cpp1192 Calendar::get(UCalendarDateFields field, UErrorCode& status) const in get() function in Calendar
[all...]
H A Dtznames_impl.cpp505 const char16_t *ZNStringPool::get(const char16_t *s, UErrorCode &status) { in get() function in ZNStringPool
562 const char16_t *ZNStringPool::get(const UnicodeString &s, UErrorCode &status) { in get() function in ZNStringPool
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc936 base::Optional<ObjectRef> ContextRef::get(int index) const { in get() function in v8::internal::compiler::ContextRef
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog.cc197 const char* get() { return utf8_buffer_; } in get() function in v8::internal::CodeEventLogger::NameBuffer
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc107 Label* get() { return label_.get(); } in get() function in v8::internal::wasm::__anon15158::MovableLabel
[all...]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Ddemo-compiled.js
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_eth_conf_1_0.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
[all...]
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp3423 Value Value::get(ArrayIndex index, const Value& defaultValue) const { in get() function in Json::Value
3480 Value Value::get(char const* key, char const* cend, Value const& defaultValue) const in get() function in Json::Value
3485 Value Value::get(char const* key, Value const& defaultValue) const in get() function in Json::Value
3489 Value Value::get(std::string const& key, Value const& defaultValue) const in get() function in Json::Value
3556 Value Value::get(cons function in Json::Value
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp375 de::MovePtr<BufferWithMemory> get () { return m_buffer; } in get() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp691 ConstantInt *ConstantInt::get(LLVMContext &Context, const APInt &V) { get() function in ConstantInt
704 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { get() function in ConstantInt
714 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { get() function in ConstantInt
726 Constant *ConstantInt::get(Type *Ty, const APInt& V) { get() function in ConstantInt
738 ConstantInt *ConstantInt::get(IntegerType* Ty, StringRef Str, uint8_t radix) { get() function in ConstantInt
767 Constant *ConstantFP::get(Type *Ty, double V) { get() function in ConstantFP
783 Constant *ConstantFP::get(Type *Ty, const APFloat &V) { get() function in ConstantFP
795 Constant *ConstantFP::get(Type *Ty, StringRef Str) { get() function in ConstantFP
862 ConstantFP* ConstantFP::get(LLVMContext &Context, const APFloat& V) { get() function in ConstantFP
1065 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) { get() function in ConstantArray
1126 Constant *ConstantStruct::get(StructType *ST, ArrayRef<Constant*> V) { get() function in ConstantStruct
1161 Constant *ConstantVector::get(ArrayRef<Constant*> V) { get() function in ConstantVector
1212 ConstantTokenNone *ConstantTokenNone::get(LLVMContext &Context) { get() function in ConstantTokenNone
1414 ConstantAggregateZero *ConstantAggregateZero::get(Type *Ty) { get() function in ConstantAggregateZero
1500 ConstantPointerNull *ConstantPointerNull::get(PointerType *Ty) { get() function in ConstantPointerNull
1514 UndefValue *UndefValue::get(Type *Ty) { get() function in UndefValue
1528 BlockAddress *BlockAddress::get(BasicBlock *BB) { get() function in BlockAddress
1533 BlockAddress *BlockAddress::get(Function *F, BasicBlock *BB) { get() function in BlockAddress
1905 Constant *ConstantExpr::get(unsigned Opcode, Constant *C, unsigned Flags, get() function in ConstantExpr
1936 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, get() function in ConstantExpr
2663 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint8_t> Elts){ get() function in ConstantDataVector
2668 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint16_t> Elts){ get() function in ConstantDataVector
2673 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint32_t> Elts){ get() function in ConstantDataVector
2678 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint64_t> Elts){ get() function in ConstantDataVector
2683 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<float> Elts) { get() function in ConstantDataVector
2688 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<double> Elts) { get() function in ConstantDataVector
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp2870 bool FramebufferCache::get(ContextVk *contextVk, get() function in rx::FramebufferCache
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp4862 ValidateSetBlobCacheFuncsANDROID(const ValidationContext *val, const Display *display, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) ValidateSetBlobCacheFuncsANDROID() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcalendar.cpp1191 Calendar::get(UCalendarDateFields field, UErrorCode& status) const in get() function in Calendar
[all...]
H A Dtznames_impl.cpp497 const UChar *ZNStringPool::get(const UChar *s, UErrorCode &status) { in get() function in ZNStringPool
554 const UChar *ZNStringPool::get(const UnicodeString &s, UErrorCode &status) { in get() function in ZNStringPool
H A Dusearch.cpp3534 const CEI *CEIBuffer::get(int32_t index) { in get() function in __anon21286::CEIBuffer
[all...]
/third_party/python/Lib/test/
H A Dtest_collections.py2030 def get(self, key, default): global() member in CounterSubclassWithGet
[all...]

Completed in 103 milliseconds

1...<<31323334353637