Home
last modified time | relevance | path

Searched refs:typed (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/build/bazel/bazel_skylib/rules/
H A Dcommon_settings.bzl17 For label-typed settings, use the native label_flag and label_setting rules.
37 doc = "An int-typed build setting that can be set on the command line",
43 doc = "An int-typed build setting that cannot be set on the command line",
49 doc = "A bool-typed build setting that can be set on the command line",
55 doc = "A bool-typed build setting that cannot be set on the command line",
61 doc = "A string list-typed build setting that can be set on the command line",
67 doc = "A string list-typed build setting that cannot be set on the command line",
86 doc = "A string-typed build setting that can be set on the command line",
97 doc = "A string-typed build setting that cannot be set on the command line",
/aosp12/frameworks/rs/
H A DrsList.h22 T typed; member
30 List() : last(nullptr), first(&firstBuffer.data.typed), in List()
62 current = &currentBuffer->data.typed; in push_back()
74 p = &buffer->data.typed;
/aosp12/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/
H A DBlingyNotification.kt38 val typed = context.obtainStyledAttributes(attrs, intArrayOf(android.R.attr.src)) regex
39 val drawable = typed.getDrawable(0)
45 typed.recycle()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.h185 std::unique_ptr<T> typed(static_cast<T*>(p.release()));
187 if (T::From(typed.get())) {
188 res = validator_(typed);
189 p.reset(typed.release());
/aosp12/art/test/552-checker-primitive-typeprop/smali/
H A DArrayGet.smali20 # The phi should be typed accordingly.
108 # The phi should be typed accordingly.
124 aget v0, p0, v0 # read value, should be float but has no typed use
139 # The phi will be kept and typed according to the second input despite the
154 aget v0, p0, v0 # read value, should be int but has no typed use
H A DArraySet.smali18 # Test ArraySet on int[] and float[] arrays. The input should be typed accordingly.
/aosp12/art/test/682-double-catch-phi/
H A Dinfo.txt1 Regression test on double-typed catch phi
/aosp12/art/test/554-checker-rtp-checkcast/
H A Dinfo.txt1 Tests that phis with check-casted reference type inputs are typed.
/aosp12/art/test/552-checker-primitive-typeprop/
H A Dinfo.txt1 Test that phis with environment uses which can be properly typed are kept
/aosp12/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/
H A Dlib.rs88 if let FnArg::Typed(ref typed) = input { in generate_dbus_exporter()
89 let arg_type = &typed.ty; in generate_dbus_exporter()
90 if let Pat::Ident(pat_ident) = &*typed.pat { in generate_dbus_exporter()
431 if let FnArg::Typed(ref typed) = input { in dbus_proxy_obj()
432 if let Pat::Ident(pat_ident) = &*typed.pat { in dbus_proxy_obj()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DEventLogTags.logtags33 # @param num_chars Number of characters in the query typed by the user
42 # User launched a typed search
/aosp12/frameworks/compile/slang/tests/F_odr_nested_records_1/
H A Dodr1.rscript9 // Mismatching type names of the record-typed field.
H A Dodr2.rscript9 // Mismatching type names of the record-typed field.
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
H A DSuggestionSpanUtilsTest.java149 final SuggestedWordInfo typed = in testGetTextWithSuggestionSpan() local
181 suggestedWordList.add(typed); in testGetTextWithSuggestionSpan()
/aosp12/frameworks/proto_logging/stats/enums/stats/textclassifier/
H A Dtextclassifier_enums.proto37 // User typed over the selection.
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dapp.te382 # Sockets under /dev/socket that are not specifically typed.
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dapp.te410 # Sockets under /dev/socket that are not specifically typed.
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dapp.te393 # Sockets under /dev/socket that are not specifically typed.
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dapp.te409 # Sockets under /dev/socket that are not specifically typed.
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dapp.te410 # Sockets under /dev/socket that are not specifically typed.
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dapp.te427 # Sockets under /dev/socket that are not specifically typed.
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dapp.te427 # Sockets under /dev/socket that are not specifically typed.
/aosp12/system/sepolicy/public/
H A Dapp.te427 # Sockets under /dev/socket that are not specifically typed.
/aosp12/build/soong/
H A DREADME.md88 Variables and properties are strongly typed, variables dynamically based on the
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal1120 * TODO: Why do we have typed setters but only untyped getter?

12