Home
last modified time | relevance | path

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

12

/frameworks/compile/mclinker/include/mcld/LD/
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)")
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'")
/frameworks/base/docs/html/guide/topics/manifest/
Duses-configuration-element.jd11 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"] /&gt;<…
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/
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)
226 # key 204 (undefined)
/frameworks/av/media/libstagefright/foundation/
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()
/frameworks/rs/api/
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.
Drs_object_info.spec306 allocation. The results are undefined if the pointer is not from a valid Allocation.
Drs_math.spec496 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.
Drs_matrix.spec297 will result in undefined behavior. Use rsMatrixMulitply instead. E.g. instead of doing
/frameworks/compile/mclinker/tools/mcld/
DOptions.td38 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/
Dsupport.jd48 undefined.
/frameworks/base/docs/html/about/dashboards/
Dindex.jd419 if (typeof set.data[size] != "undefined") {
427 var num = typeof set.data[size][density] != "undefined" ? set.data[size][density] : 0;
/frameworks/native/opengl/specs/
DEGL_ANDROID_create_native_client_buffer.txt179 result in undefined behavior.
DEGL_ANDROID_blob_cache.txt151 with the given key in the past then it is undefined which value, if any, is
DEGL_ANDROID_native_fence_sync.txt223 when <sync> was created, the behaviour is undefined."
/frameworks/base/docs/html/design/tv/
Dpatterns.jd142 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/
Dmulti.jd83 undefined. Thus the index of a pointer can change from one event to the
/frameworks/rs/scriptc/
Drs_convert.rsh39 * 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.
Drs_object_info.rsh374 * allocation. The results are undefined if the pointer is not from a valid Allocation.
Drs_allocation_data.rsh45 * 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.
Drs_matrix.rsh310 * will result in undefined behavior. Use rsMatrixMulitply instead. E.g. instead of doing
/frameworks/base/docs/html/ndk/guides/
Dandroid_mk.jd27 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/
Dcompute.jd145 <li>Operations on INF and NAN are undefined.</li>
/frameworks/base/docs/html/ndk/guides/audio/
Dopensl-prog-notes.jd179 derived from the associated object become undefined.
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_convert.jd1721 <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