/frameworks/base/core/java/android/widget/ |
MediaController.java | 287 mPrevButton = (ImageButton) v.findViewById(com.android.internal.R.id.prev); 674 public void setPrevNextListeners(View.OnClickListener next, View.OnClickListener prev) { 676 mPrevListener = prev;
|
/hardware/libhardware/tests/camera2/ |
CameraBurstTests.cpp | 265 float prev = brightnesses[0]; local 269 if (fabs(brightnesses[i] - prev*CAMERA_EXPOSURE_DOUBLE) 277 prev = brightnesses[i];
|
/ndk/build/tools/ |
ndk-common.sh | 926 local prev=$(( $ver - 1 )) 927 local old="-$prev" 938 ver=$prev
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 202 // find the next "on" bit that follows "prev" 264 // find the next "on" bit that follows "prev" 622 // find the index of the next "on" bit after prev
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
obstack.h | 146 struct _obstack_chunk *prev; /* address of prior chunk or NULL */ 294 (__o->chunk->prev == 0 \ 422 ((h)->chunk->prev == 0 \ 145 struct _obstack_chunk *prev; \/* address of prior chunk or NULL *\/ member in struct:_obstack_chunk
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarEventModel.java | 891 ReminderEntry prev = mReminders.get(mReminders.size()-1); local 894 if (prev.equals(cur)) { 898 prev = cur;
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 476 char prev = '.'; local 486 if (prev == '.' || idx == length - 1) 493 prev = ch;
|
/prebuilts/devtools/tools/lib/ |
asm-tree-4.0.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
obstack.h | 148 struct _obstack_chunk *prev; /* address of prior chunk or NULL */ 291 (__o->chunk->prev == 0 \ 419 ((h)->chunk->prev == 0 \ 147 struct _obstack_chunk *prev; \/* address of prior chunk or NULL *\/ member in struct:_obstack_chunk
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
obstack.h | 148 struct _obstack_chunk *prev; /* address of prior chunk or NULL */ 291 (__o->chunk->prev == 0 \ 419 ((h)->chunk->prev == 0 \ 147 struct _obstack_chunk *prev; \/* address of prior chunk or NULL *\/ member in struct:_obstack_chunk
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
obstack.h | 161 struct _obstack_chunk *prev; /* address of prior chunk or NULL */ 333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); }) 459 ((h)->chunk->prev == 0 && (h)->next_free - (h)->chunk->contents == 0) 160 struct _obstack_chunk *prev; \/* address of prior chunk or NULL *\/ member in struct:_obstack_chunk
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 202 // find the next "on" bit that follows "prev" 264 // find the next "on" bit that follows "prev" 622 // find the index of the next "on" bit after prev
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 202 // find the next "on" bit that follows "prev" 264 // find the next "on" bit that follows "prev" 622 // find the index of the next "on" bit after prev
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 202 // find the next "on" bit that follows "prev" 264 // find the next "on" bit that follows "prev" 622 // find the index of the next "on" bit after prev
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 202 // find the next "on" bit that follows "prev" 264 // find the next "on" bit that follows "prev" 622 // find the index of the next "on" bit after prev
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_bitset.h | 202 // find the next "on" bit that follows "prev" 264 // find the next "on" bit that follows "prev" 622 // find the index of the next "on" bit after prev
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mailbox.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mailbox.py | [all...] |
/prebuilts/sdk/tools/lib/ |
asm-tree-4.0.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-tree-4.0.jar | |
/prebuilts/tools/common/m2/repository/asm/asm-tree/3.3/ |
asm-tree-3.3.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/ |
asm-tree-4.0.jar | |
/ndk/sources/host-tools/make-3.81/doc/ |
make.info-2 | 35 File: make.info, Node: Pattern Rules, Next: Last Resort, Prev: Chained Rules, Up: Implicit Rules 69 File: make.info, Node: Pattern Intro, Next: Pattern Examples, Prev: Pattern Rules, Up: Pattern Rules 128 File: make.info, Node: Pattern Examples, Next: Automatic Variables, Prev: Pattern Intro, Up: Pattern Rules 172 File: make.info, Node: Automatic Variables, Next: Pattern Match, Prev: Pattern Examples, Up: Pattern Rules 339 File: make.info, Node: Pattern Match, Next: Match-Anything Rules, Prev: Automatic Variables, Up: Pattern Rules 369 File: make.info, Node: Match-Anything Rules, Next: Canceling Rules, Prev: Pattern Match, Up: Pattern Rules 447 File: make.info, Node: Canceling Rules, Prev: Match-Anything Rules, Up: Pattern Rules 465 File: make.info, Node: Last Resort, Next: Suffix Rules, Prev: Pattern Rules, Up: Implicit Rules 510 File: make.info, Node: Suffix Rules, Next: Implicit Rule Search, Prev: Last Resort, Up: Implicit Rules 596 File: make.info, Node: Implicit Rule Search, Prev: Suffix Rules, Up: Implicit Rule [all...] |
/external/chromium_org/tools/telemetry/third_party/png/ |
png.py | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
DOMModel.js | 583 * @param {!WebInspector.DOMNode} prev 587 _insertChild: function(prev, payload) 590 this._children.splice(this._children.indexOf(prev) + 1, 0, node); [all...] |