/aosp12/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | DiagSymbolResolutions.inc | 31 "indirect symbol %0 points to a undefined symbol", 32 "variable %0 is undefined") 39 "reach undefined situation, action: %0, old(%1) -> new(%2)", 40 "reach undefined situation, action: %0, old(%1) -> new(%2)")
|
H A D | DiagRelocations.inc | 11 "%1(%2+%3): undefined reference to `%0'", 12 "%1(%2+%3): undefined reference to `%0'") 15 "%1:%2:function %3: undefined reference to `%0'", 16 "%1:%2: undefined reference to `%0'")
|
/aosp12/system/iorap/ |
H A D | Android.bp | 221 undefined: true, 228 undefined: true, 358 undefined: true, 365 undefined: true, 442 undefined: true, 449 undefined: true, 551 undefined: true, 558 undefined: true, 584 undefined: true, 668 undefined: true, [all …]
|
/aosp12/art/test/800-smali/smali/ |
H A D | b_22045582_int.smali | 3 # Fail verification of a method that returns an undefined integral register. 9 # v1 is undefined here.
|
H A D | b_22045582_wide.smali | 3 # Fail verification of a method that returns an undefined wide register. 9 # v0/v1 is undefined here.
|
H A D | b_22045582.smali | 3 # Fail verification of a method that returns an undefined register even if the return type 10 # v1 is undefined, and the return type cannot be resolved. The Undefined should take
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | ADebug.cpp | 131 const int undefined = 2; in getExperimentFlag() local 132 long level = GetLevelFromProperty(name, "debug.stagefright.experiments", undefined); in getExperimentFlag() 133 if (level != undefined) { in getExperimentFlag()
|
/aosp12/frameworks/base/data/keyboards/ |
H A D | Generic.kl | 106 # key 84 (undefined) 142 # key 120 (undefined) 217 # key 195 (undefined) 218 # key 196 (undefined) 219 # key 197 (undefined) 220 # key 198 (undefined) 221 # key 199 (undefined)
|
/aosp12/frameworks/rs/script_api/ |
H A D | rs_convert.spec | 41 Converting numbers too large to fit the destination type yields undefined results. 42 For example, converting a float that contains 1.0e18 to a short is undefined. 110 undefined behavior.
|
/aosp12/frameworks/base/cmds/incidentd/ |
H A D | Android.bp | 43 "-Wno-tautological-undefined-compare", 103 "-Wno-tautological-undefined-compare",
|
/aosp12/system/extras/simpleperf/scripts/purgatorio/templates/ |
H A D | main.js | 99 if (regex !== undefined && !regex.test(callchains[graph_selection[i]])) { 198 if (regex !== undefined && !regex.test(callchains[graph_selection[i]])) {
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/build/ |
H A D | target_specific_features.mk | 14 -Wno-error=undefined-bool-conversion \
|
/aosp12/hardware/interfaces/gnss/measurement_corrections/1.1/ |
H A D | types.hal | 56 * before calling this method. The value is undefined if hasEnvironmentBearing is false. 67 * before calling this method. The value is undefined if hasEnvironmentBearing is false.
|
/aosp12/hardware/qcom/sm7150/gps/pla/ |
H A D | Android.mk | 13 -Wno-error=undefined-bool-conversion \
|
/aosp12/hardware/qcom/sm8150p/gps/pla/ |
H A D | Android.mk | 13 -Wno-error=undefined-bool-conversion \
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/pla/ |
H A D | Android.mk | 14 -Wno-error=undefined-bool-conversion \
|
/aosp12/art/runtime/verifier/ |
H A D | reg_type.cc | 752 const UndefinedType& undefined = reg_types->Undefined(); in Merge() local 754 DCHECK_EQ(this == &undefined, IsUndefined()); in Merge() 755 DCHECK_EQ(&incoming_type == &undefined, incoming_type.IsUndefined()); in Merge() 758 if (this == &undefined || &incoming_type == &undefined) { in Merge() 762 return undefined; in Merge()
|
/aosp12/system/bt/stack/ |
H A D | Android.bp | 672 undefined : true 814 undefined : true 856 undefined : true 904 undefined : true 963 undefined : true 1034 undefined : true
|
/aosp12/build/make/core/ |
H A D | check_elf_file.mk | 39 $(if $(PRIVATE_ALLOW_UNDEFINED_SYMBOLS),--allow-undefined-symbols) \
|
/aosp12/hardware/qcom/sm7250/gps/ |
H A D | Android.mk | 16 -Wno-error=undefined-bool-conversion \
|
/aosp12/hardware/qcom/sm8150/gps/ |
H A D | Android.mk | 16 -Wno-error=undefined-bool-conversion \
|
/aosp12/build/soong/android/ |
H A D | licenses_test.go | 39 expectedErrors: []string{`"libexample" depends on undefined module "notice"`}, 260 expectedErrors: []string{`"top_defaults" depends on undefined module "notice"`}, 306 expectedErrors: []string{`"//top" depends on undefined module "notice"`},
|
/aosp12/frameworks/proto_logging/stats/enums/stats/wm/ |
H A D | enums.proto | 23 UNKNOWN = 0; // undefined during start up
|
/aosp12/system/netd/libnetdutils/include/netdutils/ |
H A D | StatusOr.h | 82 Status mStatus = status::undefined;
|
/aosp12/system/netd/libnetdutils/ |
H A D | StatusTest.cpp | 96 StatusOr<int> err(status::undefined); in TEST()
|