HomeSort by relevance Sort by last modified time
    Searched full:star (Results 26 - 50 of 549) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/views/location_bar/
star_view_browsertest.cc 32 // Verify that clicking the bookmark star a second time hides the bookmark
87 // Ensure that UIs like the star window, user profiler picker, omnibox
113 // Now get the region of the plugin before the star view is shown.
123 // Now show the star view
  /external/chromium_org/ui/keyboard/resources/layouts/
symbol-altkeys.js 26 '*': ['\u2605', // Black star
  /frameworks/base/core/res/res/drawable/
ratingbar_full_empty.xml 17 <!-- This is the rating bar drawable that is used to a show a filled star. -->
ratingbar_full_empty_holo_dark.xml 17 <!-- This is the rating bar drawable that is used to a show a filled star. -->
ratingbar_full_empty_holo_light.xml 17 <!-- This is the rating bar drawable that is used to a show a filled star. -->
ratingbar_full_filled.xml 17 <!-- This is the rating bar drawable that is used to a show a filled star. -->
ratingbar_full_filled_holo_dark.xml 17 <!-- This is the rating bar drawable that is used to a show a filled star. -->
ratingbar_full_filled_holo_light.xml 17 <!-- This is the rating bar drawable that is used to a show a filled star. -->
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
DestructiveAction.java 23 * Interface for listening to completed UI actions like Archive, Delete, star, etc.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 28 #define STAR 16
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 28 #define STAR 16
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 102 ( STAR NAME (COMMA DOUBLESTAR NAME)?
106 | STAR NAME (COMMA DOUBLESTAR NAME)?
203 (STAR | import_as_name (COMMA import_as_name)*)
302 term: factor ((STAR | SLASH | PERCENT | DOUBLESLASH ) factor)*
369 ( STAR test (COMMA DOUBLESTAR test)?
373 | STAR test (COMMA DOUBLESTAR test)?
408 STAR : '*' ;
  /frameworks/base/core/java/android/widget/
RatingBar.java 45 * internally as the background for a fractionally filled star.
110 // A touch inside a star fill up to that fractional area (slightly more
210 * half-star granularity is wanted, this would be 0.5.
233 * @return The amount of progress that fits into a star
264 * partially filled star. This method keeps the secondary progress in sync
  /external/stlport/test/unit/
hash_test.cpp 21 const char star = 92; variable
23 const char star = 42; variable
284 CPPUNIT_ASSERT( s.count(star) == 0 );
285 s.insert(star);
286 CPPUNIT_ASSERT( s.count(star) == 1 );
287 s.insert(star);
288 CPPUNIT_ASSERT( s.count(star) == 2 );
292 i = s.find(star);
295 CPPUNIT_ASSERT( s.erase(star) == 2 );
  /ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp 21 const char star = 92; variable
23 const char star = 42; variable
284 CPPUNIT_ASSERT( s.count(star) == 0 );
285 s.insert(star);
286 CPPUNIT_ASSERT( s.count(star) == 1 );
287 s.insert(star);
288 CPPUNIT_ASSERT( s.count(star) == 2 );
292 i = s.find(star);
295 CPPUNIT_ASSERT( s.erase(star) == 2 );
  /ndk/tests/device/test-stlport/unit/
hash_test.cpp 21 const char star = 92; variable
23 const char star = 42; variable
284 CPPUNIT_ASSERT( s.count(star) == 0 );
285 s.insert(star);
286 CPPUNIT_ASSERT( s.count(star) == 1 );
287 s.insert(star);
288 CPPUNIT_ASSERT( s.count(star) == 2 );
292 i = s.find(star);
295 CPPUNIT_ASSERT( s.erase(star) == 2 );
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_prompt_controller.h 48 // Invoked when bookmark is added for |url| by clicking star icon in
50 // considered as clicking star icon.
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationMessage.java 35 * A message created as part of a conversation view. Sometimes, like during star/unstar, it's
92 public void star(boolean newStarred) { method in class:ConversationMessage
  /cts/tools/dasm/src/java_cup/
sym.java 17 static final int STAR = 15;
  /development/samples/XmlAdapters/res/xml/
contacts.xml 24 <bind app:from="starred" app:to="@id/star" app:as="drawable">
  /external/javassist/sample/preproc/
Compiler.java 340 boolean star = false;
345 star = true;
346 else if(star && c == '/')
349 star = false;
  /external/nist-sip/java/gov/nist/core/
Separators.java 44 public static final String STAR = "*";
  /external/replicaisland/res/values/
arrays.xml 21 <item>STAR</item>
  /frameworks/compile/mclinker/include/mcld/LD/
ArchiveReader.h 26 * 1. All archive elements star on an even boundary, new line padded;
  /packages/apps/UnifiedEmail/res/layout/
conversation_message_upper_header_actions.xml 26 android:id="@+id/star"

Completed in 718 milliseconds

12 3 4 5 6 7 8 91011>>