HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 151 - 175 of 12738) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/notifications/
NotificationCenter.idl 4 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above
12 * in the documentation and/or other materials provided with the
21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37 [V8Custom] Notification createHTMLNotification(in DOMString url) raises(Exception);
38 [V8Custom] Notification createNotification(in DOMString iconUrl, in DOMString title, in DOMString body) raises(Exception)
    [all...]
  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.idl 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY
20 * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
37 void noteOn(in float when);
38 void noteGrainOn(in float when, in float grainOffset, in float grainDuration)
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebScrollBarPrivate.idl 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43 HRESULT init([in] IWebScrollBarDelegatePrivate* delegate, [in] OLE_HANDLE containingWindow, [in] WebScrollBarOrientation orientation, [in] WebScrollBarControlSize controlSize)
    [all...]
IWebNotificationCenter.idl 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
52 HRESULT addObserver([in] IWebNotificationObserver* observer, [in] BSTR notificationName, [in] IUnknown* anObject);
55 HRESULT postNotification([in] IWebNotification* notification)
    [all...]
IWebScriptObject.idl 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 directly. In normal uses of WebKit, you gain access to the script
49 Also the sparse array access allowed in web script objects doesn't map well to NSArray, so
67 @discussion Throws an exception in the current script execution context.
71 HRESULT throwException([in] BSTR exceptionMessage, [out, retval] BOOL* result)
    [all...]
IWebUIDelegate.idl 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
41 @discussion Each menu item in the default menu items array passed in
200 HRESULT createWebViewWithRequest([in] IWebView* sender, [in] IWebURLRequest* request, [out, retval] IWebView** newWebView)
    [all...]
IWebEditingDelegate.idl 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
106 HRESULT shouldBeginEditingInDOMRange([in] IWebView* webView, [in] IDOMRange* range, [out, retval] BOOL* result);
111 HRESULT shouldEndEditingInDOMRange([in] IWebView* webView, [in] IDOMRange* range, [out, retval] BOOL* result)
    [all...]
IWebFramePrivate.idl 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 WebFrameLoadTypeIndexedBackForward, // a multi-item hop in the backforward list
66 HRESULT setInPrintingMode([in] BOOL value, [in] HDC printDC);
67 HRESULT getPrintedPageCount([in] HDC printDC, [out, retval] UINT* pageCount)
    [all...]
IWebPolicyDelegate.idl 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
106 allows an in-progress navigation to be converted to a download
118 the request in some other way, such as opening a new window,
119 opening a new window behind the current one, opening the URL in an
120 external app, revealing the location in Finder if a file URL, etc
    [all...]
  /frameworks/base/core/java/android/accounts/
IAccountManager.aidl 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
30 String getPassword(in Account account);
31 String getUserData(in Account account, String key);
34 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features);
35 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] features);
36 boolean addAccount(in Account account, String password, in Bundle extras)
    [all...]
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_file.c 4 * algorithms in a highly modular and flexible manner.
22 @param outlen [in/out] The max size and resulting size of the message digest
30 FILE *in;
40 in = fopen(fname, "rb");
41 if (in == NULL) {
45 err = hash_filehandle(hash, in, out, outlen);
46 if (fclose(in) != 0) {
  /external/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/
der_decode_short_integer.c 4 * algorithms in a highly modular and flexible manner.
23 @param in The DER encoded data
28 int der_decode_short_integer(const unsigned char *in, unsigned long inlen, unsigned long *num)
33 LTC_ARGCHK(in != NULL);
42 if ((in[x++] & 0x1F) != 0x02) {
47 len = in[x++];
56 y = (y<<8) | (unsigned long)in[x++];
  /external/webkit/Source/WebCore/css/
CSSStyleDeclaration.idl 10 * This library is distributed in the hope that it will be useful,
23 // Introduced in DOM Level 2:
33 [ConvertNullStringTo=Null] DOMString getPropertyValue(in DOMString propertyName);
34 CSSValue getPropertyCSSValue(in DOMString propertyName);
35 [ConvertNullStringTo=Null] DOMString removeProperty(in DOMString propertyName)
37 [ConvertNullStringTo=Null] DOMString getPropertyPriority(in DOMString propertyName);
38 [OldStyleObjC] void setProperty(in DOMString propertyName,
39 in [ConvertNullToNullString] DOMString value,
40 in DOMString priority)
44 DOMString item(in unsigned long index)
    [all...]
  /external/webkit/Source/WebCore/dom/
CharacterData.idl 9 * This library is distributed in the hope that it will be useful,
29 [ConvertNullStringTo=Null, OldStyleObjC] DOMString substringData(in [IsIndex] unsigned long offset,
30 in [IsIndex] unsigned long length)
33 void appendData(in DOMString data)
36 [OldStyleObjC] void insertData(in [IsIndex] unsigned long offset,
37 in DOMString data)
40 [OldStyleObjC] void deleteData(in [IsIndex] unsigned long offset,
41 in [IsIndex] unsigned long length)
44 [OldStyleObjC] void replaceData(in [IsIndex] unsigned long offset,
45 in [IsIndex] unsigned long length
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGTransform.idl 11 * This library is distributed in the hope that it will be useful,
38 [StrictTypeChecking, RequiresAllArguments=Raise] void setMatrix(in SVGMatrix matrix);
39 [StrictTypeChecking, RequiresAllArguments=Raise] void setTranslate(in float tx, in float ty);
40 [StrictTypeChecking, RequiresAllArguments=Raise] void setScale(in float sx, in float sy);
41 [StrictTypeChecking, RequiresAllArguments=Raise] void setRotate(in float angle, in float cx, in float cy);
42 [StrictTypeChecking, RequiresAllArguments=Raise] void setSkewX(in float angle)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
DataView.idl 4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
17 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
21 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
38 // int8_t getInt8(in unsigned long byteOffset);
39 // uint8_t getUint8(in unsigned long byteOffset);
45 [StrictTypeChecking, RequiresAllArguments=Raise] short getInt16(in unsigned long byteOffset, in [Optional] boolean littleEndian
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/
TestObj.idl 5 * Redistribution and use in source and binary formstrArg, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
21 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 // changes in its ouput.
66 void voidMethodWithArgs(in long intArg, in DOMString strArg, in TestObj objArg)
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBDatabase.idl 4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
17 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
21 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
40 IDBObjectStore createObjectStore(in DOMString name, in [Optional] OptionsObject options)
42 void deleteObjectStore(in DOMString name)
44 [CallWith=ScriptExecutionContext] IDBVersionChangeRequest setVersion(in DOMString version
    [all...]
IDBObjectStore.idl 4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
17 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
21 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35 [CallWith=ScriptExecutionContext] IDBRequest put(in SerializedScriptValue value, in [Optional] IDBKey key)
37 [CallWith=ScriptExecutionContext] IDBRequest add(in SerializedScriptValue value, in [Optional] IDBKey key
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodManager.aidl 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
35 List<InputMethodSubtype> getEnabledInputMethodSubtypeList(in InputMethodInfo imi,
41 void addClient(in IInputMethodClient client,
42 in IInputContext inputContext, int uid, int pid);
43 void removeClient(in IInputMethodClient client);
45 InputBindResult startInput(in IInputMethodClient client,
46 IInputContext inputContext, in EditorInfo attribute, int controlFlags);
47 void finishInput(in IInputMethodClient client);
48 boolean showSoftInput(in IInputMethodClient client, int flags
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/paddings/
ISO10126d2Padding.java 44 * add the pad bytes to the passed in block, returning the
48 byte[] in,
51 byte code = (byte)(in.length - inOff);
53 while (inOff < (in.length - 1))
55 in[inOff] = (byte)random.nextInt();
59 in[inOff] = code;
65 * return the number of pad bytes present in the block.
67 public int padCount(byte[] in)
70 int count = in[in.length - 1] & 0xff
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/bit/
der_decode_bit_string.c 4 * algorithms in a highly modular and flexible manner.
23 @param in The DER encoded BIT STRING
26 @param outlen [in/out] The number of bits stored
29 int der_decode_bit_string(const unsigned char *in, unsigned long inlen,
34 LTC_ARGCHK(in != NULL);
44 if ((in[0]&0x1F) != 0x03) {
48 /* offset in the data */
52 if (in[x] & 0x80) {
54 y = in[x++] & 0x7F;
64 dlen = (dlen << 8) | (unsigned long)in[x++]
    [all...]
  /external/webkit/Source/WebCore/page/
DOMSelection.idl 5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
21 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
43 void collapse(in Node node, in long index)
51 boolean containsNode(in Node node, in boolean allowPartial)
    [all...]
  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetService.aidl 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
45 void updateAppWidgetIds(in int[] appWidgetIds, in RemoteViews views);
46 void updateAppWidgetOptions(int appWidgetId, in Bundle extras);
48 void partiallyUpdateAppWidgetIds(in int[] appWidgetIds, in RemoteViews views);
49 void updateAppWidgetProvider(in ComponentName provider, in RemoteViews views);
50 void notifyAppWidgetViewDataChanged(in int[] appWidgetIds, int viewId)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Any.java 6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
72 public Object decode(BerInputStream in) throws IOException {
74 in.readContent();
76 if (in.isVerify) {
79 return getDecodedObject(in);
86 * @param in BER input stream
89 public Object getDecodedObject(BerInputStream in) throws IOException {
90 byte[] bytesEncoded = new byte[in.offset - in.tagOffset]
    [all...]

Completed in 2117 milliseconds

1 2 3 4 5 67 8 91011>>