Searched refs:config (Results 276 - 300 of 4392) sorted by relevance

<<11121314151617181920>>

/external/elfutils/0.153/libelf/
H A Delf_scnshndx.c52 # include <config.h>
H A Dgelf_getclass.c52 # include <config.h>
/external/elfutils/0.153/src/
H A Dsymbolhash.c28 # include <config.h>
H A Dversionhash.c28 # include <config.h>
/external/llvm/examples/Kaleidoscope/
H A DMakefile11 include $(LEVEL)/Makefile.config
/external/llvm/examples/OCaml-Kaleidoscope/
H A DMakefile11 include $(LEVEL)/Makefile.config
/external/llvm/tools/lli/ChildTarget/
H A DMakefile13 include $(LEVEL)/Makefile.config
/external/llvm/unittests/Analysis/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/Bitcode/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/CodeGen/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/DebugInfo/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/ExecutionEngine/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/IR/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/Linker/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/Support/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/markdown/markdown/extensions/
H A Dextra.py46 md.registerExtensions(extensions, self.config)
/external/skia/platform_tools/barelinux/bin/
H A Ddownload_deps24 try gclient config --unmanaged --name . \
/external/smack/src/org/jivesoftware/smackx/pubsub/listener/
H A DNodeConfigListener.java32 * @param config The configuration details.
34 void handleNodeConfiguration(ConfigurationEvent config); argument
/external/valgrind/main/none/tests/
H A Dtls_so.c1 #include <config.h>
/external/chromium_org/media/base/
H A Daudio_decoder_config.cc95 bool AudioDecoderConfig::Matches(const AudioDecoderConfig& config) const {
96 return ((codec() == config.codec()) &&
97 (bytes_per_channel() == config.bytes_per_channel()) &&
98 (channel_layout() == config.channel_layout()) &&
99 (samples_per_second() == config.samples_per_second()) &&
100 (extra_data_size() == config.extra_data_size()) &&
101 (!extra_data() || !memcmp(extra_data(), config.extra_data(),
103 (is_encrypted() == config.is_encrypted()) &&
104 (sample_format() == config.sample_format()) &&
105 (seek_preroll() == config
[all...]
/external/chromium_org/net/proxy/
H A Dpolling_proxy_config_service.cc41 bool GetLatestProxyConfig(ProxyConfig* config) { argument
50 *config = last_config_;
104 ProxyConfig config; local
105 func(&config);
110 FROM_HERE, base::Bind(&Core::GetConfigCompleted, this, config));
115 void GetConfigCompleted(const ProxyConfig& config) { argument
124 if (!has_config_ || !last_config_.Equals(config)) {
127 last_config_ = config;
129 OnProxyConfigChanged(config,
172 PollingProxyConfigService::GetLatestProxyConfig(ProxyConfig* config) { argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Djquery.tablesorter.min.js2 (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,
[all...]
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dcdm_video_decoder.h18 virtual bool Initialize(const cdm::VideoDecoderConfig& config) = 0;
37 // |config.codec|. Returns a scoped_ptr containing a non-null initialized
40 ClearKeyCdmHost* host, const cdm::VideoDecoderConfig& config);
/external/chromium_org/media/tools/constrained_network_server/
H A Dtraffic_control_unittest.py36 config = {
44 traffic_control.CreateConstrainedPort(config)
61 config = {
67 traffic_control.CreateConstrainedPort(config)
84 config = {
94 traffic_control.DeleteConstrainedPort(config)
109 config = {'interface': 'fakeeth'}
111 traffic_control.TearDown(config)
/external/chromium_org/remoting/protocol/
H A Daudio_writer.cc37 scoped_ptr<AudioWriter> AudioWriter::Create(const SessionConfig& config) { argument
38 if (!config.is_audio_enabled())

Completed in 493 milliseconds

<<11121314151617181920>>