Home
last modified time | relevance | path

Searched refs:_sources (Results 1 – 18 of 18) sorted by relevance

/external/xmlrpcpp/src/
DXmlRpcDispatch.cpp41 _sources.push_back(MonitoredSource(source, mask)); in addSource()
48 for (SourceList::iterator it=_sources.begin(); it!=_sources.end(); ++it) in removeSource()
51 _sources.erase(it); in removeSource()
61 for (SourceList::iterator it=_sources.begin(); it!=_sources.end(); ++it) in setSourceEvents()
81 while (_sources.size() > 0) { in work()
91 for (it=_sources.begin(); it!=_sources.end(); ++it) { in work()
119 for (it=_sources.begin(); it != _sources.end(); ) in work()
135 _sources.erase(thisIt); // Stop monitoring this one in work()
147 SourceList closeList = _sources; in work()
148 _sources.clear(); in work()
[all …]
DXmlRpcDispatch.h77 SourceList _sources; variable
/external/pdfium/third_party/freetype/src/base/
DJamfile16 local _sources ;
20 _sources = basepic
37 _sources = ftbase ;
40 Library $(FT2_LIB) : $(_sources).c ;
46 local _sources = ftapi
70 Library $(FT2_LIB) : $(_sources).c ;
/external/pdfium/third_party/freetype/src/smooth/
DJamfile15 local _sources ;
19 _sources = ftgrays
26 _sources = smooth ;
29 Library $(FT2_LIB) : $(_sources).c ;
/external/pdfium/third_party/freetype/src/psnames/
DJamfile15 local _sources ;
19 _sources = psmodule
25 _sources = psnames ;
28 Library $(FT2_LIB) : $(_sources).c ;
/external/pdfium/third_party/freetype/src/raster/
DJamfile15 local _sources ;
19 _sources = ftraster
26 _sources = raster ;
29 Library $(FT2_LIB) : $(_sources).c ;
/external/pdfium/third_party/freetype/src/psaux/
DJamfile15 local _sources ;
19 _sources = afmparse
29 _sources = psaux ;
32 Library $(FT2_LIB) : $(_sources).c ;
/external/pdfium/third_party/freetype/src/sfnt/
DJamfile15 local _sources ;
19 _sources = pngshim
34 _sources = sfnt ;
37 Library $(FT2_LIB) : $(_sources).c ;
/external/pdfium/third_party/freetype/src/type1/
DJamfile15 local _sources ;
19 _sources = t1afm
29 _sources = type1 ;
32 Library $(FT2_LIB) : $(_sources).c ;
/external/pdfium/third_party/freetype/src/pshinter/
DJamfile15 local _sources ;
19 _sources = pshalgo
28 _sources = pshinter ;
31 Library $(FT2_LIB) : $(_sources).c ;
/external/pdfium/third_party/freetype/src/cid/
DJamfile15 local _sources ;
19 _sources = cidgload
28 _sources = type1cid ;
31 Library $(FT2_LIB) : $(_sources).c ;
/external/pdfium/third_party/freetype/src/truetype/
DJamfile15 local _sources ;
19 _sources = ttdriver
31 _sources = truetype ;
34 Library $(FT2_LIB) : $(_sources).c ;
/external/pdfium/third_party/freetype/src/cff/
DJamfile15 local _sources ;
19 _sources = cffcmap
39 _sources = cff ;
42 Library $(FT2_LIB) : $(_sources).c ;
/external/eigen/bench/btl/
DCMakeLists.txt58 set(_sources ${ARGN}) variable
59 list(LENGTH _sources _argn_length)
61 list(REMOVE_ITEM _sources ON OFF TRUE FALSE)
63 list(LENGTH _sources _src_length)
72 ADD_EXECUTABLE(${targetname} ${_sources})
/external/libmojo/mojo/
Dmojom_bindings_generator.gypi54 …mojom_list_outputs.py --basedir <(mojom_base_output_dir) --variant <(mojom_variant) <@(_sources))',
72 'inputs': [ '<@(_sources)' ],
173 '<@(_sources)',
/external/v8/tools/
DSourceMap.js87 this._sources = {};
134 return Object.keys(this._sources);
247 this._sources[url] = true;
/external/vulkan-validation-layers/
DBUILD.md38 Example debug build (Note that the update\_external\_sources script used below builds external tool…
129 …use Cygwin's "git.exe". However, in order to use the "update\_external\_sources.bat" script, you …
136 …- update\_external\_sources.bat --build-glslang (Note: see **Loader and Validation Layer Dependenc…
144 …loper Command Prompt for VS2013" window (Note that the update\_external\_sources script used below…
272 - Follow the steps defined elsewhere for the OS using the update\_external\_sources script or as sh…
278 …ally cloned and built to predefined locations with the update\_external\_sources scripts. If a cus…
/external/libevent/
DChangeLog262 o Use _SOURCES, not _sources, in sample/Makefile.am (7f82382)