HomeSort by relevance Sort by last modified time
    Searched refs:Not (Results 101 - 125 of 308) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips-gp32-fp32.s 82 # Not available in 32-bit mode
mips-gp32-fp64.s 80 # Not available in 32-bit mode
mips-abi32-pic.s 124 # Not available in 32-bit mode
mips-gp32-fp32-pic.s 124 # Not available in 32-bit mode
mips-gp32-fp64-pic.s 123 # Not available in 32-bit mode
  /external/libavc/common/arm/
ih264_intra_pred_luma_8x8_a9q.s 6 @ * you may not use this file except in compliance with the License.
79 @* integer source stride [Not used]
82 @* integer destination stride[Not used]
85 @* availability of neighbouring pixels[Not used]
170 @* availability of neighbouring pixels(Not used in this function)
243 @* availability of neighbouring pixels(Not used in this function)
ih264_intra_pred_luma_16x16_a9q.s 6 @ * you may not use this file except in compliance with the License.
84 @* availability of neighbouring pixels(Not used in this function)
165 @* availability of neighbouring pixels(Not used in this function)
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
History.md 137 inline style patching is not supported on these platforms.
166 * `play()` and `reverse()` should not force a start times
188 and Playback Control in Chrome. If you?re not sure what features you
200 Not all features of the previous polyfill have been ported to the
202 Additive Animations are not yet supported. These features are still
  /external/gmock/test/
gmock_link_test.h 19 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
97 // Not
100 // Please note: this test does not verify the functioning of these
158 using testing::Not;
657 // Tests the linkage of the Not matcher.
659 Matcher<int> m = Not(_);
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 19 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
97 // Not
100 // Please note: this test does not verify the functioning of these
158 using testing::Not;
657 // Tests the linkage of the Not matcher.
659 Matcher<int> m = Not(_);
  /external/libchrome/base/
logging.cc 151 // NaCl sadly does not have _POSIX_TIMERS enabled in sys/features.h
201 // LoggingLocks can not be nested.
252 // because LockFileEx is not thread safe.
275 // and can be used for writing. Returns false if the file could not be
702 // If the client app did not call InitLogging, and the lock has not
803 // ensures that the type used in the header is equivalent to DWORD. If not,
814 #error Not implemented
838 #error Not implemented
  /external/llvm/test/MC/Sparc/
sparc-mem-instructions.s 100 ! Not specified in manual, but accepted by gas.
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-2.s 65 @CHECK-OBJ-NEXT: Description: Not Permitted
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 15 Not shipping.
46 a feature not specified in WGL.
139 is not an option, and synchronizing of GL's access to the GL
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 15 XXX - Not complete yet!!!
77 If the debugger were fully implemented within the GL it's not
99 Hopefully, but if not, the GL implementation will have to fall
161 to the list of those that are not compiled into display lists:
255 INVALID_ENUM is generated by ProgramCallbackMESA if <target> is not
258 Note: INVALID_OPERAION IS NOT generated by GetProgramRegisterfvMESA,
263 GetProgramRegisterfvMESA if <target> is not a program target supported
268 does not name a known program register or variable.
271 register query is attempted for a program target that's not currently
  /external/v8/test/mjsunit/es6/
generators-runtime.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
148 // Not all functions are generators.
  /external/v8/test/mjsunit/
keywords-and-reserved_words.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
107 // Not keywords - these are all just identifiers.
112 // The following are reserved in ES3 but not in ES5.
  /external/v8/test/webkit/fast/js/
function-apply.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
255 arguments.length = "Not A Number";
  /external/v8/test/webkit/
keywords-and-reserved_words.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
66 // Not keywords - these are all just identifiers.
  /external/valgrind/drd/tests/
bar_bad_xml.stderr.exp 211 <what>Not a barrier</what>
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 12 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0);
18 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name));
22 CREATE TABLE faves (_id INTEGER PRIMARY KEY, ui_pos INTEGER, phone TEXT NOT NULL, nickname TEXT NOT NULL, photo TEXT NOT NULL, timestamp TEXT NOT NULL, pending_phone TEXT, pending_nickname TEXT, pending_photo TEXT);
40 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAU (…)
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices_test.py 24 2:4:3: Device 026 "Not a Battery Monitor" #physical port 1 on hub 1, on ttyUSB3
59 (2, 26, 'Not a Battery Monitor'),
69 # Note: "Lev", "Cnt", "Spd", and "MxCh" are not used by parser,
111 Bus 002 Device 026: Not a Battery Monitor
189 if not isinstance(node, find_usb_devices.USBDeviceNode):
191 if 'Test HUB' not in node.desc:
193 if not node.HasPort(4):
  /external/chromium-trace/catapult/third_party/Paste/paste/
errordocument.py 35 "File Not Found" message at the URL ``/error404.html`` and then use
45 if not isinstance(code, int):
47 '%s is not valid'%repr(code))
94 body = ('Error: %s. (Error page could not be fetched)'
119 URL to forward to or ``None`` if the code is not to be intercepted.
130 Here is an example where a ``404 File Not Found`` status response would be
131 redirected to the URL ``/error?code=404&message=File%20Not%20Found``. This
189 if not (new_url == None or isinstance(new_url, str)):
193 'to be a string or None, not %r' % new_url)
318 if not (new_url == None or isinstance(new_url, str))
    [all...]
  /external/libchrome/sandbox/linux/bpf_dsl/
bpf_dsl.cc 276 BoolExpr Not(const BoolExpr& cond) {
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 8 * you may not use this file except in compliance with the License.
62 using de::meta::Not;
967 // lines do not intersect
    [all...]

Completed in 779 milliseconds

1 2 3 45 6 7 8 91011>>