HomeSort by relevance Sort by last modified time
    Searched defs:force (Results 26 - 50 of 742) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/sun/nio/ch/
SimpleAsynchronousFileChannelImpl.java 155 public void force(boolean metaData) throws IOException { method in class:SimpleAsynchronousFileChannelImpl
162 n = nd.force(fdObj, metaData);
FileChannelImpl.java 416 public void force(boolean metaData) throws IOException { method in class:FileChannelImpl
426 rv = nd.force(fd, metaData);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
MappedByteBufferTest.java 124 * @tests {@link java.nio.MappedByteBuffer#force()}
133 mmbRead.force();
142 "Invoking force() should have no effect when this buffer was not mapped in read/write mode",
152 mmbReadWrite.force();
159 // Invoking force() will change the buffer
  /external/e2fsprogs/resize/
main.c 159 static void bigalloc_check(ext2_filsys fs, int force)
161 if (!force && ext2fs_has_feature_bigalloc(fs->super)) {
164 "your own risk! Use the force option "
253 int force = 0; local
293 force = 1;
430 if (!force && !(mount_flags & EXT2_MF_MOUNTED)) {
526 if (!force && new_size < min_size) {
557 if (!force && (new_size > max_size)) {
603 bigalloc_check(fs, force);
606 bigalloc_check(fs, force);
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 196 void force(int rx, unsigned domain);
294 /// Force register rx into domain.
295 void ExeDepsFix::force(int rx, unsigned domain) { function in class:__anon27240::ExeDepsFix
305 // force the new value into domain. This costs a domain crossing.
419 // We are already collapsed, but predecessor is not. Force it.
430 force(rx, pdv->getFirstDomain());
595 force(rx, domain);
599 // Kill all defs and force them.
605 force(rx, domain);
645 // If the collapsed operands force a single domain, propagate the collapse
    [all...]
  /external/toybox/toys/posix/
cp.c 70 -f force copy by deleting destination file
410 int force = toys.optflags & FLAG_f, no_clobber = toys.optflags & FLAG_n; local
412 if (!force || no_clobber) {
  /libcore/ojluni/src/main/java/java/util/
ComparableTimSort.java 206 int force = nRemaining <= minRun ? nRemaining : minRun; local
207 binarySort(a, lo, lo + force, lo + runLen);
208 runLen = force;
    [all...]
TimSort.java 238 int force = nRemaining <= minRun ? nRemaining : minRun; local
239 binarySort(a, lo, lo + force, lo + runLen, c);
240 runLen = force;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
debug_test.go 29 var force = flag.Bool("f", false, "force run under not linux-amd64; also do not use tempdir") var
101 if !*useDelve && !*force && !(runtime.GOOS == "linux" && runtime.GOARCH == "amd64") {
108 skipReasons += "not run unless linux-amd64 or -d (delve) or -f (force); "
165 if *force || optimizedLibs {
183 if !*force {
905 // Conservative guess at characters that will force quoting
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
debug_test.go 29 var force = flag.Bool("f", false, "force run under not linux-amd64; also do not use tempdir") var
101 if !*useDelve && !*force && !(runtime.GOOS == "linux" && runtime.GOARCH == "amd64") {
108 skipReasons += "not run unless linux-amd64 or -d (delve) or -f (force); "
165 if *force || optimizedLibs {
183 if !*force {
905 // Conservative guess at characters that will force quoting
  /bionic/tools/versioner/src/
versioner.cpp 503 bool force = false; local
563 force = true;
683 if (!preprocessor_output_path.empty() && (force || !failed)) {
  /external/e2fsprogs/misc/
dumpe2fs.c 604 int force = 0; local
629 force++;
662 if (force)
e2undo.c 291 int c, force = 0, dry_run = 0, verbose = 0, dump = 0; local
322 force = 1;
389 if (!force && ext2fs_le32_to_cpu(undo_ctx.hdr.header_crc) != hdr_crc) {
400 if (!force && undo_ctx.blocksize > E2UNDO_MAX_BLOCK_SIZE) {
405 if (!force && undo_ctx.blocksize < E2UNDO_MIN_BLOCK_SIZE) {
418 if (!force && (undo_ctx.hdr.f_incompat || undo_ctx.hdr.f_rocompat)) {
466 if (!force && check_filesystem(&undo_ctx, channel))
502 if (force) {
511 if (!force &&
521 if (!force && ext2fs_le32_to_cpu(crc) != key_crc)
    [all...]
badblocks.c 78 static int force; /* force check of mounted device */ variable
999 if (force) {
1012 if (force)
1094 force++;
    [all...]
  /external/elfutils/src/
elfcompress.c 46 static bool force = false; variable
106 force = true;
205 unsigned int flags = compress && force ? ELF_CHF_FORCE : 0;
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CodeMangler.java 40 private boolean force; // true if force reprocess of files field in class:CodeMangler
64 "-f[orce] - force reprocessing of files even if timestamp and headers match\n" +
122 force = true;
369 if (hasHeader && !force) {
    [all...]
  /external/kmod/tools/
modprobe.c 54 static int force = 0; variable
70 {"force", no_argument, 0, 'f'},
71 {"force-modversion", no_argument, 0, 2},
72 {"force-vermagic", no_argument, 0, 1},
115 "\t-f, --force Force module insertion or removal.\n"
116 "\t implies --force-modversions and\n"
117 "\t --force-vermagic\n"
118 "\t --force-modversion Ignore module's version\n"
119 "\t --force-vermagic Ignore module's version magic\n
    [all...]
  /external/wayland-protocols/flinger_headers/
ArcInputBridgeProtocol.h 122 float force; member in union:arc::TouchArgs::__anon43691
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 579 mIndexBuffer.force();
  /external/f2fs-tools/fsck/
fsck.c 2038 int force = 0; local
    [all...]
  /external/libogg/src/
framing.c 369 /* Conditionally flush a page; force==0 will only flush nominal-size
370 pages, force==1 forces us to flush a page regardless of page size
372 static int ogg_stream_flush_i(ogg_stream_state *os,ogg_page *og, int force){
411 force=1;
421 if(vals==255)force=1;
424 if(!force) return(0);
526 int force=0; local
531 force=1;
533 return(ogg_stream_flush_i(os,og,force));
    [all...]
  /external/syslinux/com32/modules/
pxechn.c 117 uint32_t force; member in struct:pxelinux_opt
178 /* Force text mode */
466 pxe->force = 0;
769 case 'f': /* force */
770 pxe->force = pxechn_parse_force(optarg);
994 ((pxe.force) && ((pxe.force & (~PXECHN_FORCE_ALL)) == 0))) {
995 printf("Forcing behavior %08X\n", pxe.force);
998 (pxe.force & PXECHN_FORCE_PKT2)) {
1007 if (pxe.force & PXECHN_FORCE_PKT1)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
MessagingLayoutTransformState.java 345 public void setVisible(boolean visible, boolean force) {
346 super.setVisible(visible, force);
355 setVisible(child, visible, force);
357 setVisible(ownGroup.getAvatar(), visible, force); local
358 setVisible(ownGroup.getSenderView(), visible, force); local
361 setVisible(isolatedMessage, visible, force);
367 private void setVisible(View child, boolean visible, boolean force) {
372 ownState.setVisible(visible, force);
411 setVisible(true /* visible */, false /* force */);
  /frameworks/ml/nn/runtime/test/
TestPartitioningRandom.cpp 131 // Force all graph weights into a single pool (as we recommend to users)
702 // Now force common root or model input, if necessary. (A
704 auto force = local
713 force(IK_OPERATION_OUTPUT);
717 force(IK_MODEL_INPUT);
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java     [all...]

Completed in 638 milliseconds

12 3 4 5 6 7 8 91011>>