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

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DContentDisposition.java100 return this.getParameter("handling");
104 * @param handling String to set.
106 public void setHandling(String handling) throws ParseException { argument
107 if (handling == null)
110 + ", ContentDisposition, setHandling(), the handling parameter is null");
111 this.setParameter("handling", handling);
/external/nist-sip/java/javax/sip/header/
H A DContentDispositionHeader.java17 void setHandling(String handling) throws ParseException; argument
/external/jetty/src/java/org/eclipse/jetty/continuation/
H A DFauxContinuation.java282 void handling() method in class:FauxContinuation
314 * @return true if handling is complete
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAsyncContinuation.java60 // handling() suspend() unhandle() resume() complete() doComplete()
301 * @return false if the handling of the request should not proceed
303 protected boolean handling() method in class:AsyncContinuation
397 * Signal that the HttpConnection has finished handling the request.
400 * @return true if handling is complete, false if the request should
/external/v8/src/
H A Dobjects.cc4484 // TODO(verwaest): Encapsulate dictionary handling better.
5220 ExecutableAccessorInfoHandling handling) {
5222 it, value, attributes, THROW_ON_ERROR, handling));
5229 ShouldThrow should_throw, ExecutableAccessorInfoHandling handling) {
5259 if (handling == DONT_FORCE_FIELD) {
5268 // Special handling for ExecutableAccessorInfo, which behaves like a
5271 handling == DONT_FORCE_FIELD) {
5353 PropertyAttributes attributes, ExecutableAccessorInfoHandling handling) {
5356 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes, handling);
5362 PropertyAttributes attributes, ExecutableAccessorInfoHandling handling) {
5218 DefineOwnPropertyIgnoreAttributes( LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, ExecutableAccessorInfoHandling handling) argument
5227 DefineOwnPropertyIgnoreAttributes( LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, ShouldThrow should_throw, ExecutableAccessorInfoHandling handling) argument
5351 SetOwnPropertyIgnoreAttributes( Handle<JSObject> object, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, ExecutableAccessorInfoHandling handling) argument
5360 SetOwnElementIgnoreAttributes( Handle<JSObject> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes, ExecutableAccessorInfoHandling handling) argument
5369 DefinePropertyOrElementIgnoreAttributes( Handle<JSObject> object, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, ExecutableAccessorInfoHandling handling) argument
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 696 milliseconds