/external/clang/test/Modules/ |
libstdcxx-ambiguous-internal.cpp | 6 // CHECK: warning: ambiguous use of internal linkage declaration 'f' defined in multiple modules 10 // CHECK: warning: ambiguous use of internal linkage declaration 'n' defined in multiple modules
|
method_pool.m | 37 [object method2:1]; // expected-warning{{multiple methods named 'method2:' found}} 57 [object method3]; // expected-warning{{multiple methods named 'method3' found}}
|
/external/clang/test/Rewriter/ |
rewrite-modern-block.mm | 28 // rewriting multiple __block decls on wintin same decl stmt. 38 // rewriting multiple __block decls on wintin same decl stmt
|
/external/clang/test/SemaTemplate/ |
instantiate-objc-1.mm | 16 return @selector(multiple:arguments:); 19 return @selector(multiple:arguments:);
|
/external/doclava/ |
android-changes.txt | 7 specify multiple annotations to override @hide, use multiple
|
/external/freetype/include/internal/services/ |
svmm.h | 5 /* The FreeType Multiple Masters and GX var services (specification). */ 29 * A service used to manage multiple-masters data in a given face.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/services/ |
svmm.h | 5 /* The FreeType Multiple Masters and GX var services (specification). */ 29 * A service used to manage multiple-masters data in a given face.
|
/external/llvm/test/CodeGen/XCore/ |
memcpy.ll | 13 ; Can't optimize - size is not a multiple of 4. 22 ; Can't optimize - alignment is not a multiple of 4.
|
/external/llvm/tools/dsymutil/ |
BinaryHolder.h | 48 /// Filename from the current archive. Multiple buffers are returned 49 /// when there are multiple architectures available for the 60 /// corresponding to the described member. Multiple buffers are 61 /// returned when there are multiple architectures available for the 73 /// Multiple buffers are returned when there are multiple 89 /// the BinaryHolder. Multiple buffers are returned when there are 90 /// multiple architectures available for the requested file.
|
/external/mesa3d/src/gallium/docs/source/ |
glossary.rst | 9 multiple samples of the depth buffer, and uses this information to 28 have array members (other resources do not have multiple layers).
|
/external/pdfium/third_party/freetype/include/freetype/internal/services/ |
svmm.h | 5 /* The FreeType Multiple Masters and GX var services (specification). */ 29 * A service used to manage multiple-masters data in a given face.
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
BC_PDF417Detector.h | 19 FX_BOOL multiple,
39 static CFX_PtrArray* detect(FX_BOOL multiple, CBC_CommonBitMatrix* bitMatrix);
|
/external/skia/include/core/ |
SkPngChunkReader.h | 34 * is passed to another thread), and it may be called multiple times, if 35 * the SkCodec is used multiple times.
|
/external/valgrind/cachegrind/docs/ |
cg_merge-manpage.xml | 17 <refpurpose>merges multiple Cachegrind output files into one</refpurpose> 32 <para><command>cg_merge</command> sums together the outputs of multiple
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_rtcp_config.h | 29 }; // multiple of 4, this is not a limitation of the size 46 enum { RTP_MAX_PACKETS_PER_FRAME = 512 }; // must be multiple of 32
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteMisuseException.java | 20 * This error can occur if the application creates a SQLiteStatement object and allows multiple 23 * from multiple threads, like so:
|
/system/core/include/cutils/ |
memory.h | 27 /* size is given in bytes and must be multiple of 2 */ 30 /* size is given in bytes and must be multiple of 4 */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/ |
exprbug.s | 25 .blockz 4096 ; must be multiple of 4 bytes 30 .blockz 4096 ; must be multiple of 4 bytes
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/unsorted/ |
labeldiffs.s | 27 .blockz 4096 ; must be multiple of 4 bytes 32 .blockz 4096 ; must be multiple of 4 bytes
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sec-8m.d | 11 # output) had a length not a multiple of four, the last bytes were saved 13 # with a leading multiple-of-four number of zero bytes, those zero bytes
|
/external/llvm/test/JitListener/ |
multiple.ll | 30 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[5,6,7,9]}}
31 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[5,6,7,9]}}
32 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[5,6,7,9]}}
33 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[5,6,7,9]}}
36 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[1,2]}}
37 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[1,2]}}
40 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[12,13,15,17,19]}}
41 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[12,13,15,17,19]}}
42 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[12,13,15,17,19]}}
43 ; CHECK: Line info @ {{[0-9]+}}: multiple.c, line {{[12,13,15,17,19]}} [all...] |
/frameworks/compile/slang/tests/P_reduce_general_input/ |
ScriptC_reduce_general_input.java.expect | 683 // Verify that the array length is a multiple of the vector size. 685 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 720 // Verify that the array length is a multiple of the vector size. 722 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 757 // Verify that the array length is a multiple of the vector size. 759 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 794 // Verify that the array length is a multiple of the vector size. 796 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!"); 831 // Verify that the array length is a multiple of the vector size. 833 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!") [all...] |
/prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/ |
jdeferred-core-1.2.2.jar | |
/prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.3/ |
jdeferred-core-1.2.3.jar | |
/external/llvm/include/llvm/Support/ |
TargetSelect.h | 52 /// It is legal for a client to make multiple calls to this function. 62 /// It is legal for a client to make multiple calls to this function. 75 /// It is legal for a client to make multiple calls to this function. 85 /// It is legal for a client to make multiple calls to this function. 95 /// It is legal for a client to make multiple calls to this function. 105 /// It is legal for a client to make multiple calls to this function. 115 /// It is legal for a client to make multiple calls to this function.
|