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

1234567891011>>

/frameworks/support/v7/preference/
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/base/core/java/android/widget/
H A DEdgeEffect.java10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
141 final float or = height * 0.75f / SIN;
142 final float oy = COS * or;
143 final float oh = or - oy;
180 * 1.f (full length of the view) or negative values to express change
194 * 1.f (full length of the view) or negative values to express change
261 * <p>When using a {@link android.widget.Scroller} or {@link android.widget.OverScroller},
/frameworks/opt/net/wifi/tests/wifitests/
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.
76 # The list is a comma separated list of class names with * matching zero or more characters.
/frameworks/rs/api/
H A Drs_atomic.spec10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
176 arg: int32_t value, "Value to or with."
177 summary: Thread-safe bitwise or
179 Atomicly perform a bitwise or two values, storing the result at addr,
216 summary: Thread-safe bitwise exclusive or
H A Drs_allocation_create.spec10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 These functions can be called directly or indirectly from an invokable
43 arg: uint32_t vector_width, "Vector width (either 2, 3, or 4)"
47 Value of vector_width must be 2, 3 or 4. The data kind of the Element will
101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
147 intermediate rs_element or rs_type objects.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/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
198 CMP ACPredFlag,#1 ;// Check if the AC prediction flag is set or not
/frameworks/base/data/fonts/
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/opt/net/wifi/service/
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/opt/photoviewer/
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/
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/core-utils/
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/fragment/
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/media-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/support/transition/
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/preference-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/support/v7/cardview/
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/v7/mediarouter/
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/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_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.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s10 ; Unless required by applicable law or agreed to in writing, software
12 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A Dh264bsdWriteMacroblock.s10 ; Unless required by applicable law or agreed to in writing, software
12 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S10 @ Unless required by applicable law or agreed to in writing, software
12 @ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A Dh264bsdWriteMacroblock.S10 @ Unless required by applicable law or agreed to in writing, software
12 @ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/frameworks/base/cmds/app_process/
H A DAndroid.mk38 # Create a symlink from app_process to app_process32 or 64
/frameworks/base/services/
H A DAndroid.mk66 # by only including service makefiles and not any tests or other
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
46 * left to right, or right to left. Used by incoming call screen, and the lock screen when no
165 * Either {@link #HORIZONTAL} or {@link #VERTICAL}.
248 * The resource should refer to a Drawable object, or use 0 to remove
263 * The resource should refer to a Drawable object, or use 0 to remove
354 float or = OUTER_ROTARY_RADIUS_DIP * mDensity;
358 canvas.drawCircle(midX, or + bgTop, or, mPaint);
360 canvas.drawCircle(or
[all...]

Completed in 2502 milliseconds

1234567891011>>