Home
last modified time | relevance | path

Searched refs:undefined (Results 1 – 25 of 116) sorted by relevance

12345

/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagSymbolResolutions.inc31 "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 DDiagRelocations.inc11 "%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 DAndroid.bp221 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 Db_22045582_int.smali3 # Fail verification of a method that returns an undefined integral register.
9 # v1 is undefined here.
H A Db_22045582_wide.smali3 # Fail verification of a method that returns an undefined wide register.
9 # v0/v1 is undefined here.
H A Db_22045582.smali3 # 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 DADebug.cpp131 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 DGeneric.kl106 # 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 Drs_convert.spec41 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 DAndroid.bp43 "-Wno-tautological-undefined-compare",
103 "-Wno-tautological-undefined-compare",
/aosp12/system/extras/simpleperf/scripts/purgatorio/templates/
H A Dmain.js99 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 Dtarget_specific_features.mk14 -Wno-error=undefined-bool-conversion \
/aosp12/hardware/interfaces/gnss/measurement_corrections/1.1/
H A Dtypes.hal56 * 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 DAndroid.mk13 -Wno-error=undefined-bool-conversion \
/aosp12/hardware/qcom/sm8150p/gps/pla/
H A DAndroid.mk13 -Wno-error=undefined-bool-conversion \
/aosp12/hardware/qcom/sdm845/gps/sdm845/pla/
H A DAndroid.mk14 -Wno-error=undefined-bool-conversion \
/aosp12/art/runtime/verifier/
H A Dreg_type.cc752 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 DAndroid.bp672 undefined : true
814 undefined : true
856 undefined : true
904 undefined : true
963 undefined : true
1034 undefined : true
/aosp12/build/make/core/
H A Dcheck_elf_file.mk39 $(if $(PRIVATE_ALLOW_UNDEFINED_SYMBOLS),--allow-undefined-symbols) \
/aosp12/hardware/qcom/sm7250/gps/
H A DAndroid.mk16 -Wno-error=undefined-bool-conversion \
/aosp12/hardware/qcom/sm8150/gps/
H A DAndroid.mk16 -Wno-error=undefined-bool-conversion \
/aosp12/build/soong/android/
H A Dlicenses_test.go39 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 Denums.proto23 UNKNOWN = 0; // undefined during start up
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DStatusOr.h82 Status mStatus = status::undefined;
/aosp12/system/netd/libnetdutils/
H A DStatusTest.cpp96 StatusOr<int> err(status::undefined); in TEST()

12345