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

<<11121314151617181920>>

  /external/chromium_org/third_party/jinja2/
tests.py 12 from jinja2.runtime import Undefined
49 See the :func:`default` filter for a simple way to set undefined
52 return not isinstance(value, Undefined)
57 return isinstance(value, Undefined)
137 'undefined': test_undefined,
runtime.py 107 :class:`Undefined` object for missing variables.
132 return self.environment.undefined('there is no parent block '
148 :class:`Undefined` object with the name of the name looked up.
154 return self.environment.undefined(name=key)
195 return __self.environment.undefined('value was undefined because '
230 undefined.
233 if isinstance(item, Undefined):
267 undefined('there is no parent block called %r.' %
409 value = self._environment.undefined(
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-receiver.js 91 BeginTest("strict: undefined"); TestStrict(undefined); EndTest();
103 // null and undefined should be transformed to the global object and
115 BeginTest("non-strict: undefined"); TestNonStrict(undefined); EndTest();
function.js 29 assertTrue(typeof f() == 'undefined');
31 assertTrue(typeof f() == 'undefined');
46 assertTrue(typeof f() == 'undefined');
54 assertEquals('undefined', f());
63 assertTrue(typeof f() == 'undefined');
indexed-accessors.js 90 // Using a getter where only a setter is defined returns undefined.
93 assertEquals(q1[0], undefined);
96 assertEquals(q1[0], undefined);
99 // Complex case of using an undefined getter.
108 assertEquals(this[a], undefined);
setter-on-constructor-prototype.js 41 assertEquals("undefined", typeof c1.x);
57 assertEquals("undefined", typeof c2.x);
73 assertEquals("undefined", typeof c3.x);
90 assertEquals("undefined", typeof c4.x);
106 assertEquals("undefined", typeof d.y);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2273.js 43 assertEquals("undefined", String(this));
62 CheckUndefinedReceiver.call(undefined);
72 CheckCoersion.call(undefined);
85 CheckUndefinedReceiver.call(undefined);
95 CheckCoersion.call(undefined);
  /external/chromium_org/v8/test/webkit/
toString-elision-trailing-comma.js 74 return [,undefined];
78 return [,undefined,];
82 return [,undefined,,];
93 shouldBe("typeof undefined", "'undefined'");
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefResultChecker.cpp 11 // performs checks for undefined results of non-assignment binary operators.
58 BT.reset(new BuiltinBug("Result of operation is garbage or undefined"));
81 // Neither operand was undefined, but the result is undefined.
84 << "' expression is undefined";
  /external/clang/test/Driver/
darwin-sanitizer-ld.c 18 // CHECK-DYN-ASAN: "-undefined"
23 // RUN: -fsanitize=undefined %s -o %t.o 2>&1 \
31 // RUN: -fsanitize=bounds -fsanitize-undefined-trap-on-error \
39 // RUN: -fPIC -shared -fsanitize=undefined %s -o %t.so 2>&1 \
47 // RUN: -fsanitize=bounds -fsanitize-undefined-trap-on-error \
  /external/v8/test/mjsunit/
debug-receiver.js 91 BeginTest("strict: undefined"); TestStrict(undefined); EndTest();
103 // null and undefined should be transformed to the global object and
115 BeginTest("non-strict: undefined"); TestNonStrict(undefined); EndTest();
function.js 29 assertTrue(typeof f() == 'undefined');
31 assertTrue(typeof f() == 'undefined');
46 assertTrue(typeof f() == 'undefined');
54 assertEquals('undefined', f());
63 assertTrue(typeof f() == 'undefined');
indexed-accessors.js 90 // Using a getter where only a setter is defined returns undefined.
93 assertEquals(q1[0], undefined);
96 assertEquals(q1[0], undefined);
99 // Complex case of using an undefined getter.
108 assertEquals(this[a], undefined);
setter-on-constructor-prototype.js 41 assertEquals("undefined", typeof c1.x);
57 assertEquals("undefined", typeof c2.x);
73 assertEquals("undefined", typeof c3.x);
90 assertEquals("undefined", typeof c4.x);
106 assertEquals("undefined", typeof d.y);
  /external/valgrind/main/gdbserver_tests/
mcvabits.stdinB.gdb 18 print undefined
19 # save address of undefined
20 set $0xundefined = &undefined
44 eval "monitor make_memory undefined 0x%x 4", $0xundefined_2
66 # Definedifaddressable undefined[0..9]
  /external/llvm/test/Other/
lint.ll 67 ; CHECK: Undefined behavior: Null pointer dereference
69 ; CHECK: Undefined behavior: Null pointer dereference
83 ; CHECK: Undefined behavior: Buffer overflow
86 ; CHECK: Undefined behavior: Buffer overflow
90 ; CHECK: Undefined behavior: Buffer overflow
104 ; CHECK-NOT: Undefined behavior: Buffer overflow
125 ; CHECK: Undefined behavior: Branch to non-blockaddress
132 ; CHECK: Undefined behavior: Call with "tail" keyword references alloca
168 ; CHECK: Undefined behavior: Undef pointer dereference
186 ; CHECK: Undefined behavior: indirectbr with no destination
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
uses-configuration-element.jd 11 keyboard / navigation control / touch screen to work." But then what does "undefined" mean?
13 "undefined". Since it's unclear what the change will be, I've chosen to document the "no___"
14 and "undefined" attributes using the same language, which is surely wrong but may make it
22 android:<a href="#kbd">reqKeyboardType</a>=["undefined" | "nokeys" | "qwerty" | "twelvekey"]
23 android:<a href="#nav">reqNavigation</a>=["undefined" | "nonav" | "dpad" | "trackball" | "wheel"]
24 android:<a href="#touch">reqTouchScreen</a>=["undefined" | "notouch" | "stylus" | "finger"] /&gt;</pre></dd>
87 <td>"{@code undefined}"</td>
114 <td>"{@code undefined}"</td>
149 <td>"{@code undefined}"</td>
151 (The touch screen requirement is undefined.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 37 if (OAuthSimple === undefined)
83 /* if (api_key == undefined)
85 if (shared_secret == undefined)
91 if (consumer_key !== undefined) {
94 if (shared_secret !== undefined) {
104 this._path=undefined;
113 if (parameters === undefined) {
120 if (this._parameters['oauth_nonce'] === undefined) {
123 if (this._parameters['oauth_timestamp'] === undefined) {
126 if (this._parameters['oauth_method'] === undefined) {
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 37 if (OAuthSimple === undefined)
83 /* if (api_key == undefined)
85 if (shared_secret == undefined)
91 if (consumer_key !== undefined) {
94 if (shared_secret !== undefined) {
104 this._path=undefined;
113 if (parameters === undefined) {
120 if (this._parameters['oauth_nonce'] === undefined) {
123 if (this._parameters['oauth_timestamp'] === undefined) {
126 if (this._parameters['oauth_method'] === undefined) {
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauthsimple.js 37 if (OAuthSimple === undefined)
83 /* if (api_key == undefined)
85 if (shared_secret == undefined)
91 if (consumer_key !== undefined) {
94 if (shared_secret !== undefined) {
104 this._path=undefined;
113 if (parameters === undefined) {
120 if (this._parameters['oauth_nonce'] === undefined) {
123 if (this._parameters['oauth_timestamp'] === undefined) {
126 if (this._parameters['oauth_method'] === undefined) {
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 37 if (OAuthSimple === undefined)
83 /* if (api_key == undefined)
85 if (shared_secret == undefined)
91 if (consumer_key !== undefined) {
94 if (shared_secret !== undefined) {
104 this._path=undefined;
113 if (parameters === undefined) {
120 if (this._parameters['oauth_nonce'] === undefined) {
123 if (this._parameters['oauth_timestamp'] === undefined) {
126 if (this._parameters['oauth_method'] === undefined) {
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 37 if (OAuthSimple === undefined)
83 /* if (api_key == undefined)
85 if (shared_secret == undefined)
91 if (consumer_key !== undefined) {
94 if (shared_secret !== undefined) {
104 this._path=undefined;
113 if (parameters === undefined) {
120 if (this._parameters['oauth_nonce'] === undefined) {
123 if (this._parameters['oauth_timestamp'] === undefined) {
126 if (this._parameters['oauth_method'] === undefined) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
collections.js 54 assertThrows(function () { m.get(undefined) }, TypeError);
55 assertThrows(function () { m.set(undefined, 0) }, TypeError);
69 assertSame(undefined, set.add(key));
83 var keys = [ +0, -0, +Infinity, -Infinity, true, false, null, undefined ];
94 assertSame(undefined, map.set(key, value));
113 var keys = [ +0, -0, +Infinity, -Infinity, true, false, null, undefined ];
124 var values = [ 'x', 0, +Infinity, -Infinity, true, false, null, undefined ];
142 assertSame(m.get(key), undefined);
167 for (key = head; key != undefined; key = m.get(key)) {
345 assertEquals(undefined, o.get)
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
operators-expected.txt 29 PASS !undefined is true
37 PASS nonSpeculativeNot(undefined) is true
179 PASS 'a' != undefined is true
181 PASS null == undefined is true
182 PASS undefined == undefined is true
184 PASS true != undefined is true
186 PASS false != undefined is true
192 PASS NaN != undefined is true
204 PASS nonSpeculativeNotEqual('a', undefined) is tru
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 11 * showTimeSec: (string|undefined),
38 * messageUrl: (string|undefined),
39 * buttonUrls: (Array.<string>|undefined)
60 * actionUrls: (ActionUrls|undefined),
62 * locationBased: (boolean|undefined),
74 * showTime: (number|undefined),
93 * actionUrls: (ActionUrls|undefined),
153 if (onCardShown !== undefined)
190 * @return {(NotificationDataEntry|undefined)} Notification data entry for
191 * this card. It's 'undefined' if the card's life is over
    [all...]

Completed in 1010 milliseconds

<<11121314151617181920>>