Searched refs:in (Results 1 - 25 of 3238) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/tests/
H A Dqualifier-02.glsl1 /* FAIL - in only allowed in parameter list in GLSL 1.10 */
2 in foo;
/external/webkit/Source/WebCore/webaudio/
H A DAudioListener.idl4 * 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
34 attribute float speedOfSound; // in meters / second (default 343.3)
36 void setPosition(in float x, in float y, in float z);
37 void setOrientation(in float x, in float y, in floa
[all...]
/external/bluetooth/bluez/src/
H A Dgenbuiltin3 for i in $*
11 for i in $*
/external/elfutils/config/
H A DMakefile.am1 ## 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/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_sequence_free.c4 * algorithms in a highly modular and flexible manner.
22 @param in The list to free
24 void der_sequence_free(ltc_asn1_list *in) argument
29 while (in->prev != NULL || in->parent != NULL) {
30 if (in->parent != NULL) {
31 in = in->parent;
33 in = in
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dsmc1.stdout.exp0 in p 0
2 in q 1
3 in p 2
4 in q 3
5 in p 4
6 in q 5
7 in p 6
8 in q 7
9 in p 8
10 in
[all...]
/external/valgrind/main/none/tests/x86/
H A Dsmc1.stdout.exp0 in p 0
2 in q 1
3 in p 2
4 in q 3
5 in p 4
6 in q 5
7 in p 6
8 in q 7
9 in p 8
10 in
[all...]
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DEventSendingController.idl4 * 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
29 void mouseDown(in long buttonNumber, in object modifierArray);
30 void mouseUp(in long buttonNumber, in object modifierArray);
31 void mouseMoveTo(in long x, in long y);
32 void leapForward(in lon
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGPathElement.idl5 * 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
38 SVGPoint getPointAtLength(in float distance);
39 unsigned long getPathSegAtLength(in float distance);
43 SVGPathSegMovetoAbs createSVGPathSegMovetoAbs(in float x,
44 in float y);
45 SVGPathSegMovetoRel createSVGPathSegMovetoRel(in float x,
46 in float y);
48 SVGPathSegLinetoAbs createSVGPathSegLinetoAbs(in floa
[all...]
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFrameLoadDelegate.idl4 * 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
66 HRESULT didStartProvisionalLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
75 HRESULT didReceiveServerRedirectForProvisionalLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
87 HRESULT didFailProvisionalLoadWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebFram
[all...]
H A DIWebResourceLoadDelegate.idl4 * 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
78 HRESULT identifierForInitialRequest([in] IWebView* webView, [in] IWebURLRequest* request, [in] IWebDataSource* dataSource, [in] unsigned long identifier);
88 @param redirectResponse If the request is being made in response to a redirect we received,
95 HRESULT willSendRequest([in] IWebView* webView, [in] unsigne
[all...]
/external/dropbear/libtomcrypt/src/pk/asn1/der/boolean/
H A Dder_decode_boolean.c4 * 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, argument
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/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.idl4 * 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
38 void scale(in float sx, in float sy);
39 void rotate(in float angle);
40 void translate(in float tx, in float ty);
41 void transform(in float m11, in floa
[all...]
/external/webkit/Source/WebCore/dom/
H A DTouchEvent.idl4 * 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
39 void initTouchEvent(in TouchList touches,
40 in TouchList targetTouches,
41 in TouchList changedTouches,
42 in DOMString type,
43 in DOMWindow view,
44 in long screenX,
45 in lon
[all...]
H A DKeyboardEvent.idl10 * 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 unsigne
[all...]
H A DWheelEvent.idl10 * This library is distributed in the hope that it will be useful,
48 void initWheelEvent(in long wheelDeltaX,
49 in long wheelDeltaY,
50 in DOMWindow view,
51 in long screenX,
52 in long screenY,
53 in long clientX,
54 in long clientY,
55 in boolean ctrlKey,
56 in boolea
[all...]
H A DBeforeLoadEvent.idl4 * 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
30 void initBeforeLoadEvent(in DOMString type,
31 in boolean canBubble,
32 in boolean cancelable,
33 in DOMString url);
H A DMessageEvent.idl4 * 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
40 [Custom] void initMessageEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in SerializedScriptValue dataArg, in DOMString originArg, in DOMString lastEventIdArg, in DOMWindo
[all...]
H A DPageTransitionEvent.idl4 * 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
32 void initPageTransitionEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in boolean persisted);
H A DBeforeProcessEvent.idl4 * 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
30 void initBeforeProcessEvent(in DOMString type, in boolean canBubble, in boolean cancelable);
/external/webkit/Source/WebCore/xml/
H A DXPathEvaluator.idl9 * This library is distributed in the hope that it will be useful,
22 XPathExpression createExpression(in DOMString expression,
23 in XPathNSResolver resolver)
26 XPathNSResolver createNSResolver(in Node nodeResolver);
28 XPathResult evaluate(in DOMString expression,
29 in Node contextNode,
30 in XPathNSResolver resolver,
31 in unsigned short type,
32 in XPathResult inResult)
/external/clang/test/Misc/
H A Dwarn-in-system-header.c3 #include <warn-in-system-header.h>
/external/dropbear/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_os2ip.c4 * 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) argument
28 return mp_read_unsigned_bin(n, in, inlen);
/external/valgrind/main/exp-ptrcheck/tests/
H A Dis_arch_supported12 case `uname -i` in
/external/valgrind/main/memcheck/tests/
H A Dwrap8.stdout.exp2 in wrapper1-pre: fact(15)
3 in wrapper2-pre: fact(14)
4 in wrapper1-pre: fact(13)
5 in wrapper2-pre: fact(12)
6 in wrapper1-pre: fact(11)
7 in wrapper2-pre: fact(10)
8 in wrapper1-pre: fact(9)
9 in wrapper2-pre: fact(8)
10 in wrapper1-pre: fact(7)
11 in wrapper
[all...]

Completed in 594 milliseconds

1234567891011>>