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

1 2 3 4 5 6 7 8 91011

  /external/libchrome/base/synchronization/
cancellation_flag.cc 11 void CancellationFlag::Set() {
  /external/google-breakpad/src/testing/gtest/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /external/protobuf/gtest/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /ndk/sources/third_party/googletest/googletest/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /system/bt/service/common/bluetooth/util/
atomic_string.cpp 31 void AtomicString::Set(const std::string& str) {
  /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/webrtc/webrtc/modules/audio_coding/codecs/isac/
locked_bandwidth_info.h 33 void Set(const IsacBandwidthInfo& bwinfo) {
  /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...]
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/autotest/client/site_tests/firmware_TouchMTB/geometry/
minicircle.py 5 """minicircle: calculating the minimal enclosing circle given a set of points
22 from sets import Set
77 @param R: boundary points, a set of points which should be on the boundary
96 @param P: a set of points that should be enclosed in the circle to be built
97 @param R: boundary points, a set of points which should be on the boundary
114 """Convert the points to a set of Point objects.
116 @param points: could be a list/set of pairs_of_ints/Point_objects.
118 return Set([p if isinstance(p, Point) else Point(*p) for p in points])
128 return _b_minicircle(P, Set()) if P else None
  /external/chromium-trace/catapult/dashboard/dashboard/
namespaced_stored_object.py 23 def Set(key, value):
26 stored_object.Set(namespaced_key, value)
32 stored_object.Set(namespaced_key, value)
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
stubout.py 27 stubs.Set(os.path, 'exists', lambda x: 1)
56 stubbed. Note that the method Set() does not do that: if obj is
114 def Set(self, parent, child_name, new_child):
120 child is set to new_child, while the prior definition is saved away
139 """Reverses all the Set() calls.
142 UnsetAll() repeatedly, as later calls have no effect if no Set()
145 # Undo calls to Set() in reverse order, in case Set() was called on the
  /external/chromium-trace/catapult/third_party/mox3/mox3/
stubout.py 27 stubs.Set(os.path, 'exists', lambda x: 1)
56 stubbed. Note that the method Set() does not do that: if obj is
114 def Set(self, parent, child_name, new_child):
120 child is set to new_child, while the prior definition is saved away
139 """Reverses all the Set() calls.
142 UnsetAll() repeatedly, as later calls have no effect if no Set()
145 # Undo calls to Set() in reverse order, in case Set() was called on the
  /external/google-breakpad/src/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) {
  /external/gtest/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) {
  /external/llvm/unittests/ADT/
SparseSetTest.cpp 19 // Empty set tests.
21 USet Set;
22 EXPECT_TRUE(Set.empty());
23 EXPECT_TRUE(Set.begin() == Set.end());
24 EXPECT_EQ(0u, Set.size());
26 Set.setUniverse(10);
28 // Lookups on empty set.
29 EXPECT_TRUE(Set.find(0) == Set.end())
    [all...]
  /external/llvm/utils/unittest/googletest/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) {
  /external/mesa3d/src/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) {
  /external/protobuf/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) {
  /external/vulkan-validation-layers/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) {
  /external/webrtc/webrtc/base/
event.cc 41 void Event::Set() {
68 void Event::Set() {
  /external/webrtc/webrtc/system_wrappers/source/
event_timer_win.cc 35 bool EventTimerWin::Set() {
36 // 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([])
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
cpuhint.cpp 82 void CPUHint::Set() {

Completed in 1190 milliseconds

1 2 3 4 5 6 7 8 91011