Searched defs:Set (Results 51 - 75 of 257) sorted by relevance

1234567891011

/external/clang/test/Modules/Inputs/
H A Dtemplates-right.h15 template<typename T> class Set { class in namespace:N
/external/compiler-rt/make/
H A Dutil.mk31 # Function: Set variable value
33 # Set the given make variable to the given value.
34 Set = $(eval $(1) := $(2)) macro
76 $(call Set,$(2),$($(1))))
98 $(call Set,varname,$(firstword $(subst =, ,$(arg)))) \
/external/gtest/include/gtest/internal/
H A Dgtest-filepath.h51 // Except for Set methods, all methods are const or static, which provides an
69 Set(rhs);
73 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/external/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp21 USet Set; local
22 EXPECT_TRUE(Set.empty());
23 EXPECT_EQ(0u, Set.size());
25 Set.setUniverse(10);
28 EXPECT_TRUE(Set.find(0) == Set.end());
29 EXPECT_TRUE(Set.find(9) == Set.end());
32 const USet &CSet = Set;
42 USet Set; local
82 USet Set; local
163 USet Set; local
216 ASet Set; local
[all...]
H A DSparseSetTest.cpp21 USet Set; local
22 EXPECT_TRUE(Set.empty());
23 EXPECT_TRUE(Set.begin() == Set.end());
24 EXPECT_EQ(0u, Set.size());
26 Set.setUniverse(10);
29 EXPECT_TRUE(Set.find(0) == Set.end());
30 EXPECT_TRUE(Set.find(9) == Set
44 USet Set; local
81 USet Set; local
169 ASet Set; local
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h51 // Except for Set methods, all methods are const or static, which provides an
73 Set(rhs);
77 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h51 // Except for Set methods, all methods are const or static, which provides an
73 Set(rhs);
77 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h51 // Except for Set methods, all methods are const or static, which provides an
73 Set(rhs);
77 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/external/webrtc/src/system_wrappers/source/
H A Devent_win.cc30 bool EventWindows::Set() function in class:webrtc::EventWindows
/external/ceres-solver/examples/
H A Dpgm_image.h57 void Set(double constant);
107 void PGMImage<Real>::Set(double constant) { function in class:ceres::examples::PGMImage
/external/chromium_org/base/threading/
H A Dthread_local.h19 // call to Set().
22 // been set otherwise with Set().
37 // Singleton<ThreadLocalPointer<MyClass> >::get()->Set(this);
42 // Singleton<ThreadLocalPointer<MyClass> >::get()->Set(NULL);
99 void Set(Type* ptr) { function in class:base::ThreadLocalPointer
121 void Set(bool val) { function in class:base::ThreadLocalBoolean
122 tlp_.Set(val ? this : NULL);
/external/chromium_org/base/win/
H A Dscoped_gdi_object.h31 void Set(T object) { function in class:base::win::ScopedGDIObject
38 Set(object);
H A Dscoped_process_information.cc29 target->Set(temp);
41 Set(process_info);
60 void ScopedProcessInformation::Set(const PROCESS_INFORMATION& process_info) { function in class:base::win::ScopedProcessInformation
64 process_handle_.Set(process_info.hProcess);
65 thread_handle_.Set(process_info.hThread);
/external/chromium_org/chrome/installer/util/
H A Dapp_commands.cc74 bool AppCommands::Set(const std::wstring& command_id, function in class:installer::AppCommands
/external/chromium_org/chromeos/dbus/
H A Dnfc_property_set.cc63 void NfcPropertySet::Set(dbus::PropertyBase* property, function in class:chromeos::NfcPropertySet
/external/chromium_org/components/component_updater/test/
H A Dcomponent_patcher_unittest.cc31 void Set(component_updater::ComponentUnpacker::Error error, int extra_code);
44 void TestCallback::Set(component_updater::ComponentUnpacker::Error error, function in class:__anon6387::TestCallback
95 base::Bind(&TestCallback::Set, base::Unretained(&callback)),
125 base::Bind(&TestCallback::Set, base::Unretained(&callback)),
160 base::Bind(&TestCallback::Set, base::Unretained(&callback)),
195 base::Bind(&TestCallback::Set, base::Unretained(&callback)),
/external/chromium_org/extensions/browser/api/storage/
H A Dweak_unlimited_settings_storage.cc43 ValueStore::WriteResult WeakUnlimitedSettingsStorage::Set( function in class:extensions::WeakUnlimitedSettingsStorage
45 return delegate_->Set(IGNORE_QUOTA, key, value);
48 ValueStore::WriteResult WeakUnlimitedSettingsStorage::Set( function in class:extensions::WeakUnlimitedSettingsStorage
50 return delegate_->Set(IGNORE_QUOTA, values);
/external/chromium_org/extensions/browser/value_store/
H A Dtesting_value_store.cc67 ValueStore::WriteResult TestingValueStore::Set( function in class:TestingValueStore
71 return Set(options, settings);
74 ValueStore::WriteResult TestingValueStore::Set( function in class:TestingValueStore
/external/chromium_org/net/base/
H A Dauth.cc41 void AuthCredentials::Set(const base::string16& username, function in class:net::AuthCredentials
/external/chromium_org/ppapi/shared_impl/
H A Darray_var.cc47 PP_Bool ArrayVar::Set(uint32_t index, const PP_Var& value) { function in class:ppapi::ArrayVar
H A Ddictionary_var.cc51 PP_Bool DictionaryVar::Set(const PP_Var& key, const PP_Var& value) { function in class:ppapi::DictionaryVar
/external/chromium_org/third_party/skia/tests/
H A DGrOrderedSetTest.cpp14 typedef GrOrderedSet<int> Set; typedef
18 Set set;
28 Set::Iter xi = set.insert(x);
50 for (Set::Iter a = set.begin(); set.end() != a; ++a) {
51 Set::Iter b = a;
96 for (Set::Iter a = set.begin(); set.end() != a; ++a) {
97 Set::Iter b = a;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscoped_gdi_object.h37 void Set(T object) { function in class:webrtc::win::ScopedGDIObject
44 Set(object);
/external/chromium_org/ui/accelerometer/
H A Daccelerometer_types.h61 void Set(AccelerometerSource source, float x, float y, float z) { function in class:ui::AccelerometerUpdate
/external/chromium_org/v8/test/cctest/compiler/
H A Dc-signature.h86 void Set(int index, MachineType type) { function in class:v8::internal::compiler::CSignatureOf
103 this->Set(0, MachineTypeForC<P1>());
111 this->Set(0, MachineTypeForC<P1>());
112 this->Set(1, MachineTypeForC<P2>());
120 this->Set(0, MachineTypeForC<P1>());
121 this->Set(1, MachineTypeForC<P2>());
122 this->Set(2, MachineTypeForC<P3>());

Completed in 579 milliseconds

1234567891011