HomeSort by relevance Sort by last modified time
    Searched full:undefined (Results 226 - 250 of 7209) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2005-07-20-SqrtNoErrno.c 2 // llvm.sqrt has undefined behavior on negative inputs, so it is
  /external/clang/test/SemaTemplate/
instantiation-backtrace.cpp 4 template<typename T> struct B : A<T*> { }; // expected-error{{implicit instantiation of undefined template}} \
5 // expected-error{{implicit instantiation of undefined template 'A<X *>'}}
26 struct G : A<T>, // expected-error{{implicit instantiation of undefined template 'A<int>'}}
27 A<T*> // expected-error{{implicit instantiation of undefined template 'A<int *>'}}
  /external/llvm/test/Integer/
unreachable_bt.ll 9 define i9 @foo() { ;; Calling this function has undefined behavior
  /external/llvm/test/MC/Disassembler/ARM/
invalid-FSTMX-arm.txt 5 # CHECK-WARN: potentially undefined
  /frameworks/compile/mclinker/include/mcld/LD/
DiagSymbolResolutions.inc 8 DIAG(indirect_refer_to_inexist, DiagnosticEngine::Fatal, "indirect symbol %0 points to a undefined symbol", "variable %0 is undefined")
10 DIAG(undefined_situation, DiagnosticEngine::Unreachable, "reach undefined situation, action: %0, old(%1) -> new(%2)", "reach undefined situation, action: %0, old(%1) -> new(%2)")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp874.py 177 u'\ufffe' # 0x81 -> UNDEFINED
178 u'\ufffe' # 0x82 -> UNDEFINED
179 u'\ufffe' # 0x83 -> UNDEFINED
180 u'\ufffe' # 0x84 -> UNDEFINED
182 u'\ufffe' # 0x86 -> UNDEFINED
183 u'\ufffe' # 0x87 -> UNDEFINED
184 u'\ufffe' # 0x88 -> UNDEFINED
185 u'\ufffe' # 0x89 -> UNDEFINED
186 u'\ufffe' # 0x8A -> UNDEFINED
187 u'\ufffe' # 0x8B -> UNDEFINED
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
cp874.py 177 u'\ufffe' # 0x81 -> UNDEFINED
178 u'\ufffe' # 0x82 -> UNDEFINED
179 u'\ufffe' # 0x83 -> UNDEFINED
180 u'\ufffe' # 0x84 -> UNDEFINED
182 u'\ufffe' # 0x86 -> UNDEFINED
183 u'\ufffe' # 0x87 -> UNDEFINED
184 u'\ufffe' # 0x88 -> UNDEFINED
185 u'\ufffe' # 0x89 -> UNDEFINED
186 u'\ufffe' # 0x8A -> UNDEFINED
187 u'\ufffe' # 0x8B -> UNDEFINED
    [all...]
  /external/chromium-trace/trace-viewer/src/cc/
layer_tree_impl.js 25 this.layerTreeHostImpl = undefined;
26 this.whichTree = undefined;
49 var foundLayer = undefined;
  /external/chromium_org/chrome/browser/resources/chromeos/
browser_options.js 44 * pairing: string | undefined
45 * pincode: string | undefined
46 * passkey: number | undefined
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
content_script.js 19 if (selectedText == undefined) {
27 if (request['speakSelection'] != undefined) {
32 } else if (request['key'] != undefined) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.idl 34 [RaisesException, MeasureAs=CSSStyleSheetAddRule] long addRule([Default=Undefined] optional DOMString selector,
35 [Default=Undefined] optional DOMString style,
37 [RaisesException, MeasureAs=CSSStyleSheetRemoveRule] void removeRule([Default=Undefined] optional unsigned long index);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.idl 36 [Default=Undefined] optional DocumentType doctype);
41 CSSStyleSheet createCSSStyleSheet([Default=Undefined] optional DOMString title,
42 [Default=Undefined] optional DOMString media);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.idl 27 getter Node item([Default=Undefined] optional unsigned long index);
28 Node namedItem([Default=Undefined] optional DOMString name);
29 [NotEnumerable, ImplementedAs=namedItem] getter Node ([Default=Undefined] optional DOMString name);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
OESVertexArrayObject.idl 33 [StrictTypeChecking] void deleteVertexArrayOES([Default=Undefined] optional WebGLVertexArrayObjectOES arrayObject);
34 [StrictTypeChecking] boolean isVertexArrayOES([Default=Undefined] optional WebGLVertexArrayObjectOES arrayObject);
35 [StrictTypeChecking] void bindVertexArrayOES([Default=Undefined] optional WebGLVertexArrayObjectOES arrayObject);
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
MimeTypeArray.idl 25 getter MimeType item([Default=Undefined] optional unsigned long index);
26 MimeType namedItem([Default=Undefined] optional DOMString name);
27 [NotEnumerable, ImplementedAs=namedItem] getter MimeType([Default=Undefined] optional DOMString name);
Plugin.idl 28 getter MimeType item([Default=Undefined] optional unsigned long index);
29 MimeType namedItem([Default=Undefined] optional DOMString name);
30 [NotEnumerable, ImplementedAs=namedItem] getter MimeType ([Default=Undefined] optional DOMString name);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathExpression.idl 21 [RaisesException] XPathResult evaluate([Default=Undefined] optional Node contextNode,
22 [Default=Undefined] optional unsigned short type,
23 [Default=Undefined] optional XPathResult inResult);
  /external/chromium_org/third_party/jinja2/
__init__.py 44 # undefined types
45 from jinja2.runtime import Undefined, DebugUndefined, StrictUndefined
63 'MemcachedBytecodeCache', 'Undefined', 'DebugUndefined',
  /external/chromium_org/v8/test/mjsunit/
regexp-loop-capture.js 28 assertEquals(["abc",undefined,undefined,"c"], /(?:(a)|(b)|(c))+/.exec("abc"));
29 assertEquals(["ab",undefined], /(?:(a)|b)*/.exec("ab"));
  /external/chromium_org/v8/test/mjsunit/regress/
regress-969.js 53 assertEquals('undefined', test0());
60 assertEquals('undefined', test1(), 'test1 after');
67 assertEquals('undefined', test2(), 'test2 after');
73 assertEquals('undefined', test3(), 'test3 after');
82 assertEquals('undefined', test4());
88 assertEquals('undefined', test5());
94 assertEquals('undefined', test6());
100 assertEquals('undefined', test7());
109 assertEquals('undefined', test8());
115 assertEquals('undefined', test9())
    [all...]
  /external/chromium_org/v8/test/webkit/
convert-nan-to-bool-expected.txt 90 PASS (function(){var Undefined = undefined; return Undefined-- ? true : false})() is false
91 PASS (function(){var Undefined = undefined; return Undefined++ ? true : false})() is false
92 PASS (function(){var Undefined = undefined; return --Undefined ? true : false})() is false
93 PASS (function(){var Undefined = undefined; return ++Undefined ? true : false})() is fals
    [all...]
convert-nan-to-bool.js 87 shouldBe("(function(){var Undefined = undefined; return Undefined-- ? true : false})()", "false");
88 shouldBe("(function(){var Undefined = undefined; return Undefined++ ? true : false})()", "false");
89 shouldBe("(function(){var Undefined = undefined; return --Undefined ? true : false})()", "false");
90 shouldBe("(function(){var Undefined = undefined; return ++Undefined ? true : false})()", "false")
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
Object-defineProperty-expected.txt 31 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {get:undefined}), 'foo')) is JSON.stringify({enumerable: false, configurable: false})
46 PASS Object.defineProperty({}) threw exception TypeError: Property description must be an object: undefined.
47 PASS Object.defineProperty({}, 'foo') threw exception TypeError: Property description must be an object: undefined.
48 PASS Object.defineProperty({}, 'foo', {get:undefined, value:true}).foo threw exception TypeError: Invalid property. A property cannot both have accessors and be writable or have a value, #<Object>.
69 PASS Object.defineProperty(Object.defineProperty({}, 'foo', {set: setter, configurable: true}), 'foo', {writable: true}).foo is undefined.
76 PASS Object.defineProperty(Object.defineProperty({}, 'foo', {get: getter, configurable: true}), 'foo', {writable: true}).foo is undefined.
91 PASS var o = Object.defineProperty({}, 'foo', {get: function() { return 1; }, configurable: true}); delete o.foo; o.foo is undefined.
100 PASS var o = Object.defineProperty({}, 'foo', {get:undefined, set:function(x){this.result = x;}}); o.foo is undefined
101 PASS var o = Object.defineProperty({}, 'foo', {get:undefined, set:function(x){this.result = x;}}); o.foo = 42; o.result; is 4
    [all...]
  /external/dexmaker/javadoc/
index.html 11 if (targetPage != "" && targetPage != "undefined")
14 targetPage = "undefined";
16 if (targetPage != "" && targetPage != "undefined")
  /external/jsr305/javadoc/
index.html 11 if (targetPage != "" && targetPage != "undefined")
14 targetPage = "undefined";
16 if (targetPage != "" && targetPage != "undefined")

Completed in 369 milliseconds

1 2 3 4 5 6 7 8 91011>>