/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | utils.cpp | 85 LOGE("waitpid return error, errno is not set(no more info)\n");
in CheckProcStatus() 198 sigset_t set;
in RunElf() local 200 sigemptyset(&set);
in RunElf() 201 sigaddset(&set, SIGCHLD);
in RunElf() 203 if (sigprocmask(SIG_BLOCK, &set, &origMask) < 0) {
in RunElf() 213 if (sigtimedwait(&set, nullptr, &time1) == -1) {
in RunElf()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SpirvIntrinsics.cpp | 321 if (name == "set") in makeSpirvInstruction() 322 spirvInst->set = value; in makeSpirvInstruction() 343 if (!spirvInst2->set.empty()) { in mergeSpirvInstruction() 344 if (spirvInst1->set.empty()) in mergeSpirvInstruction() 345 spirvInst1->set = spirvInst2->set; in mergeSpirvInstruction() 347 error(loc, "too many SPIR-V instruction qualifiers", "spirv_instruction", "(set)"); in mergeSpirvInstruction()
|
H A D | iomapper.h | 79 // 1) has both binding and set 80 // 2) has binding but no set 81 // 3) has no binding but set 82 // 4) has no binding and no set 89 // has set gives 1 point in operator ()() 103 // 2) has both binding and set 104 // 3) has binding but no set 105 // 4) has no binding but set 106 // 5) has no binding and no set 114 // has set give in operator ()() [all...] |
/third_party/googletest/googletest/test/ |
H A D | googletest-filter-unittest.py | 46 from sets import Set as set # For Python 2.3 compatibility namespace 55 # processes. We set an env variable to an empty string and invoke a python 68 # We set an env variable to a non-empty string, unset it, and invoke 265 self.assertEqual(set(set_var), set(full_partition)) 272 return list(set(tests_to_run) - set(PARAM_TESTS)) 277 """Checks that the binary runs correct set of tests for a given filter.""" 311 verifies that the right set of tests were run. The union of tests run 318 tests_to_run: A set o [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | ComplexUnitsConverter.java | 220 measures.set(units_.get(i).index, measure); in convert() 226 measures.set(indexOfQuantity, measure); in convert() 260 intValues.set(lastIndex - 1, intValues.get(lastIndex - 1).add(carry.toBigInteger())); in applyRounder() 271 intValues.set(j, intValues.get(j).subtract(unitsConverters_.get(j).convert(carry).toBigInteger())); in applyRounder() 272 intValues.set(j - 1, intValues.get(j - 1).add(carry.toBigInteger())); in applyRounder()
|
/third_party/node/lib/ |
H A D | _http_incoming.js | 105 set: function(val) { 125 set: function(val) { 145 set: function(val) { 165 set: function(val) { 185 set: function(val) { 312 if (field === 'Set-Cookie' || field === 'set-cookie') 398 if (dest['set-cookie'] !== undefined) { 399 dest['set-cookie'].push(value); 401 dest['set-cookie'] = [value];
|
/third_party/node/lib/internal/test_runner/mock/ |
H A D | mock.js | 83 this.#mocks.set(call, implementation); 235 original = descriptor?.set; 259 mockDescriptor.set = descriptor.set; 262 mockDescriptor.set = mock; 275 * This is a syntax sugar for the MockTracker.method with options.getter set to true 315 * This function is a syntax sugar for MockTracker.method with options.setter set to true.
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | statusfile.py | 84 for key in set([variant or '', '']): 105 check_variant_rules: if set variant dependent rules are checked 112 used_rules = set() 185 result = set([]) 217 target_dict[rule] -= set([PASS]) 219 result -= set([PASS])
|
/third_party/musl/src/signal/liteos_a/ |
H A D | sigaction.c | 292 void __get_handler_set(sigset_t *set) in __get_handler_set() argument 294 memcpy(set, handler_set, sizeof handler_set); in __get_handler_set() 351 unsigned long set[_NSIG/(8*sizeof(long))]; in __sigaction() local 362 __block_all_sigs(&set); in __sigaction() 368 __restore_sigs(&set); in __sigaction()
|
/third_party/musl/porting/liteos_a/user/src/signal/ |
H A D | sigaction.c | 277 void __get_handler_set(sigset_t *set) in __get_handler_set() argument 279 memcpy(set, handler_set, sizeof handler_set); in __get_handler_set() 333 unsigned long set[_NSIG/(8*sizeof(long))]; in __sigaction() local 344 __block_all_sigs(&set); in __sigaction() 350 __restore_sigs(&set); in __sigaction()
|
/third_party/nghttp2/doc/ |
H A D | make.bat | 6 set SPHINXBUILD=sphinx-build 8 set BUILDDIR=_build 9 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . 11 set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% 28 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | AnyTransliterator.java | 146 set(this.expanse, expansePos); in reset() 155 // set up first range to be empty, at beginning in reset() 193 // otherwise set our script in next() 210 set(run, current); in next() 215 public static void set(Position run, Position current) { in set() method in AnyTransliterator.ScriptRunIterator 227 set(run, current); in getCurrent() 231 set(run, expanse); in getExpanse() 289 // Since Transliterators are immutable, we don't have to clone on set & get
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
H A D | main.c | 120 lws_dll2_owner_t set; in main() local 205 lws_dll2_owner_clear(&set); in main() 206 ck = lws_cose_key_import(&set, NULL, NULL, set_temp, stp); in main() 213 lws_dll2_get_head(&set)) { in main() 230 lws_cose_key_set_destroy(&set); in main()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | ShaderD3D.cpp | 154 // set by compileToHLSL in uncompile() 243 const std::set<std::string> &ShaderD3D::getSlowCompilingUniformBlockSet() const in getSlowCompilingUniformBlockSet() 255 const std::set<std::string> &GetSlowCompilingUniformBlockSet( in GetSlowCompilingUniformBlockSet() 256 const std::set<std::string> *slowCompilingUniformBlockSet) in GetSlowCompilingUniformBlockSet() 262 const std::set<std::string> &GetUsedImage2DFunctionNames( in GetUsedImage2DFunctionNames() 263 const std::set<std::string> *usedImage2DFunctionNames) in GetUsedImage2DFunctionNames()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | VertexArray11.cpp | 35 // As VertexAttribPointer can modify both attribute and binding, we should also set other attributes 45 attributesToUpdate.set(INDEX); \ 63 mAttribsToTranslate.set(INDEX); \ 225 mAttribsToTranslate.set(attribIndex, newStorageType != VertexStorageType::DYNAMIC); in updateVertexAttribStorage() 231 mDynamicAttribsMask.set(attribIndex, newStorageType == VertexStorageType::DYNAMIC); in updateVertexAttribStorage() 347 mAttribsToTranslate.set(); in markAllAttributeDivisorsForAdjustment() 348 // mDynamicAttribsMask may have already been set (updateVertexAttribStorage in markAllAttributeDivisorsForAdjustment()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | fix_storage_class.cpp | 17 #include <set> 30 std::set<uint32_t> seen; in Process() 54 std::set<uint32_t>* seen) { in PropagateStorageClass() 114 std::set<uint32_t>* seen) { in FixInstructionStorageClass() 175 uint32_t op_idx, std::set<uint32_t>* seen) { in PropagateType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | fix_storage_class.cpp | 17 #include <set> 30 std::set<uint32_t> seen; in Process() 54 std::set<uint32_t>* seen) { in PropagateStorageClass() 114 std::set<uint32_t>* seen) { in FixInstructionStorageClass() 175 uint32_t op_idx, std::set<uint32_t>* seen) { in PropagateType()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_custom.cpp | 168 sk_sp<SkFontStyleSet_Custom> set(this->onMatchFamily(defaultNames[i])); 169 if (nullptr == set) { 173 sk_sp<SkTypeface> tf(set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight, 180 fDefaultFamily = set.get(); 194 familyName->set(fFamilies[index]->getFamilyName());
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandBufferStateTracker.cpp | 185 // requires the pipeline to be set. in ValidateOperation() 213 mAspects.set(VALIDATION_ASPECT_BIND_GROUPS); in RecomputeLazyAspects() 223 mAspects.set(VALIDATION_ASPECT_VERTEX_BUFFERS); in RecomputeLazyAspects() 231 mAspects.set(VALIDATION_ASPECT_INDEX_BUFFER); in RecomputeLazyAspects() 241 DAWN_INVALID_IF(aspects[VALIDATION_ASPECT_PIPELINE], "No pipeline set."); in CheckMissingAspects() 244 DAWN_INVALID_IF(!mIndexBufferSet, "Index buffer was not set."); in CheckMissingAspects() 271 // TODO(dawn:563): Indicate which slots were not set. in CheckMissingAspects() 273 "Vertex buffer slots required by %s were not set.", GetRenderPipeline()); in CheckMissingAspects() 279 DAWN_INVALID_IF(mBindgroups[i] == nullptr, "No bind group set at index %u.", in CheckMissingAspects() 357 mVertexBufferSlotsUsed.set(slo in SetVertexBuffer() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-map.hh | 58 set (item.first, item.second); in hb_hashmap_t() 176 bool set (K key, const V& value) { return set_with_hash (key, hb_hash (key), value); } in set() function 177 bool set (K key, V&& value) { return set_with_hash (key, hb_hash (key), std::move (value)); } in set() function 186 void del (K key) { set (key, vINVALID); } in del() 243 { set (v.first, v.second); return *this; } in operator <<()
|
/third_party/python/Lib/test/ |
H A D | test_dbm_gnu.py | 42 key_set = set(self.g.keys()) 43 self.assertEqual(key_set, set([b'a', b'bytes', b'12345678910'])) 74 all = set(gdbm.open_flags) 76 modes = all - set('fsu') 82 flags = all - set('crwn')
|
H A D | test_pyclbr.py | 22 # is imperfect (as designed), testModule is called with a set of 29 missing = (set(l1) ^ set(l2)) - set(ignore) 60 ignore = set(ignore) | set(['object']) 224 cm('cgi', ignore=('log',)) # set with = in module
|
H A D | test_graphlib.py | 22 # expected, because the order within a group is dependent on set 27 self.assertEqual(set(group), tsgroup) 84 self._test_graph({1: set(), 3: set(), 5: set()}, [(1, 3, 5)]) 207 yield set(nodes)
|
/third_party/toybox/toys/pending/ |
H A D | telnet.c | 290 int set = 1, len; in telnet_main() local 311 setsockopt(TT.sfd, SOL_SOCKET, SO_REUSEADDR, &set, sizeof(set)); in telnet_main() 312 setsockopt(TT.sfd, SOL_SOCKET, SO_KEEPALIVE, &set, sizeof(set)); in telnet_main()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | LazyStringArrayListTest.java | 68 list.set(1, STRING_C); in testJustStrings() 189 list.set(0, STRING_B); in testModificationWithIteration() 257 list.set(0, BYTE_STRING_A.toByteArray()); in testMakeImmutable() 264 list.set(0, BYTE_STRING_A); in testMakeImmutable() 357 list.set(0, value); in assertGenericListImmutable()
|