HomeSort by relevance Sort by last modified time
    Searched refs:provided (Results 1 - 25 of 2185) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
79 ContextFeatures* provided = static_cast<ContextFeatures*>(ContextFeatures::SupplementType::from(page, ContextFeatures::supplementName())); local
80 if (!provided)
82 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/core/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
94 String ExceptionMessages::invalidArity(const char* expected, unsigned provided)
96 return "Valid arities are: " + String(expected) + ", but " + String::number(provided) + " arguments provided.";
101 return "The " + ordinalNumber(argumentIndex) + " argument provided is either null, or an invalid " + expectedType + " object.";
110 kind = "value provided";
119 String ExceptionMessages::notEnoughArguments(unsigned expected, unsigned provided)
121 return String::number(expected) + " argument" + (expected > 1 ? "s" : "") + " required, but only " + String::number(provided) + " present."
    [all...]
  /external/llvm/utils/lit/lit/
TestingConfig.py 72 Load the configuration module at the provided path into the given config
  /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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
serializer.js 21 * Stores state variables in a provided object.
  /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_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 1210 milliseconds

1 2 3 4 5 6 7 8 91011>>