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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/exp-sgcheck/tests/
hsg.stdout.exp 1 boringly as expected
  /external/dhcpcd/compat/
arc4random.c 14 * which is a trade secret). The same algorithm is used as a stream
45 arc4_init(struct arc4_stream *as)
50 as->s[n] = n;
51 as->i = 0;
52 as->j = 0;
56 arc4_addrandom(struct arc4_stream *as, unsigned char *dat, int datlen)
61 as->i--;
63 as->i = (as->i + 1);
64 si = as->s[as->i]
    [all...]
  /external/qemu/audio/
audio_win_int.h 5 struct audsettings *as);
8 struct audsettings *as);
audio_win_int.c 15 struct audsettings *as)
20 wfx->nChannels = as->nchannels;
21 wfx->nSamplesPerSec = as->freq;
22 wfx->nAvgBytesPerSec = as->freq << (as->nchannels == 2);
23 wfx->nBlockAlign = 1 << (as->nchannels == 2);
26 switch (as->fmt) {
47 dolog ("Internal logic error: Bad audio format %d\n", as->freq);
55 struct audsettings *as)
67 as->freq = wfx->nSamplesPerSec
    [all...]
  /external/qemu/android/
async-socket.c 11 * distributed under the License is distributed on an "AS IS" BASIS,
49 static const char* _async_socket_string(AsyncSocket* as);
52 static Looper* _async_socket_get_looper(AsyncSocket* as);
56 * as - Asynchronous socket for the I/O.
59 static AsyncIOAction _async_socket_io_timed_out(AsyncSocket* as,
70 AsyncSocket* as; member in struct:AsyncSocketIO
117 * as - Asynchronous socket for the I/O.
127 _async_socket_rw_new(AsyncSocket* as,
147 asio->as = as;
174 AsyncSocket* const as = asio->as; local
276 AsyncSocket* const as = asio->as; local
1015 AsyncSocket* const as = (AsyncSocket*)opaque; local
1052 AsyncSocket* const as = (AsyncSocket*)opaque; local
1089 AsyncSocket* as = (AsyncSocket*)opaque; local
1109 AsyncSocket* as; local
    [all...]
async-socket.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
48 * as - Initialized AsyncSocket instance.
54 AsyncSocket* as,
153 * as - Initialized AsyncSocket instance.
157 extern int async_socket_reference(AsyncSocket* as);
163 * as - Initialized AsyncSocket instance.
167 extern int async_socket_release(AsyncSocket* as);
173 * as - Initialized AsyncSocket instance.
177 extern void async_socket_connect(AsyncSocket* as, int retry_to);
183 * as - Initialized and connected AsyncSocket instance
    [all...]
  /system/core/run-as/
Android.mk 4 LOCAL_SRC_FILES:= run-as.c package.c
6 LOCAL_MODULE:= run-as
  /external/webkit/Source/WebKit/mac/Misc/
WebAssertions.h 13 * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
30 #warning <WebKit/WebAssertions.h> is deprecated. Please move away from this SPI as soon as is possible.
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
33 AttributedString as = new AttributedString("test"); local
34 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
36 AttributedCharacterIterator it = as.getIterator();
43 as = new AttributedString("test");
44 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
46 it = as.getIterator();
56 AttributedString as = new AttributedString("test"); local
57 AttributedCharacterIterator it = as.getIterator();
64 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE
98 AttributedString as = new AttributedString("test"); local
106 AttributedString as = new AttributedString(""); local
117 AttributedString as = new AttributedString(""); local
138 AttributedString as = new AttributedString(""); local
159 AttributedString as = new AttributedString("test text"); local
172 AttributedString as = new AttributedString("test"); local
195 AttributedString as = new AttributedString(string); local
    [all...]
  /external/openssh/
auth-bsdauth.c 14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
57 if (authctxt->as != NULL) {
59 challenge = auth_getitem(authctxt->as, AUTHV_CHALLENGE);
61 auth_close(authctxt->as);
62 authctxt->as = NULL;
70 authctxt->as = auth_userchallenge(authctxt->user,
72 if (authctxt->as == NULL)
99 if (authctxt->as == 0)
105 authok = auth_userresponse(authctxt->as, responses[0], 0);
106 authctxt->as = NULL
    [all...]
  /external/clang/test/CodeGenCXX/
global-init-darwin.cpp 9 A as[2]; variable
  /external/llvm/tools/llvm-as/
Makefile 1 ##===- tools/llvm-as/Makefile ------------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-as
Android.mk 4 llvm-as.cpp
8 LOCAL_MODULE := llvm-as
  /cts/suite/audio_quality/test_description/conf/
check_conf.py 12 # distributed under the License is distributed on an "AS IS" BASIS,
18 import numpy as np
19 import scipy as sp
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
compat.py 20 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
37 from sets import Set as set, ImmutableSet as frozenset
  /external/llvm/test/MC/AsmParser/
dot-symbol.s 1 # Historically 'as' treats '.' as a reference to the current location in
10 # CHECK: invalid use of pseudo-symbol '.' as a label
  /external/stlport/stlport/stl/
_cprolog.h 8 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */
12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h 8 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */
12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h 8 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */
12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h 8 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */
12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h 8 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */
12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /sdk/monkeyrunner/scripts/
monkey_recorder.py 11 # distributed under the License is distributed on an "AS IS" BASIS,
16 from com.android.monkeyrunner import MonkeyRunner as mr
17 from com.android.monkeyrunner.recorder import MonkeyRecorder as recorder
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedStringTest.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
120 AttributedString as = new AttributedString("test"); local
121 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
123 AttributedCharacterIterator it = as.getIterator();
127 as = new AttributedString("test");
128 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
130 it = as.getIterator();
135 as = new AttributedString("test");
136 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
144 as = new AttributedString("123", new WeakHashMap())
165 AttributedString as = new AttributedString("123", new WeakHashMap()); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldAbstractSetTest.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
54 AbstractSet as = new Mock_AbstractSet();
55 assertNotNull(as.hashCode());
66 AbstractSet as = new AbstractSet(){
92 as.removeAll(null);
100 as.removeAll(c);
106 as = new Mock_AbstractSet();
108 as.removeAll(c);
  /external/markdown/markdown/
etree_loader.py 10 import xml.etree.cElementTree as etree_in_c
13 import xml.etree.ElementTree as etree
16 import cElementTree as etree_in_c
19 import elementtree.ElementTree as etree

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 91011>>