HomeSort by relevance Sort by last modified time
    Searched refs:config (Results 476 - 500 of 5780) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
MffTestCase.java 46 MffContext.Config config = new MffContext.Config();
47 config.requireCamera = false;
48 config.requireOpenGL = false;
49 config.forceNoGL = true;
50 return new MffContext(getContext(), config);
  /frameworks/base/wifi/java/android/net/wifi/
WpsInfo.java 93 WpsInfo config = new WpsInfo();
94 config.setup = in.readInt();
95 config.BSSID = in.readString();
96 config.pin = in.readString();
97 return config;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery.tablesorter.min.js 2 (function($){$.extend({tablesorter:new function(){var parsers=[],widgets=[];this.defaults={cssHeader:"header",cssAsc:"headerSortUp",cssDesc:"headerSortDown",sortInitialOrder:"asc",sortMultiSortKey:"shiftKey",sortForce:null,sortAppend:null,textExtraction:"simple",parsers:{},widgets:[],widgetZebra:{css:["even","odd"]},headers:{},widthFixed:false,cancelSelection:true,sortList:[],headerList:[],dateFormat:"us",decimal:'.',debug:false};function benchmark(s,d){log(s+","+(new Date().getTime()-d.getTime())+"ms");}this.benchmark=benchmark;function log(s){if(typeof console!="undefined"&&typeof console.debug!="undefined"){console.log(s);}else{alert(s);}}function buildParserCache(table,$headers){if(table.config.debug){var parsersDebug="";}var rows=table.tBodies[0].rows;if(table.tBodies[0].rows[0]){var list=[],cells=rows[0].cells,l=cells.length;for(var i=0;i<l;i++){var p=false;if($.metadata&&($($headers[i]).metadata()&&$($headers[i]).metadata().sorter)){p=getParserById($($headers[i]).metadata().sorter);}else if((table.config.headers[i]&&table.config.headers[i].sorter)){p=getParserById(table.config.headers[i].sorter);}if(!p){p=detectParserForColumn(table,cells[i]);}if(table.config.debug){parsersDebug+="column:"+i+" parser:"+p.id+"\n";}list.push(p);}}if(table.config.debug){log(parsersDebug);}return list;};function detectParserForColumn(table,node){var l=parsers.length;for(var i=1;i<l;i++){if(parsers[i].is($.trim(getElementText(table.config,node)),table,node)){return parsers[i];}}return parsers[0];}function getParserById(name){var l=parsers.length;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==name.toLowerCase()){return parsers[i];}}return false;}function buildCache(table){if(table.config.debug){var cacheTime=new Date();}var totalRows=(table.tBodies[0]&&table.tBodies[0].rows.length)||0,totalCells=(table.tBodies[0].rows[0]&&table.tBodies[0].rows[0].cells.length)||0,parsers=table.config.parsers,cache={row:[],normalized:[]};for(var i=0;i<totalRows;++i){var c=table.tBodies[0].rows[i],cols=[];cache.row.push($(c));for(var j=0;j<totalCells;++j){cols.push(parsers[j].format(getElementText(table.config,c.cells[j]),table,c.cells[j]));}cols.push(i);cache.normalized.push(cols);cols=null;};if(table.conf (…)
    [all...]
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_audio_decoder.cc 45 const cdm::AudioDecoderConfig& config,
48 codec_context->codec_id = CdmAudioCodecToCodecID(config.codec);
50 switch (config.bits_per_channel) {
62 "per channel: " << config.bits_per_channel;
66 codec_context->channels = config.channel_count;
67 codec_context->sample_rate = config.samples_per_second;
69 if (config.extra_data) {
70 codec_context->extradata_size = config.extra_data_size;
72 av_malloc(config.extra_data_size + FF_INPUT_BUFFER_PADDING_SIZE));
73 memcpy(codec_context->extradata, config.extra_data
    [all...]
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java 132 config.setCompressionEnabled(false);
133 config.setSASLAuthenticationEnabled(true);
134 config.setDebuggerEnabled(DEBUG_ENABLED);
135 config.setCallbackHandler(callbackHandler);
149 config.setCompressionEnabled(false);
150 config.setSASLAuthenticationEnabled(true);
151 config.setDebuggerEnabled(DEBUG_ENABLED);
161 * @param config the connection configuration.
163 public XMPPConnection(ConnectionConfiguration config) {
164 super(config);
823 ByteArrayInputStream config = new ByteArrayInputStream(pkcs11Config.getBytes()); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.js 49 if (this.module != config.previousModule) {
50 if ( config.previousModule ) {
52 name: config.previousModule,
53 failed: config.moduleStats.bad,
54 passed: config.moduleStats.all - config.moduleStats.bad,
55 total: config.moduleStats.all
58 config.previousModule = this.module;
59 config.moduleStats = { all: 0, bad: 0 };
65 config.current = this
    [all...]
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 193 EGLConfig config = (EGLConfig)i; local
196 if (getConfigNativePixelFormat(config, &format)) {
197 setConfigAttrib(config, EGL_NATIVE_VISUAL_ID, format);
394 /* To get the value of attribute <a> of config <c> use the following formula:
397 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value)
404 *value = *(m_configs + (int)config*m_numConfigAttribs + attribIdx);
408 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value)
412 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value);
417 void eglDisplay::dumpConfig(EGLConfig config)
420 DBG("^^^^^^^^^^ dumpConfig %d ^^^^^^^^^^^^^^^^^^", (int)config);
    [all...]
  /external/chromium/chrome/browser/net/
pref_proxy_config_service.cc 29 PrefProxyConfigTracker::GetProxyConfig(net::ProxyConfig* config) {
32 *config = pref_config_;
74 const net::ProxyConfig& config,
78 (config_state_ != CONFIG_UNSET && !pref_config_.Equals(config))) {
81 pref_config_ = config;
87 PrefProxyConfigTracker::ReadPrefConfig(net::ProxyConfig* config) {
91 *config = net::ProxyConfig();
99 if (PrefConfigToNetConfig(proxy_dict, config)) {
109 net::ProxyConfig* config) {
121 // Ignore all the other proxy config preferences if the use of a prox
    [all...]
  /external/chromium/chrome/browser/extensions/
extensions_quota_service.cc 80 void QuotaLimitHeuristic::Bucket::Reset(const Config& config,
82 num_tokens_ = config.refill_token_count;
83 expiration_ = start + config.refill_interval;
86 QuotaLimitHeuristic::QuotaLimitHeuristic(const Config& config,
88 : config_(config), bucket_mapper_(map) {
107 const base::TimeDelta& sustain, const Config& config, BucketMapper* map)
108 : QuotaLimitHeuristic(config, map)
    [all...]
  /external/chromium_org/chrome/browser/net/
dns_probe_test_util.cc 23 DnsConfig config; local
27 config.nameservers.push_back(IPEndPoint(dns_ip, kDnsPort));
34 return scoped_ptr<DnsClient>(new net::MockDnsClient(config, rules));
  /external/chromium_org/extensions/browser/
quota_service.cc 104 void QuotaLimitHeuristic::Bucket::Reset(const Config& config,
106 num_tokens_ = config.refill_token_count;
107 expiration_ = start + config.refill_interval;
116 QuotaLimitHeuristic::QuotaLimitHeuristic(const Config& config,
119 : config_(config), bucket_mapper_(map), name_(name) {}
141 const Config& config,
144 : QuotaLimitHeuristic(config, map, name)
    [all...]
  /external/chromium_org/net/socket/
ssl_session_cache_openssl.h 62 struct Config {
79 SSLSessionCacheOpenSSL(SSL_CTX* ctx, const Config& config) : impl_(NULL) {
80 Reset(ctx, config);
88 void Reset(SSL_CTX* ctx, const Config& config);
  /external/chromium_org/third_party/openssl/openssl/
Crypto.mk 5 local_additional_dependencies := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Crypto.mk
7 include $(LOCAL_PATH)/Crypto-config.mk
12 include $(LOCAL_PATH)/android-config.mk
31 include $(LOCAL_PATH)/android-config.mk
51 include $(LOCAL_PATH)/android-config.mk
66 include $(LOCAL_PATH)/android-config.mk
Ssl.mk 5 local_additional_dependencies := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Ssl.mk
7 include $(LOCAL_PATH)/Ssl-config.mk
12 include $(LOCAL_PATH)/android-config.mk
30 include $(LOCAL_PATH)/android-config.mk
48 include $(LOCAL_PATH)/android-config.mk
61 include $(LOCAL_PATH)/android-config.mk
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h 52 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const {
53 SkASSERT(kGrPixelConfigCnt > config);
54 return fConfigRenderSupport[config][withMSAA];
75 // The first entry for each config is without msaa and the second is with.
  /external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
rules 39 config.status: configure
46 build-stamp: config.status
61 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
62 cp -f /usr/share/misc/config.sub config.sub
64 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
65 cp -f /usr/share/misc/config.guess config.guess
  /external/markdown/markdown/extensions/
html_tidy.py 38 self.config = dict(output_xhtml=1,
43 self.config[c[0]] = c[1]
47 md.tidy_options = self.config
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowWifiManager.java 68 public int addNetwork(WifiConfiguration config) {
70 config.networkId = -1;
71 networkIdToConfiguredNetworks.put(networkId, makeCopy(config, networkId));
75 private WifiConfiguration makeCopy(WifiConfiguration config, int networkId) {
76 WifiConfiguration copy = shadowOf(config).copy();
83 public int updateNetwork(WifiConfiguration config) {
84 if (config == null || config.networkId < 0) {
87 networkIdToConfiguredNetworks.put(config.networkId, makeCopy(config, config.networkId))
    [all...]
  /external/skia/src/gpu/
GrDrawTargetCaps.h 52 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const {
53 SkASSERT(kGrPixelConfigCnt > config);
54 return fConfigRenderSupport[config][withMSAA];
75 // The first entry for each config is without msaa and the second is with.
  /external/stlport/stlport/stl/config/
_dm.h 102 #include <stl/config/_detect_dll_or_lib.h>
117 #include <stl/config/_auto_link.h>
121 #include <stl/config/_feedback.h>
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
aacenc_core.h 28 #include "config.h"
51 AACENC_CONFIG config; /* Word16 size: 8 */ member in struct:__anon29566
87 void AacInitDefaultConfig(AACENC_CONFIG *config);
98 const AACENC_CONFIG config); /* pre-initialized config struct */
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 102 #include <stl/config/_detect_dll_or_lib.h>
117 #include <stl/config/_auto_link.h>
121 #include <stl/config/_feedback.h>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
include_preprocessed.hpp 16 #include <boost/mpl/aux_/config/compiler.hpp>
17 #include <boost/mpl/aux_/config/preprocessor.hpp>
18 #include <boost/mpl/aux_/config/workaround.hpp>
msvc_eti_base.hpp 18 #include <boost/mpl/aux_/config/eti.hpp>
19 #include <boost/mpl/aux_/config/gcc.hpp>
20 #include <boost/mpl/aux_/config/workaround.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
integral_c.hpp 18 #include <boost/mpl/aux_/config/ctps.hpp>
19 #include <boost/mpl/aux_/config/static_constant.hpp>
20 #include <boost/mpl/aux_/config/workaround.hpp>

Completed in 2114 milliseconds

<<11121314151617181920>>