HomeSort by relevance Sort by last modified time
    Searched refs:if (Results 226 - 250 of 3674) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
typeinfoisderivedfrom56.js 30 // If there are no configuration exceptions, asynchronous
47 if (typeof(this.doc) != 'undefined') {
52 if (docsLoaded == 1) {
71 if (++docsLoaded == 1) {
79 Check if a type derived by extension from a list of a item type returns true
80 when asked if it derives by extension from anyType.
87 if(checkInitialization(builder, "typeinfoisderivedfrom56") != null) return;
95 if (typeof(this.doc) != 'undefined') {
typeinfoisderivedfrom57.js 30 // If there are no configuration exceptions, asynchronous
47 if (typeof(this.doc) != 'undefined') {
52 if (docsLoaded == 1) {
71 if (++docsLoaded == 1) {
79 Check if a type derived by extension from a list of a item type returns true
80 when asked if it derives by list from anyType.
87 if(checkInitialization(builder, "typeinfoisderivedfrom57") != null) return;
95 if (typeof(this.doc) != 'undefined') {
typeinfoisderivedfrom58.js 30 // If there are no configuration exceptions, asynchronous
47 if (typeof(this.doc) != 'undefined') {
52 if (docsLoaded == 1) {
71 if (++docsLoaded == 1) {
79 Check if a type derived by extension from a union returns true
80 when asked if it derives by union from a member type of the union.
87 if(checkInitialization(builder, "typeinfoisderivedfrom58") != null) return;
96 if (typeof(this.doc) != 'undefined') {
typeinfoisderivedfrom59.js 30 // If there are no configuration exceptions, asynchronous
47 if (typeof(this.doc) != 'undefined') {
52 if (docsLoaded == 1) {
71 if (++docsLoaded == 1) {
79 Check if a type derived by extension from a union returns true
80 when asked if it derives by union from a restricted base of
88 if(checkInitialization(builder, "typeinfoisderivedfrom59") != null) return;
99 if (typeof(this.doc) != 'undefined') {
documentadoptnode32.js 30 // If there are no configuration exceptions, asynchronous
46 if (typeof(this.doc) != 'undefined') {
52 if (typeof(this.docAdopter) != 'undefined') {
57 if (docsLoaded == 2) {
76 if (++docsLoaded == 2) {
85 Document as the source. Verify if the node has been adopted correctly by checking the nodeValue
94 if(checkInitialization(builder, "documentadoptnode32") != null) return;
102 if (typeof(this.doc) != 'undefined') {
108 if (typeof(this.docAdopter) != 'undefined') {
115 if(
    [all...]
nodereplacechild10.js 30 // If there are no configuration exceptions, asynchronous
47 if (typeof(this.doc) != 'undefined') {
53 if (typeof(this.doc1) != 'undefined') {
58 if (docsLoaded == 2) {
77 if (++docsLoaded == 2) {
89 a notation node of retieved from the DTD of another document and verify if a
98 if(checkInitialization(builder, "nodereplacechild10") != null) return;
110 if (typeof(this.doc) != 'undefined') {
121 if (typeof(this.doc1) != 'undefined') {
135 if (typeof(ex.code) != 'undefined') {
    [all...]
nodereplacechild21.js 30 // If there are no configuration exceptions, asynchronous
47 if (typeof(this.doc) != 'undefined') {
53 if (typeof(this.doc1) != 'undefined') {
58 if (docsLoaded == 2) {
77 if (++docsLoaded == 2) {
89 a notation node of retieved from the DTD of another document and verify if a
91 Also try replacing the docType with an entity node and see if the same exception gets thrown.
99 if(checkInitialization(builder, "nodereplacechild21") != null) return;
111 if (typeof(this.doc) != 'undefined') {
122 if (typeof(this.doc1) != 'undefined')
    [all...]
userdatahandler01.js 30 // If there are no configuration exceptions, asynchronous
46 if (typeof(this.doc) != 'undefined') {
51 if (docsLoaded == 1) {
70 if (++docsLoaded == 1) {
87 if(checkInitialization(builder, "userdatahandler01") != null) return;
110 if (typeof(this.doc) != 'undefined') {
116 if (null == userDataMonitor) {
121 if (null == userDataMonitor) {
138 if(
156 if(
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 8 var isMobile = false; // true if mobile, so we can adjust some layout
25 if(jqxhr.status === 200) {
27 if(jqxhr.status === 200) {
41 if (devsite) {
48 if ($(this).hasClass('disabled')) {
76 if (!$('#search_autocomplete').is(":focus")) {
84 if (quicknav_open) {
117 if ($("#search_autocomplete").is(":focus")) return;
118 if ($("#search_autocomplete").val() == '') {
126 if ($("#search_autocomplete").val() == '')
    [all...]
  /external/v8/src/
mirror-debugger.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57 if (!opt_transient) {
60 if (mirror.value() === value) {
64 if (mirror.isNumber() && isNaN(mirror.value()) &&
71 if (IS_UNDEFINED(value)) {
73 } else if (IS_NULL(value)) {
75 } else if (IS_BOOLEAN(value)) {
77 } else if (IS_NUMBER(value)) {
79 } else if (IS_STRING(value)) {
81 } else if (IS_ARRAY(value))
    [all...]
messages.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 // If this object gets passed to an error constructor the error will
45 if (str.length == 2 && %_StringCharCodeAt(str, 0) == 0x25) {
48 if (arg_num < 4) {
63 // To check if something is a native error we need to check the
84 if (IsNativeErrorObject(obj)) {
93 if (obj != null && IS_OBJECT(obj) && obj.toString === ObjectToString) {
95 if (typeof constructor == "function") {
97 if (IS_STRING(constructorName) && constructorName !== "") {
107 if (IS_UNDEFINED(args))
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 11 if (!app.icons || app.icons.length == 0) {
17 if (icon.size > largest.size) {
78 if (!item.isApp || !item.enabled) {
81 if (filter && item.name.toLowerCase().search(filter) < 0) {
93 if (filter.length > 0 && !didSetExplicitWidth) {
123 if (info[i].isApp) {
127 if (appCount == 0) {
139 if (newIndex >= 0 && newIndex <= appList.length - 1) {
145 if (newIndex == 0) {
147 } else if (newIndex == appList.length - 1)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 8 if (arguments.length == 1) {
9 if (org.antlr.lang.isNumber(arguments[0])) {
19 if ( oldToken instanceof org.antlr.runtime.CommonToken ) {
24 } else if (arguments.length == 2) {
28 } else if (arguments.length == 5) {
49 if ( org.antlr.lang.isString(this.text) ) {
52 if ( !this.input ) {
126 if ( this.channel>0 ) {
130 if ( !org.antlr.lang.isNull(txt) ) {
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetdoctype.js 30 // If there are no configuration exceptions, asynchronous
46 if (typeof(this.doc) != 'undefined') {
51 if (docsLoaded == 1) {
70 if (++docsLoaded == 1) {
78 Access Document.doctype for hc_staff, if not text/html should return DocumentType node.
86 if(checkInitialization(builder, "hc_documentgetdoctype") != null) return;
94 if (typeof(this.doc) != 'undefined') {
101 if(
112 if(
120 if(
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentgetdoctype.js 30 // If there are no configuration exceptions, asynchronous
46 if (typeof(this.doc) != 'undefined') {
51 if (docsLoaded == 1) {
70 if (++docsLoaded == 1) {
78 Access Document.doctype for hc_staff, if not text/html should return DocumentType node.
86 if(checkInitialization(builder, "hc_documentgetdoctype") != null) return;
94 if (typeof(this.doc) != 'undefined') {
101 if(
112 if(
120 if(
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
bootstrap.js 16 // Regenerate page if we are passed the "?regenerate" search param
17 // or if the user-agent is chrome AND the document is being served
19 if (window.location.search == "?regenerate" ||
39 if (location.hash.length > 1)
42 } else if ((navigator.userAgent.indexOf("Chrome") > -1) &&
api_page_generator.js 14 * if called as ../foo.html, it will look for ../static/foo.html.
49 // The current module for this page (if this page is an api module);
58 // If this page is an apiModule, the name of the api module
66 if (f(this[i], i))
81 * It will insert the static content, if any, prepare it's pageData then
87 if (!pageBase) {
121 if (!USE_DEVTOOLS_SCHEMA || is_experimental_index)
123 if (USE_DEVTOOLS_SCHEMA || is_experimental_index)
131 if (++schemas_retrieved < schemas_to_retrieve.length)
133 if (pageName.toLowerCase() == "samples")
    [all...]
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 31 %if ABI_IS_32BIT
101 ; This is only active if CHROMIUM is defined.
129 %if ABI_IS_32BIT
143 %if ABI_IS_32BIT
178 %if ABI_IS_32BIT
179 %if CONFIG_PIC=1
249 %if ABI_IS_32BIT
256 %if %1 > 0
259 %if %1 > 1
262 %if %1 >
    [all...]
  /external/webkit/PerformanceTests/Parser/resources/
runner.js 28 if (max < values[i])
37 if (len % 2)
45 if (min > values[i])
76 if (completedRuns <= 0) {
82 if (completedRuns < window.runCount) {
  /external/v8/test/mjsunit/
elements-kind.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 // time sticks if built with snapshot. If --smi-only-arrays is deactivated
39 if (support_smi_only_arrays) {
62 if (%HasFastSmiOnlyElements(obj)) return elements_kind.fast_smi_only;
63 if (%HasFastElements(obj)) return elements_kind.fast;
64 if (%HasFastDoubleElements(obj)) return elements_kind.fast_double;
65 if (%HasDictionaryElements(obj)) return elements_kind.dictionary;
68 if (%HasExternalByteElements(obj)) {
71 if (%HasExternalUnsignedByteElements(obj))
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 8 var isMobile = false; // true if mobile, so we can adjust some layout
18 if (devsite) {
25 if ($(this).hasClass('disabled')) {
53 if (!$('#search_autocomplete').is(":focused")) {
61 if (quicknav_open) {
94 if ($("#search_autocomplete").is(":focus")) return;
95 if ($("#search_autocomplete").val() == '') {
103 if ($("#search_autocomplete").val() == '') {
112 if (pagePath.indexOf("/intl/") == 0) {
116 if (pagePath.indexOf(SITE_ROOT) == 0)
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 14 if ('showPromo' in data)
35 // Hide the context menu, if there is any open.
45 // Determines if the web store link should be detached and place in the
64 if (data.showPromo) {
78 // Only show the web store entry if there are apps installed, since the promo
80 if (data.apps.length > 0) {
84 if (apps.detachWebstoreEntry) {
96 if (data.apps.length < MAX_MINIVIEW_ITEMS) {
104 if (!data.showLauncher)
113 if (appsPromoLink
    [all...]
  /external/v8/tools/
splaytree.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
60 * Inserts a node into the tree with the specified key and value if
61 * the tree does not already contain a node with the specified key. If
68 if (this.isEmpty()) {
75 if (this.root_.key == key) {
79 if (key > this.root_.key) {
93 * Removes a node with the specified key from the tree if the tree
94 * contains a node with this key. The removed node is returned. If the
101 if (this.isEmpty()) {
105 if (this.root_.key != key)
    [all...]
  /device/lge/mako/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/lge/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
  /device/samsung/manta/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/audience/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))

Completed in 1215 milliseconds

1 2 3 4 5 6 7 8 91011>>