/external/skia/src/gpu/effects/ |
GrConfigConversionEffect.h | 55 // if pixels are read back to a UPM buffer, written back to PM to the GPU, and read back again
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
NavigationBar.java | 40 int back = 1; local 44 back = 3; 48 loadIcon(back, "ic_sysbar_back.png", density, isRtl);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/ |
pop.pass.cpp | 26 assert(q.back() == 3); 30 assert(q.back() == 3); 34 assert(q.back() == 3);
|
push.pass.cpp | 23 assert(q.back() == 1); 27 assert(q.back() == 2); 31 assert(q.back() == 3);
|
push_rv.pass.cpp | 26 assert(q.back() == MoveOnly(1)); 30 assert(q.back() == MoveOnly(2)); 34 assert(q.back() == MoveOnly(3));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/ |
db_cback.pass.cpp | 12 // Call back() on empty const container. 32 assert(c.back() == 0); 40 assert(c.back() == 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/ |
db_cback.pass.cpp | 12 // Call back() on empty const container. 32 assert(c.back() == 0); 40 assert(c.back() == 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/ |
emplace.pass.cpp | 74 assert(c.back().geti() == 3); 75 assert(c.back().getd() == 4.5); 83 assert(c.back().geti() == 3); 84 assert(c.back().getd() == 4.5); 98 assert(c.back().geti() == 3); 99 assert(c.back().getd() == 4.5); 107 assert(c.back().geti() == 3); 108 assert(c.back().getd() == 4.5); 131 assert(c.back().geti() == 3); 132 assert(c.back().getd() == 4.5) [all...] |
/development/host/windows/usb/winusb/ |
BUILDME.TXT | 3 need to set one of the WDK's build environments, "cd" back into this directory,
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IntentActivityFlags.java | 35 * This creates an array of Intent objects representing the back stack 40 // We are going to rebuild our task with a new back stack. This will 42 // back stack to be created, with the first entry holding the root 43 // and requesting to reset the back stack.
|
/development/samples/ControllerSample/res/values/ |
strings.xml | 9 your favorite llama on their way back to Andromeda…
|
/development/samples/browseable/AdvancedImmersiveMode/ |
_index.jd | 14 them back in.</p>
|
/development/samples/training/AnimationsDemo/res/animator/ |
card_flip_right_out.xml | 21 The overall effect of this animator is to rotate the back of the card 24 1. The back rotates 90 degrees, from facing the user to being 26 2. The back is then made invisible (this is half-way through the 28 3. The back rotates another 90 degrees, from zero-width, to
|
/external/chromium/base/ |
value_conversions.h | 9 // This file contains methods to convert a |FilePath| to a |Value| and back.
|
/external/chromium/chrome/browser/ |
dom_operation_notification_details.h | 5 // A class to hold the parameters we get back from the
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar_state.cc | 14 // Fall back to the original profile.
|
/external/chromium_org/base/ |
scoped_clear_errno.h | 15 // destruction puts the old value back.
|
value_conversions.h | 8 // This file contains methods to convert things to a |Value| and back.
|
/external/chromium_org/chrome/android/java/res/drawable/ |
back_button_selector.xml | 11 <item android:drawable="@drawable/back" />
|
/external/chromium_org/chrome/android/java/res/drawable-ldrtl/ |
forward_button_selector.xml | 11 <item android:drawable="@drawable/back" />
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
push_messaging_invalidation_handler_delegate.h | 13 // object that was invalidated, OnMessage() will be called back once for that
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_log_unittest.cc | 437 process_data.tasks.back().birth.location.file_name = "file"; 438 process_data.tasks.back().birth.location.function_name = "function"; 439 process_data.tasks.back().birth.location.line_number = 1337; 440 process_data.tasks.back().birth.thread_name = "birth_thread"; 441 process_data.tasks.back().death_data.count = 37; 442 process_data.tasks.back().death_data.run_duration_sum = 31; 443 process_data.tasks.back().death_data.run_duration_max = 17; 444 process_data.tasks.back().death_data.run_duration_sample = 13; 445 process_data.tasks.back().death_data.queue_duration_sum = 8; 446 process_data.tasks.back().death_data.queue_duration_max = 5 [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
net_export_ui.h | 11 // The C++ back-end for the chrome://net-export webui page.
|
/external/chromium_org/chrome/common/net/ |
test_server_locations.h | 11 // that simply echoes back the request.
|
/external/chromium_org/chrome_frame/test/data/ |
CFInstance_post_frame.html | 24 <br>Test for PostMessage from the host browser to iframe and back</p>
|