/external/stlport/stlport/stl/ |
_iterator.h | 54 _Iterator current; member in class:reverse_iterator 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } 76 _Iterator __tmp = current; 81 --current; [all...] |
/libcore/luni/src/main/java/java/text/ |
AttributedCharacterIterator.java | 165 * Returns the value stored in the attribute for the current character. If 169 * @return the value of the requested attribute for the current character or 175 * Returns a map of all attributes of the current character. If no 176 * attributes were defined for the current character then an empty map is 179 * @return a map of all attributes for the current character or an empty 186 * attributes as the current character. 188 * @return the index of the last character of the current run. 194 * attribute value for the given attribute as the current character. 198 * @return the index of the last character of the current run. 204 * attribute values for the attributes in the set as the current character [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 54 _Iterator current; member in class:reverse_iterator 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } 76 _Iterator __tmp = current; 81 --current; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 54 _Iterator current; member in class:reverse_iterator 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } 76 _Iterator __tmp = current; 81 --current; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 54 _Iterator current; member in class:reverse_iterator 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } 76 _Iterator __tmp = current; 81 --current; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 54 _Iterator current; member in class:reverse_iterator 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } 76 _Iterator __tmp = current; 81 --current; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 54 _Iterator current; member in class:reverse_iterator 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } 76 _Iterator __tmp = current; 81 --current; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_iterator.h | 54 _Iterator current; member in class:reverse_iterator 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } 76 _Iterator __tmp = current; 81 --current; [all...] |
/external/chromium_org/third_party/codesighs/ |
codesighs.c | 611 Switch* current = NULL; local 636 current = NULL; 660 current = gSwitches[switchLoop]; 661 current->mValue = inArgv[loop]; 666 current = gSwitches[switchLoop]; 679 else if(NULL == current) 690 if(current == &gInputSwitch) 699 outOptions->mInput = fopen(current->mValue, "r"); 703 ERROR_REPORT(retval, current->mValue, "Unable to open input file."); 707 outOptions->mInputName = strdup(current->mValue) [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_parser_extras.h | 102 * Printable list of GLSL versions supported by the current context 135 * During AST to IR conversion, pointer to current IR function 161 /** Loop or switch statement containing the current instructions. */ 228 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 232 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 233 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 234 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 235 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \ 239 (Current).first_line = (Current).last_line = [all...] |
/external/mesa3d/src/glsl/ |
glsl_parser_extras.h | 102 * Printable list of GLSL versions supported by the current context 135 * During AST to IR conversion, pointer to current IR function 161 /** Loop or switch statement containing the current instructions. */ 228 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 232 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 233 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 234 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 235 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \ 239 (Current).first_line = (Current).last_line = [all...] |
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
render.rs | 130 SgRenderable *current = (SgRenderable*)gFrontToBack[i]; 131 draw(current); 135 SgRenderable *current = (SgRenderable*)gBackToFront[i]; 136 draw(current); 161 SgRenderable *current = (SgRenderable*)rsGetElementAt(*drawAlloc, 0); 162 if (current->isVisible) { 163 sortToBucket(current); 230 SgRenderable *current = (SgRenderable*)gFrontToBack[i]; 231 bool isPicked = intersect(current, pnt, vec); 233 current->cullType = CULL_ALWAYS [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
checkers.h | 59 InputIterator current(begin), recent(begin); 62 for (current++; current != end; current++) 64 if (comp(*current, *recent)) 70 recent = current; 98 InputIterator current(begin), recent(begin); 101 for (current++; current != end; current++ [all...] |
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGPaintState.cpp | 102 SkSVGPaint current; 110 if (current[index]->size() > 0) 112 current[index]->set(*lastAttr); 120 if (current.f_mask.size() > 0 && current.f_mask.equals(lastState.f_mask) == false) { 122 const char* idStart = strchr(current.f_mask.c_str(), '#'); 129 gradient->write(parser, current.f_fill); 130 gradient->write(parser, current.f_stroke); 144 SkString* currentAttr = current[index]; 148 if (current.f_mask.size() > 0) [all...] |
/external/skia/src/svg/ |
SkSVGPaintState.cpp | 102 SkSVGPaint current; 110 if (current[index]->size() > 0) 112 current[index]->set(*lastAttr); 120 if (current.f_mask.size() > 0 && current.f_mask.equals(lastState.f_mask) == false) { 122 const char* idStart = strchr(current.f_mask.c_str(), '#'); 129 gradient->write(parser, current.f_fill); 130 gradient->write(parser, current.f_stroke); 144 SkString* currentAttr = current[index]; 148 if (current.f_mask.size() > 0) [all...] |
/external/chromium/base/ |
message_loop_unittest.cc | 86 MessageLoop::current()->Quit(); 101 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod( 103 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod( 105 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod( 107 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod( 109 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod( 111 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod( 116 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod( 120 MessageLoop::current()->Run(); 132 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod [all...] |
/art/runtime/gc/accounting/ |
gc_allocator.cc | 26 Runtime::Current()->GetHeap()->RegisterGCAllocation(bytes); 31 Runtime::Current()->GetHeap()->RegisterGCDeAllocation(bytes);
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
GL2JNILib.java | 28 * @param width the current view width 29 * @param height the current view height
|
/external/chromium/chrome/browser/ |
browser_process_sub_thread.cc | 24 // Initializes the COM library on the current thread. 36 // Closes the COM library on the current thread. CoInitialize must
|
browsing_data_helper_browsertest.h | 28 MessageLoop::current()->Run(); 36 MessageLoop::current()->Quit();
|
/external/chromium/chrome/browser/ui/gtk/ |
process_singleton_dialog.cc | 36 MessageLoop::current()->Run(); 41 MessageLoop::current()->Quit();
|
/external/chromium/chrome/browser/ui/webui/options/ |
options_managed_banner_handler.h | 33 string16 page_name_; // current options page name. 34 OptionsPage page_; // current options page value.
|
/external/chromium/net/base/ |
test_completion_callback.cc | 22 MessageLoop::current()->Run(); 39 MessageLoop::current()->Quit();
|
/external/chromium_org/base/test/ |
sequenced_worker_pool_owner.cc | 15 : constructor_message_loop_(MessageLoop::current()), 21 MessageLoop::current()->Run();
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
fake_certificate.h | 16 // certificate |expiry| is relative to the current time. The certificate will 17 // be (or have been) valid from sometime before the current time or expiry,
|