HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 176 - 200 of 13573) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/dom/
Clipboard.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
20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
24 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
37 [Custom] void clearData(in [Optional] DOMString type)
39 [Custom] void getData(in DOMString type)
42 [RequiresAllArguments] boolean setData(in DOMString type, in DOMString data)
    [all...]
DeviceMotionEvent.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 [Custom] void initDeviceMotionEvent(in DOMString type, in boolean bubbles, in boolean cancelable, in Acceleration acceleration, in Acceleration accelerationIncludingGravity, in RotationRate rotationR (…)
    [all...]
DataTransferItems.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
39 DataTransferItem item(in unsigned long index) getter;
42 void add(in DOMString data, in DOMString type) raises(DOMException);
OverflowEvent.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 void initOverflowEvent(in unsigned short orient,
36 in boolean horizontalOverflow,
37 in boolean verticalOverflow);
  /external/webkit/Source/WebCore/notifications/
Notification.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
50 void addEventListener(in DOMString type,
51 in EventListener listener,
52 in boolean useCapture);
53 void removeEventListener(in DOMString type,
    [all...]
  /external/webkit/Source/WebCore/page/
EventSource.idl 5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
13 * in the documentation and/or other materials provided with the
22 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
59 void addEventListener(in DOMString type,
60 in EventListener listener,
61 in boolean useCapture);
62 void removeEventListener(in DOMString type
    [all...]
History.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
42 [DoNotCheckDomainSecurity, CallWith=ScriptExecutionContext] void go(in long distance);
44 [Custom, EnabledAtRuntime] void pushState(in any data, in DOMString title, in optional DOMString url
    [all...]
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestUpload.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
20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
24 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
45 void addEventListener(in DOMString type,
46 in EventListener listener,
47 in boolean useCapture);
48 void removeEventListener(in DOMString type,
    [all...]
  /frameworks/base/core/java/android/app/
IBackupAgent.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
23 * Interface presented by applications being asked to participate in the
51 void doBackup(in ParcelFileDescriptor oldState,
52 in ParcelFileDescriptor data,
53 in ParcelFileDescriptor newState,
79 void doRestore(in ParcelFileDescriptor data, int appVersionCode,
80 in ParcelFileDescriptor newState, int token, IBackupManager callbackBinder);
99 void doFullBackup(in ParcelFileDescriptor data, int token, IBackupManager callbackBinder);
116 void doRestoreFile(in ParcelFileDescriptor data, long size
    [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...]
  /frameworks/base/voip/java/android/net/sip/
ISipService.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
28 void open(in SipProfile localProfile);
29 void open3(in SipProfile localProfile,
30 in PendingIntent incomingCallPendingIntent,
31 in ISipSessionListener listener);
32 void close(in String localProfileUri);
38 ISipSession createSession(in SipProfile localProfile,
39 in ISipSessionListener listener);
  /external/webkit/Source/WebCore/svg/
SVGTextContentElement.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 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 float getSubStringLength(in [IsIndex] unsigned long offset,
44 in [IsIndex] unsigned long length)
46 SVGPoint getStartPositionOfChar(in [IsIndex] unsigned long offset)
48 SVGPoint getEndPositionOfChar(in [IsIndex] unsigned long offset
    [all...]
  /external/chromium/testing/gtest/test/
gtest_catch_exceptions_test.py 5 # Redistribution and use in source and binary forms, with or without
11 # * Redistributions in binary form must reproduce the above
13 # in the documentation and/or other materials provided with the
22 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62 SUPPORTS_SEH_EXCEPTIONS = 'ThrowsSehException' in TEST_LIST
78 'in the test fixture\'s constructor'
79 in test_output)
81 'in the test fixture\'s destructor
    [all...]
  /device/moto/stingray/ril/
qbp-dump.sh 13 case $parentExists in
22 case $? in 0) ;; *) echo "Couldn\'t cd to $outDirRoot"; exit 1;; esac
25 for dir in $outDirBranch; do
28 case $? in 0) ;; *) echo "Couldn\'t cd to $dir"; exit 1;; esac
40 case $? in 0) ;; *) echo "qbpfs hello failed"; return;; esac
45 case $maxIndexes in
63 case $maxIndexes in
66 case $lastErrIndex in
74 case $lastErrIndex in
83 case $lastErrIndex in
    [all...]
  /external/webkit/Source/WebCore/fileapi/
FileWriterSync.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
36 void write(in Blob data) raises (FileException);
37 void seek(in long long position) raises (FileException);
38 void truncate(in long long size) raises (FileException);
  /external/webkit/Source/WebCore/html/
HTMLAllCollection.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 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 [Custom] Node item(in unsigned long index);
36 [Custom] Node namedItem(in DOMString name);
39 NodeList tags(in DOMString name);
  /external/webkit/Source/WebCore/plugins/
DOMPluginArray.idl 10 This library is distributed in the hope that it will be useful,
28 DOMPlugin item(in unsigned long index);
29 DOMPlugin namedItem(in DOMString name);
30 void refresh(in boolean reload);
  /external/webkit/Source/WebCore/storage/
StorageInfo.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 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 [CallWith=ScriptExecutionContext] void queryUsageAndQuota(in unsigned short storageType, in [Callback, Optional] StorageInfoUsageCallback usageCallback, in [Callback, Optional] StorageInfoErrorCallback errorCallback);
  /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
44 void updateAppWidgetIds(in int[] appWidgetIds, in RemoteViews views);
45 void partiallyUpdateAppWidgetIds(in int[] appWidgetIds, in RemoteViews views);
46 void updateAppWidgetProvider(in ComponentName provider, in RemoteViews views);
47 void notifyAppWidgetViewDataChanged(in int[] appWidgetIds, int viewId);
50 void bindAppWidgetId(int appWidgetId, in ComponentName provider)
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
shellsort.cpp 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
87 ; Declare functions defined elsewhere and referenced in this module
92 ; Declare variables used in this module but defined elsewhere
100 void shellsort(Int32 in[], Int32 n)
119 v = in[i-1];
121 while (in[j-inc-1] > v)
123 in[j-1] = in[j-inc-1];
130 in[j-1] = v
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHTMLRepresentation.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
49 HRESULT supportedMIMETypes([in, out] BSTR* types, [in, out] int* cTypes);
54 HRESULT supportedNonImageMIMETypes([in, out] BSTR* types, [in, out] int* cTypes)
    [all...]
  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.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 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
28 // Introduced in DOM Level ?:
61 void setMatrixValue(in DOMString string) raises (DOMException);
64 [Immutable] WebKitCSSMatrix multiply(in WebKitCSSMatrix secondMatrix);
71 [Immutable] WebKitCSSMatrix translate(in double x, in double y, in double z)
    [all...]
  /frameworks/base/core/java/android/content/
IContentService.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
33 void registerContentObserver(in Uri uri, boolean notifyForDescendentsn,
37 void notifyChange(in Uri uri, IContentObserver observer,
40 void requestSync(in Account account, String authority, in Bundle extras);
41 void cancelSync(in Account account, String authority);
48 boolean getSyncAutomatically(in Account account, String providerName);
56 void setSyncAutomatically(in Account account, String providerName, boolean sync);
61 * @return the frequency of the periodic sync in seconds. If 0 then no periodic sync
    [all...]
  /libcore/json/src/main/java/org/json/
JSONTokener.java 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
57 * designed for inheritance and should not be subclassed. In particular,
65 private final String in; field in class:JSONTokener
74 * @param in JSON encoded string. Null is not permitted and will yield a
78 public JSONTokener(String in) {
80 if (in != null && in.startsWith("\ufeff")) {
81 in = in.substring(1)
    [all...]
  /external/openssl/include/openssl/
modes.h 4 * Rights for redistribution and usage in source and binary
10 typedef void (*block128_f)(const unsigned char in[16],
14 typedef void (*cbc128_f)(const unsigned char *in, unsigned char *out,
18 void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out,
21 void CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out,
25 void CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out,
30 void CRYPTO_ofb128_encrypt(const unsigned char *in, unsigned char *out,
35 void CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out,
39 void CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out,
43 void CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out
    [all...]

Completed in 6601 milliseconds

1 2 3 4 5 6 78 91011>>