Home
last modified time | relevance | path

Searched +defs:val +defs:c (Results 2326 – 2350 of 4581) sorted by relevance

1...<<919293949596979899100>>...184

/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/updatable-media.com.android.media_intermediates/
Dclasses.jar ... .ImmutableMap$Builder builder int encodedLen int idx char c private static java.lang.CharSequence reverse (java ...
/aosp_15_r20/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc186 T *GetPoisoned(int i = 0, T val = 0) { in GetPoisoned()
194 T *GetPoisonedO(int i, U4 origin, T val = 0) { in GetPoisonedO()
276 S4 c; in TEST() local
1742 double s, c; in TEST() local
1752 float s, c; in TEST() local
1762 long double s, c; in TEST() local
2399 unsigned char c = 0; in TEST() local
2621 int a, b, c, d, e, f; member
2739 int a, b, c; member
2742 int b, a, c; member
[all …]
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/
HDandroid-all-5.1.1_r9-robolectric-r2.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/ ...
HDandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
HDandroid-all-9-robolectric-4913185-2.jar ... $TrieNode match private boolean isDomainChar (char) char c private boolean isValidDomain (java.lang.String) ...
HDandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.23.0/
HDgoogle-api-java-client-min-repackaged-1.23.0.jar ... implements java.security.PrivilegedAction { private final String val$factoryClass private final ClassLoader val$classLoader void < ...
/aosp_15_r20/external/libxml2/
H A Drelaxng.c2016 #define VALID_ERR3(a, b, c) xmlRelaxNGAddValidError(ctxt, a, b, c, 0); argument
2018 #define VALID_ERR3P(a, b, c) xmlRelaxNGAddValidError(ctxt, a, b, c, 1); argument
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/external/guice/extensions/persist/lib/
HDxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/ ...
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_serialize.c177 write_constant(write_ctx *ctx, const nir_constant *c) in write_constant()
188 nir_constant *c = ralloc(nvar, nir_constant); in read_constant() local
1980 uint32_t val = in write_function() local
2014 uint32_t val = blob_read_uint32(ctx->blob); in read_function() local
/aosp_15_r20/external/skia/tools/viewer/
H A DViewer.cpp2663 float val[3]; in drawImGui() local
2670 bool val; in drawImGui() local
3119 fImGuiLayer.skiaWidget(avail, [=, lastImage = fLastImage](SkCanvas* c) { in drawImGui()
3431 bool Viewer::onChar(SkUnichar c, skui::ModifierKey modifiers) { in onChar()
/aosp_15_r20/external/skia/modules/skcms/src/
H A DTransform_inl.h99 T val; in load() local
104 SI void store(P* ptr, const T& val) { in store()
335 a = tf->c, b = tf->d, c = tf->e, in apply_hlg() local
349 a = tf->c, b = tf->d, c = tf->e, in apply_hlginv() local
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dtextio.c384 Py_UCS4 c; in _PyIncrementalNewlineDecoder_decode() local
407 Py_UCS4 c; in _PyIncrementalNewlineDecoder_decode() local
448 Py_UCS4 c; in _PyIncrementalNewlineDecoder_decode() local
3035 PyObject *exc = NULL, *val, *tb; in _io_TextIOWrapper_close_impl() local
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dre2_test.cc791 char c; in TEST() local
796 unsigned char c; in TEST() local
1273 std::string key, val; in TEST() local
1383 std::string a, b, c; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_test.cc789 char c; in TEST() local
794 unsigned char c; in TEST() local
1271 std::string key, val; in TEST() local
1381 std::string a, b, c; in TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSparseCUDATensorMath.cu268 T val; member
440 auto c = r_.coalesce(); in add_out_sparse_cuda() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp178 void test_callable(Callable c, Callable2 c2, const Callable2& c2c, in test_callable()
280 int val; member
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp468 bool val = false; in LoadFormats() local
1201 const CDllCodecInfo &c = Codecs[index - NUM_EXPORT_CODECS]; in GetCodec_IsFilter() local
/aosp_15_r20/external/bpftool/src/
H A Dfeature.c1035 #define capability(c) { c, false, #c } argument
1057 cap_flag_value_t val; in handle_perms() local
/aosp_15_r20/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp1002 int a, b, c; variable
1033 static const int val = 1; member
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_priv.c187 int val; in wpa_priv_get_scan_results2() local
1212 int c, i; in main() local
/aosp_15_r20/external/stardoc/stardoc/
HDrenderer_binary.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/sdk/templates/docs/
H A Djquery-1.8.0.min.js2c){b[c]=!0}),b}function J(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(I,"-$1").toLowe… argument
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/jvnet/staxex/stax-ex/1.8.1/
HDstax-ex-1.8.1.jar ... implements java.security.PrivilegedAction { final synthetic String val$propName void <init> (java.lang ...
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dmlir_hlo_to_hlo.cc108 mlir::Value val, const llvm::DenseMap<mlir::Value, xla::XlaOp>& val_map, in GetXlaOp()
363 for (const auto& val : rhs_contracting_dimensions) { in Convert_dot_dimension_numbers() local
366 for (const auto& val : lhs_contracting_dimensions) { in Convert_dot_dimension_numbers() local
370 for (const auto& val : rhs_batch_dimensions) { in Convert_dot_dimension_numbers() local
374 for (const auto& val : lhs_batch_dimensions) { in Convert_dot_dimension_numbers() local
1851 mlir::ArrayAttr c = child.dyn_cast<mlir::ArrayAttr>(); in ConvertLayout() local

1...<<919293949596979899100>>...184