Home
last modified time | relevance | path

Searched refs:get (Results 4601 - 4625 of 11180) sorted by relevance

1...<<181182183184185186187188189190>>...448

/third_party/nghttp2/src/
H A DHttpServer.cc350 if (need_validation_file_entry(ent.get(), now) && in get_cached_fd()
351 !validate_file_entry(ent.get(), now)) { in get_cached_fd()
353 fd_cache_lru_.remove(ent.get()); in get_cached_fd()
362 fd_cache_lru_.remove(ent.get()); in get_cached_fd()
363 fd_cache_lru_.append(ent.get()); in get_cached_fd()
366 return ent.get(); in get_cached_fd()
380 fd_cache_lru_.append(res.get()); in cache_fd()
392 return res.get(); in cache_fd()
415 fd_cache_lru_.remove(ent.get()); in release_unused_fd()
1074 return (*itr).second.get(); in get_stream()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc44 Object e = array->get(i); in ContainsOnlyValidKeys()
81 target_keys_length += AddKey(prototype_chain_keys->get(i), combined_keys, in CombineKeys()
169 Handle<Object> current(array->get(i), isolate_); in AddKeys()
194 Handle<Name> key(Name::cast(keys->get(i)), isolate); in FilterProxyKeys()
616 // Don't leak the enumeration cache without the receiver since it might get in GetKeysWithPrototypeInfoCache()
871 InternalIndex index(Smi::ToInt(raw_storage.get(i))); in CopyEnumKeysTo()
957 InternalIndex index(Smi::ToInt(array->get(i))); in CollectKeysFromDictionary()
968 InternalIndex index(Smi::ToInt(array->get(i))); in CollectKeysFromDictionary()
1017 Handle<String> key(String::cast(enum_keys->get(i)), isolate_); in CollectOwnPropertyNames()
1252 Handle<Name> key(Name::cast(trap_result->get( in CollectOwnJSProxyKeys()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_eth_conf.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
224 ::std::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u16) in header_split()
237 ::std::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u16) in hw_ip_checksum()
250 ::std::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u16) in hw_vlan_filter()
263 ::std::mem::transmute(self._bitfield_1.get(3usize, 1u8) as u16) in hw_vlan_strip()
276 ::std::mem::transmute(self._bitfield_1.get(4usize, 1u8) as u16) in hw_vlan_extend()
289 ::std::mem::transmute(self._bitfield_1.get(5usize, 1u8) as u16) in jumbo_frame()
302 ::std::mem::transmute(self._bitfield_1.get(6usize, 1u8) as u16) in hw_strip_crc()
315 ::std::mem::transmute(self._bitfield_1.get(7usize, 1u8) as u16) in enable_scatter()
328 ::std::mem::transmute(self._bitfield_1.get( in enable_lro()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp116 bool get (size_t ndx) const in get() function in vkt::memory::__anon29285::BitVector
166 set(ndx, other.get(ndx) && get(ndx));
182 set(ndx, other.get(ndx) && get(ndx));
211 const bool isOk = !m_defined.get(pos)
222 const bool isOk = !m_defined.get(pos)
253 if (!m_flushed.get((offset / m_atomSize) + ndx))
1575 nonFullHeaps.push_back(heapIter->get());
1578 nonEmptyHeaps.push_back(heapIter->get());
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp291 Hasher.update(FileOrErr.get()->getBuffer()); in computeLTOCacheKey()
296 Hasher.update(FileOrErr.get()->getBuffer()); in computeLTOCacheKey()
326 if (isPrevailing(VI.getGUID(), S.get())) { in thinLTOResolvePrevailingGUID()
344 else if (!isa<AliasSummary>(S.get()) && in thinLTOResolvePrevailingGUID()
345 !GlobalInvolvedWithAlias.count(S.get())) in thinLTOResolvePrevailingGUID()
371 if (auto AS = dyn_cast<AliasSummary>(S.get())) in thinLTOResolvePrevailingInIndex()
401 isPrevailing(VI.getGUID(), S.get())) && in thinLTOInternalizeAndPromoteGUID()
411 !isWeakObjectWithRWAccess(S.get())) in thinLTOInternalizeAndPromoteGUID()
575 writeToResolutionFile(*Conf.ResolutionFile, Input.get(), Res); in add()
883 auto *FS = dyn_cast<FunctionSummary>(S.get()); in checkPartiallySplit()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp360 bool is_block = compiler.get_decoration_bitset(type.self).get(DecorationBlock) || in print_resources()
361 compiler.get_decoration_bitset(type.self).get(DecorationBufferBlock); in print_resources()
389 if (mask.get(DecorationLocation)) in print_resources()
391 if (mask.get(DecorationDescriptorSet)) in print_resources()
393 if (mask.get(DecorationBinding)) in print_resources()
397 if (mask.get(DecorationInputAttachmentIndex)) in print_resources()
399 if (mask.get(DecorationNonReadable)) in print_resources()
401 if (mask.get(DecorationNonWritable)) in print_resources()
1097 static_cast<CompilerCPP *>(compiler.get())->set_interface_name(args.cpp_interface_name); in compile_iteration()
1103 auto *msl_comp = static_cast<CompilerMSL *>(compiler.get()); in compile_iteration()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp285 I->replaceAllUsesWith(UndefValue::get(I->getType())); in deleteDeadInstruction()
407 ArrayType *AT = ArrayType::get(V->getType(), ArraySize); in getMemSetPatternValue()
408 return ConstantArray::get(AT, std::vector<Constant *>(ArraySize, C)); in getMemSetPatternValue()
1650 Builder.CreateAShr(InitX, ConstantInt::get(InitX->getType(), 1)); in transformLoopToCountable()
1653 Builder.CreateLShr(InitX, ConstantInt::get(InitX->getType(), 1)); in transformLoopToCountable()
1656 Builder.CreateShl(InitX, ConstantInt::get(InitX->getType(), 1)); in transformLoopToCountable()
1663 ConstantInt::get(FFS->getType(), in transformLoopToCountable()
1670 ConstantInt::get(CountPrev->getType(), 1)); in transformLoopToCountable()
1700 Builder.CreateSub(TcPhi, ConstantInt::get(Ty, 1), in transformLoopToCountable()
1710 LbCond->setOperand(1, ConstantInt::get(T in transformLoopToCountable()
[all...]
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs337 let actual_attr_kind = *attr.kind.get(); in infer_kind()
407 let actual_attr_kind = *attr.kind.get(); in push_attrs()
435 self.push_method(*attr.kind.get(), attr.name.clone(), quote!(#(#tokens),*)); in push_attrs()
444 *attr.kind.get(), in push_attrs()
453 self.push_method(*attr.kind.get(), attr.name.clone(), self.name.clone().translate(*self.casing)); in push_attrs()
484 *attr.kind.get(), in push_attrs()
844 self.push_method(*attr.kind.get(), attr.name.clone(), expr); in push_attrs()
850 self.push_method(*attr.kind.get(), attr.name.clone(), expr); in push_attrs()
919 match (self.kind.get(), kind.get()) { in set_kind()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/include/
H A Dlink_service.h24 int (*get)(struct LinkService* ar, const char* property, char* value, int len); member
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/
H A Dlink_service.h24 int (*get)(struct LinkService* ar, const char* property, char* value, int len); member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUCache.java22 public V get(Object key); in get() method
/third_party/icu/icu4c/source/test/perf/usetperf/
H A Dbitset.h32 UBool get(int32_t bitIndex) const;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUCache.java26 public V get(Object key); in get() method
/third_party/libbpf/docs/
H A Dconf.py30 read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
/third_party/jerryscript/tests/jerry/es2015/
H A Dregexp-accessors-descriptors.js19 assert(typeof desc.get === 'function')
/third_party/node/test/parallel/
H A Dtest-options-binding.js16 Map.prototype.get =
/third_party/node/test/fixtures/es-modules/
H A Dexports-cases2.js16 get: function () {
H A Dexports-cases3.js21 get: function () {
/third_party/node/test/fixtures/snapshot/
H A Dweak-reference-gc.js18 assert.strictEqual(ref.get(), undefined);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGetDeviceProcAddrTests.cpp42 addGetDeviceProcAddrTests(group.get()); in createGetDeviceProcAddrTests()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolUniqueId.cpp18 TSymbolUniqueId::TSymbolUniqueId(const TSymbol &symbol) : mId(symbol.uniqueId().get()) {} in TSymbolUniqueId()
/third_party/skia/src/fonts/
H A DSkRemotableFontMgr.cpp15 *data = fData.get(); in SkRemotableFontIdentitySet()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSpecializationInfo.hpp33 const VkSpecializationInfo *get() const in get() function
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/pass_management/
H A Drepeated_pass_manager_simple.cpp29 return passes[GetFuzzerContext()->RandomIndex(passes)].get(); in ChoosePass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/
H A Drepeated_pass_manager_simple.cpp29 return passes[GetFuzzerContext()->RandomIndex(passes)].get(); in ChoosePass()

Completed in 22 milliseconds

1...<<181182183184185186187188189190>>...448