/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SlotView.java | 246 boolean more = mScroller.advanceAnimation(animTime); 247 more |= mLayout.advanceAnimation(animTime); 268 more |= paperActive; 271 more |= mAnimation.calculate(animTime); 282 if ((r & RENDER_MORE_FRAME) != 0) more = true; 291 if ((r & RENDER_MORE_FRAME) != 0) more = true; 299 if (more) invalidate(); 302 if (mMoreAnimation && !more && listener != null) { 310 mMoreAnimation = more;
|
/external/tpm2/ |
Session.c | 689 // YES if there are more handles available 699 TPMI_YES_NO more = NO; local 732 more = YES; 738 return more; 749 // YES if there are more handles available 759 TPMI_YES_NO more = NO; local 786 more = YES; 792 return more; 815 // one or more, then at least one session must be loadable. [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/ |
layer1.py | 41 For more information, see the `Amazon CloudSearch Developer 99 For more information, see `Searching Your Data`_ in the Amazon 117 For more information, see `Paginating Results`_ in the Amazon 121 :param expr: Defines one or more numeric expressions that can be used 124 For more information about defining and using expressions, see 129 :param facet: Specifies one or more fields for which to get facet 140 for a range of values. For more information, see ` Searching for a 161 For more information, see `Getting and Using Facet Information`_ in the 173 For more information about using filters, see `Filtering Matching 204 :param partial: Enables partial results to be returned if one or more [all...] |
/build/core/clang/ |
arm.mk | 9 # -mcpu here rather than the more normal core/combo/arch/arm/armv7-a-neon.mk.
|
/external/compiler-rt/make/ |
options.mk | 22 # FIXME: Make this more portable. When that is done, it should probably be the
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
lcp.bat | 2 REM Licensed to the Apache Software Foundation (ASF) under one or more
|
/external/libmicrohttpd/src/testspdy/ |
test_misc.c | 13 GNU General Public License for more details. 162 bool more) 172 (void)more;
|
/external/llvm/test/MC/ARM/ |
deprecated-v8.s | 36 @ CHECK-ARMV8: warning: applying IT instruction to more than one subsequent instruction is deprecated 37 @ CHECK-THUMBV8: warning: applying IT instruction to more than one subsequent instruction is deprecated
|
/external/mesa3d/docs/ |
MESA_agp_offset.spec | 38 no real specification exists. See GL_NV_vertex_array_range for more
|
/external/v8/test/mjsunit/regress/ |
regress-3641.js | 41 else if (iteration > 10) // Shouldn't take more.
|
/frameworks/rs/api/ |
rs_core.spec | 31 For more information on how to develop with RenderScript and how the runtime and Android
|
/ndk/sources/host-tools/make-3.81/ |
subproc.bat | 14 rem more details.
|
/packages/experimental/NotificationLog/src/com/android/notificationlog/ |
NotificationLogActivity.java | 85 TextView more = (TextView)view.findViewById(R.id.text); local 106 more.setText(text);
|
/prebuilts/go/darwin-x86/src/cmd/api/ |
run.go | 39 // If there are more than 1, they're comma-separated.
|
/prebuilts/go/darwin-x86/src/cmd/cover/ |
doc.go | 12 basic block information by studying the source. It is thus more portable
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue8385.go | 7 // Issue 8385: provide a more descriptive error when a method expression
|
/prebuilts/go/linux-x86/src/cmd/api/ |
run.go | 39 // If there are more than 1, they're comma-separated.
|
/prebuilts/go/linux-x86/src/cmd/cover/ |
doc.go | 12 basic block information by studying the source. It is thus more portable
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue8385.go | 7 // Issue 8385: provide a more descriptive error when a method expression
|
/system/bt/osi/src/socket_utils/ |
README | 36 Please update the above list if adding more sources.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/ |
bad.s | 13 ;;; FIXME: Add more tests of assembler error detection here.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
libdso-1c.d | 10 # offsets into the GOT, with a tell-tale sign being one or more
|
/developers/build/prebuilts/gradle/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 253 // We do no more than a limited number of iterations 262 boolean more = true; 264 for (int k = 0; k < NUM_MAX_ITERATIONS && more; k++) { 265 more = false; 291 more = true;
|
/developers/samples/android/sensors/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 253 // We do no more than a limited number of iterations 262 boolean more = true; 264 for (int k = 0; k < NUM_MAX_ITERATIONS && more; k++) { 265 more = false; 291 more = true;
|
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 268 // We do no more than a limited number of iterations 277 boolean more = true; 279 for (int k = 0; k < NUM_MAX_ITERATIONS && more; k++) { 280 more = false; 304 more = true;
|