Home
last modified time | relevance | path

Searched refs:set (Results 2376 - 2400 of 8119) sorted by relevance

1...<<919293949596979899100>>...325

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_file.cc120 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 Dfontmgr.cpp102 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 Dskottiekit_bindings.cpp150 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 DVertexColorSpaceBench.cpp222 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 Dcheck_seccomp_library_name.py34 services_name = set()
48 services_name = set()
58 services_name = set()
/build/tools/component_tools/
H A Dfull_components_generator.py78 ret = set()
86 ret = ret.union(set(data.get("components")))
91 ret = ret.union(set(data.get("components")))
/test/testfwk/xdevice/
H A Drun.bat15 set BASE_DIR=%~dp0
16 set PYTHON=python
17 set TOOLS=tools
/third_party/glslang/StandAlone/
H A DDirStackFileIncluder.h43 #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 Dextract_unsafe_backwards.cpp48 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 Dfuse_gtest_files.py64 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 Dfiltration_test.py108 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 Dutils.py125 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 Dusetperf.cpp35 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 Ducnv_cnv.cpp39 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 DStandardPluralRanges.java61 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 Dcollationruleparser.h88 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 Dcsrucode.cpp76 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 Dobject-define-properties.js92 set: 3
103 assert (obj2.set === undefined);
117 set: function(v) { this.foo = v }
/third_party/jerryscript/tests/jerry/es2015/
H A Dsymbol-search.js51 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 Daco_reindex_ssa.cpp100 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 Ddomexception.js57 internalsMap.set(this, {
72 internalsMap.set(this, {
150 nameToCodeMap.set(name, value);
/third_party/node/test/parallel/
H A Dtest-vm-global-property-interceptors.js73 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 Dtimer_create.c71 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 Dlio_listio.c118 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 Dclone.c30 sigset_t set; in __start_child() local
35 __block_all_sigs(&set); in __start_child()
46 __restore_sigs(&set); in __start_child()

Completed in 11 milliseconds

1...<<919293949596979899100>>...325