HomeSort by relevance Sort by last modified time
    Searched defs:Set (Results 51 - 75 of 512) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/doc/play/
life.go 26 // Set sets the state of the specified cell to the given value.
27 func (f *Field) Set(x, y int, b bool) {
70 a.Set(rand.Intn(w), rand.Intn(h), true)
83 l.b.Set(x, y, l.a.Next(x, y))
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
icfg.go 38 func (f *debugDeprecatedImportcfgFlag) Set(x string) error {
  /prebuilts/go/linux-x86/src/flag/
example_test.go 21 // same default value. They must be set up with an init function.
42 // Set is the method to set the flag value, part of the flag.Value interface.
43 // Set's argument is a string to be parsed to set the flag.
45 func (i *interval) Set(value string) error {
46 // If we wanted to allow the flag to be set multiple times,
52 return errors.New("interval flag already set")
72 // set a usage message.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/
iterator_types.pass.cpp 11 #include <set>
39 template <class Set, class ValueTp, class CPtrT>
41 static_assert((std::is_same<typename Set::iterator,
42 typename Set::const_iterator>::value), "");
43 typedef typename Set::difference_type Diff;
45 typedef typename Set::iterator It;
95 typedef std::set<ValueTp> Set;
96 testSet<Set, ValueTp, ValueTp const*>();
101 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/
incomplete_type.pass.cpp 10 // <set>
15 #include <set>
18 typedef std::multiset<A> Set;
20 Set m;
21 Set::iterator it;
22 Set::const_iterator cit;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/
incomplete_type.pass.cpp 10 // <set>
12 // Check that std::set and its iterators can be instantiated with an incomplete
15 #include <set>
18 typedef std::set<A> Set;
20 Set m;
21 Set::iterator it;
22 Set::const_iterator cit;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/
iterator_difference_type.pass.cpp 53 template <class Set, class ValueTp, class CPtrT>
55 static_assert((std::is_same<typename Set::iterator,
56 typename Set::const_iterator>::value), "");
57 static_assert((std::is_same<typename Set::local_iterator,
58 typename Set::const_local_iterator>::value), "");
59 typedef typename Set::difference_type Diff;
61 typedef typename Set::iterator It;
69 typedef typename Set::local_iterator It;
118 typedef std::unordered_set<ValueTp> Set;
119 testUnorderedSet<Set, ValueTp, ValueTp const*>()
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 51 // Except for Set methods, all methods are const or static, which provides an
69 Set(rhs);
73 void Set(const FilePath& rhs) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h 51 // Except for Set methods, all methods are const or static, which provides an
69 Set(rhs);
73 void Set(const FilePath& rhs) {
  /art/runtime/gc/accounting/
heap_bitmap-inl.h 67 inline bool HeapBitmap::Set(const mirror::Object* obj, const LargeObjectSetVisitor& visitor) {
70 return bitmap->Set(obj);
75 return lo_bitmap->Set(obj);
  /art/runtime/
imtable.h 56 void Set(size_t index, ArtMethod* method, PointerSize pointer_size) {
74 Set(i, data[i], pointer_size);
  /build/kati/
thread_local.h 69 void Set(const Type& value) { Ref() = value; }
79 ERROR("Failed to set a TLS: error=%d", error);
  /build/soong/androidmk/parser/
scope.go 23 Set(name, value string)
46 func (s *scope) Set(name, value string) {
  /build/soong/cmd/zip2zip/
zip2zip.go 38 setTime = flag.Bool("t", false, "set timestamps to 2009-01-01 00:00:00")
226 func (e *excludeArgs) Set(s string) error {
  /build/soong/ui/build/
environment.go 47 // Set sets the value associated with the key, overwriting the current value
49 func (e *Environment) Set(key, value string) {
92 // IsTrue returns whether an environment variable is set to a positive value (1,y,yes,on,true)
100 // IsFalse returns whether an environment variable is set to a negative value (0,n,no,off,false)
155 e.Set(key, value)
  /build/soong/zip/cmd/
main.go 47 func (u *uniqueSet) Set(s string) error {
67 func (f *file) Set(s string) error {
85 func (l *listFiles) Set(s string) error {
108 func (d *dir) Set(s string) error {
  /development/host/windows/usb/api/
adb_api_private_defines.h 39 Set(proto.device_name().c_str(), proto.class_id(), proto.flags());
45 Set(dev_name, cls_id, flgs);
55 Set(proto.device_name().c_str(), proto.class_id(), proto.flags());
60 void Set(const wchar_t* dev_name, GUID cls_id, DWORD flgs) {
  /device/google/cuttlefish_common/common/libs/fs/
shared_select.h 19 #include <set>
38 typedef std::set<SharedFD>::iterator iterator;
39 typedef std::set<SharedFD>::const_iterator const_iterator;
58 void Set(const SharedFD& in) {
67 std::set<SharedFD> value_;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
VlanConfig.h 43 The Set() function is used to create a new VLAN device or change the VLAN
85 @param[in] VlanId Pointer to VLAN identifier. Set to NULL to find all
136 EFI_VLAN_CONFIG_SET Set;
  /device/linaro/bootloader/edk2/Omap35xxPkg/Gpio/
Gpio.c 56 Set (
120 Set,
  /external/compiler-rt/make/
util.mk 31 # Function: Set variable value
33 # Set the given make variable to the given value.
34 Set = $(eval $(1) := $(2))
76 $(call Set,$(2),$($(1))))
98 $(call Set,varname,$(firstword $(subst =, ,$(arg)))) \
  /external/drm_hwcomposer/
autofd.h 35 Set(rhs.Release());
50 int Set(int fd) {
86 int Set(int fd) {
  /external/google-breakpad/src/common/
memory_range.h 53 Set(data, length);
58 // Set() guarantees that |length_| is zero if |data_| is NULL.
69 void Set(const void* data, size_t length) {
71 // Always set |length_| to zero if |data_| is NULL.
  /external/libbrillo/brillo/dbus/
dbus_property.h 43 void Set(const T& value, dbus::PropertySet::SetCallback callback) {
45 property_set()->Set(this, callback);
48 // Synchronous version of Set().
61 // Method used by PropertySet to append the set value to a MessageWriter,
68 // Method used by test and stub implementations of dbus::PropertySet::Set
69 // to replace the property value with the set value without using a
76 // Method used by test and stub implementations to directly set the
  /external/libchrome/base/files/
scoped_temp_dir.cc 49 bool ScopedTempDir::Set(const FilePath& path) {

Completed in 503 milliseconds

1 23 4 5 6 7 8 91011>>