HomeSort by relevance Sort by last modified time
    Searched refs:forced (Results 1 - 25 of 213) sorted by null

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
loc10.s 1 Boot GETA $0,Boot %set dynamic- and forced-trap handler
loc9.s 2 Boot GETA $0,Boot %set dynamic- and forced-trap handler
loc8.s 3 Boot GETA $0,Boot %set dynamic- and forced-trap handler
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
vxworks-forced-local-1.d 2 #source: vxworks-forced-local-1.s
3 #ld: -shared -Tvxworks1.ld --version-script vxworks-forced-local-1.ver
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
loc-6.s 5 Boot GETA $0,Boot %set dynamic- and forced-trap handler
loc-7.s 5 Boot GETA $0,Boot %set dynamic- and forced-trap handler
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
gc-hidden-1.d 9 # See PR ld/13990: a forced-local PLT reference to a
10 # forced-local symbol is GC'ed, trigging a BFD_ASSERT.
  /external/elfutils/tests/
elfputzdata.c 117 bool forced = false; local
123 forced = true;
129 forced ? " (forced) " : " ",
139 forced = true;
145 forced ? " (forced) " : " ",
163 if (forced && new_size < orig_size)
165 printf ("section %zd forced to compress, but size smaller\n",
170 if (! forced && new_size >= orig_size
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
gotplt.d 7 # Make sure that gotplt relocations of forced local symbols
  /external/iputils/ninfod/
ninfod.h 54 int forced
117 void init_core(int forced);
ninfod_name.c 290 void init_nodeinfo_nodename(int forced)
301 if (!changed && !forced)
307 if ((changed || forced) && !IN6_IS_ADDR_UNSPECIFIED(&nigroup.ipv6mr_multiaddr)) {
330 if (changed || forced) {
ninfod_core.c 303 if (!forced && initialized)
392 void init_core(int forced)
398 if (!initialized || forced) {
427 subjinfo_table[i].init(forced);
434 qtypeinfo_table[i].init(forced);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
subsym.s 5 ; if quotes, interpret as string, and do forced substitution
15 .word $symlen(":SYMBOL:") ; 5, forced substitution
  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 55 void setForceScoAudio(boolean forced);
  /frameworks/base/media/java/android/media/
SubtitleController.java 192 * Supports HLS-flags: AUTOSELECT, FORCED & DEFAULT.
194 * 1. If captioning is disabled, only consider FORCED tracks. Otherwise,
195 * consider all tracks, but prefer non-FORCED ones.
209 * and FORCED=no.
226 boolean forced =
239 int score = (forced ? 0 : 8) +
243 if (selectForced && !forced) {
250 (autoselect || forced || selectedLocale != null))) {
288 // We can have a default (forced) track even if captioning
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LightBarTransitionsController.java 89 public void appTransitionPending(boolean forced) {
90 if (mKeyguardMonitor.isKeyguardGoingAway() && !forced) {
106 public void appTransitionStarting(long startTime, long duration, boolean forced) {
107 if (mKeyguardMonitor.isKeyguardGoingAway() && !forced) {
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripController.java 130 * @param forced Forces to stop even if the scrolling can not be
134 public boolean stopScrolling(boolean forced);
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.jar 
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-12c.d 10 # are forced local using a linker script. There should just be the
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 128 default void appTransitionPending(boolean forced) { }
130 default void appTransitionStarting(long startTime, long duration, boolean forced) { }
354 appTransitionPending(false /* forced */);
357 public void appTransitionPending(boolean forced) {
359 mHandler.obtainMessage(MSG_APP_TRANSITION_PENDING, forced ? 1 : 0, 0).sendToTarget();
370 appTransitionStarting(startTime, duration, false /* forced */);
373 public void appTransitionStarting(long startTime, long duration, boolean forced) {
375 mHandler.obtainMessage(MSG_APP_TRANSITION_STARTING, forced ? 1 : 0, 0,
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaListView.java 208 public void goTo(Time time, long id, String searchQuery, boolean forced,
224 mWindowAdapter.refresh(mTime, id, searchQuery, forced, refreshEventInfo);
227 public void refresh(boolean forced) {
228 mWindowAdapter.refresh(mTime, -1, null, forced, false);
  /external/apache-harmony/jdwp/
Android.mk 21 # We run in non-debug mode and support running with a forced abi. We must pass
  /frameworks/base/services/core/java/com/android/server/wm/
TaskWindowContainerController.java 154 boolean forced) {
160 if (mContainer.resizeLocked(bounds, overrideConfig, forced) && relayout) {
  /prebuilts/go/darwin-x86/src/testing/
allocs.go 41 // We are forced to return a float64 because the API is silly, but do
  /prebuilts/go/linux-x86/src/testing/
allocs.go 41 // We are forced to return a float64 because the API is silly, but do

Completed in 294 milliseconds

1 2 3 4 5 6 7 8 9