HomeSort by relevance Sort by last modified time
    Searched defs:cfg (Results 276 - 300 of 381) sorted by null

<<111213141516

  /external/libevent/
event.c 483 struct event_config *cfg = event_config_new(); local
484 if (cfg) {
485 base = event_base_new_with_config(cfg);
486 event_config_free(cfg);
491 /** Return true iff 'method' is the name of a method that 'cfg' tells us to
494 event_config_is_avoided_method(const struct event_config *cfg,
499 TAILQ_FOREACH(entry, &cfg->entries, next) {
565 event_base_new_with_config(const struct event_config *cfg)
580 if (cfg)
581 base->flags = cfg->flags
1095 struct event_config *cfg = mm_calloc(1, sizeof(*cfg)); local
    [all...]
  /external/libevent/test/
regress.c 2497 struct event_config *cfg = NULL; local
2559 struct event_config *cfg = NULL; local
2621 struct event_config *cfg = NULL; local
2990 struct event_config *cfg = NULL; local
3217 struct event_config *cfg = NULL; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 846 struct vpx_codec_enc_cfg cfg; member in struct:stream_config
1467 const struct vpx_codec_enc_cfg *const cfg = &stream->config.cfg; local
1495 const struct vpx_codec_enc_cfg *const cfg = &stream->config.cfg; local
1592 struct vpx_codec_enc_cfg *cfg = &stream->config.cfg; local
1690 const struct vpx_codec_enc_cfg *cfg = &stream->config.cfg; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
ns83820.c 264 #define CFG 0x04
408 u32 cfg, new_cfg; local
412 cfg = readl(ns->base + CFG) ^ SPDSTS_POLARITY;
459 if (cfg & CFG_SPDSTS1)
464 speed = ((cfg / CFG_SPDSTS0) & 3);
465 fullduplex = (cfg & CFG_DUPSTS);
470 if ((cfg & CFG_LNKSTS) &&
472 writel(new_cfg, ns->base + CFG);
477 ns->CFG_cache |= cfg & CFG_SPDSTS
    [all...]
sis900.h 23 cfg=0x4, /* Configuration Register */ enumerator in enum:sis900_registers
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 176 * cfg - P2P module configuration
181 struct p2p_config *cfg; member in struct:p2p_data
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 5378 struct fst_iface_cfg cfg; local
    [all...]
p2p_supplicant.c 6355 struct p2p_group_config *cfg; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 457 final PrivateDnsConfig cfg = (PrivateDnsConfig) message.obj; local
458 if (!isValidationRequired() || cfg == null || !cfg.inStrictMode()) {
470 mPrivateDnsProviderHostname = cfg.hostname;
    [all...]
Tethering.java 340 final TetheringConfiguration cfg = mConfig; local
342 if (cfg.isWifi(iface)) {
344 } else if (cfg.isUsb(iface)) {
346 } else if (cfg.isBluetooth(iface)) {
395 final TetheringConfiguration cfg = mConfig; local
397 || cfg.provisioningApp.length == 0) {
403 return (cfg.provisioningApp.length == 2);
695 final TetheringConfiguration cfg = mConfig; local
708 if (cfg.isUsb(iface)) {
710 } else if (cfg.isWifi(iface))
1078 final TetheringConfiguration cfg = mConfig; local
1302 final TetheringConfiguration cfg = mConfig; local
1831 final TetheringConfiguration cfg = mConfig; local
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java 1849 int cfg = w.config, idx = cfg & SMASK; local
1912 int cfg = w.config, idx = cfg & SMASK; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 595 VaryingConfiguration cfg = (VaryingConfiguration) configuration; local
596 int flags = cfg.getAlternateFlags() | cfg.getOverrideFlags();
    [all...]
  /system/bt/bta/av/
bta_av_int.h 330 AvdtpSepConfig cfg; /* configuration/capabilities parameters */ member in struct:__anon1251
469 AvdtpSepConfig cfg; /* local SEP configuration */ member in struct:final
  /system/bt/bta/include/
bta_hl_api.h 101 16 /* numer of MDL cfg saved in the persistent memory*/
204 /* The Default DCH CFG for the echo test when the device is a Source */
449 tBTA_HL_DCH_CFG cfg; /* dch cfg requested by the peer device */ member in struct:__anon1587
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
hibernate-search.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /external/clang/lib/Analysis/
CFG.cpp 1 //===--- CFG.cpp - Classes for representing and building CFGs----*- C++ -*-===//
10 // This file defines the CFG and CFGBuilder classes for representing and
15 #include "clang/Analysis/CFG.h"
116 /// The CFG builder uses a recursive algorithm to build the CFG. When
254 /// Begin of scope in direction of CFG building (backwards).
278 /// Structure for specifying position in CFG during its build process. It
279 /// consists of CFGBlock that specifies position in CFG and
293 /// can be decided up front during CFG construction.
352 /// CFGBuilder - This class implements CFG construction from an AST
371 std::unique_ptr<CFG> cfg; member in class:__anon14872::CFGBuilder
4546 print(llvm::errs(), cfg, LO, ShowColors); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 2532 YV12_BUFFER_CONFIG *cfg = get_vp9_ref_frame_buffer(cpi, ref_frame_flag); local
2543 YV12_BUFFER_CONFIG *cfg = get_vp9_ref_frame_buffer(cpi, ref_frame_flag); local
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 2630 const xcb_configure_notify_event_t *cfg = local
    [all...]
cube.cpp 2555 const xcb_configure_notify_event_t *cfg = (const xcb_configure_notify_event_t *)event; local
    [all...]

Completed in 691 milliseconds

<<111213141516