Searched refs:or (Results 251 - 275 of 289) sorted by relevance

<<1112

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s10 ;// Unless required by applicable law or agreed to in writing, software
12 ;// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
60 ; * [in] videoComp video component type (luminance, chrominance or
70 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
73 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
225 CMP ACPredFlag,#1 ;// Check if the AC prediction flag is set or not
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
H A DFlagSet.java10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
99 public FlagSet or(FlagSet other) { method in class:FlagSet
/frameworks/rs/api/
H A Drs_object_types.spec10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
111 value: RS_ALLOCATION_USAGE_SHARED = 0x0080, "Allocation's backing store is shared with another object (usually a Bitmap). Copying to or from the original source Bitmap will cause a synchronization rather than a full copy."
114 These values are ORed together to specify which usages or memory spaces are
115 relevant to an allocation or an operation on an allocation.
133 value: RS_TYPE_BOOLEAN = 12, "0 or 1 (false or true) stored in an 8 bit container."
H A Drs_object_info.spec10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21 or Sampler object. These objects are created from Java. You can't create them from a
46 An Element can specify a simple data types as found in C, e.g. an integer, float, or
50 Elements can specify fixed size vector (of size 2, 3, or 4) versions of the basic types.
162 or see if @rsClearObject() has been called on a handle.
195 RS_TYPE_UNSIGNED_8), a handle (e.g. RS_TYPE_ALLOCATION and RS_TYPE_ELEMENT), or a
217 If the Element is not a structure or the index is greater or equal to the number of
241 Elements can be simple, such as an int or
[all...]
H A Drs_for_each.spec10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
52 cell, like the Array0 index or the current level of detail.
102 arg: const rs_script_call_t* sc, "Extra control information used to select a sub-region of the allocation to be processed or suggest a walking strategy. May be NULL."
105 Runs the kernel over zero or more input allocations. They are passed after the
201 by options, no input or output allocation is required for a kernel launch using
362 @rsAllocationGetDimFaces() is similar but returns 0 or 1 instead of a bool.
377 @rsAllocationGetDimLOD() is similar but returns 0 or 1 instead the actual
H A Drs_quaternion.spec10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
132 Creates a quaternion from its four components or from another quaternion.
205 summary: Multiply a quaternion by a scalar or another quaternion
207 Multiplies a quaternion by a scalar or by another quaternion, e.g
208 <code>*q = *q * scalar;</code> or <code>*q = *q * *rhs;</code>.
/frameworks/support/design/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/frameworks/support/v17/leanback/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_gcc.s10 @ Unless required by applicable law or agreed to in writing, software
13 @ express or implied.
H A Dpvmp3_polyphase_filter_window_gcc.s10 @ Unless required by applicable law or agreed to in writing, software
13 @ express or implied.
H A Dpvmp3_mdct_18_gcc.s10 @ Unless required by applicable law or agreed to in writing, software
13 @ express or implied.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_half.s9 ; Unless required by applicable law or agreed to in writing, software
11 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A Dh264bsd_interpolate_chroma_hor.s9 ; Unless required by applicable law or agreed to in writing, software
11 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A Dh264bsd_interpolate_chroma_hor_ver.s9 ; Unless required by applicable law or agreed to in writing, software
11 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A Dh264bsd_interpolate_chroma_ver.s9 ; Unless required by applicable law or agreed to in writing, software
11 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A Dh264bsd_interpolate_hor_quarter.s9 ; Unless required by applicable law or agreed to in writing, software
11 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A Dh264bsd_interpolate_ver_half.s9 ; Unless required by applicable law or agreed to in writing, software
11 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A Dh264bsd_interpolate_ver_quarter.s9 ; Unless required by applicable law or agreed to in writing, software
11 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
12 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
206 // terminated by either 0 or space, while pExtension is terminated by 0.
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DInverseBinding.java10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126 flagSet = flagSet.or(new FlagSet(expr.getId()));
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprTest.java10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
195 composite.or(expr.getInvalidFlags());
/frameworks/support/compat/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/frameworks/native/services/surfaceflinger/
H A DAndroid.mk91 # and frame delivery jitter (which typically manifests as "jank" or "jerkiness"
/frameworks/base/core/java/android/util/
H A DJsonReader.java10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
53 * <p>When a nested object or array is encountered, delegate to the
61 * Null literals can be consumed using either {@link #nextNull()} or {@link
166 * [1, "1"]} may be read using either {@link #nextInt} or {@link #nextString}.
220 * For the next literal value, we may have the text value, or the position
247 * <li>End of line comments starting with {@code //} or {@code #} and
251 * <li>Names that are unquoted or {@code 'single quoted'}.
252 * <li>Strings that are unquoted or {@code 'single quoted'}.
256 * <li>Names and values separated by {@code =} or {
[all...]

Completed in 944 milliseconds

<<1112