/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
RegisterAllocator.java | 17 package com.android.dx.ssa.back;
|
IdenticalBlockCombiner.java | 17 package com.android.dx.ssa.back;
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONML.java | 93 x.back();
|
JSONTokener.java | 71 * Back up one character. This provides a sort of lookahead capability, 75 public void back() throws JSONException { method in class:JSONTokener 77 throw new JSONException("Stepping back two steps is not supported"); 115 back(); method 295 back(); method 318 back(); method 343 back(); method 347 back(); method 365 back(); method 399 back(); method [all...] |
/external/llvm/include/llvm/ADT/ |
ArrayRef.h | 123 /// back - Get the last element. 124 const T &back() const { function in class:llvm::ArrayRef 251 /// back - Get the last element. 252 T &back() const { function in class:llvm::ArrayRef
|
MapVector.h | 62 std::pair<KeyT, ValueT> &back() { return Vector.back(); } function in class:llvm::MapVector 63 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } function in class:llvm::MapVector 122 typename MapType::iterator Pos = Map.find(Vector.back().first);
|
TinyPtrVector.h | 189 EltTy back() const { function in class:llvm::TinyPtrVector 193 return Val.template get<VecTy*>()->back(); 244 // benefit to collapsing back to a pointer
|
/external/skia/src/gpu/ |
GrBufferAllocPool.cpp | 65 GrGeometryBuffer* buffer = fBlocks.back().fBuffer; 67 UNMAP_BUFFER(fBlocks.back()); 81 GrGeometryBuffer* buffer = fBlocks.back().fBuffer; 83 UNMAP_BUFFER(fBlocks.back()); 108 BufferBlock& block = fBlocks.back(); 113 this->flushCpuData(fBlocks.back(), flushSize); 125 if (fBlocks.back().fBuffer->isMapped()) { 126 GrGeometryBuffer* buf = fBlocks.back().fBuffer; 132 SkASSERT(fBlocks.empty() || !fBlocks.back().fBuffer->isMapped()); 170 BufferBlock& back = fBlocks.back() local 200 BufferBlock& back = fBlocks.back(); local [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
NavigationBar.java | 75 int back = 1; local 79 back = 5; 84 loadIcon(back, "ic_sysbar_back.png", density, isRtl);
|
/frameworks/compile/mclinker/include/mcld/Script/ |
ScriptFile.h | 65 const_reference back() const { return m_CommandQueue.back(); } function in class:mcld::ScriptFile 66 reference back() { return m_CommandQueue.back(); } function in class:mcld::ScriptFile
|
/frameworks/rs/ |
rsList.h | 113 T& back() const { return *last; } function in class:android::renderscript::List
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_queue.h | 85 * that supports @c front, @c back, @c push_back, and @c pop_front, 185 back() function in class:queue 188 return c.back(); 196 back() const function in class:queue 199 return c.back();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_queue.h | 85 * that supports @c front, @c back, @c push_back, and @c pop_front, 185 back() function in class:queue 188 return c.back(); 196 back() const function in class:queue 199 return c.back();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_queue.h | 85 * that supports @c front, @c back, @c push_back, and @c pop_front, 185 back() function in class:queue 188 return c.back(); 196 back() const function in class:queue 199 return c.back();
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_queue.h | 84 * that supports @c front, @c back, @c push_back, and @c pop_front, 184 back() function in class:queue 187 return c.back(); 195 back() const function in class:queue 198 return c.back();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_queue.h | 84 * that supports @c front, @c back, @c push_back, and @c pop_front, 184 back() function in class:queue 187 return c.back(); 195 back() const function in class:queue 198 return c.back();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_queue.h | 85 * that supports @c front, @c back, @c push_back, and @c pop_front, 185 back() function in class:queue 188 return c.back(); 196 back() const function in class:queue 199 return c.back();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_queue.h | 85 * that supports @c front, @c back, @c push_back, and @c pop_front, 185 back() function in class:queue 188 return c.back(); 196 back() const function in class:queue 199 return c.back();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the 43 def back(self, title, next, name = "Back", active = 1): member in class:PyDialog 44 """Add a back button with a given title, the tab-next button, 468 fatal.back("< Back", "Finish", active = 0) 469 fatal.cancel("Cancel", "Back", active = 0) 480 user_exit.back("< Back", "Finish", active = 0) 481 user_exit.cancel("Cancel", "Back", active = 0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the 43 def back(self, title, next, name = "Back", active = 1): member in class:PyDialog 44 """Add a back button with a given title, the tab-next button, 468 fatal.back("< Back", "Finish", active = 0) 469 fatal.cancel("Cancel", "Back", active = 0) 480 user_exit.back("< Back", "Finish", active = 0) 481 user_exit.cancel("Cancel", "Back", active = 0 [all...] |
/dalvik/dx/src/com/android/dx/ssa/back/ |
IdenticalBlockCombiner.java | 17 package com.android.dx.ssa.back;
|
LivenessAnalyzer.java | 17 package com.android.dx.ssa.back;
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities_camera.h | 190 double back,fi; local 192 back=db_FocalFromCamRotFocalHomography(H); 193 fi=db_SafeReciprocal(back); 196 R[6]=back*H[6]; R[7]=back*H[7]; R[8]=H[8]; 197 return(back);
|
/external/clang/include/clang/AST/ |
ASTVector.h | 122 reference back() { function in class:clang::ASTVector 125 const_reference back() const { function in class:clang::ASTVector 135 T Result = back(); 224 new (this->end()) T(this->back());
|
/external/clang/include/clang/Analysis/Support/ |
BumpVector.h | 114 reference back() { function in class:clang::BumpVector 117 const_reference back() const { function in class:clang::BumpVector 127 T Result = back(); 236 // For now, leak 'Begin'. We can add it back to a freelist in
|