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

12 3

  /external/libvterm/src/
state.c 168 #define FORCE 1
177 static void set_lineinfo(VTermState *state, int row, int force, int dwl, int dhl)
197 || force)
769 set_lineinfo(state, row, FORCE, DWL_OFF, DHL_OFF);
1041 set_lineinfo(state, row, FORCE, DWL_OFF, DHL_OFF);
1050 set_lineinfo(state, row, FORCE, DWL_OFF, DHL_OFF);
1064 set_lineinfo(state, row, FORCE, DWL_OFF, DHL_OFF);
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
3c595.c 465 case FORCE :
cs89x0.c 468 case FORCE :
depca.c 321 #define COLL 0x0010 /* Force Collision */
411 ** Memory Alignment. Each descriptor is 4 longwords long. To force a
664 case FORCE :
epic100.c 437 case FORCE :
3c515.c 596 case FORCE :
amd8111e.c 639 case FORCE:
davicom.c 651 /* eth_irq - enable, disable and force interrupts */
660 case FORCE :
eepro.c 477 DISABLE - Enable, Disable, or Force interrupts
486 case FORCE :
prism2.c 733 IRQ - Enable, Disable, or Force interrupts
742 case FORCE :
smc9000.c 819 case FORCE :
w89c840.c 592 w89c840_irq - Enable, Disable, or Force interrupts
601 case FORCE :
dmfe.c 302 if (!(db->media_mode & 0x10)) /* Force 1M mode */
307 db->op_mode = db->media_mode; /* Force Mode */
390 case FORCE :
756 * Force mode: phyxcer register4 is the force media
782 /* Force Mode */
819 * Force mode: PHY controller in force mode with HUB
820 * N-way force capability with SWITCH
842 /* 10/100M phyxcer force mode need *
    [all...]
ns83820.c 784 IRQ - Enable, Disable, or Force interrupts
793 case FORCE :
ns8390.c 605 NS8390_IRQ - Enable, Disable, or Force interrupts
614 case FORCE :
711 eth_flags |= FLAG_PIO; /* force PIO mode */
821 eth_flags |= FLAG_PIO; /* force PIO mode */
917 eth_flags |= FLAG_16BIT; /* force 16-bit mode */
pcnet32.c 641 IRQ - Enable, Disable, or Force interrupts
650 case FORCE :
sis900.c     [all...]
sundance.c 296 /* Force media */
435 case FORCE :
675 /* Force media type */
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 59 protected static boolean FORCE = true;
412 * @param force true if we shuold force the unmount, false otherwise
415 protected boolean unmountObb_noThrow(String obbFilePath, boolean force) {
421 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener));
424 if (force) {
436 * @param force true if we shuold force the unmount, false otherwise
438 protected void unmountObb(String obbFilePath, boolean force) {
443 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 275 file.delete(IResource.KEEP_HISTORY | IResource.FORCE, null /*monitor*/);
277 file.create(stream, true /*force*/, null /*progress*/);
  /external/eigen/cmake/
FindBLAS.cmake     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 601 resFolder.create(IResource.FORCE, true /*local*/, null);
  /build/make/core/
config.mk 59 # Used to force goals to build. Only use for conditionally defined goals.
60 .PHONY: FORCE
61 FORCE:
    [all...]
  /external/minijail/
common.mk 61 # - FORCE - force the given target to run regardless of changes
407 #$(warning PV=$(PV). If shared object versions matter, please force PV=.)
878 FORCE: ;
    [all...]
  /external/modp_b64/
common.mk 61 # - FORCE - force the given target to run regardless of changes
407 #$(warning PV=$(PV). If shared object versions matter, please force PV=.)
878 FORCE: ;
    [all...]

Completed in 552 milliseconds

12 3