OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:if
(Results
251 - 275
of
3674
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/resources/
print_preview.js
58
if
(selectedPrinter < 0)
62
if
(printerName == localStrings.getString('printToPDF')) {
82
if
(disableColorOption != colorOption.disabled) {
87
if
(colorOption.checked != setColorAsDefault) {
102
if
(disable)
110
* button and collate checkbox.
If
the specified value is invalid, displays an
117
if
(!isNumberOfCopiesValid())
144
* @return {boolean} true
if
the number of copies is valid else returns false.
148
if
(copiesFieldText == '')
156
* Checks the value of the copies field.
If
it is a valid number it doe
[
all
...]
new_new_tab.js
56
if
(!menuModeEnabled) {
58
// necessary to restore the maxiview here. It will happen
if
the section
64
if
(section) {
89
if
(opt_pingUrl)
100
if
(cr.isChromeOS) {
133
if
(shownSections & section) {
137
if
(maxiview) {
141
if
(miniview)
147
if
(maxiview) {
151
if
(miniview
[
all
...]
/external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli
16
[path]. Returns [true]
if
successful, [false] otherwise. *)
21
[m] to the channel [c].
If
[unbuffered] is [true], after every write the fd
22
will be flushed. Returns [true]
if
successful, [false] otherwise. *)
28
to the channel [c].
If
[unbuffered] is [true], after every write the fd
29
will be flushed. Returns [true]
if
successful, [false] otherwise. *)
/external/llvm/test/Bindings/Ocaml/
analysis.ml
14
let test x =
if
not x then exit 1 else ()
34
if
not (verify_function fn) then bomb "valid function failed verification!";
46
if
verify_function fn then bomb "invalid function passed verification!";
/external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument09.js
30
//
If
there are no configuration exceptions, asynchronous
47
if
(typeof(this.doc) != 'undefined') {
52
if
(docsLoaded == 1) {
71
if
(++docsLoaded == 1) {
93
If
an exception is thrown from this method, it is considered to be equivalent of returningtrue.
109
The normalizeDocument method method acts as
if
the document was going through a save
112
Set the validate-
if
-schema feature to true. Invoke the normalizeDocument method on this
121
* @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-validate-
if
-schema
125
if
(checkInitialization(builder, "documentnormalizedocument09") != null) return;
136
if
(typeof(this.doc) != 'undefined')
[
all
...]
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied-stops-watches.js
5
if
(window.layoutTestController) {
17
if
(errorCallbackInvoked) {
29
if
(window.layoutTestController)
reentrant-error.js
6
if
(window.layoutTestController) {
18
if
(errorCallbackInvoked) {
34
if
(window.layoutTestController)
reentrant-success.js
7
if
(window.layoutTestController) {
18
if
(successCallbackInvoked) {
36
if
(window.layoutTestController)
/external/webkit/LayoutTests/fast/encoding/resources/
char-encoding-utils.js
23
if
(window.layoutTestController)
30
if
(!charsetResults) {
47
if
(i >= charsets.length) {
invalid-xml.js
23
if
(currentTest >= encodingTests.length) {
26
if
(window.layoutTestController)
35
if
(window.layoutTestController)
/build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js
14
if
(checkbox.checked) {
30
userApiLevel = userApiLevel == 0 ? maxLevel : userApiLevel; //
If
there's no cookie (zero), use the max by default
32
if
(userApiLevelEnabled == 0) {
43
if
(isNaN(minLevel) && minLevel.length) {
49
//
if
(SINCE_DATA[i] < minLevel) option.addClass("absent"); // always false for strings (codenames)
63
if
(userApiLevelEnabled == 0) {
75
if
(selectedLevel < minLevel) {
96
if
(apiLevel.length == 0) { // for odd cases when the since data is actually missing, just bail
101
// Handle provisional api levels;
if
this item's level is the provisional one, set it to the max
104
if
(isNaN(apiLevelNum))
[
all
...]
/external/v8/test/mjsunit/compiler/
regress-funarguments.js
26
// OF THIS SOFTWARE, EVEN
IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
if
(x == 1) return fee["arg" + "uments"];
37
if
(x == 2) return gee["arg" + "uments"];
44
if
(x == 0) return foo["arg" + "uments"];
45
if
(x == 1) return goo["arg" + "uments"];
60
if
(x == 0) return o.g(x, "h");
61
if
(x == 1) return o.g(x, "h");
regress-funcaller.js
26
// OF THIS SOFTWARE, EVEN
IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
if
(x == 0) return fun.caller;
35
if
(x == 1) return gee.caller;
54
if
(x == 0) return o.g(x);
55
if
(x == 1) return o.g(x);
68
if
(x == 0) return eval("o.g(x);");
69
if
(x == 1) return eval("o.g(x);");
/external/v8/test/mjsunit/regress/
regress-995.js
26
// OF THIS SOFTWARE, EVEN
IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
if
(%_IsSpecObject(value)) {
37
if
((%_IsArray(value))) assertTrue(false);
44
if
(%_ClassOf(value) === 'Date') {
45
if
(%_ClassOf(value) === 'String') assertTrue(false);
52
if
(value == null) {
53
if
(value === null) assertTrue(false);
/external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetimplementation.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
"getImplementation()" method.
If
contentType="text/html",
90
if
(checkInitialization(builder, "hc_documentgetimplementation") != null) return;
97
if
(typeof(this.doc) != 'undefined') {
105
if
(
hc_documentgetrootnode.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, "hc_documentgetrootnode") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
102
if
(
hc_elementgettagname.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, "hc_elementgettagname") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
102
if
(
hc_namednodemapnumberofnodes.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, "hc_namednodemapnumberofnodes") != null) return;
95
if
(typeof(this.doc) != 'undefined') {
106
if
(
hc_nodeelementnodename.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
89
if
(checkInitialization(builder, "hc_nodeelementnodename") != null) return;
95
if
(typeof(this.doc) != 'undefined') {
104
if
(
hc_nodegetownerdocument.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
86
if
(checkInitialization(builder, "hc_nodegetownerdocument") != null) return;
95
if
(typeof(this.doc) != 'undefined') {
108
if
(
hc_nodegetownerdocumentnull.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
The "getOwnerDocument()" method returns null
if
the target
95
if
(checkInitialization(builder, "hc_nodegetownerdocumentnull") != null) return;
100
if
(typeof(this.doc) != 'undefined') {
hc_nodehaschildnodes.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
The "hasChildNodes()" method returns true
if
the node
90
if
(checkInitialization(builder, "hc_nodehaschildnodes") != null) return;
97
if
(typeof(this.doc) != 'undefined') {
/external/webkit/LayoutTests/dom/html/level2/events/
createEvent02.js
30
//
If
there are no configuration exceptions, asynchronous
47
if
(typeof(this.doc) != 'undefined') {
52
if
(docsLoaded == 1) {
71
if
(++docsLoaded == 1) {
81
Only applicable
if
implementation supports MutationEvents.
88
if
(checkInitialization(builder, "createEvent02") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
createEvent03.js
30
//
If
there are no configuration exceptions, asynchronous
47
if
(typeof(this.doc) != 'undefined') {
52
if
(docsLoaded == 1) {
71
if
(++docsLoaded == 1) {
81
Only applicable
if
implementation supports the "UIEvents" feature.
88
if
(checkInitialization(builder, "createEvent03") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
createEvent04.js
30
//
If
there are no configuration exceptions, asynchronous
47
if
(typeof(this.doc) != 'undefined') {
52
if
(docsLoaded == 1) {
71
if
(++docsLoaded == 1) {
81
Only applicable
if
implementation supports the "UIEvents" feature.
88
if
(checkInitialization(builder, "createEvent04") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
Completed in 286 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>