HomeSort by relevance Sort by last modified time
    Searched refs:BUG (Results 26 - 50 of 86) sorted by null

12 3 4

  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/asm-generic/
bug.h 18 #define BUG()
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm-generic/
bug.h 18 #define BUG()
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm-generic/
bug.h 18 #define BUG()
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/asm-generic/
bug.h 18 #define BUG()
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/asm-generic/
bug.h 18 #define BUG()
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/asm-generic/
bug.h 18 #define BUG()
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm-generic/
bug.h 18 #define BUG()
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm-generic/
bug.h 18 #define BUG()
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm-generic/
bug.h 18 #define BUG()
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm-generic/
bug.h 18 #define BUG()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogMotion.java 63 if (D.BUG) Log.d(TAG, "mDialog.onDismiss");
69 if (D.BUG) Log.d(TAG, "mDialog.onShow");
84 if (D.BUG) Log.d(TAG, "mShowing = " + mShowing);
91 if (D.BUG) Log.d(TAG, "mDismissing = " + mDismissing);
99 if (D.BUG) Log.d(TAG, "mAnimating = " + mAnimating);
106 if (D.BUG) Log.d(TAG, "startShow");
115 if (D.BUG) Log.d(TAG, "mDialog.show()");
129 if (D.BUG) Log.d(TAG, "startShowAnimation");
154 if (D.BUG) Log.d(TAG, "show.onAnimationEnd");
159 if (D.BUG) Log.d(TAG, "show.onAnimationCancel")
    [all...]
MediaSessions.java 87 if (D.BUG) Log.d(TAG, "init");
101 if (D.BUG) Log.d(TAG, "destroy");
112 if (D.BUG) Log.d(TAG, "Setting level to " + level);
118 if (D.BUG) Log.d(TAG, "remoteVolumeChangedH " + controller.getPackageName() + " "
128 if (D.BUG) Log.d(TAG, "updateRemoteControllerH " + pkg);
134 if (D.BUG) Log.d(TAG, "onActiveSessionsUpdatedH n=" + controllers.size());
157 if (D.BUG) Log.d(TAG, "Removing " + r.name + " sentRemote=" + r.sentRemote);
249 if (D.BUG) Log.d(TAG, N + " controllers");
254 if (D.BUG) Log.d(TAG, sw.toString());
277 if (D.BUG) Log.d(TAG, cb("onAudioInfoChanged") + Util.playbackInfoToString(info
    [all...]
SafetyWarningDialog.java 76 if (D.BUG) Log.d(TAG, "Confirmed warning via VOLUME_UP");
104 if (D.BUG) Log.d(TAG, "Received ACTION_CLOSE_SYSTEM_DIALOGS");
VolumeDialogController.java 163 if (D.BUG) Log.d(TAG, "destroy");
316 if (D.BUG) Log.d(TAG, "updateActiveStreamW " + activeStream);
318 if (D.BUG) Log.d(TAG, "forceVolumeControlStream " + s);
353 if (D.BUG) Log.d(TAG, "updateStreamRoutedToBluetoothW stream=" + stream
458 if (D.BUG) Log.d(TAG, "onSetStreamVolume " + stream + " level=" + level);
478 if (D.BUG) Log.d(TAG, "onSetZenModeW " + mode);
487 if (D.BUG) Log.d(TAG, "showDndTile");
496 if (D.BUG) Log.d(TAG, "displaySafeVolumeWarning "
504 if (D.BUG) Log.d(TAG, "volumeChanged " + AudioSystem.streamToString(streamType)
512 if (D.BUG) Log.d(TAG, "masterMuteChanged")
    [all...]
  /external/libcap-ng/
Android.mk 6 # BUG: 25294261, 25642296
  /external/libnl/lib/
object.c 27 BUG();
47 BUG();
107 BUG();
122 BUG();
183 BUG();
cache_mngt.c 196 BUG();
215 BUG();
236 fprintf(stderr, "Application BUG: Your application must "
data.c 102 BUG();
  /external/v8/test/mjsunit/es6/
block-sloppy-function.js 216 // BUG(v8:4451)
226 // BUG(v8:4451): Should be made non-configurable
229 // BUG(v8:4451): Should be made enumerable
244 // BUG(v8:4451): Should be made non-configurable
246 // BUG(v8:4451): Should be made writable
249 // BUG(v8:4451): Should be overwritten
277 // BUG(v8:) This shouldn't hoist and shouldn't throw
287 // Currently this actually throws BUG(v8:4452)
297 // Should be assertFalse BUG(v8:4452)
  /external/chromium-trace/catapult/
PRESUBMIT.py 48 # Show a presubmit message if there is no BUG= line.
49 if input_api.change.BUG is None:
51 'If this change has associated Catapult and/or Rietveld bug(s), add a '
52 '"BUG=<bug>(, <bug>)*" line to the patch description where <bug> can '
56 # Throw a presubmit error if the BUG= line is provided but empty.
57 if input_api.change.BUG.strip() == '':
59 'Empty BUG= line. Either remove it, or, preferably, change it to
    [all...]
  /external/libnl/lib/route/
class_api.c 42 BUG();
cls_api.c 43 BUG();
qdisc_api.c 45 BUG();
  /ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 45 #if BUG
  /ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 45 #if BUG

Completed in 487 milliseconds

12 3 4