OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:provided
(Results
1 - 25
of
2902
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/dom/
ContextFeatures.cpp
5
* modification, are permitted
provided
that the following conditions are
14
* THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
94
ContextFeatures*
provided
= static_cast<ContextFeatures*>(RefCountedSupplement<Page, ContextFeatures>::from(page, ContextFeatures::supplementName()));
local
95
if (!
provided
)
97
document->setContextFeatures(
provided
);
/libcore/luni/src/main/java/java/lang/
Package.java
246
* if this package's version string or the one
provided
are not
251
String[]
provided
= specVersion.split("\\.");
local
253
for (int i = 0; i < Math.min(requested.length,
provided
.length); i++) {
255
int provNum = Integer.parseInt(
provided
[i]);
264
if (requested.length >
provided
.length) {
/external/chromium_org/third_party/WebKit/Source/build/scripts/
check_objc_rename.sh
7
# modification, are permitted
provided
that the following conditions are
14
# in the documentation and/or other materials
provided
with the
20
# THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
66
These Objective-C symbols may clash with those
provided
by the system's own
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_buffer.h
18
* THE SOFTWARE IS
PROVIDED
"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
248
* Utility function to check whether the
provided
alignment is consistent with
252
pb_check_alignment(pb_size requested, pb_size
provided
)
256
if(requested >
provided
)
258
if(
provided
% requested != 0)
265
* Utility function to check whether the
provided
alignment is consistent with
269
pb_check_usage(unsigned requested, unsigned
provided
)
271
return (requested &
provided
) == requested ? TRUE : FALSE;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer.h
18
* THE SOFTWARE IS
PROVIDED
"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
248
* Utility function to check whether the
provided
alignment is consistent with
252
pb_check_alignment(pb_size requested, pb_size
provided
)
256
if(requested >
provided
)
258
if(
provided
% requested != 0)
265
* Utility function to check whether the
provided
alignment is consistent with
269
pb_check_usage(unsigned requested, unsigned
provided
)
271
return (requested &
provided
) == requested ? TRUE : FALSE;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionMessages.cpp
5
* modification, are permitted
provided
that the following conditions are
12
* in the documentation and/or other materials
provided
with the
18
* THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
79
kind = "value
provided
";
88
String ExceptionMessages::notEnoughArguments(unsigned expected, unsigned
provided
)
90
return String::number(expected) + " argument" + (expected > 1 ? "s" : "") + " required, but only " + String::number(
provided
) + " present.";
96
return std::isinf(value) ? "The value
provided
is infinite." : "The value
provided
is not a number.";
/external/chromium_org/v8/test/mjsunit/regress/
regress-720.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30
// in the
provided
descriptor.
/external/v8/test/mjsunit/regress/
regress-720.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30
// in the
provided
descriptor.
/external/chromium_org/tools/grit/grit/
pseudo.py
83
'''Returns a pseudotranslation of the
provided
string, in our enhanced
111
'''Returns a pseudotranslation of the
provided
message.
/external/chromium/android/
generateAndroidForwardingHeader.pl
6
# modification, are permitted
provided
that the following conditions
12
# documentation and/or other materials
provided
with the distribution.
14
# THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
35
* modification, are permitted
provided
that the following conditions
41
* documentation and/or other materials
provided
with the distribution.
43
* THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
/external/chromium_org/v8/samples/
count-hosts.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
/external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
/external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
/external/chromium_org/v8/test/intl/date-format/
wellformed-unsupported-locale.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
/external/chromium_org/v8/test/intl/number-format/
wellformed-unsupported-locale.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
/external/chromium_org/v8/test/intl/
utils.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
/external/chromium_org/v8/test/message/
isvar.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
overwritten-builtins.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
paren_in_arg_string.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
single-function-literal.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
try-catch-finally-no-message.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
try-catch-finally-return-in-finally.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
try-finally-return-in-finally.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
/external/chromium_org/v8/test/message/regress/
regress-1527.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
/external/chromium_org/v8/test/mjsunit/
api-call-after-bypassed-exception.js
3
// modification, are permitted
provided
that the following conditions are
10
// disclaimer in the documentation and/or other materials
provided
16
// THIS SOFTWARE IS
PROVIDED
BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Completed in 1186 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>