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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/exp-ptrcheck/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/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.
  /system/core/run-as/
Android.mk 4 LOCAL_SRC_FILES:= run-as.c package.c
6 LOCAL_MODULE:= run-as
  /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/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
  /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.
_epilog.h 8 # error STLport epilog header can not be included as long as prolog 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.
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
  /prebuilt/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.
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
  /prebuilt/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.
_epilog.h 8 # error STLport epilog header can not be included as long as prolog 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
  /external/qemu/android/
audio-test.c 4 ** License version 2, as published by the Free Software Foundation, and
53 struct audsettings as; local
57 as.freq = 16000;
58 as.nchannels = 1;
59 as.fmt = AUD_FMT_S16;
60 as.endianness = AUDIO_HOST_ENDIANNESS;
68 &as);
  /frameworks/compile/linkloader/tests/images/
gen-test-elf.sh 11 # distributed under the License is distributed on an "AS IS" BASIS,
19 clang -integrated-as -std=c89 -c test.c -o test-tegra2.o -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a9 -mfpu=vfp
20 clang -integrated-as -std=c89 -c test.c -o test-arm.o -ccc-host-triple armv7-none-linux-gnueabi
21 clang -integrated-as -std=c89 -c test.c -o test-x86_32.o -ccc-host-triple i686-none-linux
22 clang -integrated-as -std=c89 -c test.c -o test-x86_64.o -ccc-host-triple x86_64-none-linux
24 clang -integrated-as -std=c89 -c simple-test.c -o simple-test-arm.o -ccc-host-triple armv7-none-linux-gnueabi
25 clang -integrated-as -std=c89 -c simple-test.c -o simple-test-x86_32.o -ccc-host-triple i686-none-linux
26 clang -integrated-as -std=c89 -c simple-test.c -o simple-test-x86_64.o -ccc-host-triple x86_64-none-linux
28 clang -integrated-as -std=c89 -c rodata-test.c -o rodata-test-tegra2.o -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a9 -mfpu=vfp
29 clang -integrated-as -std=c89 -c rodata-test.c -o rodata-test-arm.o -ccc-host-triple armv7-none-linux-gnueab
    [all...]

Completed in 3977 milliseconds

1 2 3 4 5 6 7 8 91011>>