/external/llvm/lib/IR/ |
Attributes.cpp | 33 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, function in class:Attribute 57 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { function in class:Attribute 80 return get(Context, Alignment, Align); 87 return get(Context, StackAlignment, Align); 109 "Invalid attribute type to get the kind as an enum!"); 123 "Invalid attribute type to get the kind as a string!"); 130 "Invalid attribute type to get the value as a string!"); 146 "Trying to get alignment from non-alignment attribute!"); 154 "Trying to get alignment from non-alignment attribute!"); 345 llvm_unreachable("Synthetic enumerators which should never get here") 392 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, function in class:AttributeSetNode 544 AttributeSet AttributeSet::get(LLVMContext &C, function in class:AttributeSet 578 AttributeSet AttributeSet::get(LLVMContext &C, function in class:AttributeSet 588 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, AttrBuilder &B) { function in class:AttributeSet 617 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, function in class:AttributeSet 626 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<AttributeSet> Attrs) { function in class:AttributeSet [all...] |
Metadata.cpp | 38 MDString *MDString::get(LLVMContext &Context, StringRef Str) { function in class:MDString 98 /// getOperandPtr - Helper function to get the MDNodeOperand's coallocated on 266 MDNode *MDNode::get(LLVMContext &Context, ArrayRef<Value*> Vals) { function in class:MDNode 372 // Now that the node is out of the folding set, get ready to reinsert it. 435 EndPoints[Size - 2] = ConstantInt::get(Ty, Union.getLower()); 436 EndPoints[Size - 1] = ConstantInt::get(Ty, Union.getUpper()); 516 return MDNode::get(A->getContext(), EndPoints);
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.h | 92 virtual void *get() const = 0; 93 virtual bool end() const = 0; // if true, get will return 0 195 virtual void *get() const { return pos->data; } function in class:nv50_ir::DLList::Iterator 377 inline void *get(unsigned int id) { assert(id < size); return data[id].p; } 392 void *get() const { assert(pos < size); return data[pos].p; } function in class:nv50_ir::ArrayList 686 template<typename T> T *get(T *obj)
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
AACTrackImpl.java | 111 int size = samples.get(i).capacity(); 120 currSize += queue.get(j); 158 audioSpecificConfig.setSamplingFrequencyIndex(samplingFrequencyIndexMap.get(samplerate)); 232 samplerate = samplingFrequencyIndexMap.get(brb.readBits(4));
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPHeaderList.java | 207 * Get the first element of this list. 215 return hlist.get(0); 219 * Get the last element of this list. 226 return hlist.get(hlist.size() - 1); 230 * Get the class for the headers of this list. 248 * Get an initialized iterator for my imbedded list 258 * Get the imbedded linked list. 267 * Get the list iterator for a given position. 473 * Get the number of headers in the list. 545 * Get the object at the specified location 551 public HDR get(int index) { method in class:SIPHeaderList [all...] |
/external/okhttp/src/main/java/com/squareup/okhttp/internal/ |
Platform.java | 57 public static Platform get() { method in class:Platform 199 Method getMethod = nextProtoNegoClass.getMethod("get", SSLSocket.class); 413 this.selected = protocols.get(0);
|
/external/okhttp/src/test/java/com/squareup/okhttp/ |
ConnectionPoolTest.java | 119 Connection connection = pool.get(httpAddress); 130 Connection recycledConnection = pool.get(httpAddress); 134 recycledConnection = pool.get(httpAddress); 149 assertSame(spdyA, pool.get(spdyAddress)); 156 assertSame(httpA, pool.get(httpAddress)); 164 assertNull(pool.get(httpAddress)); 182 pool.get(spdyAddress); // Force the cleanup callable to run. 190 assertNull(pool.get(httpAddress)); 197 assertNull(pool.get(spdyAddress)); 206 assertSame(spdyA, pool.get(spdyAddress)) [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
ConversationDialogActivity.java | 69 // LevelTree.get(mLevelRow, mLevelIndex).dialogResources.character2Entry.get(index) 72 mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character1Conversations.get(index); 74 mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character2Conversations.get(index); 93 ConversationUtils.ConversationPage currentPage = conversation.pages.get(page); 160 showPage(mPages.get(mCurrentPage)); 166 // Sleep so that the main thread doesn't get flooded with UI events. 211 showPage(mPages.get(0)) [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowBundle.java | 39 public Object get(String key) { method in class:ShadowBundle 40 return map.get(key); 50 Object value = map.get(key); 59 Object value = map.get(key); 75 Object value = map.get(key); 91 Object value = map.get(key); 107 Object value = map.get(key); 123 Object value = map.get(key); 139 Object value = map.get(key); 155 Object value = map.get(key) [all...] |
ShadowTime.java | 82 // value for the given Julian day. Just get close and then adjust 107 c.get(Calendar.SECOND), 108 c.get(Calendar.MINUTE), 109 c.get(Calendar.HOUR_OF_DAY), 110 c.get(Calendar.DAY_OF_MONTH), 111 c.get(Calendar.MONTH), 112 c.get(Calendar.YEAR) 380 * Get the timezone used for formatting conversions 398 * Search the provided pattern and get the C standard 463 * Try to get the Java Date/Time formatting associated wit [all...] |
ShadowViewConfiguration.java | 89 public static ViewConfiguration get(Context context) { method in class:ShadowViewConfiguration
|
/external/skia/include/utils/ |
SkMatrix44.h | 205 * get a value from the matrix. The row,col parameters work as follows: 210 inline SkMScalar get(int row, int col) const { function in class:SkMatrix44 230 return SkMScalarToDouble(this->get(row, col)); 236 return SkMScalarToFloat(this->get(row, col));
|
/external/skia/src/core/ |
SkTLList.h | 103 T* head() { return Iter(*this, Iter::kHead_IterStart).get(); } 104 T* tail() { return Iter(*this, Iter::kTail_IterStart).get(); } 105 const T* head() const { return Iter(*this, Iter::kHead_IterStart).get(); } 106 const T* tail() const { return Iter(*this, Iter::kTail_IterStart).get(); } 137 while (iter.get()) { 140 this->remove(iter.get()); 158 a.get(); 160 SkASSERT(NULL != b.get()); // already checked that counts match. 161 if (!(*a.get() == *b.get())) { 191 T* get() { return this->nodeToObj(INHERITED::get()); } function in class:SkTLList::Iter [all...] |
/external/smack/src/org/apache/harmony/javax/security/auth/ |
Subject.java | 341 return ((SecureSet<Principal>) principals).get(c); 365 return privateCredentials.get(c); 390 return publicCredentials.get(c); 658 protected final <E> Set<E> get(final Class<E> c) { method
|
/external/smack/src/org/xbill/DNS/ |
Tokenizer.java | 234 get(boolean wantWhitespace, boolean wantComment) throws IOException { method in class:Tokenizer 345 get() throws IOException { method in class:Tokenizer 346 return get(false, false); 351 * to get(). 372 Token next = get(); 381 Token next = get(); 551 Token next = get(); 564 Tokenizer.Token t = get();
|
/external/stlport/src/ |
locale_impl.cpp | 305 locale::facet *get = 0; local 325 get = new time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >(__time); 333 _STLP_UNWIND(delete wget; delete put; delete get; _STLP_PRIV __release_time(__time)); 335 _STLP_UNWIND(delete get; _STLP_PRIV __release_time(__time)); 340 this->insert(get, time_get<char, istreambuf_iterator<char, char_traits<char> > >::id);
|
/external/v8/src/ |
api.h | 62 inline v8::internal::Object* get(int index); 85 v8::internal::Object* get(int index); 107 v8::internal::Object* NeanderObject::get(int offset) { function in class:v8::NeanderObject 109 return v8::internal::FixedArray::cast(value()->elements())->get(offset);
|
/frameworks/base/core/java/android/app/ |
LocalActivityManager.java | 117 // Get the lastNonConfigurationInstance for the activity 122 instanceObj = lastNonConfigurationInstances.get(r.id); 272 LocalActivityRecord r = mActivities.get(id); 386 LocalActivityRecord r = mActivities.get(id); 433 LocalActivityRecord r = mActivities.get(id); 456 LocalActivityRecord r = mActivities.get(id); 492 final LocalActivityRecord r = mActivityArray.get(i); 528 moveToState(mActivityArray.get(i), RESUMED); 557 LocalActivityRecord r = mActivityArray.get(i); 576 LocalActivityRecord r = mActivityArray.get(i) [all...] |
/frameworks/base/core/java/android/content/res/ |
StringBlock.java | 62 public CharSequence get(int idx) { method in class:StringBlock 70 CharSequence res = mSparseStrings.get(idx); 410 // Should not get called, at least not by StaticLayout.
|
/frameworks/base/core/java/android/hardware/camera2/ |
CaptureResult.java | 62 public <T> T get(Key<T> key) { method in class:CaptureResult 63 return mResults.get(key); 67 * Get the request associated with this result. 91 * Get the frame number associated with this result. 103 return get(REQUEST_FRAME_COUNT); [all...] |
/frameworks/base/core/java/android/os/ |
UserManager.java | 153 public synchronized static UserManager get(Context context) { method in class:UserManager 194 Log.w(TAG, "Could not get user name", re); 267 Log.w(TAG, "Could not get user info", re); 289 Log.w(TAG, "Could not get user restrictions", re); 429 Log.w(TAG, "Could not get user list", re); 445 Log.w(TAG, "Could not get user list", re); 505 Log.w(TAG, "Could not get the user icon ", re); 578 Log.w(TAG, "Could not get serial number for user " + userHandle); 596 Log.w(TAG, "Could not get userHandle for user " + userSerialNumber); 613 Log.w(TAG, "Could not get application restrictions for package " + packageName) [all...] |
/frameworks/base/core/java/android/security/ |
IKeystoreService.java | 64 public byte[] get(String name) throws RemoteException { method in class:IKeystoreService.Stub.Proxy 555 public byte[] get(String name) throws RemoteException; method in interface:IKeystoreService
|
/frameworks/base/core/java/android/util/ |
ArrayMap.java | 365 public V get(Object key) { method in class:ArrayMap 619 Object theirs = map.get(key);
|
/frameworks/base/core/tests/coretests/src/android/os/ |
AidlTest.java | 114 list.add(list.get(index)); 115 return list.get(index); 256 assertTrue("out parameter 0: " + list.get(0), check(list.get(0), 33, "asdf")); 257 assertTrue("out parameter 1: " + list.get(1), check(list.get(1), 34, "jkl;")); 258 assertTrue("out parameter 2: " + list.get(2), check(list.get(2), 34, "jkl;")); 260 assertNotSame(list.get(1), list.get(2)) [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Matrix4f.java | 67 public float get(int x, int y) { method in class:Matrix4f 233 float rhs_ij = rhs.get(i,j); 234 ri0 += lhs.get(j,0) * rhs_ij; 235 ri1 += lhs.get(j,1) * rhs_ij; 236 ri2 += lhs.get(j,2) * rhs_ij; 237 ri3 += lhs.get(j,3) * rhs_ij;
|