/frameworks/base/core/java/android/webkit/ |
WebBackForwardList.java | 22 * This class contains the back/forward list for a WebView. 62 * Get the total size of the back/forward list.
|
/frameworks/base/data/keyboards/ |
qwerty.kl | 33 key 158 BACK WAKE_DROPPED 111 key 1 BACK WAKE_DROPPED
|
/frameworks/base/docs/html/design/patterns/ |
compatibility.jd | 14 <li>Deprecation of navigation hardware keys (Back, Menu, Search, Home) in favor of handling navigation 15 via virtual controls (Back, Home, Recents).</li>
|
/frameworks/base/docs/html/training/implementing-navigation/ |
ancestral.jd | 21 <li><a href="{@docRoot}guide/components/tasks-and-back-stack.html">Tasks and Back Stack</a></li> 135 If the target parent activity is in the task's back stack, it is brought 158 requires that you create a new back stack.</p> 161 <h3 id="BuildBackStack">Navigate up with a new back stack</h3> 169 with the appropriate back stack before navigating up.</p> 189 // when navigating up, with a synthesized back stack. 191 // Add all of this activity's parents to the back stack
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.capacity/ |
resize_size_value.pass.cpp | 34 assert(l.back() == 3.5); 50 assert(l.back() == 3.5);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/ |
insert_iter_rvalue.pass.cpp | 35 assert(l1.back() == MoveOnly(1)); 56 assert(l1.back() == MoveOnly(1));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
ends.pass.cpp | 60 assert(sb.str().back() == 0); 68 assert(sb.str().back() == 0);
|
/packages/apps/Camera/src/com/android/camera/ |
DisableCameraReceiver.java | 67 Log.i(TAG, "back camera found: " + i); 71 Log.i(TAG, "no back camera");
|
/packages/apps/Camera2/src/com/android/camera/ |
DisableCameraReceiver.java | 67 Log.i(TAG, "back camera found: " + i); 71 Log.i(TAG, "no back camera");
|
/packages/apps/Gallery2/src/com/android/camera/ |
DisableCameraReceiver.java | 67 Log.i(TAG, "back camera found: " + i); 71 Log.i(TAG, "no back camera");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_file_util.py | 44 # back to original state 51 # back to original state
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_file_util.py | 44 # back to original state 51 # back to original state
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 23 href="{@docRoot}guide/components/tasks-and-back-stack.html">Tasks and Back Stack</a>.</p> 81 <li><a href=#notifications_get_back_tip>Notifications and App Widgets should provide consistent back behavior</li> 83 <li><a href=#taking_over_back_key>Don't take over <em>Back</em> button unless you absolutely 127 href="{@docRoot}guide/components/tasks-and-back-stack.html">Tasks and Back Stack</a> 282 back stack. In general, when a user starts a new activity, it is added 283 to the activity stack, so that pressing <em>Back</em> displays the previous 284 activity on the stack. However, the user cannot use the <em>Back</em> button to go 285 back further than the last visit to Home. The adding of an activity t [all...] |
/external/clang/lib/Sema/ |
SemaAttr.cpp | 87 Alignment = Stack.back().Alignment; 343 unsigned rawType = Stack->back().first; 348 SourceLocation loc = Stack->back().second; 424 const std::pair<unsigned, SourceLocation> *Back = &Stack->back(); 425 bool StartsWithPragma = Back->first != NoVisibility; 427 Diag(Back->second, diag::err_pragma_push_visibility_mismatch); 433 Back = &Stack->back(); 434 StartsWithPragma = Back->first != NoVisibility [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
task_manager_view.cc | 284 columns_.back().sortable = true; 287 columns_.back().sortable = true; 290 columns_.back().sortable = true; 293 columns_.back().sortable = true; 296 columns_.back().sortable = true; 299 columns_.back().sortable = true; 302 columns_.back().sortable = true; 305 columns_.back().sortable = true; 309 columns_.back().sortable = true; 312 columns_.back().sortable = true [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper.cpp | 867 // make sure we have enough space to write everything back 921 // positions[i].back, positions[i].new_advance); 934 int back = 0; local 938 while (positions[i - back].back) { 939 back += positions[i - back].back; 940 offsets[i].x += positions[i - back].x_pos; 941 offsets[i].y += positions[i - back].y_pos [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
RenderState.java | 56 * <li>Back Face Culling</li> 200 * Cull back faces 202 Back, 204 * Cull both front and back faces. 287 FaceCullMode cullMode = FaceCullMode.Back; 328 oc.write(cullMode, "cullMode", FaceCullMode.Back); 366 cullMode = ic.readEnum("cullMode", FaceCullMode.class, FaceCullMode.Back); 485 * a back-facing triangle. 593 * a back-facing triangle fails the back stencil function [all...] |
/art/runtime/gc/allocator/ |
dlmalloc.h | 37 // pages back to the kernel.
|
/art/test/076-boolean-put/src/ |
Main.java | 24 * operation is written back to a boolean field.
|
/cts/suite/audio_quality/test/ |
TaskCaseTest.cpp | 64 (list->back().second.get() == buffer2.get())) || 66 (list->back().second.get() == buffer1.get()))); 104 ASSERT_TRUE(((list->front().second == val2) && (list->back().second == val3)) || 105 ((list->front().second == val3) && (list->back().second == val4)));
|
/cts/tests/tests/jni/src/android/jni/cts/ |
JniCTest.java | 22 * class merely calls into native code and reports back if there was
|
JniCppTest.java | 22 * class merely calls into native code and reports back if there was
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
NullRegisterAllocator.java | 17 package com.android.dx.ssa.back;
|
/dalvik/tests/076-boolean-put/src/ |
Main.java | 24 * operation is written back to a boolean field.
|
/dalvik/vm/compiler/ |
Loop.h | 30 Opcode loopBranchOpcode; // OP_IF_XXX for the loop back branch
|