HomeSort by relevance Sort by last modified time
    Searched refs:typeof (Results 276 - 300 of 3251) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode21.js 46 if (typeof(this.doc1) != 'undefined') {
52 if (typeof(this.doc2) != 'undefined') {
103 if (typeof(this.doc1) != 'undefined') {
109 if (typeof(this.doc2) != 'undefined') {
nodeisequalnode22.js 46 if (typeof(this.doc1) != 'undefined') {
52 if (typeof(this.doc2) != 'undefined') {
111 if (typeof(this.doc1) != 'undefined') {
121 if (typeof(this.doc2) != 'undefined') {
nodeisequalnode25.js 46 if (typeof(this.doc1) != 'undefined') {
52 if (typeof(this.doc2) != 'undefined') {
107 if (typeof(this.doc1) != 'undefined') {
113 if (typeof(this.doc2) != 'undefined') {
nodeisequalnode26.js 46 if (typeof(this.doc1) != 'undefined') {
52 if (typeof(this.doc2) != 'undefined') {
107 if (typeof(this.doc1) != 'undefined') {
113 if (typeof(this.doc2) != 'undefined') {
noderemovechild02.js 46 if (typeof(this.doc) != 'undefined') {
99 if (typeof(this.doc) != 'undefined') {
118 success = (typeof(ex.code) != 'undefined' && ex.code == 8);
129 success = (typeof(ex.code) != 'undefined' && ex.code == 8);
noderemovechild05.js 46 if (typeof(this.doc) != 'undefined') {
102 if (typeof(this.doc) != 'undefined') {
113 if (typeof(ex.code) != 'undefined') {
135 success = (typeof(ex.code) != 'undefined' && ex.code == 8);
noderemovechild07.js 46 if (typeof(this.doc) != 'undefined') {
98 if (typeof(this.doc) != 'undefined') {
114 success = (typeof(ex.code) != 'undefined' && ex.code == 8);
123 if (typeof(ex.code) != 'undefined') {
noderemovechild19.js 47 if (typeof(this.doc) != 'undefined') {
102 if (typeof(this.doc) != 'undefined') {
120 if (typeof(ex.code) != 'undefined') {
148 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
noderemovechild31.js 47 if (typeof(this.doc) != 'undefined') {
105 if (typeof(this.doc) != 'undefined') {
128 if (typeof(ex.code) != 'undefined') {
156 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
nodereplacechild25.js 46 if (typeof(this.doc) != 'undefined') {
100 if (typeof(this.doc) != 'undefined') {
120 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
131 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
nodesetuserdata05.js 46 if (typeof(this.doc) != 'undefined') {
52 if (typeof(this.doc2) != 'undefined') {
109 if (typeof(this.doc) != 'undefined') {
115 if (typeof(this.doc2) != 'undefined') {
  /external/webkit/Source/WebCore/inspector/front-end/
AuditResultView.js 86 if (typeof result.value === "string") {
98 if (typeof result.value !== "string")
  /frameworks/base/tools/preload/
sorttable.js 84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
206 hasInputs = (typeof node.getElementsByTagName == 'function') &&
212 else if (typeof node.textContent != 'undefined' && !hasInputs) {
215 else if (typeof node.innerText != 'undefined' && !hasInputs) {
218 else if (typeof node.text != 'undefined' && !hasInputs) {
459 if (typeof this.prototype[key] == "undefined") {
483 } else if (typeof object == "string") {
486 } else if (typeof object.length == "number") {
  /bionic/libc/kernel/arch-x86/asm/
uaccess_32.h 50 #define __put_user_1(x, ptr) __asm__ __volatile__("call __put_user_1":"=a" (__ret_pu):"0" ((typeof(*(ptr)))(x)), "c" (ptr))
51 #define __put_user_2(x, ptr) __asm__ __volatile__("call __put_user_2":"=a" (__ret_pu):"0" ((typeof(*(ptr)))(x)), "c" (ptr))
52 #define __put_user_4(x, ptr) __asm__ __volatile__("call __put_user_4":"=a" (__ret_pu):"0" ((typeof(*(ptr)))(x)), "c" (ptr))
54 #define __put_user_8(x, ptr) __asm__ __volatile__("call __put_user_8":"=a" (__ret_pu):"A" ((typeof(*(ptr)))(x)), "c" (ptr))
  /development/ndk/platforms/android-9/arch-x86/include/asm/
uaccess_32.h 50 #define __put_user_1(x, ptr) __asm__ __volatile__("call __put_user_1":"=a" (__ret_pu):"0" ((typeof(*(ptr)))(x)), "c" (ptr))
51 #define __put_user_2(x, ptr) __asm__ __volatile__("call __put_user_2":"=a" (__ret_pu):"0" ((typeof(*(ptr)))(x)), "c" (ptr))
52 #define __put_user_4(x, ptr) __asm__ __volatile__("call __put_user_4":"=a" (__ret_pu):"0" ((typeof(*(ptr)))(x)), "c" (ptr))
54 #define __put_user_8(x, ptr) __asm__ __volatile__("call __put_user_8":"=a" (__ret_pu):"A" ((typeof(*(ptr)))(x)), "c" (ptr))
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MismatchedSetException.cs 74 this._expecting = (BitSet)info.GetValue("Expecting", typeof(BitSet));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedSetException.cs 83 this._expecting = (BitSet)info.GetValue("Expecting", typeof(BitSet));
  /external/chromium/chrome/common/extensions/docs/js/
sidebar.js 19 if (typeof list.length != 'number') {
  /external/clang/test/Analysis/
reference.cpp 5 typedef typeof(sizeof(int)) size_t;
  /external/clang/test/CodeGen/
vla.c 156 (typeof(++i, (int (*)[i])a)){&a} += 0;
  /external/clang/test/PCH/
exprs.c 43 typeof(sizeof(float)) size_t_value;
  /external/elfutils/host-darwin-fixup/
AndroidFixup.h 32 typeof (exp) _rc; \
  /external/libnl-headers/
netlink-local.h 127 typeof(x) _x = (x); \
128 typeof(y) _y = (y); \
133 typeof(x) _x = (x); \
134 typeof(y) _y = (y); \
  /external/v8/test/mjsunit/
optimized-typeof.js 31 return typeof({}) === "undefined";
40 var foo = typeof({})
  /external/v8/test/mjsunit/regress/
regress-318.js 31 if (typeof(value) == 'boolean') value = value + '';
32 if (typeof(value) == 'number') value = value + '';

Completed in 1123 milliseconds

<<11121314151617181920>>