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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/speech/
IRecognitionService.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
27 * recognition servers, and notify you when results are ready. In most of the cases,
43 void startListening(in Intent recognizerIntent, in IRecognitionListener listener);
52 void stopListening(in IRecognitionListener listener);
59 void cancel(in IRecognitionListener listener);
  /frameworks/base/location/java/android/location/
IGpsStatusListener.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
29 void onSvStatusChanged(int svCount, in int[] prns, in float[] snrs,
30 in float[] elevations, in float[] azimuths,
  /frameworks/base/opengl/libs/tools/
genfiles 6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
17 ./glapigen ../../include/GLES/gl.h > ../GLES_CM/gl_api.in
18 ./glapigen ../../include/GLES/glext.h > ../GLES_CM/glext_api.in
19 ./glapigen ../../include/GLES2/gl2.h > ../GLES2/gl2_api.in
20 ./glapigen ../../include/GLES2/gl2ext.h > ../GLES2/gl2ext_api.in
22 ./glentrygen ../../include/GLES/gl.h > /tmp/gl_entries.in
23 ./glentrygen ../../include/GLES/glext.h > /tmp/glext_entries.in
24 ./glentrygen ../../include/GLES2/gl2.h > /tmp/gl2_entries.in
25 ./glentrygen ../../include/GLES2/gl2ext.h > /tmp/gl2ext_entries.in
    [all...]
  /ndk/tests/build/test-inet-defs/jni/
test-in.c 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
17 #include <netinet/in.h>
19 #error INET_ADDRSTRLEN is not defined by <inet/in.h>
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
JsValidateUnquotedLiteral.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
33 public void filter(String in, Appendable out) throws IOException {
35 if (in.equals("true") || in.equals("false")) {
36 out.append(in);
41 if (in.startsWith("0x") || in.startsWith("0X")) {
47 for (int i = 2; i < in.length(); i++) {
48 char c = in.charAt(i)
    [all...]
  /external/valgrind/main/cachegrind/tests/
wrap5.stdout.exp 2 in wrapper1-pre: fact(7)
3 in wrapper2-pre: fact(6)
4 in wrapper1-pre: fact(5)
5 in wrapper2-pre: fact(4)
6 in wrapper1-pre: fact(3)
7 in wrapper2-pre: fact(2)
8 in wrapper1-pre: fact(1)
9 in wrapper2-pre: fact(0)
10 in wrapper2-post: fact(0) = 1
11 in wrapper1-post: fact(1) =
    [all...]
  /external/valgrind/main/memcheck/tests/
wrap5.stdout.exp 2 in wrapper1-pre: fact(7)
3 in wrapper2-pre: fact(6)
4 in wrapper1-pre: fact(5)
5 in wrapper2-pre: fact(4)
6 in wrapper1-pre: fact(3)
7 in wrapper2-pre: fact(2)
8 in wrapper1-pre: fact(1)
9 in wrapper2-pre: fact(0)
10 in wrapper2-post: fact(0) = 1
11 in wrapper1-post: fact(1) =
    [all...]
error_counts.stderr.exp 7 leaked: 0 bytes in 0 blocks
8 dubious: 0 bytes in 0 blocks
9 reachable: 0 bytes in 0 blocks
10 suppressed: 0 bytes in 0 blocks
14 leaked: 77 bytes in 1 blocks
15 dubious: 88 bytes in 1 blocks
16 reachable: 99 bytes in 1 blocks
17 suppressed: 0 bytes in 0 blocks
  /libcore/luni/src/main/java/java/io/
SequenceInputStream.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
38 private InputStream in; field in class:SequenceInputStream
58 in = s1;
69 * if any of the elements in {@code e} is {@code null}.
74 in = e.nextElement();
75 if (in == null) {
83 if (e != null && in != null) {
84 return in.available();
90 * Closes all streams in this sequence of input stream
    [all...]
  /external/webkit/Source/WebCore/dom/
MouseEvent.idl 9 * This library is distributed in the hope that it will be useful,
22 // Introduced in DOM Level 2:
35 [OldStyleObjC] void initMouseEvent(in DOMString type,
36 in boolean canBubble,
37 in boolean cancelable,
38 in DOMWindow view,
39 in long detail,
40 in long screenX,
41 in long screenY,
42 in long clientX,
    [all...]
MutationEvent.idl 9 * This library is distributed in the hope that it will be useful,
22 // Introduced in DOM Level 2:
36 [OldStyleObjC] void initMutationEvent(in DOMString type,
37 in boolean canBubble,
38 in boolean cancelable,
39 in Node relatedNode,
40 in DOMString prevValue,
41 in DOMString newValue,
42 in DOMString attrName,
43 in unsigned short attrChange)
    [all...]
  /external/webkit/Source/WebCore/storage/
Database.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 [RequiresAllArguments=Raise] void changeVersion(in DOMString oldVersion, in DOMString newVersion, in [Callback, Optional] SQLTransactionCallback callback, in [Callback, Optional] SQLTransactionErrorCallback errorCallback, in [Callback, Optional] VoidCallba (…)
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
IMediaContainerService.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
25 String copyResourceToContainer(in Uri packageURI,
28 int copyResource(in Uri packageURI,
29 in ParcelFileDescriptor outStream);
30 PackageInfoLite getMinimalPackageInfo(in Uri fileUri, in int flags, in long threshold);
31 boolean checkInternalFreeStorage(in Uri fileUri, in long threshold)
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDownload.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
66 HRESULT canResumeDownloadDecodedWithEncodingMIMEType([in] BSTR mimeType, [out, retval] BOOL* result);
91 HRESULT initWithRequest([in] IWebURLRequest* request, [in] IWebDownloadDelegate* delegate);
96 HRESULT initToResumeWithBundle([in] BSTR bundlePath, [in] IWebDownloadDelegate* delegate)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.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
50 /* AlphaFunction (not supported in ES20) */
453 [StrictTypeChecking] void activeTexture(in unsigned long texture) raises(DOMException);
454 [StrictTypeChecking] void attachShader(in WebGLProgram program, in WebGLShader shader) raises(DOMException)
    [all...]
  /external/grub/stage2/
terminfo.c 11 * This program is distributed in the hope that it will be useful,
25 * in the serial driver.
43 /* A number of escape sequences are provided in the string valued
55 ti_unescape_memory (const char *in, const char *end)
64 c = *(in++);
68 if (*in >= 'A' && *in <= 'Z')
70 *out = (*in) - 'A';
71 in++;
79 c = *(in++)
    [all...]
  /external/strace/
strace-graph 10 # It will add elapsed time for each process in that case.
14 # Redistribution and use in source and binary forms, with or without
19 # 2. Redistributions in binary form must reproduce the above copyright
20 # notice, this list of conditions and the following disclaimer in the
28 # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
32 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
101 my ($in) = @_;
105 if ($in =~ s/^\\(.)//) {
107 } elsif ($in =~ s/^\"//)
    [all...]
  /bionic/libc/unistd/
sigblock.c 5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
38 } in, out; local
40 sigemptyset(&in.the_sigset);
41 in.the_mask = mask;
43 n = sigprocmask(SIG_BLOCK, &in.the_sigset, &out.the_sigset)
    [all...]
sigsetmask.c 5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
39 } in, out; local
41 sigemptyset(&in.the_sigset);
42 in.the_mask = mask;
44 n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset)
    [all...]
  /device/moto/stingray/ril/
wrigley-fetch-mpr.sh 4 case $mprTempDir in
7 for cmd in "state" "-d logs" "files" "-d panic" "atvc"; do
  /external/clang/utils/ABITest/
build-and-summarize-all.sh 10 for bits in 32 64; do
11 for kind in return-types single-args; do
  /external/protobuf/vsprojects/
convert2008to2005.sh 9 for file in *.sln; do
15 for file in *.vcproj; do
  /external/speex/libspeex/
fftwrap.h 6 Redistribution and use in source and binary forms, with or without
13 - Redistributions in binary form must reproduce the above copyright
14 notice, this list of conditions and the following disclaimer in the
24 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
29 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
47 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out);
50 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out);
53 void spx_fft_float(void *table, float *in, float *out);
56 void spx_ifft_float(void *table, float *in, float *out)
    [all...]
  /external/tcpdump/
Makefile-devel-adds 5 ${srcdir}/configure: configure.in
8 # autoheader might not change config.h.in, so touch a stamp file.
9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
10 ${srcdir}/stamp-h.in: configure.in acconfig.h
12 echo timestamp > ${srcdir}/stamp-h.in
15 stamp-h: ${srcdir}/config.h.in config.status
18 Makefile: Makefile.in config.status
  /external/webkit/Source/WebCore/fileapi/
DirectoryReader.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 readEntries(in [Callback] EntriesCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback);

Completed in 7856 milliseconds

1 2 3 45 6 7 8 91011>>