Home
last modified time | relevance | path

Searched +defs:val +defs:refs (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dfile.cc69 std::string GetSortKey(const T& val) { in GetSortKey()
74 std::string GetSortKey<FileDescriptor>(const FileDescriptor& val) { in GetSortKey()
570 CrossFileReferences* refs) { in GetCrossFileReferencesForField()
581 CrossFileReferences* refs) { in GetCrossFileReferencesForFile()
600 const CrossFileReferences& refs, io::Printer* printer) { in GenerateInternalForwardDeclarations()
634 CrossFileReferences refs; in GenerateSourceForMessage() local
701 CrossFileReferences refs; in GenerateSource() local
902 CrossFileReferences refs; in GenerateReflectionInitializationCode() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dfile.cc69 std::string GetSortKey(const T& val) { in GetSortKey()
74 std::string GetSortKey<FileDescriptor>(const FileDescriptor& val) { in GetSortKey()
569 CrossFileReferences* refs) { in GetCrossFileReferencesForField()
580 CrossFileReferences* refs) { in GetCrossFileReferencesForFile()
599 const CrossFileReferences& refs, io::Printer* printer) { in GenerateInternalForwardDeclarations()
633 CrossFileReferences refs; in GenerateSourceForMessage() local
700 CrossFileReferences refs; in GenerateSource() local
901 CrossFileReferences refs; in GenerateReflectionInitializationCode() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io/
Dduration_put.hpp72 explicit duration_put(size_t refs = 0) : in duration_put()
105 const CharT* pat_end, const char_type* val = 0) const in put()
122 …<Rep, Period> const& d, const CharT* pattern, const CharT* pat_end, const char_type* val = 0) const in put()
173 …std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, const char_type* val = 0) const in put()
201 …std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, const char_type* val = 0) const in put_value()
/aosp_15_r20/system/memory/libmemunreachable/
DMemUnreachable.cpp89 const allocator::vector<uintptr_t>& refs) { in CollectAllocations()
283 static inline const char* plural(T val) { in plural()
325 allocator::vector<uintptr_t> refs(heap); in GetUnreachableMemory() local
/aosp_15_r20/external/webp/src/enc/
H A Dhistogram_enc.c79 void VP8LHistogramStoreRefs(const VP8LBackwardRefs* const refs, in VP8LHistogramStoreRefs()
89 const VP8LBackwardRefs* const refs, in VP8LHistogramCreate()
530 static int GetBinIdForEntropy(float min, float max, float val) { in GetBinIdForEntropy()
1164 const VP8LBackwardRefs* const refs, int quality, in VP8LGetHistoImageSymbols()
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsparsify_gather.cc54 float val = flat(i); in SparsifyWeights() local
237 std::unordered_map<string, int> refs; in SparsifyGatherInternal() local
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/tests/
Dloom_slab.rs272 val: usize, field
283 let val = SetDropped { in new() localVariable
447 let mut refs = (0..max) in max_refs() localVariable
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dprime_nv_pcopy.c281 static void fill16(void *ptr, uint32_t val) in fill16()
343 struct nouveau_pushbuf_refn refs[] = { in perform_copy() local
416 uint32_t i, val, j; in check1_macro() local
/aosp_15_r20/art/openjdkjvmti/
H A Devents.cc599 void AddDelayedNonStandardExitEvent(const art::ShadowFrame* frame, bool is_object, jvalue val) in AddDelayedNonStandardExitEvent()
676 jvalue val; in MethodExited() local
723 jvalue val; in MethodExited() local
744 jvalue val; in MethodUnwind() local
837 jvalue val; in FieldWritten() local
872 jvalue val; in FieldWritten() local
1604 jvalue val) { in AddDelayedNonStandardExitEvent()
1622 auto& refs = internal_event_thread_refcount_[GetInternalEventIndex(event)]; in GetInternalEventThreadRefcount() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp245 std::list<ValueDef *>& entry(Value *val) { in entry()
260 std::list<ValueDef *>& operator()(Value *val) { in operator ()()
264 void add(Value *val, const std::list<ValueDef *> &vals) { in add()
308 RegAlloc::BuildIntervalsPass::addLiveRange(Value *val, in addLiveRange()
858 LValue *val = src->join->asLValue(); in coalesceValues() local
992 LValue *val = (split ? insn->getDef(c) : insn->getSrc(c))->asLValue(); in makeCompound() local
1197 LValue *val = nodes[i].getValue(); in calculateSpillWeights() local
1613 LValue *val; in unspill() local
1684 std::vector<ValueRef *> refs(dval->uses.begin(), dval->uses.end()); in run() local
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp797 char val[PROPERTY_VALUE_MAX]; in addDeviceMeta() local
5546 AString val; in writeIlst() local
5556 float val; in writeIlst() local
5566 int32_t val; in writeIlst() local
5707 const ItemRefs &refs = item.refsList[r]; in writeIrefBox() local
6002 void MPEG4Writer::addRefs_l(uint16_t itemId, const ItemRefs &refs) { in addRefs_l()
/aosp_15_r20/external/libxml2/
H A DHTMLparser.c283 #define SKIP(val) ctxt->input->cur += (val),ctxt->input->col+=(val) argument
285 #define NXT(val) ctxt->input->cur[(val)] argument
287 #define UPP(val) (toupper(ctxt->input->cur[(val)])) argument
2601 int comment, int refs, int maxLength) { in htmlParseData()
3546 xmlChar *val = NULL; in htmlParseAttribute() local
5495 htmlHandleOmittedElem(int val) { in htmlHandleOmittedElem()
H A Drelaxng.c92 xmlHashTablePtr refs; /* references */ member
162 xmlHashTablePtr refs; /* references */ member
2467 const xmlChar * val, const xmlChar * strval, in xmlRelaxNGSchemaFacetCheck()
3509 void *val = NULL; in xmlRelaxNGParseValue() local
5183 xmlChar *val; in xmlRelaxNGParseNameClass() local
6165 xmlRelaxNGContentType ret, tmp, val = XML_RELAXNG_CONTENT_EMPTY; in xmlRelaxNGCheckRules() local
6862 xmlChar *val; in xmlRelaxNGCleanupAttributes() local
8691 xmlChar *oldvalue, *oldend, *val, *cur; in xmlRelaxNGValidateValue() local
/aosp_15_r20/out/soong/.intermediates/art/tools/ahat/ahat/linux_glibc_common/javac/
Dahat.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c325 uint16_t val = (*key) & mask; in get_shader_module_for_stage_optimal() local
1067 unsigned refs = 0; in find_or_create_lib_cache() local
1283 unsigned refs = 0; in create_gfx_program_separable() local
/aosp_15_r20/external/python/cpython3/Python/
Dmarshal.c676 PyObject *refs; /* a list */ member
1272 PyObject *key, *val; in r_object() local
/aosp_15_r20/external/guice/lib/build/
HDfelix-2.0.5.jar ... ) org.osgi.framework.ServiceReference[] refs org.osgi.framework.InvalidSyntaxException ex String clazz ...
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-internal/android_common_apex33/javac/
Dgrpc-java-core-internal.jar ... .Runnable { final synthetic io.grpc.Status val$status final synthetic io.grpc.internal. ...
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-internal/android_common_apex34/javac/
Dgrpc-java-core-internal.jar ... .Runnable { final synthetic io.grpc.Status val$status final synthetic io.grpc.internal. ...
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-internal/android_common_apex10000/javac/
Dgrpc-java-core-internal.jar ... .Runnable { final synthetic io.grpc.Status val$status final synthetic io.grpc.internal. ...
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-internal/android_common_apex30/javac/
Dgrpc-java-core-internal.jar ... .Runnable { final synthetic io.grpc.Status val$status final synthetic io.grpc.internal. ...
/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_ ...
HDorg.eclipse.core.runtime_3.14.0.v20180417-0825.jar ... .eclipse.core.runtime.Preferences$IPropertyChangeListener val$l private final synthetic org.eclipse.core ...
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py672 def assert_async(val): argument
677 def assert_async_meta(val, assert_msg): argument
731 def functional_assert_async_meta(val, assert_msg, dep_token): argument
2436 def unpack(name, val): argument
3033 import torch._refs as refs # avoid import cycle in mypy namespace
3578 def shift_dtype_check(fn_name, self, val): argument
3617 def meta_fill_(self, val): argument
3622 def meta_fill(self, val): argument
4056 def unpack(name, val): argument
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDuast-162.2228.14.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12345678910>>...12