Searched defs:get (Results 151 - 175 of 1032) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/
H A DWrappedIndexBuffer.java47 public int get(int i) { method in class:WrappedIndexBuffer
48 int superIdx = super.get(i);
49 return ib.get(superIdx);
63 outBuf.put(i, inBuf.get(i));
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DLRUCache.java76 public synchronized V get(K key) { method in class:LRUCache
77 return this.map.get(key);
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DIntVec.java54 public int get(int i) { method in class:IntVec
/external/jsilver/src/com/google/clearsilver/jsilver/output/
H A DThreadLocalOutputBufferProvider.java41 public Appendable get() { method in class:ThreadLocalOutputBufferProvider
42 if (!available.get()) {
45 StringBuilder sb = pool.get();
53 if (buffer != pool.get()) {
/external/libcxx/test/std/containers/
H A DEmplaceable.h38 int get() const {return int_;} function in class:Emplaceable
47 std::size_t operator()(const Emplaceable& x) const {return x.get();}
/external/libcxx/test/std/containers/sequences/list/list.ops/
H A Dremove.pass.cpp25 int get () const { return *i_; } function in struct:S
56 assert ( *ip == it->get());
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/
H A Dindex.pass.cpp25 int get() const {return state_;} function in class:A
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/
H A Dindex.fail.cpp25 int get() const {return state_;} function in class:A
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DUTypes.fail.cpp40 int get() const {return data_;} function in class:MoveOnly
/external/libcxx/test/support/
H A DMoveOnly.h31 int get() const {return data_;} function in class:MoveOnly
43 std::size_t operator()(const MoveOnly& x) const {return x.get();}
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCReleaser.h51 _ptr(rhs.get())
53 if (get())
54 ::CFRetain(get());
81 reset(rhs.get());
83 if (get())
84 ::CFRetain(get());
114 get() function in class:CFCReleaser
120 get() const function in class:CFCReleaser
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFUtils.h35 CFReleaser(const CFReleaser& copy) : _ptr(copy.get())
37 if (get())
38 ::CFRetain(get());
48 reset(copy.get());
50 if (get())
51 ::CFRetain(get());
58 const T get() const { return _ptr; } function in class:CFReleaser
59 T get() { return _ptr; } function in class:CFReleaser
/external/llvm/include/llvm/IR/
H A DTypeBuilder.h45 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
47 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
53 /// static StructType *get(LLVMContext &Context) {
56 /// return StructType::get(
57 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
58 /// TypeBuilder<types::i<32>*, xcompile>::get(Context),
59 /// TypeBuilder<types::i<8>*[], xcompile>::get(Context),
106 static PointerType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
107 return PointerType::getUnqual(TypeBuilder<T,cross>::get(Context));
117 static ArrayType *get(LLVMContex function in class:llvm::TypeBuilder
124 static ArrayType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
183 static IntegerType *get(LLVMContext &C) { function in class:llvm::TypeBuilder
190 static Type *get(LLVMContext& C) { function in class:llvm::TypeBuilder
198 static Type *get(LLVMContext& C) { function in class:llvm::TypeBuilder
206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } function in class:llvm::TypeBuilder
210 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); } function in class:llvm::TypeBuilder
214 static Type *get(LLVMContext& C) { return Type::getX86_FP80Ty(C); } function in class:llvm::TypeBuilder
218 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } function in class:llvm::TypeBuilder
222 static Type *get(LLVMContext& C) { return Type::getPPC_FP128Ty(C); } function in class:llvm::TypeBuilder
226 static Type *get(LLVMContext& C) { return Type::getX86_MMXTy(C); } function in class:llvm::TypeBuilder
231 static Type *get(LLVMContext &C) { function in class:llvm::TypeBuilder
249 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
255 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
266 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
278 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
293 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
309 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
324 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
331 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
341 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
353 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
368 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
384 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
[all...]
/external/llvm/include/llvm/MC/
H A DMCInstrInfo.h45 /// get - Return the machine instruction descriptor that corresponds to the
48 const MCInstrDesc &get(unsigned Opcode) const { function in class:llvm::MCInstrInfo
/external/llvm/include/llvm/Support/
H A DOptions.h110 /// Keying for get() is the same as keying for registerOption.
111 template <typename ValT, typename Base, ValT(Base::*Mem)> ValT get() const { function in class:llvm::OptionRegistry
H A DSaveAndRestore.h28 T get() { return OldValue; } function in struct:llvm::SaveAndRestore
H A DThreadLocal.h50 /// get - Fetches a pointer to the object associated with the current
52 T* get() { return static_cast<T*>(getInstance()); } function in class:llvm::sys::ThreadLocal
/external/llvm/lib/DebugInfo/DWARF/
H A DSyntaxHighlighting.h32 llvm::raw_ostream& get() { return OS; } function in class:llvm::dwarf::syntax::WithColor
/external/llvm/lib/IR/
H A DDebugLoc.cpp22 MDLocation *DebugLoc::get() const { function in class:DebugLoc
23 return cast_or_null<MDLocation>(Loc.get());
27 assert(get() && "Expected valid DebugLoc");
28 return get()->getLine();
32 assert(get() && "Expected valid DebugLoc");
33 return get()->getColumn();
37 assert(get() && "Expected valid DebugLoc");
38 return get()->getScope();
42 assert(get() && "Expected valid DebugLoc");
43 return get()
59 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, function in class:DebugLoc
[all...]
/external/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp21 FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) { function in class:FunctionCoverageSummary
/external/lzma/CPP/Common/
H A DAutoPtr.h20 T* get() const { return _p; } function in class:CMyAutoPtr
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
H A DAnswers.java36 public Answer<Object> get() { method in class:Answers
/external/mockito/src/org/mockito/internal/util/collections/
H A DHashCodeAndEqualsMockWrapper.java35 public Object get() { method in class:HashCodeAndEqualsMockWrapper
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DGroupEntry.java23 public abstract ByteBuffer get(); method in class:GroupEntry
26 return get().limit();
/external/okhttp/android/main/java/com/squareup/okhttp/
H A DConfigAwareConnectionPool.java26 * and a later calls to {@link #get()} will return a new pool.
78 public synchronized ConnectionPool get() { method in class:ConfigAwareConnectionPool

Completed in 767 milliseconds

1234567891011>>