Home
last modified time | relevance | path

Searched +full:- +full:force (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/external/llvm/test/Transforms/LoopVectorize/AArch64/
Darbitrary-induction-step.ll1 ; RUN: opt -S < %s -loop-vectorize -force-vector-interleave=2 -force-vector-width=4 | FileCheck %s
2 ; RUN: opt -S < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=2 | FileCheck %s
4 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
5 target triple = "aarch64--linux-gnueabi"
13 ; CHECK-LABEL: @ind_plus2(
23 ; FORCE-VEC-LABEL: @ind_plus2(
24 ; FORCE-VEC: %wide.load = load <2 x i32>, <2 x i32>*
25 ; FORCE-VEC: mul nsw <2 x i32>
26 ; FORCE-VEC: add nsw <2 x i32>
27 ; FORCE-VEC: %index.next = add i64 %index, 2
[all …]
/external/llvm/test/CodeGen/X86/
Ddynamic-allocas-VLAs.ll1 ; RUN: llc < %s -mcpu=generic -march=x86-64 -mattr=+avx -mtriple=i686-apple-darwin10 | FileCheck %s
2 …c < %s -mcpu=generic -stackrealign -stack-alignment=32 -march=x86-64 -mattr=+avx -mtriple=i686-app…
15 ; CHECK-NOT: andq $-{{[0-9]+}}, %rsp
16 ; CHECK: leaq [[OFFSET:[0-9]*]](%rsp), %rdi
37 ; CHECK: andq $-32, %rsp
38 ; CHECK: subq ${{[0-9]+}}, %rsp
40 ; CHECK: leaq {{[0-9]*}}(%rsp), %rdi
41 ; CHECK: leaq {{[0-9]*}}(%rsp), %rsi
64 ; CHECK-NOT: andq $-{{[0-9]+}}, %rsp
65 ; CHECK: subq ${{[0-9]+}}, %rsp
[all …]
Davx512vl-logic.ll1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl -mattr=+avx512vl | FileCheck %s
3 ; 256-bit
5 ; CHECK-LABEL: vpandd256
10 ; Force the execution domain with an add.
16 ; CHECK-LABEL: vpord256
21 ; Force the execution domain with an add.
27 ; CHECK-LABEL: vpxord256
32 ; Force the execution domain with an add.
38 ; CHECK-LABEL: vpandq256
43 ; Force the execution domain with an add.
[all …]
/external/autotest/server/cros/clique_lib/
Dclique_dut_updater.py2 # Use of this source code is governed by a BSD-style license that can be
18 def update_dut_worker(updater_obj, dut, image, force): argument
27 @param force: If False, will only updated the host if it is not
28 already running the build. If True, force the
29 update regardless, and force a full-reimage.
32 updater_obj.update_dut(dut_host=dut.host, image=image, force=force)
68 Ex: lumpy-release/R28-3993.0.0
72 return dut_board + '-release/' + release_version
84 """Get release version from the DUT located in lsb-release file.
100 return image.split('-')[-1]
[all …]
/external/kernel-headers/original/uapi/linux/
Dinput.h2 * Copyright (c) 1999-2002 Vojtech Pavlik
19 #include "input-event-codes.h"
39 * IOCTLs (0x00 - 0x7f)
50 * struct input_absinfo - used by EVIOCGABS/EVIOCSABS ioctls
78 * struct input_keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls
79 * @scancode: scancode represented in machine-endian form.
123 * EVIOCGMTSLOTS(len) - get MT slot values
144 * If the request code is not an ABS_MT value, -EINVAL is returned.
157 #define EVIOCSFF _IOW('E', 0x80, struct ff_effect) /* send a force effect to a force feedback devi…
158 #define EVIOCRMFF _IOW('E', 0x81, int) /* Erase a force effect */
[all …]
/external/autotest/database/
Dmigrate.py1 #!/usr/bin/python -u
43 name = filename[:-3]
90 def __init__(self, database_connection, migrations_dir=None, force=False): argument
92 self.force = force
134 @param script: A string of semicolon-separated queries.
227 assert self.get_db_version() == migration.version - 1
234 new_version = migration.version - 1
287 if not self.force:
299 return migrations[-1].version
332 return ('-u %(username)s -p%(password)s -h %(host)s %(db_name)s' %
[all …]
/external/llvm/test/
DMakefile1 #===- test/Makefile ----------------------------------------*- Makefile -*--===#
8 #===------------------------------------------------------------------------===#
13 all:: check-local
18 #===------------------------------------------------------------------------===#
20 #===------------------------------------------------------------------------===#
27 LIT_ARGS := -v
29 LIT_ARGS := -s -v
38 # Check what to run for -all.
41 extra-site-cfgs::
42 .PHONY: extra-site-cfgs
[all …]
/external/v8/build/
Dvs_toolchain.py4 # Use of this source code is governed by a BSD-style license that can be
35 # When running on a non-Windows host, only do this if the SDK has explicitly
67 # Include the VS runtime in the PATH in case it's not machine-installed.
119 directory so that even if not system-installed, built binaries are likely to
200 def Update(force=False): argument
205 if force != False and force != '--force':
206 print >>sys.stderr, 'Unknown parameter "%s"' % force
208 if force == '--force' or os.path.exists(json_data_file):
209 force = True
213 if ((sys.platform in ('win32', 'cygwin') or force) and
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DBuildsView.java6 * http://www.eclipse.org/legal/epl-v10.html
9 * IBM Corporation - initial API and implementation
98 String[] defaultBaseline = new String[] { baselines[baselines.length - 1] }; in run()
192 boolean force; field in BuildsView.UpdateBuildAction
194 UpdateBuildAction(boolean force) { in UpdateBuildAction() argument
196 this.force = force; in UpdateBuildAction()
236 BuildsView.this.updateBuilds(monitor, this.force); in updateBuilds()
248 UpdateAllBuildsAction(boolean force) { in UpdateAllBuildsAction() argument
249 super(force); in UpdateAllBuildsAction()
258 BuildsView.this.updateAllBuilds(monitor, this.force); in updateBuilds()
[all …]
/external/rmi4utils/rmi4update/
Dmain.cpp9 * http://www.apache.org/licenses/LICENSE-2.0
43 fprintf(stdout, "\t-h, --help\tPrint this message\n"); in printHelp()
44 …fprintf(stdout, "\t-f, --force\tForce updating firmware even it the image provided is older\n\t\t\… in printHelp()
45 fprintf(stdout, "\t-d, --device\thidraw device file associated with the device being updated.\n"); in printHelp()
46 fprintf(stdout, "\t-p, --fw-props\tPrint the firmware properties.\n"); in printHelp()
47 fprintf(stdout, "\t-l, --lockdown\tPerform lockdown.\n"); in printHelp()
48 fprintf(stdout, "\t-v, --version\tPrint version number.\n"); in printHelp()
57 int UpdateDevice(FirmwareImage & image, bool force, bool performLockdown, const char * deviceFile) in UpdateDevice() argument
67 rc = update.UpdateFirmware(force, performLockdown); in UpdateDevice()
107 bool force = false; in main() local
[all …]
/external/opencv3/cmake/
DOpenCVConfig.cmake19 # - OpenCV_LIBS : The list of libraries to link against.
20 # - OpenCV_LIB_DIR : The directory(es) where lib files are. Calling LINK_DIRE…
22 # - OpenCV_INCLUDE_DIRS : The OpenCV include directories.
23 # - OpenCV_COMPUTE_CAPABILITIES : The version of compute capability
24 # - OpenCV_ANDROID_NATIVE_API_LEVEL : Minimum required level of Android API
25 # - OpenCV_VERSION : The version of this OpenCV build. Example: "2.4.0"
26 # - OpenCV_VERSION_MAJOR : Major version part of OpenCV_VERSION. Example: "2"
27 # - OpenCV_VERSION_MINOR : Minor version part of OpenCV_VERSION. Example: "4"
28 # - OpenCV_VERSION_PATCH : Patch version part of OpenCV_VERSION. Example: "0"
31 # - OpenCV_SHARED
[all …]
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtokenization.txt16 states consume a single character, which may have various side-effects,
33 end-of-file. DOCTYPE tokens have a name, a public identifier, a system
34 identifier, and a force-quirks flag. When a DOCTYPE token is created,
37 force-quirks flag must be set to off (its other state is on). Start and
38 end tag tokens have a tag name, a self-closing flag, and a list of
40 tag token is created, its self-closing flag must be unset (its other
51 When a start tag token is emitted with its self-closing flag set, if
61 When an end tag token is emitted with its self-closing flag set, that
86 U+002D HYPHEN-MINUS (-)
91 one, are U+003C LESS-THAN SIGN, U+0021 EXCLAMATION MARK, U+002D
[all …]
/external/autotest/client/bin/input/
Dlinux_input.py2 # Use of this source code is governed by a BSD-style license that can be
30 # IOCTLs (0x00 - 0x7f)
40 # struct input_absinfo - used by EVIOCGABS/EVIOCSABS ioctls
65 # struct input_keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls
66 # @scancode: scancode represented in machine-endian form.
134 # send a force effect to a force feedback device
135 """ TODO: Support force feedback. """
137 # Erase a force effect
182 * AC - Application Control
183 * AL - Application Launch Button
[all …]
/external/e2fsprogs/resize/
Dmain.c2 * main.c --- ext2 resizer main program
9 * %Begin-Header%
12 * %End-Header%
43 fprintf (stderr, _("Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] " in usage()
44 "[-p] device [new_size]\n\n"), prog); in usage()
56 progress = (ext2_sim_progmeter) rfs->prog_data; in resize_progress_func()
88 rfs->prog_data = (void *) progress; in resize_progress_func()
96 rfs->prog_data = 0; in resize_progress_func()
108 if (fs->stride) in determine_fs_stride()
111 for (group = 0; group < fs->group_desc_count; group++) { in determine_fs_stride()
[all …]
/external/autotest/site_utils/
Dset_tree_status.py3 # Use of this source code is governed by a BSD-style license that can be
18 CHROMEOS_STATUS_SERVER = 'https://chromiumos-status.appspot.com'
34 def post_status(force, message): argument
35 if not force:
40 return -1
52 parser.add_option('--noforce',
53 dest='force', action='store_false',
55 help='Dont force to close tree if it is already closed.')
59 sys.exit(post_status(options.force, args[0]))
/external/fec/
Dsumsq_test.c13 {"frame-length",1,NULL,'l'},
14 {"frame-count",1,NULL,'n'},
16 {"force-altivec",0,NULL,'a'},
17 {"force-port",0,NULL,'p'},
18 {"force-mmx",0,NULL,'m'},
19 {"force-sse",0,NULL,'s'},
20 {"force-sse2",0,NULL,'t'},
85 length = (random() % bufsize) - offset;
96 printf("ERROR! diff = %lld\n",simd_sum-port_sum);
Ddtest.c1 /* Test dot-product function */
15 {"force-altivec",0,NULL,'a'},
16 {"force-port",0,NULL,'p'},
17 {"force-mmx",0,NULL,'m'},
18 {"force-sse",0,NULL,'s'},
19 {"force-sse2",0,NULL,'t'},
58 while(trials--){
/external/llvm/cmake/platforms/
DAndroid.cmake3 # docs/STANDALONE-TOOLCHAIN.html in the NDK on how to get one).
9 # cmake -DLLVM_ANDROID_TOOLCHAIN_DIR=/path/to/android/ndk \
10 # -DCMAKE_TOOLCHAIN_FILE=../../cmake/platforms/Android.cmake ../..
23 SET(ANDROID "1" CACHE STRING "ANDROID" FORCE)
25 SET(ANDROID_COMMON_FLAGS "-target arm-linux-androideabi --sysroot=${LLVM_ANDROID_TOOLCHAIN_DIR}/sys…
26 SET(CMAKE_C_FLAGS "${ANDROID_COMMON_FLAGS}" CACHE STRING "toolchain_cflags" FORCE)
27 SET(CMAKE_CXX_FLAGS "${ANDROID_COMMON_FLAGS}" CACHE STRING "toolchain_cxxflags" FORCE)
28 SET(CMAKE_EXE_LINKER_FLAGS "-pie" CACHE STRING "toolchain_exelinkflags" FORCE)
/external/autotest/server/site_tests/provision_AutoUpdate/
Dprovision_AutoUpdate.py2 # Use of this source code is governed by a BSD-style license that can be
18 # pylint: disable-msg=E1120
27 def initialize(self, host, value, force=False, is_test_na=False): argument
32 @param force: not used by initialize.
79 def run_once(self, host, value, force=False): argument
85 @param force: True iff we should re-provision the machine regardless of
95 # Note that this means we're not doing any sort of stateful-only
100 if not force and afe_utils.get_build(host) == value:
136 force_full_update=force)
/external/liblzf/
Dlzf.c2 * Copyright (c) 2006 Stefan Traby <stefan@hello-penguin.com>
4 * Redistribution and use in source and binary forms, with or without modifica-
15 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER-
17 * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPE-
21 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH-
53 #define BLOCKSIZE (1024 * 64 - 1)
63 static int force = 0; variable
72 {"force", 0, 0, 'f'},
80 "-c --compress compress\n"
81 "-d --decompress decompress\n"
[all …]
/external/elfutils/src/
Dmake-debug-archive.in3 # Script to make an offline archive for debugging with libdwfl-based tools.
5 # make-debug-archive ARCHIVE {options}
6 # make-debug-archive --kernel [--force] [RELEASE]
9 # by running @UNSTRIP@ --help.
11 # The archive installed by --kernel be used automatically by -K.
12 # An offline archive can be used via -e in any tool that accepts those options.
15 UNSTRIP=${UNSTRIP:-@UNSTRIP@}
16 AR=${AR:-@AR@}
17 SUDO=${SUDO:-/usr/bin/sudo}
25 outdir=${TMPDIR:-/tmp}/debugar$$
[all …]
/external/llvm/test/Transforms/LoopVectorize/
Dvect.omp.persistence.ll1 ; RUN: opt < %s -O2 -force-vector-interleave=2 -force-vector-width=4 -debug-only=loop-vectorize -st…
5 ; CHECK: LV: Loop hints: force=enabled
7 ; CHECK: LV: Loop hints: force=enabled
9 ; CHECK-NOT: LV: Loop hints: force=
11 ; CHECK: 1 loop-rotate
13 …t = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:1…
14 target triple = "x86_64-unknown-linux-gnu"
30 ; a[i] = a[i-5] * a[i+2];
47 %0 = add nsw i64 %indvars.iv, -5
71 ; if loop was not rotated (see http://reviews.llvm.org/D3348#comment-4).
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Duploader.py2 # Use of this source code is governed by a BSD-style license that can be
35 def Upload(self, force=False): argument
39 location in the same bucket in cloud storage if |force| is True.
42 force: True if files should be uploaded to cloud storage even if a
46 CloudStorageUploadConflictError: If |force| is False and the potential
52 if not force:
53 #pylint: disable=nonstandard-exception
56 #pylint: enable=nonstandard-exception
/external/autotest/server/site_tests/provision_AndroidUpdate/
Dprovision_AndroidUpdate.py2 # Use of this source code is governed by a BSD-style license that can be
15 # pylint: disable-msg=E1120
24 def initialize(self, host, value, force=False, is_test_na=False, argument
30 @param force: not used by initialize.
46 def run_once(self, host, value=None, force=False, repair=False): argument
52 @param force: True iff we should re-provision the machine regardless of
68 if not force and afe_utils.get_build(host) == value:
87 board=board.split('-')[-1]
/external/vboot_reference/scripts/image_signing/
Dset_chronos_password.sh4 # Use of this source code is governed by a BSD-style license that can be
9 # Usage: ./set_chronos_password.sh <image.bin> <chronos_password> [--force]
18 local crypted_password="$(echo $password | openssl passwd -1 -stdin)"
22 sudo grep -Ev ^chronos: "$rootfs/etc/shadow" \
23 | sudo tee -a "$temp_shadow" > /dev/null
24 sudo mv -f "$temp_shadow" "$rootfs/etc/shadow"
28 set -e
32 if [ $# -ne 2 ] && [ $# -ne 3 ] || [ ! $3 = "--force" ] ; then
33 echo "Usage: $PROG <image.bin> <chronos_password> [--force]"
38 if [ $# -eq 2 ]; then
[all …]

12345678910>>...45