Searched refs:undefined (Results 1 – 25 of 45) sorted by relevance
12
/frameworks/compile/mclinker/include/mcld/LD/ |
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)")
|
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'")
|
/frameworks/av/media/module/foundation/ |
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()
|
/frameworks/base/libs/input/tests/ |
D | Android.bp | 31 undefined: true, 34 undefined: true,
|
/frameworks/native/libs/input/tests/ |
D | Android.bp | 56 undefined: true, 59 undefined: true,
|
/frameworks/rs/script_api/ |
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.
|
D | rs_object_info.spec | 306 allocation. The results are undefined if the pointer is not from a valid Allocation.
|
/frameworks/av/media/utils/tests/ |
D | Android.bp | 24 undefined: true, 33 undefined: true,
|
/frameworks/base/data/keyboards/ |
D | Generic.kl | 106 # key 84 (undefined) 217 # key 195 (undefined) 218 # key 196 (undefined) 219 # key 197 (undefined) 220 # key 198 (undefined) 221 # key 199 (undefined)
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | Android.bp | 41 undefined: true, 44 undefined: true,
|
/frameworks/native/services/inputflinger/tests/ |
D | Android.bp | 104 undefined: true, 107 undefined: true,
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 43 "-Wno-tautological-undefined-compare", 97 "-Wno-tautological-undefined-compare",
|
/frameworks/libs/binary_translation/kernel_api/riscv64/ |
D | open_emulation.cc | 40 #error __O_SYNC undefined in bionic
|
/frameworks/proto_logging/stats/enums/stats/wm/ |
D | enums.proto | 23 UNKNOWN = 0; // undefined during start up
|
/frameworks/base/core/java/android/os/ |
D | PowerComponents.java | 589 boolean undefined = false; in addPowerAndDuration() 591 undefined = true; in addPowerAndDuration() 599 undefined = true; in addPowerAndDuration() 603 if (undefined) { in addPowerAndDuration()
|
/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
D | tsconfig.json | 81 …: true, /* When type checking, take into account 'null' and 'undefined'. */ 90 …, /* Interpret optional property types as written, rather than adding 'undefined'. */ 93 …// "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed us…
|
/frameworks/base/core/proto/android/service/ |
D | restricted_image.proto | 56 // but it is undefined exactly what that is in AOSP code.
|
/frameworks/proto_logging/stats/atoms/nfc/ |
D | nfc_extension_atoms.proto | 60 optional int32 field_strength = 2; // units are undefined and will vary by vendor
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 38 def NoUndef : Flag<["--"], "no-undefined">, 281 "a non-weak undefined symbol reference from">; 440 def Undefined : Joined<["--"], "undefined=">, 442 HelpText<"Force symbol to be undefined in the output file">;
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGLExtHeader.java-if | 64 * when <sync> was created, the behaviour is undefined.
|
/frameworks/proto_logging/stats/atoms/devicelock/ |
D | devicelock_extension_atoms.proto | 106 // Device state is undefined.
|
/frameworks/native/services/inputflinger/ |
D | Android.bp | 63 undefined: true,
|
/frameworks/rs/ |
D | Android.bp | 80 // undefined reference to half-conversion routines (__gnu_h2f_ieee,
|
/frameworks/native/libs/input/ |
D | Android.bp | 277 undefined: true,
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BLASTSync.md | 94 and MSG_RESIZED. The ordering of these relative to sync preparation in server code is undefined, in… 186 transactions ordering is undefined. Instead we continue to return the sync transaction
|
12