Searched refs:undefined (Results 1 – 25 of 33) 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/base/data/keyboards/ |
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) 226 # key 204 (undefined)
|
/frameworks/av/media/libstagefright/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/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.
|
D | rs_math.spec | 510 If min_value is greater than max_value, the results are undefined. 1810 This function yields undefined results from input values less than -1 or greater than 1. 1866 This function yields undefined results from input values less than -1 or greater than 1. 1895 This function yields undefined results from input values less than -1 or greater than 1. 1951 This function yields undefined results from input values less than -1 or greater than 1.
|
D | rs_matrix.spec | 297 will result in undefined behavior. Use rsMatrixMulitply instead. E.g. instead of doing
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 34 "-Wno-tautological-undefined-compare", 94 "-Wno-tautological-undefined-compare",
|
/frameworks/base/core/proto/android/service/ |
D | restricted_image.proto | 56 // but it is undefined exactly what that is in AOSP code.
|
/frameworks/ml/nn/runtime/test/ |
D | Android.bp | 258 undefined: true, 261 undefined: true,
|
/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/rs/ |
D | Android.bp | 79 // undefined reference to half-conversion routines (__gnu_h2f_ieee,
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 107 // The Visibility of a symbol/entry (public, private, undefined). 206 // The visibility of this entry (public, private, undefined).
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 151 with the given key in the past then it is undefined which value, if any, is
|
D | EGL_ANDROID_native_fence_sync.txt | 223 when <sync> was created, the behaviour is undefined."
|
/frameworks/base/core/proto/android/stats/dnsresolver/ |
D | dns_resolver.proto | 66 // Some DNS Servers might return undefined code to devices.
|
/frameworks/rs/script_api/include/ |
D | rs_convert.rsh | 39 * Converting numbers too large to fit the destination type yields undefined results. 40 * For example, converting a float that contains 1.0e18 to a short is undefined. 1573 * undefined behavior.
|
D | rs_object_info.rsh | 374 * allocation. The results are undefined if the pointer is not from a valid Allocation.
|
D | rs_allocation_data.rsh | 45 * the same allocation yields undefined results. 51 * on other allocations is undefined. 79 * the same allocation yields undefined results. 85 * on other allocations is undefined. 133 * with the dimensionality of the allocation yields undefined results. 612 * with the dimensionality of the allocation yiels undefined results.
|
D | rs_matrix.rsh | 310 * will result in undefined behavior. Use rsMatrixMulitply instead. E.g. instead of doing
|
D | rs_math.rsh | 733 * If min_value is greater than max_value, the results are undefined. 3682 * This function yields undefined results from input values less than -1 or greater than 1. 3780 * This function yields undefined results from input values less than -1 or greater than 1. 3829 * This function yields undefined results from input values less than -1 or greater than 1. 3927 * This function yields undefined results from input values less than -1 or greater than 1.
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 122 …ltiple controllers aren’t updating animations at the same time, which can cause undefined behavior.
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 1162 * the result is undefined. Since %{APILevel30}, if the elements along an axis 2551 * (the pad value is undefined) 2585 * {@link %{OperandTypeLinkPfx}TENSOR_QUANT8_ASYMM} is undefined. 2615 * (the pad value is undefined) 2652 * {@link %{OperandTypeLinkPfx}TENSOR_QUANT8_ASYMM} is undefined.
|
D | NeuralNetworks.t | 1047 * or lower, the format of the name is undefined. 1647 * after this call yields undefined results. The provided buffer must outlive 1707 * undefined results.
|
12