Searched defs:provided (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContextFeatures.cpp5 * modification, are permitted provided that the following conditions are
79 ContextFeatures* provided = static_cast<ContextFeatures*>(ContextFeatures::SupplementType::from(page, ContextFeatures::supplementName())); local
80 if (!provided)
82 document.setContextFeatures(*provided);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionMessages.cpp5 * modification, are permitted provided that the following conditions are
12 * in the documentation and/or other materials provided with the
94 String ExceptionMessages::invalidArity(const char* expected, unsigned provided) argument
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) argument
121 return String::number(expected) + " argument" + (expected > 1 ? "s" : "") + " required, but only " + String::number(provided) + " present.";
H A DV8Binding.cpp5 * modification, are permitted provided that the following conditions are
12 * in the documentation and/or other materials provided with the
76 void setArityTypeError(ExceptionState& exceptionState, const char* valid, unsigned provided) argument
78 exceptionState.throwTypeError(ExceptionMessages::invalidArity(valid, provided));
81 v8::Local<v8::Value> createMinimumArityTypeErrorForMethod(const char* method, const char* type, unsigned expected, unsigned provided, v8::Isolate* isolate) argument
83 return V8ThrowException::createTypeError(ExceptionMessages::failedToExecute(method, type, ExceptionMessages::notEnoughArguments(expected, provided)), isolate);
86 v8::Local<v8::Value> createMinimumArityTypeErrorForConstructor(const char* type, unsigned expected, unsigned provided, v8::Isolate* isolate) argument
88 return V8ThrowException::createTypeError(ExceptionMessages::failedToConstruct(type, ExceptionMessages::notEnoughArguments(expected, provided)), isolate);
91 void setMinimumArityTypeError(ExceptionState& exceptionState, unsigned expected, unsigned provided) argument
93 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(expected, provided));
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb11 modification, are permitted provided that the following conditions
18 documentation and/or other materials provided with the distribution.
491 class provided by the token scheme. class in class:ANTLR3.with.ARecognizerOrSuch
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h248 * Utility function to check whether the provided alignment is consistent with
252 pb_check_alignment(pb_size requested, pb_size provided) argument
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) argument
271 return (requested & provided) == requested ? TRUE : FALSE;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h248 * Utility function to check whether the provided alignment is consistent with
252 pb_check_alignment(pb_size requested, pb_size provided) argument
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) argument
271 return (requested & provided) == requested ? TRUE : FALSE;
/external/owasp/sanitizer/tools/findbugs/lib/
H A DjFormatString.jar ... .FormatterException { private static final long serialVersionUID public final int provided public final int used public void " href="/5.1. ...
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_at.c470 static void bta_hf_client_handle_bsir(UINT32 provided) argument
472 APPL_TRACE_DEBUG("%s %u", __FUNCTION__, provided);
474 bta_hf_client_evt_val(BTA_HF_CLIENT_BSIR_EVT, provided);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 253 milliseconds