HomeSort by relevance Sort by last modified time
    Searched refs:required (Results 326 - 350 of 3394) sorted by null

<<11121314151617181920>>

  /external/mesa3d/docs/
MESA_copy_sub_buffer.spec 27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
MESA_pixmap_colormap.spec 27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
MESA_set_3dfx_mode.spec 27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
MESA_shader_debug.spec 29 OpenGL 1.0 is required.
31 The ARB_shader_objects extension is required.
33 The ARB_shading_language_100 extension is required.
  /external/stlport/stlport/stl/config/
_apple.h 10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdCountLeadingZeros.s 10 ; Unless required by applicable law or agreed to in writing, software
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdCountLeadingZeros.S 10 @ Unless required by applicable law or agreed to in writing, software
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 10 * Unless required by applicable law or agreed to in writing, software
633 required Type type = 1 [default = VOID];
634 required bool isArray = 2 [default = false];
645 required int32 width = 1;
646 required int32 height = 2;
650 required int32 context_id = 1; // GL context ID
651 required int64 start_time = 2; // time when call was invoked
652 required int32 duration = 3; // duration of the call (MONOTONIC TIME)
654 required Function function = 4 [default = invalid]; // GL function called
  /hardware/libhardware/modules/audio/
Android.mk 9 # Unless required by applicable law or agreed to in writing, software
22 # required type is 'primary'. Other possibilites are 'a2dp', 'usb', etc.
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 41 template<typename unique_id,bool required> struct keyword;
236 template<typename unique_id, bool required = false>
258 template<typename T, typename unique_id, bool required = false>
259 struct typed_keyword : keyword<unique_id,required> {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
modifier.hpp 39 nfp::named_parameter<bool,required_t,bool> required( true );
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_apple.h 10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
  /frameworks/base/core/java/android/content/res/
CompatibilityInfo.java 10 * Unless required by applicable law or agreed to in writing, software
102 int required = appInfo.requiresSmallestWidthDp != 0 local
105 if (required == 0) {
106 required = appInfo.largestWidthLimitDp;
109 ? appInfo.compatibleWidthLimitDp : required;
110 if (compat < required) {
111 compat = required;
115 if (required > DEFAULT_NORMAL_SHORT_DIMENSION) {
259 * @return true if the scaling is required
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 10 * Unless required by applicable law or agreed to in writing, software
63 * Indicates whether the field is required for the current device.
65 public boolean required; field in class:FeatureSummaryActivity.Feature
72 * @param required value for this.required
74 public Feature(String name, boolean required) {
76 this.required = required;
125 // Required features in prior releases that became optional in GB
149 // Required features in prior releases that became optional in H
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 10 * Unless required by applicable law or agreed to in writing, software
169 SLboolean required[NUM_EXPLICIT_INTERFACES_FOR_RECORDER]; local
176 /* Initialize arrays required[] and iidArray[] */
178 required[i] = SL_BOOLEAN_FALSE;
187 required[0] = SL_BOOLEAN_TRUE;
189 required[1] = SL_BOOLEAN_TRUE;
217 NUM_EXPLICIT_INTERFACES_FOR_RECORDER, iidArray, required);
slesTestDecodeToBuffQueue.cpp 10 * Unless required by applicable law or agreed to in writing, software
298 SLboolean required[NUM_EXPLICIT_INTERFACES_FOR_PLAYER]; local
305 /* Initialize arrays required[] and iidArray[] */
307 required[i] = SL_BOOLEAN_FALSE;
322 required[0] = SL_BOOLEAN_TRUE;
325 required[1] = SL_BOOLEAN_TRUE;
328 required[2] = SL_BOOLEAN_TRUE;
347 // FIXME valid value required but currently ignored
360 NUM_EXPLICIT_INTERFACES_FOR_PLAYER, iidArray, required);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 12 * Unless required by applicable law or agreed to in writing, software
82 * @param has_required true if this element has required elements by the XSLT specification.
113 * @param has_required true if this element has required elements by the XSLT specification.
114 * @param required true if this element is required by the XSLT specification.
119 boolean has_required, boolean required)
124 this.m_required = required;
137 * @param has_required true if this element has required elements by the XSLT specification.
138 * @param required true if this element is required by the XSLT specification
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 29 OpenGL 1.0 is required.
31 The ARB_shader_objects extension is required.
33 The ARB_shading_language_100 extension is required.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 396 if not group.required:
452 # make it look optional if it's not required or in a group
453 if not action.required and action not in group_actions:
486 # determine the required width and the entry label
753 - required -- True if the action must always be specified at the
771 required=False,
781 self.required = required
813 required=False,
830 required=required
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 396 if not group.required:
452 # make it look optional if it's not required or in a group
453 if not action.required and action not in group_actions:
486 # determine the required width and the entry label
753 - required -- True if the action must always be specified at the
771 required=False,
781 self.required = required
813 required=False,
830 required=required
    [all...]

Completed in 547 milliseconds

<<11121314151617181920>>