HomeSort by relevance Sort by last modified time
    Searched full:another (Results 726 - 750 of 15616) sorted by null

<<21222324252627282930>>

  /external/v8/tools/clang/blink_gc_plugin/
CMakeLists.txt 26 # Paths must be absolute, since we're modifying a target in another directory.
  /external/v8/tools/clang/plugins/
CMakeLists.txt 16 # Paths must be absolute, since we're modifying a target in another directory.
  /external/valgrind/drd/tests/
pth_barrier_thr_cr.c 3 * pthread_barrier_wait() call is invoked by another thread. This is the only
  /external/valgrind/helgrind/
README_YARD.txt 2 YARD, Yet Another Race Detector, built on the Helgrind framework
  /external/valgrind/memcheck/tests/
err_disable_arange1.c 26 fprintf(stderr, "\nDoing invalid another access. Expect no complaint.\n\n");
leak-cycle.c 49 /* one cycle linked to another */
reach_thread_register.c 12 thread register, and another thread calls exit */
  /external/valgrind/none/tests/solaris/
block_all_signals.c 8 another process (because libc thinks it blocks all signals before fork
  /external/vogar/src/vogar/
CommandBugDatabase.java 25 * A bug database that shells out to another process.
  /external/webrtc/webrtc/base/
thread_checker_impl.h 36 // exclusively on another thread.
  /external/webrtc/webrtc/common_video/include/
i420_buffer_pool.h 33 // later from another thread.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
audio_encoder_isac_unittest.cc 43 // 0 is another way to ask for the default value.
  /external/webrtc/webrtc/modules/desktop_capture/
cropped_desktop_frame.cc 15 // A DesktopFrame that is a sub-rect of another DesktopFrame.
  /external/webrtc/webrtc/sound/
soundsystemproxy.h 19 // A SoundSystemProxy is a sound system that defers to another one.
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
AutoFocusCallback.java 43 //Log.d(TAG, "Got auto-focus callback; requesting another");
  /frameworks/base/core/java/android/hardware/input/
KeyboardLayout.java 145 public int compareTo(KeyboardLayout another) {
148 int result = Integer.compare(another.mPriority, mPriority);
150 result = mLabel.compareToIgnoreCase(another.mLabel);
153 result = mCollection.compareToIgnoreCase(another.mCollection);
  /frameworks/base/core/java/android/os/
BadParcelableException.java 25 * passed to another process that doesn't have the same {@link Parcelable} class
  /frameworks/base/core/java/android/util/
Rational.java 210 * <p>Compare this Rational to another object and see if they are equal.</p>
212 * <p>A Rational object can only be equal to another Rational object (comparing against any
215 * <p>A Rational object is considered equal to another Rational object if and only if one of
234 * @param obj a reference to another object
458 * @param another the rational to be compared
463 * @throws NullPointerException if {@code another} was {@code null}
466 public int compareTo(Rational another) {
467 checkNotNull(another, "another must not be null");
469 if (equals(another)) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java 60 matcher.addURI("auth", "another/path/segment", ANOTHER_PATH_SEGMENT);
81 matcher.addURI("auth", "/another/path/segment", ANOTHER_PATH_SEGMENT);
102 matcher.addURI("auth", "/another/path/segment", ANOTHER_PATH_SEGMENT);
130 check("content://auth/another/path/segment", ANOTHER_PATH_SEGMENT, matcher);
  /frameworks/base/core/tests/coretests/src/android/util/
StateSetTest.java 39 // Add another state to the spec which the stateSet doesn't match
63 // Add another matching state to the the stateSet. We still fail
80 // Add another arrelevent state to the stateSet
86 // Add another state to the spec which the stateSet doesn't match
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ShortButtons.java 25 * A series of short buttons, some of which are embedded within another
  /frameworks/base/libs/hwui/tests/unit/
DeviceInfoTests.cpp 26 // can't assert state before init - another test may have initialized the singleton
  /frameworks/base/media/java/android/media/
IVolumeController.aidl 21 * dialog in another process.
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/annotations/
DependsOn.java 22 * Used to indicate that an interface in the plugin library needs another
  /frameworks/base/packages/WallpaperCropper/res/values/
strings.xml 22 usually see this when using another app and trying to set

Completed in 1271 milliseconds

<<21222324252627282930>>