Home
last modified time | relevance | path

Searched refs:cache (Results 1 - 17 of 17) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/src/
H A Dtest_main.cpp30 std::vector<char*> cache; in main() local
48 cache.emplace(cache.begin() + i - 1, buf); in main()
/developtools/ace_js2bundle/ace-loader/plugin/codegen/
H A Dindex.js1 (()=>{"use strict";var e={904:(e,t)=>{var n;let o;Object.defineProperty(t,"__esModule",{value:!0}),t.setDomain=t.getDomain=t.Domain=void 0,function(e){e[e.FA=0]="FA",e[e.FORM=1]="FORM",e[e.ETS=2]="ETS"}(n||(n={})),t.Domain=n,t.setDomain=e=>{o=e},t.getDomain=()=>null!=o?o:n.FA},784:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.errorMap=void 0,t.errorMap=new Map([["fileError","Visual file is damaged"],["versionError","Version number of visual file does not match"],["modelError","Visual model in visual file is damaged"],["codegenError","Codegen hml and css failed"]])},117:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ASTNode=void 0,t.ASTNode=class{accept(e){return e.visit(this)}}},862:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Cache=void 0,t.Cache=class{constructor(e,t=0){this.value="",this.indent=t,this.flag=!0,this.INDENT=e}indentOn(){this.flag=!0}indentOff(){this.flag=!1}incIndent(){this.indent++}decIndent(){this.indent--}checkIndent(){return this.indent<0}getIndents(){if(this.flag){let e="";for(let t=0;t<this.indent;t++)e+=this.INDENT;return e}return""}concat(...e){return this.value+=this.getIndents(),this.value=this.value.concat(...e),String(this.value)}toString(){return this.value}}},243:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Style=t.Tag=void 0;const o=n(117);class r extends o.ASTNode{constructor(e,t,n){super(),this.tagName=e,this.attributes=t,this.content=n}}t.Tag=r;class i extends o.ASTNode{constructor(e,t,n,o){super(),this.mediaQuery=void 0,this.kind=e,this.name=t,this.content=n,this.mediaQuery=o}}t.Style=i},573:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ASTNodeGenerator=void 0;const o=n(243),r=n(334);class i{constructor(e){this.cache=e}visit(e){e instanceof o.Tag?this.genTag(e):e instanceof o.Style&&this.genStyle(e)}static getMethodGen(e){return void 0===i.instance?i.instance=new i(e):i.instance.setCache(e),i.instance}setCache(e){this.cache=e}genTag(e){if(this.cache.concat(r.TokenClass.TAG_START,e.tagName),this.cache.indentOff(),e.attributes.forEach(((e,t)=>{let n="";for(const t of e)n+='"'===t?"&quot;":"\n"===t?"&#10;":t;this.cache.concat(r.TokenClass.SPACE,t,r.TokenClass.ASSIGN,r.TokenClass.LQUOTE,n,r.TokenClass.RQUOTE)})),null===e.content)this.cache.concat(r.TokenClass.EMPTY_TAG_END);else{if(this.cache.concat(r.TokenClass.TAG_END),"string"==typeof e.content){let t="";for(const n of e.content)t+="<"===n?"&#60;":n;this.cache.concat(t)}else 0!==e.content.length&&(this.cache.concat(r.TokenClass.NEW_LINE),this.cache
[all...]
/developtools/integration_verification/tools/fotff/utils/
H A Druntime.go20 "github.com/patrickmn/go-cache"
28 var runtimeCache = cache.New(24*time.Hour, time.Hour)
38 runtimeCache.LoadFile(filepath.Join(runtimeDir, "fotff.cache"))
46 runtimeCache.Set(sectionKey(section, k), v, cache.DefaultExpiration)
47 return runtimeCache.SaveFile(filepath.Join(runtimeDir, "fotff.cache"))
/developtools/ace_ets2bundle/compiler/
H A Dbabel.config.js17 api.cache(true);
H A Dwebpack.config.js126 config.cache = {
189 if (config.cache) {
190 config.cache.buildDependencies = {
194 config.cache.buildDependencies.config.push(rootPackageJsonPath);
197 config.cache.buildDependencies.config.push(modulePackageJsonPath);
397 // clear&update cache dir when build info is different from last time
H A Dmain.js95 path.resolve(__dirname, 'node_modules/.cache');
897 if (fs.existsSync(appResourcePath) && config.cache) {
898 config.cache.buildDependencies.config.push(appResourcePath);
903 if (fs.existsSync(appResourcePathSavePath) && config.cache) {
904 config.cache.buildDependencies.config.push(appResourcePathSavePath);
927 fs.existsSync(projectConfig.localPropertiesPath) && config.cache) {
928 config.cache.buildDependencies.config.push(projectConfig.localPropertiesPath);
931 fs.existsSync(projectConfig.projectProfilePath) && config.cache) {
932 config.cache.buildDependencies.config.push(projectConfig.projectProfilePath);
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
H A Ddemo_table_base.h42 DemoTableRegister(db, dataCache, name, [](const TraceDataCache *cache) { in TableDeclare()
43 return std::unique_ptr<DemoTableBase>(std::make_unique<T>(cache)); in TableDeclare()
112 TraceDataCache *cache,
H A Ddemo_table_base.cpp39 TraceDataCache *cache, in DemoTableRegister()
44 demoContext->dataCache = cache; in DemoTableRegister()
38 DemoTableRegister(sqlite3 &db, TraceDataCache *cache, const std::string &demoTableName, TabTemplate tmplate) DemoTableRegister() argument
/developtools/ace_js2bundle/ace-loader/
H A Dbabel.config.js17 api.cache(true);
H A Dwebpack.rich.config.js167 cache: {
214 process.env.cachePath = env.cachePath || process.env.cachePath || path.resolve(__dirname, 'node_modules/.cache');
270 if (config.cache) {
271 config.cache.buildDependencies = {
275 config.cache.buildDependencies.config.push(rootPackageJsonPath);
278 config.cache.buildDependencies.config.push(modulePackageJsonPath);
304 config.cache.cacheDirectory = path.resolve(process.env.cachePath, '.rich_cache',
H A Dwebpack.lite.config.js39 cache: {
128 process.env.cachePath = env.cachePath || process.env.cachePath || path.resolve(__dirname, 'node_modules/.cache');
149 webpackConfig.cache.cacheDirectory = path.resolve(process.env.cachePath, '.lite_cache');
/developtools/smartperf_host/trace_streamer/src/table/base/include/
H A Dtable_base.h41 TableRegister(db, dataCache, tableName, [](const TraceDataCache *cache) { in TableDeclare()
42 return std::unique_ptr<TableBase>(std::make_unique<T>(cache)); in TableDeclare()
158 static void TableRegister(sqlite3 &db, TraceDataCache *cache, const std::string &tableName, TabTemplate tmplate);
/developtools/profiler/device/plugins/network_plugin/src/
H A Dnetwork_plugin.cpp229 NetDetails cache = {0}; in ReadTxRxBytes() local
241 cache.type = tmp; in ReadTxRxBytes()
250 cache.rx = rxBytes; in ReadTxRxBytes()
255 cache.tx = txBytes; in ReadTxRxBytes()
257 AddNetDetails(cell, cache); in ReadTxRxBytes()
/developtools/smartperf_host/trace_streamer/src/table/base/
H A Dtable_base.cpp39 void TableBase::TableRegister(sqlite3 &db, TraceDataCache *cache, const std::string &tableName, TabTemplate tmplate) in TableRegister() argument
42 context->dataCache = cache; in TableRegister()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dvirtual_runtime.cpp441 HashList<uint64_t, DfxSymbol> &cache) in UpdateSymbolCache()
444 HLOG_ASSERT_MESSAGE(cache.count(ip) == 0, "already have cached ip 0x%" PRIx64 "", ip); in UpdateSymbolCache()
445 cache[ip] = symbol; in UpdateSymbolCache()
440 UpdateSymbolCache(uint64_t ip, DfxSymbol &symbol, HashList<uint64_t, DfxSymbol> &cache) UpdateSymbolCache() argument
/developtools/profiler/device/plugins/native_daemon/include/
H A Dvirtual_runtime.h185 void UpdateSymbolCache(uint64_t ip, DfxSymbol &symbol, HashList<uint64_t, DfxSymbol> &cache);
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h3162 struct bio_alloc_cache *cache; member
7988 struct page *cache[128]; member
11562 int (*cache)(const struct neighbour *, struct hh_cache *, __be16); member
17739 __u8 cache; member
19925 bool cache; member
27318 struct kprobe_insn_cache *cache; member
27521 struct action_cache cache; member
30490 struct bpf_local_storage_data *cache[16]; member
38560 struct kmem_cache *cache; member
49334 struct squashfs_cache *cache; member
50350 struct kmem_cache **cache; global() member
55097 struct netlbl_lsm_cache *cache; global() member
56281 struct sidtab_str_cache *cache; global() member
64211 struct ib_port_cache cache; global() member
97562 struct acpi_object_cache_list cache; global() member
106110 struct kmem_cache *cache; global() member
109491 struct list_head cache; global() member
117209 void *cache; global() member
146321 struct dst_cache_pcpu *cache; global() member
155313 struct list_head *cache; global() member
156963 struct dst_cache cache; global() member
157123 struct dst_cache cache; global() member
[all...]

Completed in 960 milliseconds