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

<<1112

/frameworks/rs/api/
H A Drs_matrix.spec10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
216 arg: const float* array, "Array of values to set the matrix to. These arrays should be 4, 9, or 16 floats long, depending on the matrix size."
217 summary: Load or copy a matrix
219 Set the elements of a matrix from an array of floats or from another matrix.
394 summary: Multiply a matrix by a vector or another matrix
H A Drs_math.spec10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
486 arg: #2#1 min_value, "Lower bound, a scalar or matching vector."
580 The value returned is either magnitude_value or -magnitude_value.
1227 arg: int#1 exponent, "Exponent, a single component or matching vector."
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.
3387 Return a random value between 0 (or min_valu
[all...]
H A Drs_graphics.spec10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
87 value: RS_DEPTH_FUNC_LEQUAL = 2, "Drawn if the incoming depth value is less or equal to that in the depth buffer"
89 value: RS_DEPTH_FUNC_GEQUAL = 4, "Drawn if the incoming depth value is greater or equal to that in the depth buffer"
261 Bind a new Allocation object to a ProgramFragment or ProgramVertex.
719 Returns an allocation containing index data or a null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_16_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_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/base/data/sounds/
H A DAllAudio.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/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
270 // If the layer doesn't have a drawable or unresolved theme
280 + ": <item> tag requires a 'drawable' attribute or "
515 * given ID, or null if not found.
547 * @return The id of the layer or {@link android.view.View#NO_ID} if the
670 * @param w width in pixels, or -1 to use the intrinsic width
671 * @param h height in pixels, or -1 to use the intrinsic height
685 * @param w width in pixels, or -1 to use the intrinsic width
695 * @return the explicit width of the layer, or
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
273 * or below others in the same layer. */
288 * the thumbnail (or in other words as far as possible above the window
489 * list or contain windows that need to be force removed.
740 // Whether or not a layout can cause a wake up when theater mode is enabled.
879 // is in a special boot mode, such as being encrypted or waiting for a decryption password.
1149 * @return The index of win in windows or of the window that is an ancestor of win.
1321 //that was created later or a window at the top of the list of
1523 // Now w is either mWindows[0] or a
[all...]
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DLayoutBinderWriter.kt7 * Unless required by applicable law or agreed to in writing, software
9 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
636 val flagSet = it.value.foldRight(FlagSet()) { l, r -> l.invalidateFlagSet.or(r) }
/frameworks/base/docs/html/topic/performance/
H A Dperformance_toc.cs150 app assets, user media, structured data, or something else."
198 on the device to perform advanced user tasks, such as capture a photo or view
385 photos or control the camera hardware directly and build your own camera app."
1032 description="How to start building TV apps or extend your existing app to run on TV
1167 description="How to start building or extending apps that work
1558 impairment or other physical disabilities."
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs150 app assets, user media, structured data, or something else."
198 on the device to perform advanced user tasks, such as capture a photo or view
385 photos or control the camera hardware directly and build your own camera app."
1014 description="How to start building TV apps or extend your existing app to run on TV
1149 description="How to start building or extending apps that work
1514 impairment or other physical disabilities."
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
272 // now it should read cond2 or c, depending on the flag from first
281 // now it should read a or b, innerTernary, outerTernary
590 // check if a,b or c should be read. these are easily calculated from binding expressions'
954 composite.or(expr.getInvalidFlags());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 480 milliseconds

<<1112