HomeSort by relevance Sort by last modified time
    Searched full:their (Results 876 - 900 of 17379) sorted by null

<<31323334353637383940>>

  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestGrouping.java 108 * Include all tests in the given packages and all their sub-packages, unless otherwise
131 * Exclude all tests in the given packages and all their sub-packages, unless otherwise
184 * Sort classes by their simple names (i.e. without the package prefix), using
185 * their packages to sort classes with the same name.
201 * Sort classes by their fully qualified names (i.e. with the package
  /external/chromium_org/third_party/sqlite/src/tool/
shell5.test 161 puts $in "5|Now is the time for all good men to come to the aid of their country."
169 } {0 {Now is the time for all good men to come to the aid of their country.}}
176 puts $in "6|'Now is the time for all good men to come to the aid of their country.'"
184 } {0 {'Now is the time for all good men to come to the aid of their country.'}}
189 puts $in "7|\"Now is the time for all good men to come to the aid of their country.\""
197 } {0 {"Now is the time for all good men to come to the aid of their country."}}
  /external/mdnsresponder/
README.txt 48 end in ".local." When a user types "yourcomputer.local." into their Web
100 this code into their applications, since OS X provides a system service to
102 mDNSResponder code into their application, then we would end up with a
114 their own separate multicast UDP packets and maintaining their own list of
140 instead of embedding their own mDNSResponder.
  /external/nist-sip/java/gov/nist/javax/sip/header/
Reason.java 182 * CVS: they sent us a patch or a set of diffs, then include their name/email
186 * CVS: reviewed your changes, include their name(s) here.
205 * CVS: they sent us a patch or a set of diffs, then include their name/email
209 * CVS: reviewed your changes, include their name(s) here.
240 * CVS: they sent us a patch or a set of diffs, then include their name/email
244 * CVS: reviewed your changes, include their name(s) here.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Parser.java 152 * CVS: they sent us a patch or a set of diffs, then include their name/email
156 * CVS: reviewed your changes, include their name(s) here.
175 * CVS: they sent us a patch or a set of diffs, then include their name/email
179 * CVS: reviewed your changes, include their name(s) here.
216 * CVS: they sent us a patch or a set of diffs, then include their name/email
220 * CVS: reviewed your changes, include their name(s) here.
RAckParser.java 137 * CVS: they sent us a patch or a set of diffs, then include their name/email
141 * CVS: reviewed your changes, include their name(s) here.
160 * CVS: they sent us a patch or a set of diffs, then include their name/email
164 * CVS: reviewed your changes, include their name(s) here.
198 * CVS: they sent us a patch or a set of diffs, then include their name/email
202 * CVS: reviewed your changes, include their name(s) here.
TimeStampParser.java 165 * CVS: they sent us a patch or a set of diffs, then include their name/email
169 * CVS: reviewed your changes, include their name(s) here.
188 * CVS: they sent us a patch or a set of diffs, then include their name/email
192 * CVS: reviewed your changes, include their name(s) here.
233 * CVS: they sent us a patch or a set of diffs, then include their name/email
237 * CVS: reviewed your changes, include their name(s) here.
  /frameworks/base/docs/html/about/versions/
android-2.2-highlights.jd 141 connecting their phone to the computer with a USB cable. The connection is then shared between the
236 reports from their users. The reports will be available when they log into their publisher
273 <p>Apps can participate in data backup and restore, to ensure that users maintain their data
281 and so on. Users can select the administrators that are enabled on their devices.</p>
286 <p>New "car mode" and "night mode" controls and configurations allow applications to adjust their UI
  /frameworks/base/docs/html/design/patterns/
pure-android.jd 4 <p>Most developers want to distribute their apps on multiple platforms. As you plan your app for
18 distinctive fashion. For example, some platforms advocate rounded corners for their buttons, others
19 use gradients in their title bars. In some cases, elements may have the same purpose, but are
22 don't mimic their specific behaviors. Review the
49 <p>As you are migrating your app to Android, please swap out platform-specific icons with their Android
99 complete the task with their preferred app. For sharing in particular, consider using the <em>Share
  /frameworks/base/docs/html/design/videos/
index.jd 13 <p>Want to enchant people, simplify their lives, and make them feel amazing with your app? Learn how Android's Design Principles can help you create products that resonate with people. Find out about the meaning and research behind the principles. See real-world examples and practices from the Android Design team. Discover techniques for applying the principles in your daily work. No design experience necessary.</p>
75 <p>You have a great idea for an Android app. You want it to stand out among hundreds of thousands. You want your users to love it and tell everyone they know. The Android User Experience team is here to help. We talk about the Android Design guide and other tricks of the trade for creating apps that delight users and help them accomplish their goals. No design background is required.</p>
99 <p>An app is useless if people can't find their way around it. Android introduced big navigation-support changes in 3.0 and 4.0. The Action Bar offers a convenient control for Up navigation, the Back key's behavior became more consistent within tasks, and the Recent Tasks UI got an overhaul. In this talk, we discuss how and why we got where we are today, how to think about navigation when designing your app's user experience, and how to write apps that offer effortless navigation in multiple Android versions.</p>
123 <p>Best-in-class application designers and developers talk about their experience in developing for Android, showing screenshots from their app, exploring the challenges they faced, and offering creative solutions congruent with the Android Design guide. Guests are invited to show examples of visual and interaction patterns in their application that manage to keep it simultaneously consistent and personal.</p>
  /frameworks/base/docs/html/sdk/
exploring.jd 126 their own Android SDK add-ons, then download the SDK add-ons
130 API libraries that are supported by their own Android-powered devices. In order
131 to develop using their libraries, you must install their Android SDK add-on, if it's not already
135 on their web site, follow these steps to add their site to the Android SDK
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedSet.java 41 * natural sort ordering of their elements. Either way, null elements are not
130 * their natural ordering. When multiple elements are equivalent according to
143 * their natural ordering. When multiple elements are equivalent according to
156 * their natural ordering. When multiple elements are equivalent according to
169 * their natural ordering. When multiple elements are equivalent according to
182 * their natural ordering. When multiple elements are equivalent according to
202 * their natural ordering. When multiple elements are equivalent according to
215 * their natural ordering. When multiple elements are equivalent according to
250 * their natural ordering. When multiple elements are equivalent according to
288 * their natural ordering. When multiple elements are equivalent according t
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/spotlight/
tablets.jd 9 for their apps and are seeing those investments pay off big. The increased
17 expand their offering to include Android tablets.</p>
67 a redesign for their <a href="//play.google.com/store/apps/details?id=com.rememberthemilk.MobileRTM">feature-packed
70 their app to meet the tablet guidelines lead to an 83% jump in tablet installs: </p>
75 users have the opportunity to see all of their data in context and drill down
85 for their users.</p>
149 expanding their Mint mobile offering to include a version optimized for Android
165 their spending. They?re looking at historical trends, re-categorizing
168 users are interacting with their own budgets in the tablet app. Customer budget
242 effectively. They chose Android as one of their primary launch platforms becaus
    [all...]
  /bootable/recovery/edify/
README 85 - The && and || operators can be used similarly; they evaluate their
87 expression. Their value is the value of the last-evaluated
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 30 * Adopters may modify khrplatform.h and this file to suit their platform.
113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
  /external/apache-http/src/org/apache/http/cookie/
CookieIdentityComparator.java 41 * Cookies are considered identical if their names are equal and
42 * their domain attributes match ignoring case.
  /external/chromium/chrome/browser/importer/
importer_list.h 35 // Detects the installed browsers and their associated profiles, then stores
36 // their information in a list. It returns the list of description of all
  /external/chromium/chrome/browser/
mach_broker_mac.h 24 // browser's child processes send their Mach port to the browser over IPC.
30 // connection shortly after launching and ipc their mach data to the browser
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.h 30 // DeviceManagementBackend, and CloudPolicyCache: calls their methods and
31 // listens to their callbacks/notifications.
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.h 64 // release their refs to their contexts, which will release the last refs to
profile_impl_io_data.h 69 // release their refs to their contexts, which will release the last refs to
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.h 29 // (b) For Updated and/or Added items, parents appear before their children.
34 // the output list -- items will appear before their sibling-order
clear_data_command_unittest.cc 85 // incorrectly get the impression that their private data has been cleared
86 // from the server (from the fact that their data is gone on the client).
  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.h 95 // Per foreign client mapping of their tab id's to their SessionTab objects.
  /external/chromium/chrome/browser/sync/
signin_manager.h 7 // request is run on their behalf. Auth tokens are fetched from Google
47 // If a user is signed in, this will return their name.

Completed in 476 milliseconds

<<31323334353637383940>>