/bionic/libc/include/ |
sched.h | 109 # define CPU_ZERO(set_) \ 111 (set_)->__bits[0] = 0; \ 114 # define CPU_SET(cpu_,set_) \ 118 (set_)->__bits[0] |= __CPU_MASK(__cpu); \ 121 # define CPU_CLR(cpu_,set_) \ 125 (set_)->__bits[0] &= ~__CPU_MASK(__cpu); \ 128 # define CPU_ISSET(cpu_, set_) \ 132 ? ((set_)->__bits[0] & __CPU_MASK(__cpu)) != 0 \ 144 # define CPU_COUNT(set_) __builtin_popcountl((set_)->__bits[0] [all...] |
/external/llvm/include/llvm/ADT/ |
SetVector.h | 103 bool result = set_.insert(X); 113 if (set_.insert(*Start)) 119 if (set_.erase(X)) { 146 TestAndEraseFromSet<UnaryPredicate>(P, set_)); 157 return set_.count(key); 162 set_.clear(); 169 set_.erase(back()); 191 /// call set_.erase(x) on each element which is slated for removal. 195 set_type &set_; 200 TestAndEraseFromSet(UnaryPredicate P, set_type &set_) : P(P), set_(set_) { [all...] |
/external/openfst/src/include/fst/ |
util.h | 387 : set_(compact_set.set_), 392 set_.insert(key); 400 set_.erase(key); 401 if (set_.empty()) { 411 set_.clear(); 418 return set_.end(); 420 return set_.find(key); 426 } else if (min_key_ != NoKey && max_key_ + 1 == min_key_ + set_.size()) { 429 return set_.find(key) != set_.end() 444 set<Key> set_; member in class:fst::CompactSet [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_string_field.cc | 104 "inline void set_$name$(const ::std::string& value)$deprecation$;\n" 105 "inline void set_$name$(const char* value)$deprecation$;\n" 106 "inline void set_$name$(const $pointer_type$* value, size_t size)" 123 "inline void $classname$::set_$name$(const ::std::string& value) {\n" 130 "inline void $classname$::set_$name$(const char* value) {\n" 138 "void $classname$::set_$name$(const $pointer_type$* value, size_t size) {\n" 189 printer->Print(variables_, "set_$name$(from.$name$());\n"); 292 "inline void set_$name$(int index, const ::std::string& value)$deprecation$;\n" 293 "inline void set_$name$(int index, const char* value)$deprecation$;\n" 295 "void set_$name$(int index, const $pointer_type$* value, size_t size) [all...] |
cpp_enum_field.cc | 77 "inline void set_$name$($type$ value)$deprecation$;\n"); 86 "inline void $classname$::set_$name$($type$ value) {\n" 100 printer->Print(variables_, "set_$name$(from.$name$());\n"); 121 " set_$name$(static_cast< $type$ >(value));\n"); 176 "inline void set_$name$(int index, $type$ value)$deprecation$;\n" 189 "inline void $classname$::set_$name$(int index, $type$ value) {\n"
|
cpp_primitive_field.cc | 118 "inline void set_$name$($type$ value)$deprecation$;\n"); 127 "inline void $classname$::set_$name$($type$ value) {\n" 140 printer->Print(variables_, "set_$name$(from.$name$());\n"); 222 "inline void set_$name$(int index, $type$ value)$deprecation$;\n" 237 "inline void $classname$::set_$name$(int index, $type$ value) {\n"
|
/external/protobuf/src/google/protobuf/ |
test_util_lite.h | 54 // Use the repeated versions of the set_*() accessors to modify all the
|
test_util.h | 59 // Use the repeated versions of the set_*() accessors to modify all the
|
/external/v8/src/ |
code-stubs.h | 1046 explicit Types(byte bits) : set_(bits) {} 1048 bool IsEmpty() const { return set_.IsEmpty(); } 1049 bool Contains(Type type) const { return set_.Contains(type); } 1050 void Add(Type type) { set_.Add(type); } 1051 byte ToByte() const { return set_.ToIntegral(); } 1059 EnumSet<Type, byte> set_; member in class:v8::internal::ToBooleanStub::Types [all...] |
ast.h | 2349 CharacterSet set_; member in class:v8::internal::RegExpCharacterClass [all...] |
v8natives.js | 495 this.set_ = void 0; 510 "set_", 567 this.set_ = set; 571 return this.set_; [all...] |
/external/opencv/cv/src/ |
_cvlist.h | 110 _LIST_INLINE void prefix##set_##type(CVPOS, type*);\ 345 void prefix##set_##type(CVPOS pos, type* data)\
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
macros.h | 156 // Special variant for std::merge, std::includes, std::set_*
|
functions.h | 294 // ... special variant used in std::merge, std::includes, std::set_*.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
macros.h | 156 // Special variant for std::merge, std::includes, std::set_*
|
functions.h | 294 // ... special variant used in std::merge, std::includes, std::set_*.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
macros.h | 156 // Special variant for std::merge, std::includes, std::set_*
|
functions.h | 294 // ... special variant used in std::merge, std::includes, std::set_*.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
macros.h | 156 // Special variant for std::merge, std::includes, std::set_*
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
macros.h | 156 // Special variant for std::merge, std::includes, std::set_*
|
/frameworks/compile/slang/ |
slang_rs_reflection.cpp | 913 // set_*() 919 "set_" + VarName, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
functions.h | 294 // ... special variant used in std::merge, std::includes, std::set_*.
|
macros.h | 224 // Special variant for std::merge, std::includes, std::set_*
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
functions.h | 294 // ... special variant used in std::merge, std::includes, std::set_*.
|
macros.h | 224 // Special variant for std::merge, std::includes, std::set_*
|