Searched refs:Get (Results 1 - 25 of 160) sorted by relevance

1234567

/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DconfigHandler.py42 def Get(self, section, option, type=None, default=None, raw=False): member in class:IdleConfParser
44 Get an option value for given section/option or return default.
58 Get an option list for given section
229 Get an option value for given config type and given general
242 return self.userCfg[configType].Get(section, option,
249 self.userCfg[configType].Get(section, option,
257 return self.defaultCfg[configType].Get(section, option,
282 Get a list of sections from either the user or default config for
384 colour=cfgParser.Get(themeName,element,default=theme[element])
662 value=cfgParser.Get('HelpFile
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DconfigHandler.py42 def Get(self, section, option, type=None, default=None, raw=False): member in class:IdleConfParser
44 Get an option value for given section/option or return default.
58 Get an option list for given section
229 Get an option value for given config type and given general
242 return self.userCfg[configType].Get(section, option,
249 self.userCfg[configType].Get(section, option,
257 return self.defaultCfg[configType].Get(section, option,
282 Get a list of sections from either the user or default config for
384 colour=cfgParser.Get(themeName,element,default=theme[element])
662 value=cfgParser.Get('HelpFile
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DconfigHandler.py42 def Get(self, section, option, type=None, default=None, raw=False): member in class:IdleConfParser
44 Get an option value for given section/option or return default.
58 Get an option list for given section
229 Get an option value for given config type and given general
242 return self.userCfg[configType].Get(section, option,
249 self.userCfg[configType].Get(section, option,
257 return self.defaultCfg[configType].Get(section, option,
282 Get a list of sections from either the user or default config for
384 colour=cfgParser.Get(themeName,element,default=theme[element])
662 value=cfgParser.Get('HelpFile
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DconfigHandler.py42 def Get(self, section, option, type=None, default=None, raw=False): member in class:IdleConfParser
44 Get an option value for given section/option or return default.
58 Get an option list for given section
229 Get an option value for given config type and given general
242 return self.userCfg[configType].Get(section, option,
249 self.userCfg[configType].Get(section, option,
257 return self.defaultCfg[configType].Get(section, option,
282 Get a list of sections from either the user or default config for
384 colour=cfgParser.Get(themeName,element,default=theme[element])
662 value=cfgParser.Get('HelpFile
[all...]
/prebuilts/tools/linux-x86_64/kythe/proto/
H A Danalysis.proto41 // Get returns the contents of one or more files needed for analysis. It is
52 rpc Get(FilesRequest) returns (stream FileData) {}
202 // A FileData carries the content of a single file, as returned from the Get
210 // message from the Get request. If either field from the original request
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Dreflection.h77 T Get(int index) const { function in class:google::protobuf::RepeatedFieldRef
78 return accessor_->template Get<T>(data_, index);
119 T Get(int index) const { function in class:google::protobuf::MutableRepeatedFieldRef
120 return accessor_->template Get<T>(data_, index);
193 // const Message& item = h.Get(index, scratch_space.get());
194 const T& Get(int index, T* scratch_space) const { function in class:google::protobuf::RepeatedFieldRef
195 return *static_cast<const T*>(accessor_->Get(data_, index, scratch_space));
245 // See comments for RepeatedFieldRef<Message>::Get()
246 const T& Get(int index, T* scratch_space) const { function in class:google::protobuf::MutableRepeatedFieldRef
247 return *static_cast<const T*>(accessor_->Get(data
383 T Get(const Field* data, int index) const { function in class:google::protobuf::internal::RepeatedFieldAccessor
[all...]
H A Dgenerated_message_util.h104 if (!t.Get(i).IsInitialized()) return false;
H A Dextension_set.h658 // static inline ConstType Get(int number, const ExtensionSet& set);
663 // static inline ConstType Get(int number, const ExtensionSet& set,
698 static inline ConstType Get(int number, const ExtensionSet& set,
713 static inline Type Get(int number, const ExtensionSet& set, int index);
744 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \
746 return set.Get##METHOD(number, default_value); \
753 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \
810 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::StringTypeTraits
834 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::RepeatedStringTypeTraits
892 static inline ConstType Get(in function in class:google::protobuf::internal::EnumTypeTraits
912 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedEnumTypeTraits
969 static inline ConstType Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::MessageTypeTraits
1002 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerValueBitMap.h48 inline bool Get(uintptr_t Idx) { function in struct:fuzzer::ValueBitMap
/prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerValueBitMap.h48 inline bool Get(uintptr_t Idx) { function in struct:fuzzer::ValueBitMap
/prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerValueBitMap.h48 inline bool Get(uintptr_t Idx) { function in struct:fuzzer::ValueBitMap
/prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerValueBitMap.h48 inline bool Get(uintptr_t Idx) { function in struct:fuzzer::ValueBitMap
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
H A Dextension_set.h591 // static inline ConstType Get(int number, const ExtensionSet& set);
596 // static inline ConstType Get(int number, const ExtensionSet& set,
629 static inline ConstType Get(int number, const ExtensionSet& set,
640 static inline Type Get(int number, const ExtensionSet& set, int index);
647 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \
649 return set.Get##METHOD(number, default_value); \
656 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \
689 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::StringTypeTraits
708 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::RepeatedStringTypeTraits
740 static inline ConstType Get(in function in class:google::protobuf::internal::EnumTypeTraits
756 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedEnumTypeTraits
783 static inline ConstType Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::MessageTypeTraits
810 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
H A Dextension_set.h591 // static inline ConstType Get(int number, const ExtensionSet& set);
596 // static inline ConstType Get(int number, const ExtensionSet& set,
629 static inline ConstType Get(int number, const ExtensionSet& set,
640 static inline Type Get(int number, const ExtensionSet& set, int index);
647 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \
649 return set.Get##METHOD(number, default_value); \
656 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \
689 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::StringTypeTraits
708 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::RepeatedStringTypeTraits
740 static inline ConstType Get(in function in class:google::protobuf::internal::EnumTypeTraits
756 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedEnumTypeTraits
783 static inline ConstType Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::MessageTypeTraits
810 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
H A Dextension_set.h591 // static inline ConstType Get(int number, const ExtensionSet& set);
596 // static inline ConstType Get(int number, const ExtensionSet& set,
629 static inline ConstType Get(int number, const ExtensionSet& set,
640 static inline Type Get(int number, const ExtensionSet& set, int index);
647 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \
649 return set.Get##METHOD(number, default_value); \
656 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \
689 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::StringTypeTraits
708 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::RepeatedStringTypeTraits
740 static inline ConstType Get(in function in class:google::protobuf::internal::EnumTypeTraits
756 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedEnumTypeTraits
783 static inline ConstType Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::MessageTypeTraits
810 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
H A Dextension_set.h591 // static inline ConstType Get(int number, const ExtensionSet& set);
596 // static inline ConstType Get(int number, const ExtensionSet& set,
629 static inline ConstType Get(int number, const ExtensionSet& set,
640 static inline Type Get(int number, const ExtensionSet& set, int index);
647 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \
649 return set.Get##METHOD(number, default_value); \
656 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \
689 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::StringTypeTraits
708 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::RepeatedStringTypeTraits
740 static inline ConstType Get(in function in class:google::protobuf::internal::EnumTypeTraits
756 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedEnumTypeTraits
783 static inline ConstType Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::MessageTypeTraits
810 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h137 template <int k> class Get;
207 template <int k> friend class gtest_internal::Get;
239 template <int k> friend class gtest_internal::Get;
282 template <int k> friend class gtest_internal::Get;
319 template <int k> friend class gtest_internal::Get;
360 template <int k> friend class gtest_internal::Get;
404 template <int k> friend class gtest_internal::Get;
451 template <int k> friend class gtest_internal::Get;
500 template <int k> friend class gtest_internal::Get;
552 template <int k> friend class gtest_internal::Get;
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-tuple.h137 template <int k> class Get;
207 template <int k> friend class gtest_internal::Get;
239 template <int k> friend class gtest_internal::Get;
282 template <int k> friend class gtest_internal::Get;
319 template <int k> friend class gtest_internal::Get;
360 template <int k> friend class gtest_internal::Get;
404 template <int k> friend class gtest_internal::Get;
451 template <int k> friend class gtest_internal::Get;
500 template <int k> friend class gtest_internal::Get;
552 template <int k> friend class gtest_internal::Get;
[all...]
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h137 template <int k> class Get;
207 template <int k> friend class gtest_internal::Get;
239 template <int k> friend class gtest_internal::Get;
282 template <int k> friend class gtest_internal::Get;
319 template <int k> friend class gtest_internal::Get;
360 template <int k> friend class gtest_internal::Get;
404 template <int k> friend class gtest_internal::Get;
451 template <int k> friend class gtest_internal::Get;
500 template <int k> friend class gtest_internal::Get;
552 template <int k> friend class gtest_internal::Get;
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-tuple.h137 template <int k> class Get;
207 template <int k> friend class gtest_internal::Get;
239 template <int k> friend class gtest_internal::Get;
282 template <int k> friend class gtest_internal::Get;
319 template <int k> friend class gtest_internal::Get;
360 template <int k> friend class gtest_internal::Get;
404 template <int k> friend class gtest_internal::Get;
451 template <int k> friend class gtest_internal::Get;
500 template <int k> friend class gtest_internal::Get;
552 template <int k> friend class gtest_internal::Get;
[all...]
/prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerValueBitMap.h42 inline bool Get(uintptr_t Idx) {
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerValueBitMap.h48 inline bool Get(uintptr_t Idx) { function in struct:fuzzer::ValueBitMap
/prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerValueBitMap.h48 inline bool Get(uintptr_t Idx) { function in struct:fuzzer::ValueBitMap
/prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerValueBitMap.h48 inline bool Get(uintptr_t Idx) { function in struct:fuzzer::ValueBitMap
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dmutex.h116 T* Get() { function in class:google::protobuf::internal::ThreadLocalStorage

Completed in 1350 milliseconds

1234567