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

1 2 3 4 5 6 7 8 91011>>

  /development/tools/zoneinfo/tzdata2010k/
yearistype.sh 3 : 'This file is in the public domain, so clarified as of'
8 case $#-$1 in
14 case $#-$2 in
16 case $1 in
21 case $1 in
26 case $1 in
31 case $1 in
  /bionic/libm/src/
s_scalbln.c 5 * 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 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36 int in; local
38 in = (int)n;
39 if (in != n) {
41 in = INT_MAX
51 int in; local
66 int in; local
    [all...]
  /external/bluetooth/bluez/src/
genbuiltin 3 for i in $*
11 for i in $*
  /external/iptables/extensions/
create_initext 3 for i in $1; do
7 for i in $1; do
  /external/elfutils/config/
Makefile.am 1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
10 ## This program is distributed in the hope that it will be useful,
19 EXTRA_DIST = elfutils.spec.in
  /external/webkit/WebCore/inspector/
InspectorBackend.idl 6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above
14 * in the documentation and/or other materials provided with the
23 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 void storeLastActivePanel(in DOMString panelName);
37 void saveFrontendSettings(in DOMString settings);
43 void enableResourceTracking(in boolean always);
44 void disableResourceTracking(in boolean always)
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_sequence_free.c 4 * algorithms in a highly modular and flexible manner.
22 @param in The list to free
24 void der_sequence_free(ltc_asn1_list *in)
29 while (in->prev != NULL || in->parent != NULL) {
30 if (in->parent != NULL) {
31 in = in->parent;
33 in = in->prev
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.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
38 void scale(in float sx, in float sy);
39 void rotate(in float angle);
40 void translate(in float tx, in float ty)
    [all...]
  /external/webkit/WebCore/svg/
SVGPathElement.idl 5 * 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 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
22 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 SVGPoint getPointAtLength(in float distance);
40 unsigned long getPathSegAtLength(in float distance)
45 SVGPathSegMovetoAbs createSVGPathSegMovetoAbs(in float x,
46 in float y)
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebFrameLoadDelegate.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
66 HRESULT didStartProvisionalLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
75 HRESULT didReceiveServerRedirectForProvisionalLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame)
    [all...]
IWebResourceLoadDelegate.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
78 HRESULT identifierForInitialRequest([in] IWebView* webView, [in] IWebURLRequest* request, [in] IWebDataSource* dataSource, [in] unsigned long identifier)
    [all...]
IWebHistoryDelegate.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
44 HRESULT didNavigateWithNavigationData([in] IWebView* webView, [in] IWebNavigationData* navigationData, [in] IWebFrame* webFrame);
45 HRESULT didPerformClientRedirectFromURL([in] IWebView* webView, [in] BSTR sourceURL, [in] BSTR destinationURL, [in] IWebFrame* webFrame)
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/boolean/
der_decode_boolean.c 4 * algorithms in a highly modular and flexible manner.
23 @param in The destination for the DER encoded BOOLEAN
28 int der_decode_boolean(const unsigned char *in, unsigned long inlen,
31 LTC_ARGCHK(in != NULL);
34 if (inlen != 3 || in[0] != 0x01 || in[1] != 0x01 || (in[2] != 0x00 && in[2] != 0xFF)) {
38 *out = (in[2]==0xFF) ? 1 : 0;
  /external/webkit/WebCore/dom/
TouchEvent.idl 4 * Redistribution and use in source and binary forms, with or without
9 * * 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 void initTouchEvent(in TouchList touches,
40 in TouchList targetTouches,
41 in TouchList changedTouches,
42 in DOMString type
    [all...]
KeyboardEvent.idl 10 * This library is distributed in the hope that it will be useful,
23 // Introduced in DOM Level 3:
43 boolean getModifierState(in DOMString keyIdentifierArg);
46 // FIXME: this does not match the version in the DOM spec.
47 void initKeyboardEvent(in DOMString type,
48 in boolean canBubble,
49 in boolean cancelable,
50 in DOMWindow view,
51 in DOMString keyIdentifier,
52 in unsigned long keyLocation
    [all...]
BeforeLoadEvent.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
30 void initBeforeLoadEvent(in DOMString type,
31 in boolean canBubble,
32 in boolean cancelable,
33 in DOMString url)
    [all...]
MessageEvent.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
40 [Custom] void initMessageEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in SerializedScriptValue dataArg, in DOMString originArg, in DOMString lastEventIdArg, in DOMWindow s (…)
    [all...]
PageTransitionEvent.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
32 void initPageTransitionEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in boolean persisted)
    [all...]
CompositionEvent.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
28 // Introduced in DOM Level 3:
33 void initCompositionEvent(in DOMString typeArg,
34 in boolean canBubbleArg,
35 in boolean cancelableArg,
    [all...]
  /frameworks/base/core/java/android/speech/
IRecognitionListener.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 onReadyForSpeech(in Bundle params);
41 * The sound level in the audio stream has changed.
45 void onRmsChanged(in float rmsdB);
52 void onBufferReceived(in byte[] buffer);
62 * @param error code is defined in {@link SpeechRecognizer}
64 void onError(in int error);
71 void onResults(in Bundle results);
78 void onPartialResults(in Bundle results)
    [all...]
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_os2ip.c 4 * algorithms in a highly modular and flexible manner.
22 @param in The binary string to read
26 int pkcs_1_os2ip(void *n, unsigned char *in, unsigned long inlen)
28 return mp_read_unsigned_bin(n, in, inlen);
  /external/webkit/WebCore/storage/
SQLTransaction.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
35 [Custom] void executeSql(in DOMString sqlStatement, in ObjectArray arguments, in SQLStatementCallback callback, in SQLStatementErrorCallback errorCallback)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.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
36 boolean setName(in String name);
49 boolean createBond(in String address);
50 boolean createBondOutOfBand(in String address, in byte[] hash, in byte[] randomizer);
51 boolean cancelBondProcess(in String address);
52 boolean removeBond(in String address);
54 int getBondState(in String address)
    [all...]
  /frameworks/base/core/java/android/speech/tts/
ITts.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 int setSpeechRate(in String callingApp, in int speechRate);
32 int setPitch(in String callingApp, in int pitch);
34 int speak(in String callingApp, in String text, in int queueMode, in String[] params);
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/paddings/
ISO7816d4Padding.java 8 * A padder that adds the padding according to the scheme referenced in
36 * add the pad bytes to the passed in block, returning the
40 byte[] in,
43 int added = (in.length - inOff);
45 in [inOff]= (byte) 0x80;
48 while (inOff < in.length)
50 in[inOff] = (byte) 0;
58 * return the number of pad bytes present in the block.
60 public int padCount(byte[] in)
63 int count = in.length - 1
    [all...]

Completed in 513 milliseconds

1 2 3 4 5 6 7 8 91011>>