HomeSort by relevance Sort by last modified time
    Searched full:another (Results 176 - 200 of 13060) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiMethod.java 44 public int compareTo(ApiMethod another) {
45 return mName.compareTo(another.mName);
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
TestCase.java 46 public int compareTo(TestCase another) {
47 return getName().compareTo(another.getName());
  /external/chromium_org/third_party/WebKit/ManualTests/
autoscroll.html 21 in another subframe, or just outside the window).</p>
24 Open another page in a different tab, middle click in the first iframe, scroll up, and select the other tab. The pan scrolling
  /external/chromium_org/third_party/openssl/openssl/crypto/ripemd/
README 6 I have a few ideas for how to get another 20 or so cycles, but at
9 first time round. To do this I need another register and will only have one
  /external/chromium_org/ui/views/win/
scoped_fullscreen_visibility.cc 24 // ShowWindow(SW_HIDE) will automatically activate another window). This
26 // another window will screw up the activation that is already in progress.
  /external/hamcrest/src/org/hamcrest/core/
Is.java 11 * Decorates another Matcher, retaining the behavior but allowing tests
34 * Decorates another Matcher, retaining the behavior but allowing tests
  /external/kernel-headers/original/linux/
err.h 43 * ERR_CAST - Explicitly cast an error-valued pointer to another pointer type
46 * Explicitly cast an error-valued pointer to another pointer type in such a
  /external/openssl/crypto/ripemd/
README 6 I have a few ideas for how to get another 20 or so cycles, but at
9 first time round. To do this I need another register and will only have one
  /external/valgrind/main/tests/
platform_test 7 # - 1 if it didn't match, but did match the name of another platform
34 exit 1; # Matches another Valgrind-supported platform.
  /libcore/luni/src/main/java/java/util/prefs/
NodeChangeListener.java 33 * This method gets called whenever a child node is added to another node.
41 * This method gets called whenever a child node is removed from another
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
default_names 17 # Create another makefile called "makefile"
23 # Create another makefile called "Makefile"
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ControlPoint.java 55 public int compareTo(Object another) {
56 ControlPoint p = (ControlPoint) another;
  /packages/apps/Launcher3/src/com/android/launcher3/
UserInitializeReceiver.java 25 * first wallpaper that is not in use by another user.
30 // TODO: initial wallpaper now that wallpapers are owned by another app
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
wrapper.py 3 Contains one function, wrapper(), which runs another function which
13 """Wrapper function that initializes curses and calls another function,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_45.txt 14 X-Long-Line: Another really long line contains a lot of text and thus has to be rewrapped because it is another
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
wrapper.py 3 Contains one function, wrapper(), which runs another function which
13 """Wrapper function that initializes curses and calls another function,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_45.txt 14 X-Long-Line: Another really long line contains a lot of text and thus has to be rewrapped because it is another
  /libcore/luni/src/main/java/java/nio/channels/
FileChannel.java 56 * <li>transfer data directly to another channel in a manner that has the
154 * if another I/O error occurs.
172 * request, or another thread is waiting to acquire a lock that
181 * if another I/O error occurs while obtaining the requested
196 * another thread is currently waiting to acquire the overlapping lock.
200 * another process releasing a lock), or until this thread is interrupted or
242 * if this channel is closed by another thread while this method
248 * if another I/O error occurs.
291 * if another I/O error occurs.
313 * if another I/O error occurs
    [all...]
  /frameworks/base/docs/html/training/secure-file-sharing/
index.jd 30 Apps often have a need to offer one or more of their files to another app. For example, an image
36 In all cases, the only secure way to offer a file from your app to another app is to send the
51 This class explains how to securely share files from your app to another app using content URIs
63 Learn how to offer a file to another app by generating a content URI for the file,
68 Learn how to request a file shared by another app, receive the content URI for the file,
  /libcore/luni/src/main/java/java/io/
ObjectInput.java 53 * if this stream is closed or another I/O error occurs.
63 * if this stream is closed or another I/O error occurs.
74 * if this stream is closed or another I/O error occurs.
86 * if this stream is closed or another I/O error occurs.
97 * if this stream is closed or another I/O error occurs.
  /external/chromium_org/v8/test/webkit/fast/js/
JSON-parse-reviver-expected.txt 36 PASS currentHolder[1] is "another value"
37 PASS currentHolder[2] is "and another value"
97 PASS currentHolder['another property'] is "another value"
98 PASS currentHolder['and another property'] is "and another value"
112 PASS currentHolder['and another property'] is "a replaced value"
  /external/chromium/net/disk_cache/
storage_block.h 20 // to actually share that memory with another instance of the class.
22 // The following example shows how to share storage with another object:
52 // Stops sharing the data with another object.
  /external/chromium_org/chrome/browser/ui/
tab_modal_confirm_dialog_delegate.cc 37 // Make sure we won't do anything when another action occurs.
46 // Make sure we won't do anything when another action occurs.
66 // Make sure we won't do anything when another action occurs.
  /external/chromium_org/chrome/common/
chrome_result_codes.h 30 // Uninstall detected another chrome instance.
62 // The profile was in use on another host.
71 // The browser process exited early by passing the command line to another
  /external/chromium_org/media/webm/
webm_webvtt_parser_unittest.cc 90 "Another Subtitle",
91 "Yet Another Subtitle",
92 "Another Subtitle\nSplit Across Two Lines" };

Completed in 3496 milliseconds

1 2 3 4 5 6 78 91011>>