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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/
cros_settings_provider.cc 14 void CrosSettingsProvider::Set(const std::string& path, Value* value) {
  /external/chromium/base/synchronization/
cancellation_flag.cc 11 void CancellationFlag::Set() {
  /external/chromium_org/base/synchronization/
cancellation_flag.cc 11 void CancellationFlag::Set() {
  /external/chromium/testing/gtest/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /external/chromium_org/extensions/common/
extensions_client.cc 24 void ExtensionsClient::Set(ExtensionsClient* client) {
  /external/chromium_org/testing/gtest/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /external/gtest/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /external/libvpx/libvpx/third_party/googletest/src/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /external/llvm/lib/Target/R600/
AMDGPUMachineFunction.cpp 13 AttributeSet Set = MF.getFunction()->getAttributes();
14 Attribute A = Set.getAttribute(AttributeSet::FunctionIndex,
  /external/protobuf/gtest/samples/
sample2.cc 51 void MyString::Set(const char * c_string) {
  /ndk/sources/third_party/googletest/googletest/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /external/chromium/base/threading/
thread_local_storage_posix.cc 42 void ThreadLocalStorage::Slot::Set(void* value) {
  /external/chromium_org/base/threading/
thread_local_storage_posix.cc 42 void ThreadLocalStorage::StaticSlot::Set(void* value) {
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings_provider.cc 24 void CrosSettingsProvider::Set(const std::string& path,
  /external/chromium_org/third_party/protobuf/python/
stubout.py 25 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):
113 method is being replaced. The named child is set to new_child, while
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/tools/telemetry/telemetry/unittest/
options_for_unittests.py 7 This is set to a BrowserOptions object by the test harness, or None
14 def Set(options, browser_type):
  /external/clang/test/Modules/Inputs/
templates-left.h 13 template<typename T> class Set;
16 template<typename T> class Set {
  /external/protobuf/python/
stubout.py 25 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):
113 method is being replaced. The named child is set to new_child, while
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/third_party/re2/re2/
set.cc 5 #include "re2/set.h"
15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) {
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
    [all...]
  /external/regex-re2/re2/
set.cc 5 #include "re2/set.h"
15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) {
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
    [all...]
  /external/chromium/base/memory/
scoped_handle.h 40 void Set(FILE* newhandle) {
scoped_temp_dir.cc 49 bool ScopedTempDir::Set(const FilePath& path) {
  /external/chromium/net/spdy/
spdy_settings_storage.cc 27 void SpdySettingsStorage::Set(const HostPortPair& host_port_pair,
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-filepath.h 51 // Except for Set methods, all methods are const or static, which provides an
66 void Set(const FilePath& rhs) {
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h 51 // Except for Set methods, all methods are const or static, which provides an
73 Set(rhs);
77 void Set(const FilePath& rhs) {

Completed in 657 milliseconds

1 2 3 4 5 6 7 8 91011>>