/external/chromium_org/third_party/icu/source/test/perf/utfperf/ |
utfperf.cpp | 155 static UPerfFunction* get(const UtfPerformanceTest &testcase) { function in class:Roundtrip 222 static UPerfFunction* get(const UtfPerformanceTest &testcase) { function in class:FromUnicode 272 static UPerfFunction* get(const UtfPerformanceTest &testcase) { function in class:FromUTF8 330 case 0: name = "Roundtrip"; if (exec) return Roundtrip::get(*this); break; 331 case 1: name = "FromUnicode"; if (exec) return FromUnicode::get(*this); break; 332 case 2: name = "FromUTF8"; if (exec) return FromUTF8::get(*this); break;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
scoped_ptr.h | 22 // foo.get()->Method(); // Foo::Method() called. 33 // foo.get()->Method(); // Foo::Method on the 0th element. 219 // get_deleter()(get()) deletes this. In order to pevent this, reset() 239 T* get() const { return data_.ptr; } function in class:talk_base::internal::scoped_ptr_impl 294 // dereference it, you get the thread safety guarantees of T. 362 // Accessors to get the owned object. 365 ASSERT(impl_.get() != NULL); 366 return *impl_.get(); 369 ASSERT(impl_.get() != NULL); 370 return impl_.get(); 372 element_type* get() const { return impl_.get(); } function in class:talk_base::scoped_ptr 498 element_type* get() const { return impl_.get(); } function in class:talk_base::scoped_ptr [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoe.h | 65 webrtc::VoiceEngine* get() const { return ptr; } function in class:cricket::scoped_voe_engine 75 : ptr(T::GetInterface(e.get())) {} 79 T* get() const { return ptr; } function in class:cricket::scoped_voe_ptr 130 webrtc::VoiceEngine* engine() const { return engine_.get(); } 131 webrtc::VoEAudioProcessing* processing() const { return processing_.get(); } 132 webrtc::VoEBase* base() const { return base_.get(); } 133 webrtc::VoECodec* codec() const { return codec_.get(); } 134 webrtc::VoEDtmf* dtmf() const { return dtmf_.get(); } 135 webrtc::VoEFile* file() const { return file_.get(); } 136 webrtc::VoEHardware* hw() const { return hw_.get(); } [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.cpp | 41 reinterpret_cast<Node *>(it->get())->cut(); 235 virtual void *get() const { return nodes[pos]; } function in class:nv50_ir::DFSIterator 266 reinterpret_cast<Graph::Node *>(it->get())->tag = 0; 278 virtual void *get() const { return nodes[pos]; } function in class:nv50_ir::CFGIterator 344 Node *node = reinterpret_cast<Node *>(it->get());
|
nv50_ir_graph.h | 31 #define ITER_NODE(x) reinterpret_cast<Graph::Node *>((x).get()) 32 #define ITER_EDGE(x) reinterpret_cast<Graph::Edge *>((x).get()) 91 virtual void *get() const { return e; } function in class:nv50_ir::Graph::EdgeIterator
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
list.h | 212 * Get a pointer to the structure containing an exec_node 214 * Given a pointer to an \c exec_node embedded in a structure, get a pointer to 233 void *get() function in class:iterator 262 exec_node *get() function in class:exec_list_iterator
|
/external/chromium_org/third_party/pexpect/ |
screen.py | 192 def get (self): member in class:screen
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
RepeatedFieldBuilder.java | 194 * Get the message at the specified index. If the message is currently stored 198 * @param index the index of the message to get 206 * Get the message at the specified index. If the message is currently stored 210 * @param index the index of the message to get 220 return messages.get(index); 223 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); 228 return messages.get(index); 240 * @param index the index of the message to get 245 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); 247 MType message = messages.get(index) 622 public MType get(int index) { method in class:RepeatedFieldBuilder.MessageExternalList 655 public BType get(int index) { method in class:RepeatedFieldBuilder.BuilderExternalList 688 public IType get(int index) { method in class:RepeatedFieldBuilder.MessageOrBuilderExternalList [all...] |
/external/chromium_org/third_party/re2/util/ |
sparse_array.h | 167 inline Value get(int i, Value defaultv) const; 181 // Get the value at index i from the array.. 335 Value SparseArray<Value>::get(int i, Value defaultv) const { function in class:re2::SparseArray
|
/external/chromium_org/third_party/skia/include/core/ |
SkRefCnt.h | 185 T* get() const { return fObj; } function in class:SkAutoTUnref 276 T* get() const { return fObj; } function in class:SkRefPtr
|
SkTemplates.h | 106 thread-compatible, and once you dereference it, you get the threadsafety 116 T* get() const { return fObj; } function in class:SkAutoTDelete 137 * pointer to NULL. Note that this differs from get(), which also returns 160 T* get() const { return fObj; } function in class:SkAutoTDestroy 173 T* get() const { return fArray; } function in class:SkAutoTDeleteArray 218 T* get() const { return fArray; } function in class:SkAutoTArray 293 T* get() const { return fArray; } function in class:SkAutoSTArray 339 T* get() const { return fPtr; } 359 * pointer to NULL. Note that this differs from get(), which also returns 409 T* get() const { return fPtr; function in class:SkAutoSTArray 441 void* get() { return fData; } function in class:SkAlignedSStorage 462 void* get() { return fStorage.get(); } function in class:SkAlignedSTStorage [all...] |
/external/chromium_org/third_party/skia/include/gpu/ |
GrEffect.h | 40 GrEffect* get() { return fEffect; } function in class:GrEffectRef 41 const GrEffect* get() const { return fEffect; } function in class:GrEffectRef 128 return this->isEqual(*other.get()); 358 static void* NAME##_RefLocation = (char*)g_##NAME##_Storage.get() + k_##NAME##_EffectRefOffset; \ 359 static GrEffect* NAME##_Effect SkNEW_PLACEMENT_ARGS(g_##NAME##_Storage.get(), EFFECT_CLASS, ARGS);\
|
/external/chromium_org/third_party/skia/src/views/ |
SkWidgets.cpp | 48 SkAnimator* get(SkinType); 80 SkAnimator* SkinSuite::get(SkinType st) function in class:SkinSuite 93 return gSkinSuite->get(st);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pagemap.h | 97 void* get(Number k) const { function in class:TCMalloc_PageMap1 168 // Get decommitted memory. We will commit as necessary. 198 // After the above, we would NEVER get a call such as Ensure(45,60), as that 199 // overlaps with the interior of prior ensured regions. We ONLY get an Ensure 286 // This is a premature call to get all the meta-memory allocated, so as to 293 void* get(Number k) const { function in class:TCMalloc_PageMap1_LazyCommit 347 void* get(Number k) const { function in class:TCMalloc_PageMap2 450 void* get(Number k) const { function in class:TCMalloc_PageMap3
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
profiledata_unittest.cc | 36 #include <stdint.h> // to get uintptr_t 62 T* get() { return data_; } function in class:__anon14421::scoped_array 103 int get() { return fd_; } function in struct:__anon14421::FileDescriptor 166 if (fd.get() < 0) 171 ssize_t bytes_read = ReadPersistent(fd.get(), filedata.get(), expected_bytes); 189 if (fd.get() < 0) 193 if (fstat(fd.get(), &statbuf) != 0) 200 if (ReadPersistent(fd.get(), filedata.get(), filesize) != filesize [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
profiledata_unittest.cc | 36 #include <stdint.h> // to get uintptr_t 62 T* get() { return data_; } function in class:__anon14464::scoped_array 103 int get() { return fd_; } function in struct:__anon14464::FileDescriptor 166 if (fd.get() < 0) 171 ssize_t bytes_read = ReadPersistent(fd.get(), filedata.get(), expected_bytes); 189 if (fd.get() < 0) 193 if (fstat(fd.get(), &statbuf) != 0) 200 if (ReadPersistent(fd.get(), filedata.get(), filesize) != filesize [all...] |
/external/chromium_org/ui/base/x/ |
x11_util.h | 116 // Get the X window id for the default root window 123 // Get the X window id for the given GTK widget. 127 // Get the GtkWindow* wrapping a given XID, if any. 132 // Get a Visual from the given widget. Since we don't include the Xlib 171 // Get the value of an int, int array, atom array or string property. On 216 // Get |window|'s parent window, or None if |window| is the root window. 362 XImage* get() const { function in class:ui::XScopedImage 386 ::Cursor get() const;
|
/external/chromium_org/v8/src/ |
object-observe.js | 73 get: function(key) { 84 return !IS_UNDEFINED(this.get(key)); 166 var objectInfo = objectInfoMap.get(object); 184 return notifierObjectInfoMap.get(notifier); 295 return callbackInfoMap.get(callback); 299 var callbackInfo = callbackInfoMap.get(callback); 316 var callbackInfo = callbackInfoMap.get(callback); 347 var objectInfo = objectInfoMap.get(object); 433 var objectInfo = objectInfoMap.get(array); 439 var objectInfo = objectInfoMap.get(array) [all...] |
/external/chromium_org/v8/test/mjsunit/ |
elements-kind.js | 250 function get(foo) { return foo; } // Used to generate dynamic values. function 254 var a1 = [get(1), get(2), get(3)]; 257 var a2 = new Array(get(1), get(2), get(3)); 259 var b = [get(1), get(2), get("three")] [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
external_mount_points.cc | 43 fileapi::ExternalMountPoints* get() { function in class:__anon15369::SystemMountPointsLazyWrapper 44 return system_mount_points_.get(); 84 return g_external_mount_points.Pointer()->get();
|
/external/clang/include/clang/AST/ |
ASTTypeTraits.h | 134 /// and \c get<T>() to retrieve the node as type T if the types match. 160 const T *get() const { function in class:clang::ast_type_traits::DynTypedNode 161 return BaseConverter<T>::get(NodeKind, Storage.buffer); 188 return *get<QualType>() == *Other.get<QualType>(); 204 static const T *get(ASTNodeKind NodeKind, const char Storage[]) { function in struct:clang::ast_type_traits::DynTypedNode::DynCastPtrConverter 219 static const T *get(ASTNodeKind NodeKind, const char Storage[]) { function in struct:clang::ast_type_traits::DynTypedNode::PtrConverter 234 static const T *get(ASTNodeKind NodeKind, const char Storage[]) { function in struct:clang::ast_type_traits::DynTypedNode::ValueConverter 305 // The only operation we allow on unsupported types is \c get. 310 static const T *get(ASTNodeKind NodeKind, const char Storage[]) function in struct:clang::ast_type_traits::DynTypedNode::BaseConverter [all...] |
/external/clang/include/clang/Sema/ |
Ownership.h | 53 return get(); 57 return get(); 60 PtrTy get() const { function in class:clang::OpaquePtr 84 OpaquePtr<T> get() const { return OpaquePtr<T>::getFromOpaquePtr(Ptr); } function in struct:clang::UnionOpaquePtr 85 operator OpaquePtr<T>() const { return get(); } 148 PtrTy get() const { return Val; } function in class:clang::ActionResult 149 // FIXME: Replace with get. 152 template <typename T> T *takeAs() { return static_cast<T*>(get()); } 189 PtrTy get() const { function in class:clang::ActionResult 193 // FIXME: Replace with get [all...] |
/external/clang/lib/Rewrite/Core/ |
DeltaTree.cpp | 32 /// entries (recursively) contained inside of it, which allows us to get the 43 static SourceDelta get(unsigned Loc, int D) { function in struct:__anon15902::SourceDelta 208 Values[i] = SourceDelta::get(FileIndex, Delta);
|
/external/clang/test/CXX/class.access/ |
p6.cpp | 63 template <class T> static typename T::type get(const T &t) { function in class:test2::A 79 return A::get(b);
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p5.cpp | 105 constexpr int get() { return T(); } // expected-warning {{C++1y}} function in struct:PotentialConstant::Y 109 int y1 = Y<int>().get(); // ok 110 int y2 = Y<Z>().get(); // ok
|