HomeSort by relevance Sort by last modified time
    Searched full:star (Results 126 - 150 of 716) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 165 } else if (itemId == R.id.star) {
173 LogUtils.d(LOG_TAG, "We are in a starred folder, removing the star");
340 * Marks the selected conversations with the star setting provided here.
341 * @param star true if you want all the conversations to have stars, false if you want to remove
344 private void starConversations(boolean star) {
346 mUpdater.updateConversation(target, ConversationColumns.STARRED, star);
349 c.starred = star;
399 final MenuItem star = menu.findItem(R.id.star); local
400 star.setVisible(showStar && canStar)
    [all...]
ConversationItemViewCoordinates.java 40 * (eg, checkmark, star, subject, sender, folders, etc.) It will inflate a view,
173 // Star.
316 final View star = view.findViewById(R.id.star); local
318 starX = getX(star) + (isRtl ? 0 : starPadding);
319 starY = getY(star);
320 starWidth = star.getWidth();
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_urllib.py 62 yield """import_from< 'from' module_star=%r 'import' star='*' >
193 # Renaming and star imports are not supported for these modules.
195 self.cannot_convert(node, "Cannot handle star imports.")
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_urllib.py 62 yield """import_from< 'from' module_star=%r 'import' star='*' >
193 # Renaming and star imports are not supported for these modules.
195 self.cannot_convert(node, "Cannot handle star imports.")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 62 yield """import_from< 'from' module_star=%r 'import' star='*' >
193 # Renaming and star imports are not supported for these modules.
195 self.cannot_convert(node, "Cannot handle star imports.")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 62 yield """import_from< 'from' module_star=%r 'import' star='*' >
193 # Renaming and star imports are not supported for these modules.
195 self.cannot_convert(node, "Cannot handle star imports.")
  /external/toybox/toys/posix/
od.c 35 unsigned types, leftover, star;
138 if (!TT.star) {
140 TT.star++;
145 TT.star = 0;
157 if (TT.star) return;
  /external/v8/src/interpreter/
bytecode-peephole-optimizer.cc 117 // Ldar and Star make the accumulator and register hold equivalent
119 // of back-to-back Ldar and Star bytecodes with the same operand.
181 // Star R ====/ Ldar R
185 // peephole optimized away unlike the Star in the first form.
197 // Note: If the Star is tagged with a statement position, we can't
  /external/chromium-trace/catapult/third_party/polymer/components/paper-item/demo/
index.html 97 <iron-icon icon="star" item-icon></iron-icon>
151 <paper-icon-button icon="star" alt="favourite this!">
160 <paper-icon-button icon="star" alt="favourite this!">
  /frameworks/base/docs/html/distribute/googleplay/families/
about.jd 71 The Family star button on Apps and Games Home points to an enhanced discovery
115 Apps participating in Designed for Families are marked with the family star
123 Participating apps are marked with the family star badge.
  /device/linaro/hikey/
hikey.kl 46 key 227 STAR
  /external/antlr/antlr-3.4/runtime/Ruby/
rakefile 52 "test/functional/parser/ll-star.rb",
  /external/chromium-trace/catapult/dashboard/
pylintrc 20 star-args,
  /external/chromium-trace/catapult/dependency_manager/
pylintrc 16 star-args,
  /external/chromium-trace/catapult/devil/
pylintrc 16 star-args,
  /external/chromium-trace/catapult/firefighter/
pylintrc 16 star-args,
  /external/chromium-trace/catapult/
pylintrc 20 star-args,
  /external/chromium-trace/catapult/systrace/
pylintrc 18 star-args,
  /external/chromium-trace/catapult/telemetry/
pylintrc 25 star-args,
  /external/clang/test/Sema/
vla.c 47 int a[*]; // expected-error {{star modifier used outside of function prototype}}
  /external/v8/test/cctest/interpreter/bytecode_expectations/
ContextParameters.golden 49 B(Star), R(0),
  /external/v8/test/unittests/interpreter/
bytecodes-unittest.cc 197 {{B(Star), R8(5)}, 2, 0, " Star r5"},
198 {{B(Wide), B(Star), R16(136)}, 4, 0, " Star.Wide r136"},
  /frameworks/base/data/keyboards/
qwerty.kl 44 key 227 STAR
  /frameworks/base/docs/html/distribute/stories/apps/
segundamano.jd 48 increase in their star rating, a 4.7% lift in monthly active users, and a 7%
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h 22 * @power_state: Power state (this is a five-star comment).

Completed in 2336 milliseconds

1 2 3 4 56 7 8 91011>>