Home
last modified time | relevance | path

Searched refs:set (Results 7001 - 7025 of 11451) sorted by relevance

1...<<281282283284285286287288289290>>...459

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config_key.py46 # A test that needs a particular final key value should set it.
50 self.dialog.key_string.set(' ')
56 self.dialog.key_string.set('<Key-F11>')
196 # Modifiers are set on/off by invoking the checkbutton.
298 "Test window result get and set."
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.cc333 std::set<std::string>* well_known_types_ = NULL;
346 well_known_types_ = new std::set<std::string>; in InitWellKnownTypes()
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.h47 #include <set>
97 // If we chose either of these behaviors, some set of people would find it
123 // all fields within the two messages being set to the same value. Primitive
136 // are considered set to said value automatically. For details on how default
166 // set to said value, as per MessageDiffencer::Equivalent. Use IgnoreField()
190 // a set (see TreatAsMap() and TreatAsSet(), below), new_index indicates
366 EQUIVALENT, // Fields with default values are considered set
368 // set in the messages themselves. Unknown fields
375 // set only in the second message will be skipped during
401 // The elements of the given repeated field will be treated as a set fo
[all...]
/third_party/python/Lib/test/
H A Dtest_enumerate.py147 self.assertEqual(len(set(map(id, list(enumerate(self.seq))))), len(self.seq))
148 self.assertEqual(len(set(map(id, enumerate(self.seq)))), min(1,len(self.seq)))
/third_party/skia/experimental/tools/
H A Dpdf-comparison.py116 set.intersection(*(set(getfilesoftype(d, ext)) for d in dirs))))
/third_party/skia/gm/
H A Ddrawatlas.cpp160 tan.set(1, 0); in draw_text_on_path()
206 pos[i].set(x, 0); in drawTextPath()
319 * Each pair should look the same, and each set shows a different combination
/third_party/skia/bench/
H A DDashBench.cpp51 fPts[0].set(SkIntToScalar(10), SkIntToScalar(10)); in DashBench()
52 fPts[1].set(SkIntToScalar(600), SkIntToScalar(10)); in DashBench()
/third_party/spirv-tools/source/opt/
H A Dmem_pass.cpp20 #include <set>
204 std::set<uint32_t> ids;
491 // non-load/store refs from target variable set
/third_party/spirv-tools/test/tools/
H A Dexpect.py123 generated_files = set(all_files) - set(input_files)
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongShaderTests.cpp36 #include <set>
92 typedef std::set<std::string> ShaderScope;
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp41 #include <set>
54 using std::set;
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgProgramExecutor.cpp32 #include <set>
36 using std::set;
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderCase.cpp47 #include <set>
56 using std::set;
459 // Add other config ids to "other" set in getDefaultRenderFilterLists()
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sDrawTests.cpp33 #include <set>
301 std::set<deUint32> insertedHashes; in init()
/third_party/vulkan-headers/registry/
H A Dcgenerator.py56 around prototype declarations, set to either '#ifdef'
59 set to None.
61 declarations, if protectProto is set
63 around extension prototype declarations, set to either '#ifdef'
66 set to None
68 extension prototype declarations, if protectExtensionProto is set
107 """If conditional protection should be generated around prototype declarations, set to either '#ifdef' to require opt-in (#ifdef protectProtoStr) or '#ifndef' to require opt-out (#ifndef protectProtoStr). Otherwise set to None."""
110 """#ifdef/#ifndef symbol to use around prototype declarations, if protectProto is set"""
113 """If conditional protection should be generated around extension prototype declarations, set t
[all...]
/third_party/vulkan-loader/scripts/
H A Dhelper_file_generator.py207 value_set = set()
322 lens = set()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java537 UnicodeSet set=new UnicodeSet("[:Bidi_Mirrored:]"); in TestMirror()
538 UnicodeSetIterator iter=new UnicodeSetIterator(set); in TestMirror()
689 * could set a system property to change the directory path.<br>
1148 UnicodeSet set = new UnicodeSet(1, 0); // empty set in TestNames()
1149 UnicodeSet dumb = new UnicodeSet(1, 0); // empty set in TestNames()
1154 // general categories, for the full possible set of extended names. in TestNames()
1155 UCharacterName.INSTANCE.getCharNameCharacters(set); in TestNames()
1157 // build set the dumb (but sure-fire) way in TestNames()
1187 if (set in TestNames()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java534 UnicodeSet set=new UnicodeSet("[:Bidi_Mirrored:]"); in TestMirror()
535 UnicodeSetIterator iter=new UnicodeSetIterator(set); in TestMirror()
686 * could set a system property to change the directory path.<br>
1145 UnicodeSet set = new UnicodeSet(1, 0); // empty set in TestNames()
1146 UnicodeSet dumb = new UnicodeSet(1, 0); // empty set in TestNames()
1151 // general categories, for the full possible set of extended names. in TestNames()
1152 UCharacterName.INSTANCE.getCharNameCharacters(set); in TestNames()
1154 // build set the dumb (but sure-fire) way in TestNames()
1184 if (set in TestNames()
[all...]
/third_party/selinux/libsepol/src/
H A Dexpand.c2391 type_set_t * set, ebitmap_t * types, in expand_convert_type_set()
2398 if (map_ebitmap(&set->types, &tmpset.types, typemap)) in expand_convert_type_set()
2401 if (map_ebitmap(&set->negset, &tmpset.negset, typemap)) in expand_convert_type_set()
2404 tmpset.flags = set->flags; in expand_convert_type_set()
2444 /* Expand a role set into an ebitmap containing the roles.
2523 /* Expand a type set into an ebitmap containing the types. This
2527 * - if the type set has a negset or flags, then they will be expanded,
2530 int type_set_expand(type_set_t * set, ebitmap_t * t, policydb_t * p, in type_set_expand() argument
2536 unsigned char expand = alwaysexpand || !ebitmap_is_empty(&set->negset) || set in type_set_expand()
2390 expand_convert_type_set(policydb_t * p, uint32_t * typemap, type_set_t * set, ebitmap_t * types, unsigned char alwaysexpand) expand_convert_type_set() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex117 % Set up fixed words for English if not already set.
190 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
259 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
674 \endgraf % Not \par, as it may have been set to \lisppar.
1095 % can be set). So we test for \relax and 0 as well as being undefined.
1238 % We have to set dummies so commands such as @code, and characters
1355 % Texinfo index files. So set that up.
1390 % it seems we really need yet another set of dummies; have not
1469 % So we set up a \sf.
2103 % of just \STYLE. We do this because \STYLE needs to also set th
[all...]
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp418 void ZipFile::GetChildNames(const std::string &srcPath, std::set<std::string> &fileSet) in GetChildNames()
515 void ZipFile::GetChildNamesCache(const std::string &srcPath, std::set<std::string> &fileSet) in GetChildNamesCache()
574 void ZipFile::GetChildNamesNormal(const std::string &srcPath, std::set<std::string> &fileSet) in GetChildNamesNormal()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server.h391 int32_t CreateAudioInterruptZone(const std::set<int32_t> &pids, const int32_t zoneId) override;
393 int32_t AddAudioInterruptZonePids(const std::set<int32_t> &pids, const int32_t zoneId) override;
395 int32_t RemoveAudioInterruptZonePids(const std::set<int32_t> &pids, const int32_t zoneId) override;
/foundation/multimedia/audio_framework/test/fuzztest/audioservermore_fuzzer/
H A Daudio_server_more_fuzzer.cpp104 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> audioParameterKeys = {}; in AudioServerLoadConfigurationTest()
105 std::unordered_map<std::string, std::set<std::string>> audioParameterKey = {}; in AudioServerLoadConfigurationTest()
106 std::set<std::string> audioParameterValue = {}; in AudioServerLoadConfigurationTest()
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_interrupt_service_test/src/
H A Daudio_interrupt_unit_test.cpp562 std::set<int32_t> pids; in HWTEST()
610 std::set<int32_t> pids; in HWTEST()
641 std::set<int32_t> pids; in HWTEST()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h24 #include <set>
166 * If its pid is in activeProcessPids_ set, return true
664 std::set<std::shared_ptr<RSBaseRenderNode>> oldDisplayChildren_;
727 std::set<pid_t> exitedPidSet_;

Completed in 34 milliseconds

1...<<281282283284285286287288289290>>...459