HomeSort by relevance Sort by last modified time
    Searched refs:as (Results 1 - 25 of 4016) 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,
47 static const char* _async_socket_string(AsyncSocket* as);
50 static Looper* _async_socket_get_looper(AsyncSocket* as);
54 * as - Asynchronous socket for the I/O.
57 static AsyncIOAction _async_socket_io_timed_out(AsyncSocket* as,
68 AsyncSocket* as; member in struct:AsyncSocketIO
115 * as - Asynchronous socket for the I/O.
125 _async_socket_rw_new(AsyncSocket* as,
145 asio->as = as;
172 AsyncSocket* const as = asio->as; local
274 AsyncSocket* const as = asio->as; local
1013 AsyncSocket* const as = (AsyncSocket*)opaque; local
1050 AsyncSocket* const as = (AsyncSocket*)opaque; local
1087 AsyncSocket* as = (AsyncSocket*)opaque; local
1107 AsyncSocket* as; local
    [all...]
async-socket.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
50 * as - Initialized AsyncSocket instance.
56 AsyncSocket* as,
155 * as - Initialized AsyncSocket instance.
159 extern int async_socket_reference(AsyncSocket* as);
165 * as - Initialized AsyncSocket instance.
169 extern int async_socket_release(AsyncSocket* as);
175 * as - Initialized AsyncSocket instance.
179 extern void async_socket_connect(AsyncSocket* as, int retry_to);
185 * as - Initialized and connected AsyncSocket instance
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_sseq.pass.cpp 28 unsigned as[] = {3, 5, 7}; local
29 std::seed_seq sseq(as, as+3);
43 unsigned as[] = {3, 5, 7}; local
44 std::seed_seq sseq(as, as+3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_sseq.pass.cpp 28 unsigned as[] = {3, 5, 7}; local
29 std::seed_seq sseq(as, as+3);
43 unsigned as[] = {3, 5, 7}; local
44 std::seed_seq sseq(as, as+3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
ctor_sseq.pass.cpp 182 unsigned as[] = {3, 5, 7}; local
183 std::seed_seq sseq(as, as+3);
297 unsigned as[] = {3, 5, 7}; local
298 std::seed_seq sseq(as, as+3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
ctor_sseq.pass.cpp 28 unsigned as[] = {3, 5, 7}; local
29 std::seed_seq sseq(as, as+3);
43 unsigned as[] = {3, 5, 7}; local
44 std::seed_seq sseq(as, as+3);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
new.py 11 from types import ClassType as classobj
12 from types import FunctionType as function
13 from types import InstanceType as instance
14 from types import MethodType as instancemethod
15 from types import ModuleType as module
17 from types import CodeType as code
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
new.py 11 from types import ClassType as classobj
12 from types import FunctionType as function
13 from types import InstanceType as instance
14 from types import MethodType as instancemethod
15 from types import ModuleType as module
17 from types import CodeType as code
  /system/core/run-as/
Android.mk 4 LOCAL_SRC_FILES:= run-as.c package.c
8 LOCAL_MODULE:= run-as
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
ctor_sseq.pass.cpp 68 unsigned as[] = {3, 5, 7}; local
69 std::seed_seq sseq(as, as+3);
  /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/chromium_org/tools/gyp/test/msvs/external_builder/
external_builder.py 7 with open('external_builder.out', 'w') as f:
msbuild_action.py 7 with open('msbuild_action.out', 'w') as f:
  /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
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
newstringio_unittest.py 18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31 import webkitpy.thirdparty.unittest2 as unittest
38 with newstringio.StringIO("foo") as f:
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ea-nonzero.asm 2 ; Also tests that this isn't seen as a circular reference.
  /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

Completed in 1295 milliseconds

1 2 3 4 5 6 7 8 91011>>