HomeSort by relevance Sort by last modified time
    Searched refs:Not (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/icu4c/data/
makedata.mak 111 # WARNING: NOT THE SAME AS ICU_DATA environment variable. Confusing.
139 # (Tests are NOT run from this makefile,
195 !MESSAGE Warning: cannot find "ucmcore.mk". Not building core MIME/Unix/Windows converter files.
202 !MESSAGE Warning: cannot find "ucmfiles.mk". Not building many converter files.
215 !MESSAGE Warning: cannot find "ucmebcdic.mk". Not building EBCDIC converter files.
226 !MESSAGE Information: cannot find "ucmlocal.mk". Not building user-additional converter files.
242 !MESSAGE Information: cannot find "brklocal.mk". Not building user-additional break iterator files.
275 !MESSAGE Information: cannot find "reslocal.mk". Not building user-additional resource bundle files.
294 !MESSAGE Information: cannot find "curr\reslocal.mk". Not building user-additional resource bundle files.
315 !MESSAGE Information: cannot find "lang\reslocal.mk". Not building user-additional resource bundle files
    [all...]
  /external/chromium/base/i18n/
file_util_icu.cc 70 // any chance, do not add these to |set| and change IsFilenameLegal()
88 // We cannot use it because base should not depend on l10n_util.
91 // We are not sure if Collator::compare is thread-safe.
115 // Note: We do not set UCOL_NORMALIZATION_MODE attribute. In other words, we
116 // do not pay performance penalty to guarantee sort order correctness for
186 // On linux, the file system encoding is not defined. We assume
196 #error Not implemented on your system
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 27 # "universal" symbols are added that are not related to any particular
104 (Not used yet)
151 # not all symbols are predicted by trees, some universals are inserted
222 #insert not predicted symbols
  /external/v8/test/mjsunit/
string-indexof-1.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
66 assertEquals(-1, twoByteString.indexOf("\u0392"), "Not beta");
75 "Not Alpha Sigma Epsilon");
object-literal.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
147 assertUnreachable("Not a keyword: " + keyword);
  /external/webkit/LayoutTests/storage/
test-authorizer.js 51 // (according to http://www.sqlite.org/tempfiles.html), it doesn't, and I'm not aware
92 // Not sure how to test this: temp indexes are automatically dropped when
102 // Not sure how to test this: we cannot create a virtual table because we do not
  /external/llvm/include/llvm/MC/
MCExpr.h 45 MCExpr(const MCExpr&); // DO NOT IMPLEMENT
46 void operator=(const MCExpr&); // DO NOT IMPLEMENT
79 /// values. If not given, then only non-symbolic expressions will be
233 Not, ///< Bitwise negation.
257 return Create(Not, Expr, Ctx);
420 /// MCExprs are bump pointer allocated and not destructed.
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 56 VALUE MS-BAP-Usage Not-Allowed 0
dictionary.ascend 260 VALUE Ascend-Require-Auth Not-Require-Auth 0
290 VALUE Ascend-Dialout-Allowed Dialout-Not-Allowed 0
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocumentType-err.js 95 // Moz throws a "Not enough arguments" exception in these, we don't:
createDocument-namespace-err.js 71 { args: ["http://example.com/", "a:0"], code: 5, message: "valid XML name, not a valid QName" },
72 { args: ["http://example.com/", "0:a"], code: 5, message: "0 at start makes it not a valid XML name" },
76 "NCNameChar but not (Letter | \"_\") so invalid at start of " +
77 "NCName (but still a valid XML name, hence not INVALID_CHARACTER_ERR)" },
80 "NCNameChar but not (Letter | \"_\") so invalid at start of " +
140 // Moz throws a "Not enough arguments" exception in these, we don't:
  /external/chromium/chrome/browser/resources/net_internals/
hstsview.js 93 this.queryOutputDiv_.innerHTML = '<b>Not found</b>';
  /external/clang/include/clang/AST/
StmtVisitor.h 110 // If the implementation chooses not to implement a certain visit method, fall
159 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
174 /// This class does not preserve constness of Stmt pointers (see also
  /external/chromium/testing/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/llvm/lib/MC/
MCExpr.cpp 76 case MCUnaryExpr::Not: OS << '~'; break;
355 /// is representable in an MCValue, but may not always succeed.
357 /// \returns True on success, false if the result is not representable in an
485 case MCUnaryExpr::Not:
  /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/oprofile/events/mips/sb1/
events 26 event:0x23 counters:1,2,3 um:zero minimum:500 name:NOT_DATA_READY :Not data ready
  /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/webkit/LayoutTests/fast/dom/Node/script-tests/
initial-values.js 168 // Not possible to create Entity nodes via the DOM, WebKit doesn't create them from parsing
179 // Not possible to create Notation nodes via the DOM, WebKit doesn't create them from parsing
  /ndk/build/tools/
prebuilt-common.sh 9 # this script. If it is not defined, assume that this is one of
324 echo "ERROR: Option '$1' does not take arguments. See --help for usage."
339 # If the parameter does not begin with a dash
340 # it is not an option.
513 echo "ERROR: Could not find NDK sysroot path for $SYSROOT_SUFFIX."
584 # configure scripts are not capable of dealing with this properly
602 # We only do this if the CC variable is not defined to a given value
603 # and the --mingw or --try-64 options are not used.
635 # not sufficient on certain systems.
657 # will not work well with the GCC toolchain scripts
    [all...]
  /system/core/sh/
var.c 23 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
42 #endif /* not lint */
268 * be actually stored in the table, it should not be a string that
301 /* not found */
342 * Find the value of a variable. Returns NULL if not set.
499 * POSIX requires that 'set' (but not export or readonly) output the
601 error("Not in a function");
695 error("List assignment not implemented");
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 39 // Constants can be considered to be not'ed values.
51 // If this is not(not(x)) don't return that this is a not: we want the two
52 // not's to be folded first.
59 // Constants can be considered to be not'ed values...
131 // Not expecting FCMP_FALSE and FCMP_TRUE;
250 // If not, the only thing that can effect the output of the AND is
254 if ((AddRHS & AndRHSV) == 0) { // Bit is not set, noop
269 // We know that the AND will not produce any of the bits shifted in, so i
    [all...]
InstCombineCompares.cpp 195 /// this into some simple computation that does not need the load. For example
581 // If not, synthesize the offset the hard way.
778 // not equal to the divide. Make sure we do the same kind of divide
    [all...]
  /external/chromium/base/
message_loop.cc 152 #elif defined(OS_POSIX) // POSIX but not MACOSX.
156 #error Not implemented
278 // Start the native pump if we are not already pumping.
370 // Execute the task and assume the worst: It is probably not reentrant.
500 DCHECK_EQ(delay_ms, 0) << "delay should not be negative";
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 31 Not assigned ?
39 but does not depend on it.
43 OpenGL prior to 3.1 does not support any signed texture formats.
69 since OpenGL 3.1 does not support them any longer, and there is some
95 This conversion is intentionally NOT the "byte" conversion listed
119 [0, 127] (and not scaled and biased).

Completed in 585 milliseconds

12 3 4