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

1 23 4 5 6 7 8 91011>>

  /external/regex-re2/re2/
set.h 16 // An RE2::Set represents a collection of regexps that can
18 class RE2::Set {
20 Set(const RE2::Options& options, RE2::Anchor anchor);
21 ~Set();
23 // Add adds regexp pattern to the set, interpreted using the RE2 options.
32 // Compile prepares the Set for matching.
38 // Match returns true if text matches any of the regexps in the set.
48 //DISALLOW_EVIL_CONSTRUCTORS(Set);
49 Set(const Set&)
    [all...]
  /external/webrtc/src/system_wrappers/source/
event_win.cc 30 bool EventWindows::Set()
32 // Note: setting an event that is already set has no effect.
  /frameworks/webview/chromium/tools/
memreport.py 30 from sets import Set
75 matched_regions = Set([])
  /ndk/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) {
  /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) {
  /external/ceres-solver/examples/
pgm_image.h 57 void Set(double constant);
107 void PGMImage<Real>::Set(double constant) {
  /external/chromium/base/
global_descriptors_posix.cc 42 void GlobalDescriptors::Set(Key key, int fd) {
  /external/chromium/base/threading/
thread_local.h 19 // call to Set().
22 // been set otherwise with Set().
34 // Singleton<ThreadLocalPointer<MyClass> >::get()->Set(this);
39 // Singleton<ThreadLocalPointer<MyClass> >::get()->Set(NULL);
95 void Set(Type* ptr) {
116 void Set(bool val) {
117 tlp_.Set(reinterpret_cast<void*>(val ? 1 : 0));
thread_local_storage_win.cc 40 // Atomically test-and-set the tls_key. If the key is TLS_OUT_OF_INDEXES,
41 // go ahead and set it. Otherwise, do nothing, as another
97 void ThreadLocalStorage::Slot::Set(void* value) {
  /external/chromium/base/win/
scoped_handle.h 39 Set(h);
52 void Set(HANDLE new_handle) {
scoped_hdc.h 31 void Set(HDC h) {
  /external/chromium/chrome/browser/policy/
policy_map.cc 25 void PolicyMap::Set(ConfigurationPolicyType policy, Value* value) {
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
position.py 52 def Set(self, target, source):
  /external/chromium_org/base/files/
scoped_temp_dir.cc 51 bool ScopedTempDir::Set(const FilePath& path) {
  /external/chromium_org/base/posix/
global_descriptors.cc 40 void GlobalDescriptors::Set(Key key, int fd) {
  /external/chromium_org/base/threading/
thread_local.h 19 // call to Set().
22 // been set otherwise with Set().
34 // Singleton<ThreadLocalPointer<MyClass> >::get()->Set(this);
39 // Singleton<ThreadLocalPointer<MyClass> >::get()->Set(NULL);
94 void Set(Type* ptr) {
116 void Set(bool val) {
117 tlp_.Set(val ? this : NULL);
  /external/chromium_org/base/win/
scoped_process_information.cc 60 void ScopedProcessInformation::Set(const PROCESS_INFORMATION& process_info) {
64 process_handle_.Set(process_info.hProcess);
65 thread_handle_.Set(process_info.hThread);
  /external/chromium_org/build/android/pylib/
flag_changer.py 18 * Flags are permanently set by calling Set().
19 * Flags can be temporarily set for a particular set of unit tests. These
39 def Set(self, flags):
43 flags: A list of flags to set, eg. ['--single-process'].
  /external/chromium_org/chrome/browser/value_store/
value_store_frontend.cc 55 void Set(const std::string& key, scoped_ptr<base::Value> value) {
58 storage_->Set(ValueStore::IGNORE_QUOTA | ValueStore::NO_GENERATE_CHANGES,
128 void ValueStoreFrontend::Set(const std::string& key,
133 base::Bind(&ValueStoreFrontend::Backend::Set,
  /external/chromium_org/chrome/common/extensions/docs/server2/
blob_reference_store.py 23 def Set(self, namespace, key, value):
  /external/chromium_org/chrome/common/extensions/
value_builder.cc 18 DictionaryBuilder& DictionaryBuilder::Set(const std::string& path,
24 DictionaryBuilder& DictionaryBuilder::Set(const std::string& path,
30 DictionaryBuilder& DictionaryBuilder::Set(const std::string& path,
36 DictionaryBuilder& DictionaryBuilder::Set(const std::string& path,
42 DictionaryBuilder& DictionaryBuilder::Set(const std::string& path,
48 DictionaryBuilder& DictionaryBuilder::Set(const std::string& path,
  /external/chromium_org/chrome/installer/util/
app_commands.cc 74 bool AppCommands::Set(const std::wstring& command_id,
  /external/chromium_org/net/base/
auth.cc 41 void AuthCredentials::Set(const base::string16& username,
  /external/chromium_org/ppapi/c/
ppb_var_dictionary.h 37 * Creates a dictionary var, i.e., a <code>PP_Var</code> with type set to
40 * @return An empty dictionary var, whose reference count is set to 1 on
63 * @param[in] value The value to set. The dictionary holds a reference to it
68 PP_Bool (*Set)(struct PP_Var dict, struct PP_Var key, struct PP_Var value);
88 * set into the dictionary, a string var with the same contents is returned;
  /external/chromium_org/ppapi/cpp/extensions/
from_var_converter.h 47 Set(var);
53 void Set(const PP_Var& var) {
69 Set(var);
75 void Set(const PP_Var& var) {
92 Set(var);
98 void Set(const PP_Var& var) {
110 Set(var);
116 void Set(const PP_Var& var) {
128 Set(var);
134 void Set(const PP_Var& var)
    [all...]

Completed in 1604 milliseconds

1 23 4 5 6 7 8 91011>>