Searched defs:Set (Results 1 - 25 of 257) sorted by relevance

1234567891011

/external/chromium_org/base/synchronization/
H A Dcancellation_flag.cc11 void CancellationFlag::Set() { function in class:base::CancellationFlag
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_client.cc21 void AppWindowClient::Set(AppWindowClient* client) { function in class:extensions::AppWindowClient
/external/chromium_org/extensions/browser/
H A Dextensions_browser_client.cc21 void ExtensionsBrowserClient::Set(ExtensionsBrowserClient* client) { function in class:extensions::ExtensionsBrowserClient
/external/chromium_org/extensions/common/
H A Dextensions_client.cc22 void ExtensionsClient::Set(ExtensionsClient* client) { function in class:extensions::ExtensionsClient
/external/chromium_org/extensions/renderer/
H A Dextensions_renderer_client.cc23 void ExtensionsRendererClient::Set(ExtensionsRendererClient* client) { function in class:extensions::ExtensionsRendererClient
/external/chromium_org/testing/gtest/samples/
H A Dsample2.cc51 void MyString::Set(const char* a_c_string) { function in class:MyString
/external/chromium_org/third_party/protobuf/python/
H A Dstubout.py25 stubs.Set(os.path, 'exists', lambda x: 1)
53 stubbed. Note that the method Set() does not do that: if obj is
109 def Set(self, parent, child_name, new_child): member in class:StubOutForTesting
129 """Reverses all the Set() calls, restoring things to their original
131 no effect if no Set() calls have been made.
134 # Undo calls to Set() in reverse order, in case Set() was called on the
/external/llvm/lib/Target/R600/
H A DAMDGPUMachineFunction.cpp16 AttributeSet Set = MF.getFunction()->getAttributes(); local
17 Attribute A = Set.getAttribute(AttributeSet::FunctionIndex,
/external/protobuf/gtest/samples/
H A Dsample2.cc51 void MyString::Set(const char * c_string) { function in class:MyString
/external/protobuf/python/
H A Dstubout.py25 stubs.Set(os.path, 'exists', lambda x: 1)
53 stubbed. Note that the method Set() does not do that: if obj is
109 def Set(self, parent, child_name, new_child): member in class:StubOutForTesting
129 """Reverses all the Set() calls, restoring things to their original
131 no effect if no Set() calls have been made.
134 # Undo calls to Set() in reverse order, in case Set() was called on the
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dnative_browser_frame_factory.cc25 void NativeBrowserFrameFactory::Set(NativeBrowserFrameFactory* new_factory) { function in class:NativeBrowserFrameFactory
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_blobstore.py25 def Set(self, key, blob, namespace): member in class:AppEngineBlobstore
35 self._datastore.Set(datastore.BLOB_REFERENCE_BLOBSTORE, key, blob_key)
H A Dobject_store.py23 def Set(self, key, value): member in class:ObjectStore
/external/chromium_org/chromeos/settings/
H A Dcros_settings_provider.cc23 void CrosSettingsProvider::Set(const std::string& path, function in class:chromeos::CrosSettingsProvider
/external/chromium_org/components/user_prefs/
H A Duser_prefs.cc34 void UserPrefs::Set(content::BrowserContext* context, PrefService* prefs) { function in class:user_prefs::UserPrefs
/external/chromium_org/ppapi/c/
H A Dppb_var_array.h65 PP_Bool (*Set)(struct PP_Var array, uint32_t index, struct PP_Var value); member in struct:PPB_VarArray_1_0
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/tests/
H A Dproto.js96 var Set = function() {} class
98 Set.prototype = {
107 * @extends {Set.<T>}
112 Set.call(this);
116 __proto__: Set.prototype
121 * @extends {Set.<T>}
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_error.cpp15 void Error::Set(const char* message) { function in class:crazy::Error
/external/chromium_org/third_party/re2/re2/
H A Dset.h16 // An RE2::Set represents a collection of regexps that can
18 class RE2::Set { class in class:re2::RE2
20 Set(const RE2::Options& options, RE2::Anchor anchor);
21 ~Set();
32 // Compile prepares the Set for matching.
48 //DISALLOW_EVIL_CONSTRUCTORS(Set);
49 Set(const Set&);
50 void operator=(const Set&);
H A Dset.cc15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) { function in class:RE2::Set
22 RE2::Set::~Set() {
28 int RE2::Set::Add(const StringPiece& pattern, string* error) {
30 LOG(DFATAL) << "RE2::Set::Add after Compile";
69 bool RE2::Set::Compile() {
71 LOG(DFATAL) << "RE2::Set::Compile multiple times";
94 bool RE2::Set::Match(const StringPiece& text, vector<int>* v) const {
96 LOG(DFATAL) << "RE2::Set
[all...]
/external/chromium_org/ui/gfx/
H A Dscoped_sk_region.h22 void Set(SkRegion* region) { function in class:gfx::ScopedSkRegion
/external/regex-re2/re2/
H A Dset.h16 // An RE2::Set represents a collection of regexps that can
18 class RE2::Set { class in class:re2::RE2
20 Set(const RE2::Options& options, RE2::Anchor anchor);
21 ~Set();
32 // Compile prepares the Set for matching.
48 //DISALLOW_EVIL_CONSTRUCTORS(Set);
49 Set(const Set&);
50 void operator=(const Set&);
H A Dset.cc15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) { function in class:RE2::Set
22 RE2::Set::~Set() {
28 int RE2::Set::Add(const StringPiece& pattern, string* error) {
30 LOG(DFATAL) << "RE2::Set::Add after Compile";
69 bool RE2::Set::Compile() {
71 LOG(DFATAL) << "RE2::Set::Compile multiple times";
94 bool RE2::Set::Match(const StringPiece& text, vector<int>* v) const {
96 LOG(DFATAL) << "RE2::Set
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dposition.py52 def Set(self, target, source): member in class:Position
/external/chromium_org/base/files/
H A Dscoped_temp_dir.cc49 bool ScopedTempDir::Set(const FilePath& path) { function in class:base::ScopedTempDir

Completed in 4996 milliseconds

1234567891011