/development/samples/JetBoy/res/values/ |
strings.xml | 7 <string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
|
/development/samples/browseable/DrawableTinting/ |
_index.jd | 10 \n\nTinting is set on a nine-patch drawable through the "tint" and "tintMode" parameters. 13 \n\nProgrammatically, tinting is applied to a Drawable through its "setColorFilter" method,
|
/development/samples/browseable/MediaBrowserService/ |
_index.jd | 9 media library metadata and playback controls through a standard 10 service. It exposes a simple music library through the new
|
/external/clang/test/CXX/expr/expr.post/expr.call/ |
p7-0x.cpp | 27 vararg(x2); // expected-error{{cannot pass object of non-trivial type 'X2' through variadic function; call will abort at runtime}} 29 vararg(x4); // expected-error{{cannot pass object of non-trivial type 'X4' through variadic function; call will abort at runtime}}
|
/external/clang/test/SemaCXX/ |
vararg-class.cpp | 15 v(a); // expected-warning-re {{passing object of class type 'A' through variadic function{{$}}}} 16 v(b); // expected-error-re {{cannot pass object of non-{{POD|trivial}} type 'B' through variadic function; call will abort at runtime}} 17 v(c); // expected-warning {{passing object of class type 'C' through variadic function; did you mean to call '.c_str()'?}} 18 v(d); // expected-warning {{passing object of class type 'D' through variadic function; did you mean to call '.c_str()'?}} 22 // expected-error@-3 {{cannot pass object of non-POD type 'E' through variadic function; call will abort at runtime}} 23 // expected-error@-3 {{cannot pass object of non-POD type 'F' through variadic function; call will abort at runtime}} 25 // expected-warning-re@-6 {{passing object of class type 'E' through variadic function{{$}}}} 26 // expected-warning@-6 {{passing object of class type 'F' through variadic function; did you mean to call '.c_str()'?}}
|
/frameworks/base/core/java/android/database/ |
package.html | 3 Contains classes to explore data returned through a content provider. 9 To make requests through
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
StringUtils.java | 12 * Additionally, each token is first passed through {@link BidiFormatter#unicodeWrap(String)} 21 * Additionally, each token is first passed through {@link BidiFormatter#unicodeWrap(String)}
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/ |
README | 4 the native code, make the following change to the NDK to pass through
|
/dalvik/dx/tests/087-ssa-local-vars/ |
info.txt | 1 This is a test case to ensure proper preservation of local variable information through the register renamer and dead code remover at the beginning of the SSA conversion.
|
/development/ndk/tests/dlclose-destruction/jni/ |
libtest1.h | 8 /* define in libtest1, will be called dynamically through dlsym()
|
/development/samples/browseable/DocumentCentricApps/ |
_index.jd | 10 state through reboots. If \"Task per document\" is checked a new task will be
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-vmemptr-fastcall.cpp | 3 // We reject this because LLVM doesn't forward the second regparm through the
|
/external/clang/test/Sema/ |
int-arith-convert.c | 4 // Check types are the same through redeclaration
|
/external/fio/examples/ |
netio_multicast.fio | 7 # Set interface IP to send/receive traffic through specific network interface
|
/external/libpng/ |
pngusr.dfa | 9 # them to be passed through to the build of pnglibconf.h), for example:
|
/external/libvorbis/ |
todo.txt | 12 encoder switch interface for binary compat through changes; ioctl()-like?
|
/external/llvm/test/CodeGen/ARM/ |
fastisel-thumb-litpool.ll | 4 ; assertion failure at the time, but could go all the way through to emission,
|
/external/llvm/test/Linker/ |
2003-08-23-RecursiveOpaqueTypeResolve.ll | 1 ; It's a bad idea to go recursively traipsing through types without a safety
|
/external/llvm/test/Verifier/ |
recursive-type-1.ll | 8 ; the recursion isn't through a pointer to the type.
|
recursive-type-3.ll | 7 ; Check that linked-list-style recursive types where the recursion is through
|
/packages/apps/Music/src/com/android/music/ |
SharedPreferencesCompat.java | 36 // fall through 47 // fall through 49 // fall through
|
/external/llvm/lib/Target/X86/InstPrinter/ |
X86InstComments.cpp | 131 // FALL THROUGH.
143 // FALL THROUGH.
156 // FALL THROUGH.
168 // FALL THROUGH.
181 // FALL THROUGH.
193 // FALL THROUGH.
205 // FALL THROUGH.
217 // FALL THROUGH.
230 // FALL THROUGH.
259 // FALL THROUGH. [all...] |
/hardware/qcom/gps/msm8084/core/ |
LocApiBase.cpp | 213 // loop through adapters, and deliver to all adapters. 219 // loop through adapters, and deliver to all adapters. 229 // loop through adapters, and deliver to all adapters. 243 // loop through adapters, and deliver to all adapters. 253 // loop through adapters, and deliver to all adapters. 259 // loop through adapters, and deliver to all adapters. 266 // loop through adapters, and deliver to the first handling adapter. 273 // loop through adapters, and deliver to the first handling adapter. 279 // loop through adapters, and deliver to the first handling adapter. 285 // loop through adapters, and deliver to the first handling adapter [all...] |
/hardware/qcom/gps/msm8974/core/ |
LocApiBase.cpp | 213 // loop through adapters, and deliver to all adapters. 219 // loop through adapters, and deliver to all adapters. 229 // loop through adapters, and deliver to all adapters. 243 // loop through adapters, and deliver to all adapters. 253 // loop through adapters, and deliver to all adapters. 259 // loop through adapters, and deliver to all adapters. 266 // loop through adapters, and deliver to the first handling adapter. 273 // loop through adapters, and deliver to the first handling adapter. 279 // loop through adapters, and deliver to the first handling adapter. 285 // loop through adapters, and deliver to the first handling adapter [all...] |
/external/clang/test/CodeGen/ |
ms-inline-asm-functions.c | 5 // way through code generation to know if our call became a direct, pc-relative 6 // call or an indirect call through memory. 27 // Broken case: Call through a global function pointer.
|