Searched refs:not (Results 376 - 400 of 6383) sorted by relevance

<<11121314151617181920>>

/external/libopus/win32/
H A Dgenversion.bat7 if not "%version%"=="" goto :gotversion
40 if not errorlevel 1 goto exit
/external/libusb/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
20 # along with this program; if not, write to the Free Software
41 Wrapper for compilers which do not understand `-c -o'.
45 If you are trying to build a whole package this is not the
/external/libusb-compat/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
20 # along with this program; if not, write to the Free Software
41 Wrapper for compilers which do not understand `-c -o'.
45 If you are trying to build a whole package this is not the
/external/libvorbis/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
20 # along with this program; if not, write to the Free Software
41 Wrapper for compilers which do not understand `-c -o'.
45 If you are trying to build a whole package this is not the
/external/llvm/test/MC/ARM/
H A Deh-directive-fnend-diagnostics.s1 @ RUN: not llvm-mc %s -triple=armv7-unknown-linux-gnueabi \
H A Dinst-arm-suffixes.s1 @ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
H A Dinst-thumb-overflow.s1 @ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
H A Dinst-thumb-suffixes.s1 @ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
H A Dthumb-st_other.s3 @ ARM does not define any st_other flags for thumb function. The value
H A Dthumb2-ldrd.s1 @ RUN: not llvm-mc -triple thumb-eabi -mattr=+thumb2 %s -o /dev/null 2>&1 \
/external/llvm/test/MC/AsmParser/
H A Ddirective_lcomm.s3 # RUN: not llvm-mc -triple i386-linux-gnu %s 2>&1 | FileCheck %s -check-prefix=ERROR
11 # ERROR: alignment not supported on this target
/external/llvm/test/MC/MachO/ARM/
H A Dbad-darwin-directives.s1 @ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype asm -o /dev/null 2>&1 \
4 @ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype obj -o /dev/null 2>&1 \
/external/llvm/test/MC/Mips/
H A Dcpsetup-bad.s1 # RUN: not llvm-mc %s -triple mips64-unknown-unknown 2>%t1
H A Dmicromips-diagnostic-fixup.s1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -arch=mips -mattr=+micromips 2>&1 -filetype=obj | FileCheck %s
H A Dmips-diagnostic-fixup.s1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -arch=mips 2>&1 -filetype=obj | FileCheck %s
/external/llvm/utils/
H A DMakefile11 PARALLEL_DIRS := FileCheck TableGen PerfectShuffle count fpcmp llvm-lit not \
/external/srec/portable/include/
H A DPortExport.h7 * you may not use this file except in compliance with the License. *
49 #else /* not __cplusplus */
55 #else /* not _WIN32 */
68 #error Symbol import/export pair not defined.
/external/svox/pico/lib/
H A Dpicopltf.h5 * you may not use this file except in compliance with the License.
51 #error PICO_PLATFORM not defined
/external/valgrind/main/drd/tests/
H A Dtrylock.stderr.exp8 Attempt to lock for writing recursively (not allowed).
9 Recursive writer locking not allowed: rwlock 0x.........
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCameraParametersTest.java15 import static org.hamcrest.CoreMatchers.not;
34 assertThat(shadowParameters.getPictureHeight(), not(equalTo(600)));
35 assertThat(shadowParameters.getPictureWidth(), not(equalTo(800)));
48 assertThat(fpsRange[1], not(equalTo(15)));
49 assertThat(fpsRange[0], not(equalTo(25)));
58 assertThat(parameters.getPreviewFrameRate(), not(equalTo(15)));
65 assertThat(shadowParameters.getPreviewWidth(), not(equalTo(320)));
66 assertThat(shadowParameters.getPreviewHeight(), not(equalTo(240)));
86 assertThat(supportedFormats.size(), not(equalTo(0)));
/external/chromium_org/extensions/renderer/resources/
H A Dextension.css88 * Webkit does not honor the text-align attribute for the select element.
99 /* WebKit does not honor alignment for text specified via placeholder attribute.
112 input[type='submit']):not(.custom-appearance):not(.link-button),
132 input[type='submit']):not(.custom-appearance):not(.link-button),
146 input[type='submit']):not(.custom-appearance):not(.link-button) {
190 input:not([type]),
254 input[type='submit']):not(
[all...]
/external/bison/djgpp/
H A Dconfig.bat20 Rem along with this program. If not, see <http://www.gnu.org/licenses/>.
27 Rem Find out if NLS is wanted or not,
28 Rem if dependency-tracking is wanted or not,
29 Rem if caching is wanted or not
36 if not "%NLS%" == "enabled" goto SmallEnv
38 if not "%CACHING%" == "enabled" goto SmallEnv
40 if not "%DEPENDENCY_TRACKING%" == "disabled" goto SmallEnv
42 if not "%LIBICONV_PREFIX%" == "disabled" goto SmallEnv
44 if not "%LIBINTL_PREFIX%" == "disabled" goto SmallEnv
46 if not "
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_network.css32 html:not([highlight=strong]) #network-timezone-setting {
/external/chromium_org/chrome/browser/resources/inline_login/
H A Dinline_login.css34 #contents:not(.loading) #spinner-container {
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dinternet_detail.css28 /* Fix the height of the subpages so that the dialog does not resize when the
43 input:-webkit-any([type='text'],[type='url'],:not([type])) +
52 #vpn-tab .option-value:not(input) {
91 #user-dns-settings:not([selected]) {
102 .dns-display:not([selected]) {

Completed in 483 milliseconds

<<11121314151617181920>>