Searched refs:as (Results 201 - 225 of 999) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dattr-format.cpp12 expected-error{{implicit this argument as the format string}}
27 // PR8625: correctly interpret static member calls as not having an implicit
39 // Make sure we interpret member operator calls as having an implicit
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh11 * name mangling that matches the API prefixing that happened as a result of
29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
/external/libunwind/doc/
H A Dunw_regname.tex32 The \Func{unw\_regname}() routine is thread-safe as well as safe to
H A Dunw_strerror.tex30 \Func{unw\_strerror}() is thread-safe as well as safe to use
H A Dunw_getcontext.tex23 (``callee-saved'') and all frame-related registers, such as the
26 This routine is normally implemented as a macro and applications
47 \Func{unw\_getcontext}() is thread-safe as well as safe to use
/external/libunwind/src/x86/
H A Dunwind_i.h57 extern int x86_local_resume (unw_addr_space_t as, unw_cursor_t *cursor,
/external/qemu/audio/
H A Dnoaudio.c66 static int no_init_out (HWVoiceOut *hw, struct audsettings *as) argument
68 audio_pcm_init_info (&hw->info, as);
85 static int no_init_in (HWVoiceIn *hw, struct audsettings *as) argument
87 audio_pcm_init_info (&hw->info, as);
H A Dwinaudio.c159 winaudio_out_init (HWVoiceOut *hw, struct audsettings *as) argument
175 format.nChannels = as->nchannels;
176 format.nSamplesPerSec = as->freq;
177 format.nAvgBytesPerSec = as->freq*as->nchannels;
181 switch (as->fmt) {
188 as->fmt);
242 audio_pcm_init_info (&hw->info, as);
405 winaudio_in_init (HWVoiceIn *hw, struct audsettings *as) argument
421 format.nChannels = as
[all...]
/external/qemu/include/exec/
H A Dcputlb.h8 * License as published by the Free Software Foundation; either
38 address_space_translate_for_iotlb(AddressSpace *as, hwaddr addr, hwaddr *xlat,
/external/sqlite/android/
H A DAndroid.mk34 # Note: This "test" is not recognized as a formal test. This is just for enabling developers
37 # (as of 2009-08-02), in which phone_number_compare() is tested via sqlite's custom
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S3 # only count as one instruction, even though they repeat many times
/external/yaffs2/yaffs2/
H A DKconfig15 To compile the YAFFS2 file system support as a module, choose M here:
43 bool "Use the same ecc byte order as Steven Hill's nand_ecc.c"
47 This makes yaffs_ecc.c use the same ecc byte order as
49 same ecc byte order as SmartMedia.
67 Without this, you need to explicitely use yaffs2 as the file
138 bool "Erase device if erase is passed as the mount option"
142 If this config is set, then passing erase as the mount option
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dnacl.scons8 # We intentionally do not use NaClSdkLibrary() as we do not want
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A DREADME30 The XA state tracker is intended as a versioned interface to gallium for
64 and the major version number is still 0. Any minor bump should be viewed as
67 As soon as the library enters a mesa release branch, if not earlier, major
/external/chromium_org/third_party/skia/platform_tools/android/bin/utils/
H A Dsetup_toolchain.sh101 ln -sf $ANDROID_TOOLCHAIN_PREFIX-as $ANDROID_TOOLCHAIN/as
/external/chromium_org/third_party/skia/tools/lua/
H A Dagg_dash.lua2 This file is used as the aggregator file when using telemetry for
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dsubfigure.m7 % m, n, and p is the same as for SUBPLOT.
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc37 // Otherwise, do not change p. This will be re-parsed later as the field
97 // Store size not known in advance; can be calculated as wcslen() of the
100 // Store size not known in advance; can be calculated as strlen() of the
234 // of %as, %aS and %a[...] and newer POSIX %a followed by
244 // if scanf will parse it as POSIX %a [h-j %d ] or
276 // a GNU extension of %as, %aS or %a[...]) and float (if it is
379 // Parse printf format string. Same as scanf_parse_next.
/external/libpng/
H A DAndroid.mk3 # We need to build this for both the device (as a shared library)
4 # and the host (as a static library for tools to use).
51 common_CFLAGS += -no-integrated-as
52 common_ASFLAGS += -no-integrated-as
/external/libunwind/src/
H A Delfxx.c89 elf_w (lookup_symbol) (unw_addr_space_t as, argument
133 if (tdep_get_func_addr (as, sym->st_value, &val) < 0)
308 elf_w (get_proc_name_in_image) (unw_addr_space_t as, struct elf_image *ei, argument
319 ret = elf_w (lookup_symbol) (as, ip, ei, load_offset, buf, buf_len, &min_dist);
322 there as well and replace the previously found if it is closer. */
329 ret_mdi = elf_w (lookup_symbol) (as, ip, &mdi, load_offset, buf,
350 elf_w (get_proc_name) (unw_addr_space_t as, pid_t pid, unw_word_t ip, argument
357 ret = tdep_get_elf_image(as, &ei, pid, ip, &segbase, &mapoff, NULL);
361 return elf_w (get_proc_name_in_image) (as, &ei, segbase, mapoff, ip, buf, buf_len, offp);
H A Delfxx.h46 extern int elf_w (get_proc_name) (unw_addr_space_t as,
51 extern int elf_w (get_proc_name_in_image) (unw_addr_space_t as,
/external/libunwind/src/ptrace/
H A D_UPT_access_mem.c31 _UPT_access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, argument
85 _UPT_access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.pm87 it under the same terms as Perl itself, either Perl version 5.10.0 or,
91 GNU General Public License ("GPL") version 2 as published by the Free
/external/llvm/
H A Dllvm-gen-intrinsics.mk1 # We treat Intrinsics.td as a very special target just like what lib/VMCore/Makefile does
/external/llvm/test/MC/ARM/
H A Dcomment.s1 @ Tests to check that '@' does not get lexed as an identifier for arm
8 .long bar@got to parse this as a comment

Completed in 3241 milliseconds

1234567891011>>