HomeSort by relevance Sort by last modified time
    Searched refs:not (Results 326 - 350 of 6517) sorted by null

<<11121314151617181920>>

  /hardware/ti/omap4xxx/domx/make/
start.mk 5 # you may not use this file except in compliance with the License.
24 $(error Error: variable PROJROOT not defined)
29 #$(error Error: variable BRIDGEROOT not defined)
42 $(error Error: PROCFAMILY can not be determined from Kernel .config)
90 # Implicit rule search not needed for *.d, *.c, *.h
  /libcore/dalvik/src/main/native/
sub.mk 3 # It's not a normal makefile, so we don't include CLEAR_VARS
  /ndk/sources/host-tools/sed-4.2.1/doc/
groupify.sed 3 # so that comments are not separated from the instructions
8 @c Do not edit this file!! It is automatically generated from sed-in.texi.
  /packages/inputmethods/LatinIME/java/
Android.mk 17 # Do not compress dictionary files to mmap dict data runtime
  /packages/inputmethods/PinyinIME/
Android.mk 18 # Make sure our dictionary file is not compressed, so we can read it with
  /sdk/files/
post_tools_install.bat 5 rem you may not use this file except in compliance with the License.
37 if not exist "%src%" goto Step2
45 if not exist "%src%" goto Cleanup
51 if not exist "%old_dst%" goto :EOF
  /dalvik/vm/arch/sh/
CallSH4ABI.S 5 * you may not use this file except in compliance with the License.
114 bt put_32bit_on_stack /* r6-7 not available */
119 mov #1, r0 /* r6 is not available now. */
120 not r0, r0
128 mov #2, r0 /* r7 is not available now. */
129 not r0, r0
141 bt put_64bit_on_stack /* r6-7 not available */
145 bf put_64bit_on_stack /* consequent two registers not available. */
148 mov #3, r0 /* r6 and r7 are not available now. */
149 not r0, r
    [all...]
  /development/testrunner/
runtest.py 6 # you may not use this file except in compliance with the License.
104 help="Do not execute, just preview commands")
129 parser.add_option("--not-annotation", dest="test_not_annotation",
165 if (not self._options.only_list_tests
166 and not self._options.all_tests
167 and not self._options.continuous_tests
168 and not self._options.suite
169 and not self._options.test_path
180 elif self._options.serial is not None:
201 # only read tests when not in path mod
    [all...]
adb_interface.py 7 # you may not use this file except in compliance with the License.
67 WaitForResponseTimedOutError if device does not respond to command within time
88 WaitForResponseTimedOutError: if device does not respond to command
124 if not os.path.exists(os.path.dirname(dest)):
131 logger.Log("ADB Pull Failed: Source file %s does not exist." % src)
213 DeviceUnresponsiveError: if device system process is not responding
227 if "code" not in inst_finished_bundle:
314 WaitForResponseTimedOutError if wait_time elapses and pm still does not
319 # Now the device is there, but may not be running.
326 "Package manager did not respond after %s seconds" % wait_time
    [all...]
  /external/openssl/crypto/x509v3/
v3_cpols.c 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
30 * 5. Products derived from this software may not be called "OpenSSL"
40 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
277 USERNOTICE *not;
281 if(!(not = USERNOTICE_new())) goto merr;
282 qual->d.usernotice = not;
286 not->exptext = M_ASN1_VISIBLESTRING_new();
287 if(!ASN1_STRING_set(not->exptext, cnf->value,
291 if(!not->noticeref)
    [all...]
  /external/strace/
util.c 19 * 3. The name of the author may not be used to endorse or promote products
23 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
27 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
643 /* addr not a multiple of sizeof(long) */
653 /* But if not started, we had a bogus address. */
689 /* addr not a multiple of sizeof(long) */
794 /* addr not a multiple of sizeof(long) */
885 /* addr not a multiple of sizeof(long) */
1510 * We cannot set a real BPT in the child, since it will not be
    [all...]
  /external/valgrind/main/cachegrind/
cg_diff.in 24 # along with this program; if not, write to the Free Software
85 } elsif (not defined($file1)) {
88 } elsif (not defined($file2)) {
97 if (not defined $file1 or not defined $file2) {
206 if (not defined $currCC) {
233 if (not defined $summaryCC) {
245 # Commands seen in the files. Need not match.
284 if (not defined $CC2) {
  /device/samsung/crespo/
releasetools.py 4 # you may not use this file except in compliance with the License.
44 if not radio_img:
54 if not target_radio_img or not source_radio_img: return
83 if not tf:
90 if not sf:
  /external/gtest/scripts/
fuse_gtest_files.py 21 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
90 if not my_dir:
108 if not os.path.isfile(os.path.join(gtest_root, relative_path)):
137 if answer not in ['y', 'Y']:
144 if not os.path.isdir(parent_directory):
200 # It's '#include <gtest/gtest-spi.h>'. This file is not
204 # It's '#include <gtest/foo.h>' where foo is not gtest-spi.
210 if not GTEST_H_SEED in processed_files:
  /external/webkit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/
label-control.js 17 debug("Note that filedset is a form control that is not labelable.");
22 debug("Note that legend is a form control that is not labelable.");
27 debug("Note that optgroup is a form control that is not labelable.");
32 debug("Note that option is a form control that is not labelable.");
36 debug("Test label with 'for' attribute which is not a valid element id");
40 debug("Test label with 'for' attribute which is not a form control");
45 debug("Test label with 'for' attribute which is not a labelable form control - fieldset");
50 debug("Test label with 'for' attribute which is not a labelable form control - legend");
55 debug("Test label with 'for' attribute which is not a labelable form control - optgroup");
60 debug("Test label with 'for' attribute which is not a labelable form control - option")
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user.py 18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
46 # There is no readline module for win32, not much to do except cry.
63 while (repeat and not response):
84 if not response.strip() or response == "all":
101 # Note: Not thread safe: http://bugs.python.org/issue2320
123 # Note: Not thread safe: http://bugs.python.org/issue2320
130 if not message:
134 if not response:
146 if not self.can_open_url()
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 15 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
82 if not line:
85 if not fnmatch.fnmatch(path, glob_pattern):
150 """Returns True if there is a test result that causes us to not delete
182 A relative path to filename or None if |filename| is not below
211 if platform not in port_factory.all_port_names():
215 if fallback not in platforms.keys():
225 if not path:
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 34 if not args:
93 if not line[22:] == '-1':
110 if not os.path.exists(results_dir):
112 if not os.path.isdir(results_dir):
121 if not os.path.isfile(os.path.join(results_dir, "load_test_result.txt")):
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 67 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
71 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
183 and not isinstance(newChild, NavigableString):
220 while not parentsNextSibling:
223 if not parent: # This is the last element in the document.
540 and throws an exception if it's not there."""
568 if not found:
603 if not hasattr(other, 'name') or not hasattr(other, 'attrs') or not hasattr(other, 'contents') or self.name != other.name or self.attrs != other.attrs or len(self) != (…)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 77 if not kwargs.has_key('explicit_libs'):
110 if not kwargs.has_key('explicit_libs'):
141 compiled from it end up in the correct place under $OBJ_DIR. NOT required
276 if not defs.has_key('version'):
334 platforms[x] for x in iter(platforms) if not env.Bit(x)
422 if not srcs or not hasattr(env, component):
427 if dependencies is not None:
453 if values is not None:
457 if values is not None
    [all...]
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 1 @ RUN: not llvm-mc -triple=thumbv6-apple-darwin < %s 2> %t
3 @ RUN: not llvm-mc -triple=thumbv5-apple-darwin < %s 2> %t
55 @ CHECK-ERRORS: error: writeback operator '!' not allowed when base register in register list
74 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
102 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
105 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
108 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
118 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
134 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
137 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enable
    [all...]
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 20 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
126 if value is not None:
147 if match is not None:
151 if match is not None:
208 if not param_tests_present:
223 # we can still test the case when the variable is not supplied (i.e.,
226 if not IS_WINDOWS or gtest_filter != '':
265 # we can still test the case when the variable is not supplied (i.e.,
268 if not IS_WINDOWS or gtest_filter != ''
    [all...]
  /external/valgrind/main/drd/tests/
tc09_bad_unlock.stderr.exp 2 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
12 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1.
22 The object at address 0x........ is not a mutex.
36 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
45 The object at address 0x........ is not a mutex.
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-port.js 20 // Firefox 3.5.2 does not accept the port if any character is not a digit.
26 // Firefox 3.5.2 does not accept the port if it is null.
32 // Firefox 3.5.2 does not accept the port if it is null.
43 // Firefox 3.5.2 does not allow setting the port on a URL with protocol foo: .
  /ndk/sources/host-tools/make-3.81/
configure.bat 17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
29 if not "%XSRC%"=="." goto SmallEnv
32 if not "%XSRC%"=="%1" goto SmallEnv
44 if not errorlevel 1 goto MakeOk
55 if not "%XSRC%"=="." echo Invoke Make thus: "make srcdir=%XSRC%"

Completed in 1977 milliseconds

<<11121314151617181920>>