Home
last modified time | relevance | path

Searched +defs:val +defs:root (Results 126 – 150 of 1919) sorted by relevance

12345678910>>...77

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java628 volatile V val; field in ConcurrentHashMap.Node
631 Node(int hash, K key, V val) { in Node()
637 Node(int hash, K key, V val, Node<K,V> next) { in Node()
1364 V val = p.val; in equals() local
1700 V val = null; in computeIfAbsent() local
1812 V val = null; in computeIfPresent() local
1907 V val = null; in compute() local
2035 V val = null; in merge() local
2725 TreeNode(int hash, K key, V val, Node<K,V> next, in TreeNode()
2779 TreeNode<K,V> root; field in ConcurrentHashMap.TreeBin
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java628 volatile V val; field in ConcurrentHashMap.Node
631 Node(int hash, K key, V val) { in Node()
637 Node(int hash, K key, V val, Node<K,V> next) { in Node()
1364 V val = p.val; in equals() local
1700 V val = null; in computeIfAbsent() local
1812 V val = null; in computeIfPresent() local
1907 V val = null; in compute() local
2035 V val = null; in merge() local
2725 TreeNode(int hash, K key, V val, Node<K,V> next, in TreeNode()
2779 TreeNode<K,V> root; field in ConcurrentHashMap.TreeBin
[all …]
/aosp_15_r20/frameworks/base/tools/aapt/
H A DResourceTable.cpp48 sp<XMLNode> root = XMLNode::parse(target); in compileXmlFile() local
64 sp<XMLNode> root = XMLNode::parse(target); in compileXmlFile() local
75 const sp<XMLNode>& root, in compileXmlFile()
383 String16 val = String16(block.getAttributeStringValue(minIdx, &len)); in compileAttribute() local
401 String16 val = String16(block.getAttributeStringValue(maxIdx, &len)); in compileAttribute() local
2554 Res_value val; in getAttributeFlags() local
4763 const sp<AaptFile>& target, const sp<XMLNode>& root) { in versionForCompat()
4835 const sp<XMLNode>& root) { in modifyForCompat()
5071 const sp<XMLNode>& root) { in processBundleFormat()
/aosp_15_r20/external/libxml2/
H A Dxpath.c186 xmlXPathIsNaN(double val) { in xmlXPathIsNaN()
203 xmlXPathIsInf(double val) { in xmlXPathIsInf()
250 xmlNodePtr cur, root; in xmlXPathCmpNodesExt() local
1011 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \ argument
1014 #define PUSH_LONG_EXPR(op, val, val2, val3, val4, val5) \ argument
1018 #define PUSH_LEAVE_EXPR(op, val, val2) \ argument
1021 #define PUSH_UNARY_EXPR(op, ch, val, val2) \ argument
1024 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \ argument
1555 xmlXPathCacheWrapNodeSet(xmlXPathParserContextPtr pctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet()
1592 xmlXPathCacheWrapString(xmlXPathParserContextPtr pctxt, xmlChar *val) in xmlXPathCacheWrapString()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/test/
Doperations_test.cpp69 inline void setenv_(const char* name, const fs::path::value_type* val, int) in setenv_()
74 inline void setenv_(const char* name, const char* val, int) in setenv_()
89 inline void setenv_(const char* name, const char* val, int ovw) in setenv_()
1555 fs::path root(init.root_path()); in canonical_basic_tests() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_complex_double.h33 Vectorized(c10::complex<double> val) { in Vectorized()
206 auto root = Vectorized(_mm256_blend_pd(re, im, 0x0A)).sqrt(); //sqrt(re + i*im) in asin() local
H A Dvec256_complex_float.h32 Vectorized(c10::complex<float> val) { in Vectorized()
242 auto root = Vectorized(_mm256_blend_ps(re, im, 0xAA)).sqrt(); //sqrt(re + i*im) in asin() local
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_taskgroups.py666 async def root(g): function
716 async def coro(val): argument
/aosp_15_r20/external/selinux/python/sepolicy/
H A Dsepolicy.py239 def port_string_to_num(val): argument
331 def manpage_work(domain, path, root, source_files, web): argument
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DComHandler.cpp133 void UpdatePhySize(UInt64 val, UInt64 val_Aligned) in UpdatePhySize()
538 const CItem &root = Items[0]; in Open() local
871 UInt64 val = 0; in Z7_COM7F_IMF() local
/aosp_15_r20/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js71 function setToRoot(root) { argument
120 function writeCookie(cookie, val, section, expiration) { argument
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_complex_double.h34 Vectorized(c10::complex<double> val) { in Vectorized()
268 auto root = Vectorized(_mm512_mask_blend_pd(0xAA, re, im)).sqrt(); //sqrt(re + i*im) in asin() local
H A Dvec512_complex_float.h34 Vectorized(c10::complex<float> val) { in Vectorized()
774 auto root = Vectorized(_mm512_mask_blend_ps(0xAAAA, re, im)).sqrt(); //sqrt(re + i*im) in asin() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
HDxstream-1.4.8.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/thoughtworks/ com/ ...
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxpath.c189 xmlXPathIsNaN(double val) { in xmlXPathIsNaN()
206 xmlXPathIsInf(double val) { in xmlXPathIsInf()
264 xmlNodePtr cur, root; in xmlXPathCmpNodesExt() local
1056 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \ argument
1059 #define PUSH_LONG_EXPR(op, val, val2, val3, val4, val5) \ argument
1063 #define PUSH_LEAVE_EXPR(op, val, val2) \ argument
1066 #define PUSH_UNARY_EXPR(op, ch, val, val2) \ argument
1069 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \ argument
1668 xmlXPathCacheWrapNodeSet(xmlXPathParserContextPtr pctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet()
1705 xmlXPathCacheWrapString(xmlXPathParserContextPtr pctxt, xmlChar *val) in xmlXPathCacheWrapString()
[all …]
/aosp_15_r20/external/caliper/lib/
HDjersey-client-1.11.jar ... .sun.jersey.api.client.ClientRequest val$request final synthetic com.sun.jersey. ...
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/
HDlog4j-1.2.14.jar ... configure () org.apache.log4j.Logger root public static void configure (org.apache.log4j ...
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
HDgson-2.8.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/cldr/tools/c/genldml/
H A Dgenldml.cpp1377 UnicodeString getTimeString(UnicodeString& val, int32_t milliSecs){ in getTimeString()
2498 UChar val = value.charAt(0); in writeSettings() local
3355 UResourceBundle* root = ures_openDirect(path, "CurrencyData", &error); in writeSupplementalData() local
3384 void GenerateXML::writeCurrencyMap(UnicodeString& xmlString, UResourceBundle* root, UErrorCode& err… in writeCurrencyMap()
3440 void GenerateXML::writeCurrencyMeta(UnicodeString& xmlString, UResourceBundle* root, UErrorCode& er… in writeCurrencyMeta()
/aosp_15_r20/external/freetype/src/psaux/
H A Dpsintrp.c91 FT_Bool val ) in cf2_hintmask_setNew()
1000 size_t* val = ft_hash_num_lookup( subrNum, in cf2_interpT2CharString() local
2186 CF2_F16Dot16 val; in cf2_interpT2CharString() local
2281 FT_Fixed root = arg < 10 ? arg : arg >> 1; in cf2_interpT2CharString() local
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-docs.js71 function setToRoot(root) { argument
120 function writeCookie(cookie, val, section, expiration) { argument
/aosp_15_r20/external/erofs-utils/lib/
H A Dtar.c271 long long val; in tarerofs_otoi() local
614 int tarerofs_parse_tar(struct erofs_inode *root, struct erofs_tarfile *tar) in tarerofs_parse_tar()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dfilesystem_test_helper.h53 inline int setenv(const char *var, const char *val, int overwrite) { in setenv()
214 std::string root = test_root.string(); in sanitize_path() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp699 BasicBlock *root = BasicBlock::get(func->cfg.getRoot()); in visit() local
783 Value *src[3], *val; in handleTEX() local
867 ImmediateValue val; in handleTEX() local
1014 Value *src[3], *val; in handleTXD() local
2112 LValue *val = bld.getScratch(); in handlePFETCH() local
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/
HDorg.eclipse.core.resources_3.13.0.v20180512-1138.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...

12345678910>>...77