HomeSort by relevance Sort by last modified time
    Searched refs:config (Results 451 - 475 of 2432) sorted by null

<<11121314151617181920>>

  /external/elfutils/libebl/
ppc64_init.c 16 # include <config.h>
ppc_init.c 16 # include <config.h>
sparc_init.c 15 # include <config.h>
x86_64_init.c 16 # include <config.h>
  /external/elfutils/libelf/
elf_cntl.c 19 # include <config.h>
elf_getarhdr.c 19 # include <config.h>
elf_rand.c 19 # include <config.h>
elf_rawfile.c 19 # include <config.h>
gelf_xlatetof.c 19 # include <config.h>
gelf_xlatetom.c 19 # include <config.h>
  /external/iptables/include/linux/netfilter/
xt_string.h 31 struct ts_config __attribute__((aligned(8))) *config; member in struct:xt_string_info
  /external/llvm/projects/
Makefile 11 include $(LEVEL)/Makefile.config
  /external/llvm/runtime/
Makefile 11 include $(LEVEL)/Makefile.config
  /external/llvm/utils/unittest/UnitTestMain/
Makefile 12 include $(LEVEL)/Makefile.config
  /external/skia/src/images/
SkImageRef_GlobalPool.cpp 10 SkBitmap::Config config,
12 : SkImageRef(stream, config, sampleSize) {
25 SkBitmap* bitmap, SkBitmap::Config config,
27 if (!this->INHERITED::onDecode(codec, stream, bitmap, config, mode)) {
  /external/stlport/src/
stlport_prefix.h 21 #include <stl/config/features.h>
  /external/stlport/stlport/stl/
_epilog.h 15 # include <stl/config/_epilog.h>
  /external/stlport/stlport/stl/config/
_detect_dll_or_lib.h 73 # error Unknown STLport usage config (dll/lib?)
  /external/tcpdump/missing/
strlcpy.c 37 #include <config.h>
strsep.c 40 #include <config.h>
  /external/tinyalsa/
pcm.c 153 struct pcm_config config; member in struct:pcm
212 return bytes / (pcm->config.channels *
213 (pcm_format_to_bits(pcm->config.format) >> 3));
218 return frames * pcm->config.channels *
219 (pcm_format_to_bits(pcm->config.format) >> 3);
254 pcm->mmap_control->avail_min = pcm->config.avail_min;
268 pcm->mmap_control->avail_min = pcm->config.avail_min;
372 x.frames = count / (pcm->config.channels *
373 pcm_format_to_bits(pcm->config.format) / 8);
405 x.frames = count / (pcm->config.channels
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiSoftAPTest.java 71 WifiConfiguration config = new WifiConfiguration(); local
72 config.SSID = "abcdefghijklmnopqrstuvwxyz";
73 config.allowedKeyManagement.set(KeyMgmt.NONE);
74 mWifiConfig = config;
  /frameworks/base/tools/aapt/
ResourceFilter.cpp 89 ResourceFilter::match(int axis, const ResTable_config& config) const
91 return match(axis, AaptGroupEntry::getConfigValueForAxis(config, axis));
95 ResourceFilter::match(const ResTable_config& config) const
98 if (!match(i, AaptGroupEntry::getConfigValueForAxis(config, i))) {
  /ndk/sources/cxx-stl/stlport/src/
stlport_prefix.h 21 #include <stl/config/features.h>
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 15 # include <stl/config/_epilog.h>

Completed in 1860 milliseconds

<<11121314151617181920>>