/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_file.cc | 120 std::set<const FileDescriptor*>* files_visited) { in PruneFileAndDepsMarkingAsVisited() 136 std::set<const FileDescriptor*>* files_visited) { in CollectMinimalFileDepsContainingExtensionsWorker() 169 std::set<const FileDescriptor*> files_visited; in CollectMinimalFileDepsContainingExtensions() 267 std::set<string> fwd_decls; in GenerateHeader() 271 for (std::set<string>::const_iterator i(fwd_decls.begin()); in GenerateHeader() 368 std::set<string> public_import_names; in GenerateSource() 403 std::set<string> fwd_decls; in GenerateSource()
|
/third_party/skia/gm/ |
H A D | fontmgr.cpp | 102 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i)); 103 for (int j = 0; j < set->count(); ++j) { 106 set->getStyle(j, &fs, &sname); 109 font.setTypeface(sk_sp<SkTypeface>(set->createTypeface(j))); 347 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i)); 348 for (int j = 0; j < set->count() && j < 3; ++j) { 349 font.setTypeface(sk_sp<SkTypeface>(set->createTypeface(j)));
|
/third_party/skia/experimental/skottiekit/ |
H A D | skottiekit_bindings.cpp | 150 prop.set("key", cp); in getColorProps() 151 prop.set("value", fPropMgr->getColor(cp)); in getColorProps() 163 prop.set("key", op); in getOpacityProps() 164 prop.set("value", fPropMgr->getOpacity(op)); in getOpacityProps() 183 marker.set("name", m.name); in getMarkers() 184 marker.set("t0" , m.t0); in getMarkers() 185 marker.set("t1" , m.t1); in getMarkers()
|
/third_party/skia/bench/ |
H A D | VertexColorSpaceBench.cpp | 222 v[i + 0].fPos.set(dx * i, 0.0f); 224 v[i + 1].fPos.set(dx * i, 100.0f); 241 v[i + 0].fPos.set(dx * i, 0.0f); 243 v[i + 1].fPos.set(dx * i, 100.0f); 254 v[i + 0].fPos.set(dx * i, 0.0f); 256 v[i + 1].fPos.set(dx * i, 100.0f); 262 fMesh->set(std::move(vertexBuffer), kVertexCount, firstVertex);
|
/build/ohos/packages/ |
H A D | check_seccomp_library_name.py | 34 services_name = set() 48 services_name = set() 58 services_name = set()
|
/build/tools/component_tools/ |
H A D | full_components_generator.py | 78 ret = set() 86 ret = ret.union(set(data.get("components"))) 91 ret = ret.union(set(data.get("components")))
|
/test/testfwk/xdevice/ |
H A D | run.bat | 15 set BASE_DIR=%~dp0 16 set PYTHON=python 17 set TOOLS=tools
|
/third_party/glslang/StandAlone/ |
H A D | DirStackFileIncluder.h | 43 #include <set> 68 // Externally set directories. E.g., from a command-line -I<dir>. 88 virtual std::set<std::string> getIncludedFiles() in getIncludedFiles() 99 std::set<std::string> includedFiles;
|
/third_party/icu/icu4c/source/tools/gencolusb/ |
H A D | extract_unsafe_backwards.cpp | 48 fprintf(stderr, "Err: %s preflighting unicode set\n", u_errorName(preflightCode)); in main() 66 UnicodeSet set(*unsafeBackwardSet); in main() 67 set.compact(); in main() 68 set.toPattern(pattern, false); in main() 74 // fprintf(stderr, "\n%s:%d: err creating set A %s\n", __FILE__, __LINE__, u_errorName(errorCode)); in main() 93 // fprintf(stderr, "\n%s:%d: err creating set %s\n", __FILE__, __LINE__, u_errorName(errorCode)); in main()
|
/third_party/googletest/googletest/scripts/ |
H A D | fuse_gtest_files.py | 64 from sets import Set as set # For Python 2.3 compatibility namespace 153 processed_files = set() # Holds all gtest headers we've processed. 181 processed_files = set()
|
/third_party/icu/icu4c/source/python/icutools/databuilder/test/ |
H A D | filtration_test.py | 108 expected_matches = set(EXAMPLE_FILE_STEMS) 141 expected_matches = set(EXAMPLE_FILE_STEMS) 169 expected_matches = set(EXAMPLE_FILE_STEMS)
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
H A D | utils.py | 125 return list(set(files)) 127 # Filter for unique values. NOTE: Cannot use set() because we need to accept same filename as 129 return [f for _, f in set((type(f), f) for f in files)] 133 dirs = set()
|
/third_party/icu/icu4c/source/test/perf/usetperf/ |
H A D | usetperf.cpp | 35 UnicodeSet set; member in CmdPattern 43 set.applyPattern(pat, *pErrorCode); in call() 59 bs.set((int32_t) cp); in CmdOp()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_cnv.cpp | 39 sa->addRange(sa->set, 0, 0x10ffff); in ucnv_getCompleteUnicodeSet() 50 sa->addRange(sa->set, 0, 0xd7ff); in ucnv_getNonSurrogateUnicodeSet() 51 sa->addRange(sa->set, 0xe000, 0x10ffff); in ucnv_getNonSurrogateUnicodeSet()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/ |
H A D | StandardPluralRanges.java | 61 String set; in getPluralRangesData() 63 set = resource.getStringWithFallback(key); in getPluralRangesData() 71 sb.append(set); in getPluralRangesData()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationruleparser.h | 88 virtual void suppressContractions(const UnicodeSet &set, const char *&errorReason, 91 virtual void optimize(const UnicodeSet &set, const char *&errorReason, 106 * The Sink must be set before parsing. 107 * The Importer can be set, otherwise [import locale] syntax is not supported. 166 int32_t parseUnicodeSet(int32_t i, UnicodeSet &set, UErrorCode &errorCode);
|
H A D | csrucode.cpp | 76 results->set(textIn, this, confidence); in match() 114 results->set(textIn, this, confidence); in match() 162 results->set(textIn, this, confidence); in match()
|
/third_party/jerryscript/tests/jerry/ |
H A D | object-define-properties.js | 92 set: 3 103 assert (obj2.set === undefined); 117 set: function(v) { this.foo = v }
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | symbol-search.js | 51 set lastIndex(idx) { 52 throw "abrupt set lastIndex" 57 assert (e === "abrupt set lastIndex"); 173 set: (v) => {} 223 set lastIndex (v) {
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_reindex_ssa.cpp | 100 for (IDSet& set : live_out) { in update_live_out() 102 for (uint32_t id : set) in update_live_out() 104 set = new_set; in update_live_out()
|
/third_party/node/lib/internal/per_context/ |
H A D | domexception.js | 57 internalsMap.set(this, { 72 internalsMap.set(this, { 150 nameToCodeMap.set(name, value);
|
/third_party/node/test/parallel/ |
H A D | test-vm-global-property-interceptors.js | 73 set(value) { kValue = value } 93 assert.strictEqual(typeof jDesc.set, 'undefined'); 99 assert.strictEqual(typeof kDesc.set, 'function');
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | timer_create.c | 71 sigset_t set; in timer_create() local 105 __block_app_sigs(&set); in timer_create() 108 __restore_sigs(&set); in timer_create()
|
/third_party/musl/src/aio/ |
H A D | lio_listio.c | 118 sigset_t set, set_old; in lio_listio() local 132 sigfillset(&set); in lio_listio() 133 pthread_sigmask(SIG_BLOCK, &set, &set_old); in lio_listio()
|
/third_party/musl/porting/linux/user/src/linux/ |
H A D | clone.c | 30 sigset_t set; in __start_child() local 35 __block_all_sigs(&set); in __start_child() 46 __restore_sigs(&set); in __start_child()
|