/aosp12/build/bazel/bazel_skylib/rules/ |
H A D | common_settings.bzl | 17 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 D | rsList.h | 22 T typed; member 30 List() : last(nullptr), first(&firstBuffer.data.typed), in List() 62 current = ¤tBuffer->data.typed; in push_back() 74 p = &buffer->data.typed;
|
/aosp12/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/ |
H A D | BlingyNotification.kt | 38 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 D | CCodecConfig.h | 185 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 D | ArrayGet.smali | 20 # 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 D | ArraySet.smali | 18 # Test ArraySet on int[] and float[] arrays. The input should be typed accordingly.
|
/aosp12/art/test/682-double-catch-phi/ |
H A D | info.txt | 1 Regression test on double-typed catch phi
|
/aosp12/art/test/554-checker-rtp-checkcast/ |
H A D | info.txt | 1 Tests that phis with check-casted reference type inputs are typed.
|
/aosp12/art/test/552-checker-primitive-typeprop/ |
H A D | info.txt | 1 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 D | lib.rs | 88 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 D | EventLogTags.logtags | 33 # @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 D | odr1.rscript | 9 // Mismatching type names of the record-typed field.
|
H A D | odr2.rscript | 9 // Mismatching type names of the record-typed field.
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/ |
H A D | SuggestionSpanUtilsTest.java | 149 final SuggestedWordInfo typed = in testGetTextWithSuggestionSpan() local 181 suggestedWordList.add(typed); in testGetTextWithSuggestionSpan()
|
/aosp12/frameworks/proto_logging/stats/enums/stats/textclassifier/ |
H A D | textclassifier_enums.proto | 37 // User typed over the selection.
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | app.te | 382 # Sockets under /dev/socket that are not specifically typed.
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | app.te | 410 # Sockets under /dev/socket that are not specifically typed.
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | app.te | 393 # Sockets under /dev/socket that are not specifically typed.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | app.te | 409 # Sockets under /dev/socket that are not specifically typed.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | app.te | 410 # Sockets under /dev/socket that are not specifically typed.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | app.te | 427 # Sockets under /dev/socket that are not specifically typed.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | app.te | 427 # Sockets under /dev/socket that are not specifically typed.
|
/aosp12/system/sepolicy/public/ |
H A D | app.te | 427 # Sockets under /dev/socket that are not specifically typed.
|
/aosp12/build/soong/ |
H A D | README.md | 88 Variables and properties are strongly typed, variables dynamically based on the
|
/aosp12/hardware/interfaces/renderscript/1.0/ |
H A D | IContext.hal | 1120 * TODO: Why do we have typed setters but only untyped getter?
|