/external/valgrind/main/helgrind/tests/ |
tc02_simple_tls.c | 35 /* Now back in parent's segment */
|
/frameworks/compile/mclinker/include/mcld/LD/ |
SectionData.h | 72 reference back () { return m_Fragments.back(); } function in class:mcld::SectionData 73 const_reference back () const { return m_Fragments.back(); } function in class:mcld::SectionData
|
/frameworks/ex/carousel/test/res/raw/ |
book.a3d | 8
Back
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/ |
emplace_back.pass.cpp | 47 assert(c.back().geti() == 3); 48 assert(c.back().getd() == 4.5); 61 assert(c.back().geti() == 3); 62 assert(c.back().getd() == 4.5);
|
emplace_front.pass.cpp | 47 assert(c.back().geti() == 2); 48 assert(c.back().getd() == 3.5); 61 assert(c.back().geti() == 2); 62 assert(c.back().getd() == 3.5);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/ |
emplace_extra.pass.cpp | 26 v.emplace(v.begin(), v.back()); 33 v.emplace(v.begin(), v.back()); 41 v.emplace(v.begin(), v.back()); 48 v.emplace(v.begin(), v.back());
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
back_fwd.hpp | 20 template< typename Sequence > struct back;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
sembuf.h | 6 * Note extra padding because this structure is passed back and forth
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
sembuf.h | 6 * Note extra padding because this structure is passed back and forth
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
sembuf.h | 6 * Note extra padding because this structure is passed back and forth
|
/prebuilts/ndk/9/sources/cxx-stl/ |
README | 8 So, we symlink gabi++ and stlport back to 8/ (which stays at r8c) for now,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
README | 5 scheme to fail, but passes when lib2to3 falls back to iterative pattern matching.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
README | 5 scheme to fail, but passes when lib2to3 falls back to iterative pattern matching.
|
/external/llvm/include/llvm/ADT/ |
SCCIterator.h | 82 while (VisitStack.back().second != GT::child_end(VisitStack.back().first)) { 84 NodeType *childN = *VisitStack.back().second++; 92 if (MinVisitNumStack.back() > childNum) 93 MinVisitNumStack.back() = childNum; 103 assert(VisitStack.back().second ==GT::child_end(VisitStack.back().first)); 104 NodeType *visitingN = VisitStack.back().first; 105 unsigned minVisitNum = MinVisitNumStack.back(); 108 if (!MinVisitNumStack.empty() && MinVisitNumStack.back() > minVisitNum [all...] |
/libcore/luni/src/main/java/java/io/ |
PushbackInputStream.java | 23 * Wraps an existing {@link InputStream} and adds functionality to "push back" 25 * this useful. The number of bytes which may be pushed back can be specified 26 * during construction. If the buffer of pushed back bytes is empty, bytes are 31 * The buffer that contains pushed-back bytes. 227 * Pushes all the bytes in {@code buffer} back to this stream. The bytes are 228 * pushed back in such a way that the next byte read from this stream is 237 * the buffer containing the bytes to push back to this stream. 247 * Pushes a subset of the bytes in {@code buffer} back to this stream. The 250 * bytes are pushed back in such a way that the next byte read from this 259 * the buffer containing the bytes to push back to this stream [all...] |
/external/chromium_org/content/browser/frame_host/ |
navigation_entry_screenshot_manager.cc | 228 // each offset on both the back and forward history, and start counting them 232 // where there are a lot of entries in the back history, but none of them has 235 int back = current - 1; local 237 while (available_slots > 0 && (back >= 0 || forward < num_entries)) { 238 if (back >= 0) { 240 owner_->GetEntryAtIndex(back)); 243 --back; 255 // Purge any screenshot at |back| or lower indices, and |forward| or higher 257 while (screenshot_count > kMaxScreenshots && back >= 0) { 259 owner_->GetEntryAtIndex(back)); [all...] |
/external/chromium_org/ppapi/tests/ |
test_post_message.cc | 43 // back the number of threads & messages when running on Windows. 191 // message event back to us. 277 // come back _after_ any other incoming messages that were already pending. 280 // Now that the FINISHED_WAITING_MESSAGE has been echoed back to us, we know 305 // Now that the FINISHED_WAITING_MESSAGE has been echoed back to us, we know 323 ASSERT_TRUE(message_data_.back().is_bool()); 324 if (!message_data_.back().AsBool()) 326 ASSERT_TRUE(message_data_.back().AsBool()); 336 ASSERT_TRUE(message_data_.back().is_string()); 337 ASSERT_EQ(message_data_.back().AsString(), kTestString) [all...] |
/cts/tests/res/layout/ |
app_another.xml | 31 <Button android:id="@+id/back" 33 android:text="@string/back">
|
/development/samples/SkeletonApp/res/values/ |
strings.xml | 23 <string name="back">Back</string>
|
/external/chromium/base/win/ |
i18n.h | 20 // available, falling-back on the user default UI language otherwise. Returns 26 // UI languages from MUI, if available, falling-back on the user default UI
|
/external/chromium/chrome/browser/prefs/ |
proxy_prefs.h | 21 // Try to retrieve a PAC script from http://wpad/wpad.dat or fall back to 25 // Try to retrieve a PAC script from kProxyPacURL or fall back to direct
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
back_forward_menu_controller.h | 23 // A class that manages the back/forward menu (and delayed-menu button, and 34 // Type (back or forwards); can only be set on initialization.
|
/external/chromium_org/ash/wm/caption_buttons/ |
alternate_frame_size_button_delegate.h | 30 // Reset the caption button views::Button::ButtonState back to normal. If 31 // |animate| is ANIMATE_YES, the buttons will crossfade back to their
|
/external/chromium_org/cc/layers/ |
layer_lists.cc | 30 Layer* RenderSurfaceLayerList::back() { function in class:cc::RenderSurfaceLayerList 31 return list_.back();
|
/external/chromium_org/cc/output/ |
gl_renderer_draw_cache.h | 26 // data to tell if two back to back draws only differ in their transform. Quads
|