Home
last modified time | relevance | path

Searched refs:required (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/frameworks/compile/slang/tests/F_multi_export_errors/
Dstderr.txt.expect1 multi_export_errors.rs:4:5: error: init(void) is required to have a void return type
2 multi_export_errors.rs:8:6: error: root(void) is required to return an int for graphics usage
3 multi_export_errors.rs:11:5: error: invokable non-static functions are required to return void
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java102 int required = appInfo.requiresSmallestWidthDp != 0 in CompatibilityInfo() local
105 if (required == 0) { in CompatibilityInfo()
106 required = appInfo.largestWidthLimitDp; in CompatibilityInfo()
109 ? appInfo.compatibleWidthLimitDp : required; in CompatibilityInfo()
110 if (compat < required) { in CompatibilityInfo()
111 compat = required; in CompatibilityInfo()
115 if (required > DEFAULT_NORMAL_SHORT_DIMENSION) { in CompatibilityInfo()
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd17 <li><a href="#testing">Testing the features required by your application</a></li>
37 android:<a href="#required">required</a>=["true" | "false"]
78 application depends. The element offers a <code>required</code> attribute that
149 <dt><a name="required"></a><code>android:required</code></dt> <!-- added in api level 5 -->
154 <li>When you declare <code>"android:required="true"</code> for a feature,
159 <li>When you declare <code>"android:required="false"</code> for a feature, it
166 <p>The default value for <code>android:required</code> if not declared is
171 <dd>The OpenGL ES version required by the application. The higher 16 bits
228 <li>Features required by the application &mdash; an application declares features in
252 application's set of required features, it stores that list internally as
[all …]
Duses-library-element.jd11 android:<a href="#rq">required</a>=["true" | "false"] /&gt;
41 If this element is present and its {@code android:required} attribute is set to
53 The {@code android:required} attribute is described in detail in the following section.
66 <dt><a name="rq"></a>{@code android:required}</dt>
/frameworks/base/libs/rs/scriptc/
Drs_core.rsh10 * Unless required by applicable law or agreed to in writing, software
45 * A message ID is required. Data payload is optional.
56 * A message ID is required. Data payload is optional.
102 * required to be a valid object. The input and output must be of the same
131 * required to be a valid object. The input and output must be of the same
/frameworks/compile/slang/tests/F_init_params/
Dstderr.txt.expect1 init_params.rs:4:6: error: init(void) is required to have no parameters
/frameworks/compile/slang/tests/F_invoke_return/
Dstderr.txt.expect1 invoke_return.rs:4:5: error: invokable non-static functions are required to return void
/frameworks/compile/slang/tests/F_root_compute_non_void_ret/
Dstderr.txt.expect1 root_compute_non_void_ret.rs:4:5: error: compute root() is required to return a void type
/frameworks/compile/slang/tests/F_init_nonvoid/
Dstderr.txt.expect1 init_nonvoid.rs:4:5: error: init(void) is required to have a void return type
/frameworks/compile/slang/tests/F_root_graphics/
Dstderr.txt.expect1 root_graphics.rs:4:6: error: root(void) is required to return an int for graphics usage
/frameworks/compile/slang/tests/F_root_graphics_13/
Dstderr.txt.expect1 root_graphics_13.rs:5:5: error: compute root() is required to return a void type
/frameworks/base/docs/html/sdk/
Drequirements.jd13 <li>GNU C Library (glibc) 2.7 or later is required.</li>
14 <li>On Ubuntu Linux, version 8.04 or later is required.</li>
88 <td>At least one platform is required.</td>
/frameworks/base/include/utils/
DAssetManager.h198 const ResTable& getResources(bool required = true) const;
262 const ResTable* getResTable(bool required = true) const;
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
Dp_med_ol.tab11 ** Unless required by applicable law or agreed to in writing, software
Dham_wind.tab10 ** Unless required by applicable law or agreed to in writing, software
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
Dh264bsdCountLeadingZeros.S10 @ Unless required by applicable law or agreed to in writing, software
Dasm_common.S10 @ Unless required by applicable law or agreed to in writing, software
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd123 <td>Set the required number of characters for the password. For example, you
126 <td>Alphanumeric password required</td>
133 <td>Complex password required</td>
139 <td>Minimum letters required in password</td> <td>The minimum number of
140 letters required in the password for all admins or a particular one. Introduced in Android 3.0.</td…
145 <td>Minimum lowercase letters required in password</td>
147 letters required in the password for all admins or a particular one. Introduced in Android 3.0.</td…
151 <td>Minimum non-letter characters required in password</td>
153 non-letter characters required in the password for all admins or a particular one. Introduced in An…
157 <td>Minimum numerical digits required in password</td>
[all …]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
Dh264bsdCountLeadingZeros.s10 ; Unless required by applicable law or agreed to in writing, software
/frameworks/base/data/fonts/
DREADME.txt9 Unless required by applicable law or agreed to in writing, software
/frameworks/base/opengl/tools/glgen/stubs/gles11/
DGLES10ExtHeader.java-if10 ** Unless required by applicable law or agreed to in writing, software
/frameworks/compile/slang/tests/F_root_compute_really_bad/
Dstderr.txt.expect1 root_compute_really_bad.rs:4:5: error: compute root() is required to return a void type
/frameworks/base/opengl/tools/glgen/stubs/jsr239/
DGL10ExtHeader.java-if10 ** Unless required by applicable law or agreed to in writing, software
DGLHeader.java-if11 ** Unless required by applicable law or agreed to in writing, software
/frameworks/base/docs/html/guide/developing/devices/
Dindex.jd47 on a system image whose API Level is less than that required by your application, as specified
54 …You should create at least one AVD that uses a target whose API Level is greater than that required
64 …includes the required library. Usually, you must create such an AVD using an Add-on component for …

12345678910>>...12