HomeSort by relevance Sort by last modified time
    Searched defs:force (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/clang/test/SemaCXX/
linkage.cpp 63 void force() { test(A()); } function in namespace:test3
91 // Force the above function to be emitted by codegen.
  /external/ltp/testcases/network/multicast/mc_gethost/
mc_gethost.c 32 int force = 0; local
58 force++;
77 if (force)
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ThemeStyleSet.java 18 if (overlayedAttribute != null && (attribute == null || overlayedStyle.force)) {
26 public void apply(Style style, boolean force) {
27 OverlayedStyle styleToAdd = new OverlayedStyle(style, force);
54 boolean force; field in class:ThemeStyleSet.OverlayedStyle
56 OverlayedStyle(Style style, boolean force) {
58 this.force = force;
77 return style.toString() + (force ? " (forced)" : "");
  /external/skia/src/compute/skc/
raster_builder.h 44 void (* force )(struct skc_raster_builder_impl * const impl); member in struct:skc_raster_builder
  /external/skqp/src/compute/skc/
raster_builder.h 44 void (* force )(struct skc_raster_builder_impl * const impl); member in struct:skc_raster_builder
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ExecutionDomainFix.cpp 91 void ExecutionDomainFix::force(int rx, unsigned domain) { function in class:ExecutionDomainFix
101 // force the new value into domain. This costs a domain crossing.
189 // We are already collapsed, but predecessor is not. Force it.
200 force(rx, pdv->getFirstDomain());
266 force(rx, domain);
270 // Kill all defs and force them.
277 force(rx, domain);
319 // If the collapsed operands force a single domain, propagate the collapse.
354 // Force the first dv to match the current instruction.
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 48 SExpr* Future::force() { function in class:Future
  /external/elfutils/libelf/
elf_compress_gnu.c 49 bool force = (flags & ELF_CHF_FORCE) != 0; local
106 &new_size, force);
elf_compress.c 64 size). Returns (void *) -1 when FORCE is false and the compressed
70 size_t *new_size, bool force)
87 if (next_data == NULL && !force
175 if (!force && flush == Z_FINISH && used >= *orig_size)
354 bool force = (flags & ELF_CHF_FORCE) != 0; local
415 &new_size, force);
  /external/iproute2/bridge/
bridge.c 28 int force; variable
37 " bridge [ -force ] -batch filename\n"
111 if (!force)
174 } else if (matches(opt, "-force") == 0) {
175 ++force;
  /external/libchrome/mojo/public/cpp/bindings/tests/
struct_with_traits_impl_traits.h 224 static const test::StructForceSerializeImpl& force( function in struct:mojo::StructTraits
227 return impl.force();
232 if (!data.ReadForce(&out->force()))
  /external/rmi4utils/rmi4update/
main.cpp 44 fprintf(stdout, "\t-f, --force\tForce updating firmware even it the image provided is older\n\t\t\tthen the current firmware on the device.\n");
57 int UpdateDevice(FirmwareImage & image, bool force, bool performLockdown, const char * deviceFile)
67 rc = update.UpdateFirmware(force, performLockdown);
107 bool force = false; local
110 {"force", 0, NULL, 'f'},
128 force = true;
178 rc = UpdateDevice(image, force, performLockdown, deviceName);
194 rc = UpdateDevice(image, force, performLockdown, deviceFile);
  /build/make/tools/zipalign/
ZipAlign.cpp 127 * output file exists and "force" wasn't specified.
130 int alignment, bool force, bool zopfli, bool pageAlignSharedLibs)
134 //printf("PROCESS: align=%d in='%s' out='%s' force=%d\n",
135 // alignment, inFileName, outFileName, force);
144 if (!force && access(outFileName, F_OK) == 0) {
228 bool force = false; local
253 force = true;
294 result = process(argv[1], argv[2], alignment, force, zopfli, pageAlignSharedLibs);
  /external/dtc/
dtc.c 78 {"force", no_argument, NULL, 'f'},
175 bool force = false, sort = false; local
221 force = true;
322 process_checks(force, dti);
  /external/iproute2/ip/
ip.c 38 int force; variable
51 " ip [ -force ] -batch filename\n"
160 if (!force)
251 } else if (matches(opt, "-force") == 0) {
252 ++force;
  /external/iproute2/tc/
tc.c 43 int force; variable
190 " tc [-force] -batch filename\n"
254 if (!force)
293 } else if (matches(argv[1], "-force") == 0) {
294 ++force;
  /external/ltp/testcases/kernel/syscalls/membarrier/
membarrier01.c 37 int force; /* force if CMD_QUERY reports not enabled */ member in struct:test_case
106 .force = 1,
123 .force = 1,
153 .force = 1,
167 .force = 1,
194 .force = 1,
208 .force = 1,
222 "ret = %ld with errno %d were expected. (force: %d)", \
224 _test.force); \
    [all...]
  /external/u-boot/cmd/
regulator.c 263 int force; local
283 force = !strcmp("-f", argv[2]);
285 force = 0;
288 if ((value < uc_pdata->min_uV || value > uc_pdata->max_uV) && !force) {
294 if (!force)
452 "regulator value [val] [-f] - print/[set] voltage value [uV] (force)\n"
onenand.c 186 static int onenand_block_erase(u32 start, u32 size, int force)
198 if (ret && !force) {
206 instr.priv = force;
442 int force; local
447 * onenand erase [force] [off size]
453 if (!strcmp("force", argv[0]))
455 force = 1;
466 ret = onenand_block_erase(ofs, len, force);
482 * onenand test [force] [off size]
596 "onenand erase [force] [off size] - erase 'size' bytes from\n
    [all...]
  /external/u-boot/scripts/dtc/
dtc.c 76 {"force", no_argument, NULL, 'f'},
173 bool force = false, sort = false; local
219 force = true;
326 process_checks(force, dti);
  /external/e2fsprogs/resize/
main.c 160 static void bigalloc_check(ext2_filsys fs, int force)
162 if (!force && ext2fs_has_feature_bigalloc(fs->super)) {
165 "your own risk! Use the force option "
254 int force = 0; local
294 force = 1;
431 if (!force && !(mount_flags & EXT2_MF_MOUNTED)) {
532 if (!force && new_size < min_size) {
563 if (!force && (new_size > max_size)) {
611 bigalloc_check(fs, force);
  /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:__anon30959::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/skia/modules/particles/src/
SkParticleAffector.cpp 34 bool force = true,
38 , fForce(force)
51 SkVector force = { c * strength, s * strength }; variable
53 ps[i].fVelocity.fLinear += force * params.fDeltaTime;
55 ps[i].fVelocity.fLinear = force;
62 v->visit("Force", fForce);
77 SkAngularVelocityAffector(const SkCurve& strength = 0.0f, bool force = true)
79 , fForce(force) {}
96 v->visit("Force", fForce);
448 bool force,
    [all...]
  /external/toybox/toys/posix/
cp.c 71 -f Force copy by deleting destination file
426 int force = toys.optflags & FLAG_f, no_clobber = toys.optflags & FLAG_n; local
428 if (!force || no_clobber) {
  /bionic/tools/versioner/src/
versioner.cpp 498 bool force = false; local
561 force = true;
690 if (!preprocessor_output_path.empty() && (force || !failed)) {

Completed in 2666 milliseconds

1 2 3 4