Searched refs:undefined (Results 1 – 25 of 40) 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/docs/html/guide/topics/manifest/ |
D | uses-configuration-element.jd | 11 keyboard / navigation control / touch screen to work." But then what does "undefined" mean? 13 "undefined". Since it's unclear what the change will be, I've chosen to document the "no___" 14 and "undefined" attributes using the same language, which is surely wrong but may make it 22 android:<a href="#kbd">reqKeyboardType</a>=["undefined" | "nokeys" | "qwerty" | "twelvekey"] 23 android:<a href="#nav">reqNavigation</a>=["undefined" | "nonav" | "dpad" | "trackball" | "wheel"] 24 …android:<a href="#touch">reqTouchScreen</a>=["undefined" | "notouch" | "stylus" | "finger"] /><… 84 <td>"{@code undefined}"</td> 111 <td>"{@code undefined}"</td> 146 <td>"{@code undefined}"</td> 148 (The touch screen requirement is undefined.)
|
/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/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 | 496 If min_value is greater than max_value, the results are undefined. 1796 This function yields undefined results from input values less than -1 or greater than 1. 1852 This function yields undefined results from input values less than -1 or greater than 1. 1881 This function yields undefined results from input values less than -1 or greater than 1. 1937 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/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/base/docs/html/wear/preview/ |
D | support.jd | 48 undefined.
|
/frameworks/base/docs/html/about/dashboards/ |
D | index.jd | 419 if (typeof set.data[size] != "undefined") { 427 var num = typeof set.data[size][density] != "undefined" ? set.data[size][density] : 0;
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_create_native_client_buffer.txt | 179 result in undefined behavior.
|
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/docs/html/design/tv/ |
D | patterns.jd | 142 to indicate that a user has reached the end of a list or is trying to navigate to an undefined
|
/frameworks/base/docs/html/training/gestures/ |
D | multi.jd | 83 undefined. Thus the index of a pointer can change from one event to the
|
/frameworks/rs/scriptc/ |
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
|
/frameworks/base/docs/html/ndk/guides/ |
D | android_mk.jd | 27 environment variables leave undefined. It can also override project-wide settings for specific 531 <p>By default, when the build system encounters an undefined reference encountered while trying to 532 build a shared, it will throw an <em>undefined symbol</em> error. This error can help you catch
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | compute.jd | 145 <li>Operations on INF and NAN are undefined.</li>
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | opensl-prog-notes.jd | 179 derived from the associated object become undefined.
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_convert.jd | 1721 <p> Converting numbers too large to fit the destination type yields undefined results. 1722 For example, converting a float that contains 1.0e18 to a short is undefined. 1775 undefined behavior.
|
12