/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_launcher.jd | 151 <td style="border:0; vertical-align:middle">Icons should not be overly complicated. Remember 160 where appropriate; remember that launcher icons should differentiate your application from
|
/frameworks/base/docs/html/training/accessibility/ |
service.jd | 69 Remember to specify that it handles the {@code android.accessibilityservice} intent, 87 application, you can remove the starter Activity class (usually called MainActivity.java) from your source. Remember to
|
/bionic/libc/stdio/ |
freopen.c | 67 * Remember whether the stream was open to begin with, and which file
|
/dalvik/vm/mterp/armv5te/ |
OP_EXECUTE_INLINE.S | 76 mov r9, r0 @ remember method
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TextAlign.java | 157 mX = w * 0.5f; // remember the center of the screen
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
CrossfadeActivity.java | 116 // the view. Remember that listeners are not limited to the specific animation
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/ |
pom.xml | 122 remember that they need antlr.jar in their CLASSPATH and so
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugEventRepeater.cs | 39 * and override the methods you want to listen in on. Remember to call
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugEventRepeater.cs | 40 * and override the methods you want to listen in on. Remember to call
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
DFA.js | 21 var mark = input.mark(), // remember where decision started in input
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
DFA.pm | 67 my $mark = $input->mark(); # remember where decision started in input
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
backtracking.rb | 50 * Remember: the goal is to avoid backtrack like the plague
|
/external/chromium/chrome/browser/autocomplete/ |
extension_app_provider.cc | 142 // If you update the algorithm here, please remember to update the tables in
|
keyword_provider.h | 153 // We remember the last suggestions we've received from the extension in case
|
/external/chromium/chrome/browser/ |
browser_process_impl.h | 6 // the service initialization could fail or succeed. This allows us to remember
|
/external/chromium/chrome/browser/password_manager/ |
password_manager.cc | 101 // Also get out of here if the user told us to 'never remember' passwords for
|
/external/chromium/chrome/browser/sessions/ |
session_backend.h | 134 // Whether we've inited. Remember, the constructor is run on the
|
session_restore_browsertest.cc | 188 // Verifies we remember the last browser window when closing the last
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_cell_unittest.mm | 17 // Simple class to remember how many mouseEntered: and mouseExited:
|
/external/chromium/chrome/browser/ui/gtk/ |
custom_button.h | 78 // We need to remember the image ids that the user passes in and the theme
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
touch_tab_strip.h | 61 // Retrieves the Tab at the specified index. Remember, the specified index
|
/external/chromium/chrome/common/extensions/ |
extension_action.cc | 64 // the API, we must remember that there is no popup for that specific tab.
|
/external/chromium/net/url_request/ |
url_request_http_job.h | 133 // For recording of stats, we need to remember if this is cached content.
|
/external/chromium/testing/gmock/include/gmock/internal/ |
gmock-generated-internal-utils.h.pump | 60 // doesn't try to remember anything about the argument. We
|
/external/chromium/testing/gtest/samples/ |
sample10_unittest.cc | 135 // they are attributed to the right test. Remember that a listener
|