HomeSort by relevance Sort by last modified time
    Searched defs:config (Results 1426 - 1450 of 3008) sorted by null

<<51525354555657585960>>

  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h 255 volatile unsigned long config; member in struct:mace_i2c
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 174 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx, int maj, int min) :
176 config(config),
253 EGLConfig config; member in struct:egl_surface_t
256 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
299 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType)
300 : dpy(dpy), config(config), surfaceType(surfaceType), rcSurface(0)
328 EGLDisplay dpy, EGLConfig config, EGLint surfType,
338 EGLDisplay dpy, EGLConfig config, EGLint surfType
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 50 /* TODO: the following PCM device profiles could be read from a config file */
52 .config = {
72 .config = {
91 .config = {
110 .config = {
130 .config = {
150 .config = {
893 effect_config_t config; local
900 config.inputCfg.mask = EFFECT_CONFIG_CHANNELS;
901 config.outputCfg.mask = EFFECT_CONFIG_CHANNELS
2056 struct pcm_config config; local
    [all...]
audio_hw.h 195 struct pcm_config config; member in struct:pcm_device_profile
222 struct pcm_config config; member in struct:stream_out
252 struct pcm_config config; member in struct:stream_in
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 476 cam_pp_offline_src_config_t config; local
477 memset(&config, 0, sizeof(cam_pp_offline_src_config_t));
478 config.num_of_bufs = 1;
479 main_stream->getFormat(config.input_fmt);
480 main_stream->getFrameDimension(config.input_dim);
481 main_stream->getFrameOffset(config.input_buf_planes.plane_info);
483 int32_t rc = pme->registerFaceImage(main_frame->buffer, &config, faceId);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
atapi.h 30 UINT16 config; /* General Configuration */ member in struct:__anon7422
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 67 protected TestOptions config; field in class:VmMirror
75 * @param config
80 public VmMirror(TestOptions config, LogWriter logWriter) {
82 this.config = config;
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetView.java 520 TableViewConfig config; local
522 config = TableViewConfig.TRIAGE;
525 config = TableViewConfig.DEFAULT;
527 listener.onSwitchToTable(config);
  /external/boringssl/src/ssl/test/
bssl_shim.cc 123 static bool SetTestConfig(SSL *ssl, const TestConfig *config) {
124 return SSL_set_ex_data(ssl, g_config_index, (void *)config) == 1;
457 const TestConfig *config = GetTestConfig(ssl); local
459 if (!config->digest_prefs.empty()) {
461 strdup(config->digest_prefs.c_str()));
480 if (!config->signing_prefs.empty()) {
481 std::vector<uint16_t> u16s(config->signing_prefs.begin(),
482 config->signing_prefs.end());
488 if (!config->key_file.empty()) {
489 *out_pkey = LoadPrivateKey(config->key_file.c_str())
516 const TestConfig *config = GetTestConfig(ssl); local
539 const TestConfig *config = GetTestConfig(client_hello->ssl); local
593 const TestConfig *config = GetTestConfig(ssl); local
672 const TestConfig *config = GetTestConfig(ssl); local
700 const TestConfig *config = GetTestConfig(ssl); local
722 const TestConfig *config = GetTestConfig(ssl); local
734 const TestConfig *config = GetTestConfig(ssl); local
753 const TestConfig *config = GetTestConfig(ssl); local
779 const TestConfig *config = GetTestConfig(ssl); local
807 const TestConfig *config = GetTestConfig(ssl); local
847 const TestConfig *config = GetTestConfig(client_hello->ssl); local
972 const TestConfig *config = GetTestConfig(ssl); local
1258 const TestConfig *config = GetTestConfig(ssl); local
1311 const TestConfig *config = GetTestConfig(ssl); local
1326 const TestConfig *config = GetTestConfig(ssl); local
1337 const TestConfig *config = GetTestConfig(ssl); local
1357 const TestConfig *config = GetTestConfig(ssl); local
2127 TestConfig config; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiDisplayTimingTests.cpp 1474 TestConfig config; local
    [all...]
vktWsiIncrementalPresentTests.cpp 1439 TestConfig config; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 234 // Framebuffer config.
322 FboIncompleteException (const FboConfig& config, GLenum reason, const char* file, int line);
346 FboIncompleteException::FboIncompleteException (const FboConfig& config, GLenum reason, const char* file, int line)
348 , m_config(config)
356 Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32 colorbuffer = 0, deUint32 depthbuffer = 0, deUint32 stencilbuffer = 0);
409 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorbuffer, deUint32 depthbuffer, deUint32 stencilbuffer)
410 : m_config (config)
418 checkColorFormatSupport(context, config.colorbufferFormat);
538 FboRenderCase (Context& context, const char* name, const char* description, const FboConfig& config);
546 static bool isConfigSupported (const FboConfig& config) { DE_UNREF(config); return true;
2109 FboConfig config; local
    [all...]
  /external/dnsmasq/src/
rfc2131.c 80 #define have_config(config, mask) ((config) && ((config)->flags & (mask)))
86 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned char *opt);
138 struct dhcp_config *config; local
362 config = find_config(daemon->dhcp_conf, context, clid, clid_len,
366 if (config)
383 if (have_config(config, CONFIG_DISABLE))
388 if (have_config(config, CONFIG_NAME))
390 hostname = config->hostname
    [all...]
  /external/kmod/libkmod/
libkmod-module.c 558 /* Aliases from config file override all the others */
618 * Given a list @input, this function filter it out with config's blacklist
894 const struct kmod_config *config = kmod_get_config(ctx); local
895 const struct kmod_list *bl = config->blacklists;
1381 const struct kmod_config *config; local
1456 const struct kmod_config *config; local
1529 const struct kmod_config *config; local
1585 const struct kmod_config *config; local
    [all...]
  /external/libdrm/
xf86drm.c 35 # include <config.h>
2952 unsigned char config[64]; local
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 21 #include "config.h"
699 usbi_dbg ("active config: %u, first config: %u", dev->active_config, dev->first_config);
1240 struct libusb_config_descriptor *config; local
    [all...]
linux_usbfs.c 24 #include "config.h"
51 * - The binary "descriptors" file contains all config descriptors since
55 * active config descriptors
117 * config descriptors (rather then just the active config) to the sysfs
586 static int sysfs_get_active_config(struct libusb_device *dev, int *config)
606 *config = -1;
624 *config = (int) num;
698 /* Return offset to next config */
702 struct libusb_config_descriptor config; local
761 struct libusb_config_descriptor *config; local
789 int r, config; local
972 struct libusb_config_descriptor config; local
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 399 // Modify the encoder config for the target level.
643 // value, but we don't track the initial config, only the last successful
644 // config.
1360 vp8_postproc_cfg_t *config = va_arg(args, vp8_postproc_cfg_t *); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 881 const struct native_config* config; member in struct:GalliumDXGISwapChain
972 // TODO: choose the best config
976 config = adapter->configs[config_num];
977 surface = adapter->display->create_window_surface(adapter->display, (EGLNativeWindowType)window, config);
989 util_format_description(config->color_format));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 896 return NULL; /* invalid config option */
1817 GLXFBConfig *config = (GLXFBConfig *) malloc(sizeof(XMesaVisual)); local
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 47 #include "main/config.h"
2011 GLXFBConfig *config = (GLXFBConfig *) malloc(sizeof(XMesaVisual)); local
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 1005 user = ui.config("ui", "username")
3357 def config(self, *args, **opts): member in class:FakeMercurialUI
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 331 * view will choose a config as close to 16-bit RGB as possible, with
341 * Install a config chooser which will choose a config
349 * view will choose a config as close to 16-bit RGB as possible, with
359 * Install a config chooser which will choose a config
367 * view will choose a config as close to 16-bit RGB as possible, with
400 * EGLConfigChooser is responsible for choosing an OpenGL ES 2.0-compatible config.
631 * @param config the EGLConfig of the created surface. Can be used
634 void onSurfaceCreated(GL10 gl, EGLConfig config);
792 EGLConfig config = chooseConfig(egl, display, configs); local
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 129 if (!GrPixelConfigToColorType(context->config(), &colorType)) {
168 GrPixelConfig config = SkImageInfo2GrPixelConfig(origInfo, *context->caps()); local
173 config, origInfo.refColorSpace(), sampleCount,
1165 const GrPixelConfig config = proxy->config(); local
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 88 // MIME type for passpoint config.
89 private final static String TYPE_WIFICONFIG = "application/x-wifi-config";
277 private void applyingkeyMgmt(WifiConfiguration config, ScanResult result) {
279 config.allowedKeyManagement.set(KeyMgmt.NONE);
280 config.allowedAuthAlgorithms.set(AuthAlgorithm.OPEN);
281 config.allowedAuthAlgorithms.set(AuthAlgorithm.SHARED);
283 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
285 // this is probably wrong, as we don't have a way to enter the enterprise config
286 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP);
287 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X)
297 WifiConfiguration config = new WifiConfiguration(); local
348 WifiConfiguration config = new WifiConfiguration(); local
857 WifiConfiguration config = genWifiConfig(configJson); local
872 WifiConfiguration config = createSoftApWifiConfiguration(configJson); local
882 WifiConfiguration config = createSoftApWifiConfiguration(configJson); local
    [all...]

Completed in 630 milliseconds

<<51525354555657585960>>