HomeSort by relevance Sort by last modified time
    Searched full:used (Results 26 - 50 of 64207) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
warn-vla.cpp 4 int v[n]; // expected-warning {{variable length array used}}
7 void test2(int n, int v[n]) { // expected-warning {{variable length array used}}
10 void test3(int n, int v[n]); // expected-warning {{variable length array used}}
14 int v[n]; // expected-warning {{variable length array used}}
18 void test5(int n, int v[n]) { // expected-warning {{variable length array used}}
22 void test6(int n, int v[n]); // expected-warning {{variable length array used}}
25 void test7(int n, T v[n]) { // expected-warning {{variable length array used}}
  /external/libpng/contrib/pngsuite/
README 42 Filter 0 was used 32 times
44 Filter 0 was used 32 times
46 Filter 0 was used 32 times
48 Filter 1 was used 9 times
49 Filter 4 was used 23 times
51 Filter 1 was used 1 times
52 Filter 2 was used 31 times
54 Filter 1 was used 5 times
55 Filter 4 was used 27 times
57 Filter 1 was used 1 time
    [all...]
  /external/llvm/test/Transforms/GlobalOpt/
compiler-used.ll 3 ; Test that when all members of llvm.compiler.used are found to be redundant
10 @llvm.used = appending global [1 x i8*] [i8* bitcast (void ()* @foo to i8*)], section "llvm.metadata"
12 @llvm.compiler.used = appending global [1 x i8*] [i8* bitcast (void ()* @foo to i8*)], section "llvm.metadata"
14 ; CHECK-NOT: @llvm.compiler.used
15 ; CHECK: @llvm.used = appending global [1 x i8*] [i8* bitcast (void ()* @foo to i8*)], section "llvm.metadata"
16 ; CHECK-NOT: @llvm.compiler.used
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
package.html 10 <p>These are used to configure diverse function calls of xmpcore:<p>
12 <li>PropertyOptions - these are used to create properties and also to retrieve information about simple, array or struct properties, as well as qualifiers
13 <li>ParseOptions - used to configure the parsing of xmp metadata packets
14 <li>SerializationOptions - used to control the serialization of xmp metadata packets
15 <li>AliasOptions - used by XMPSchemaRegistry#registerAlias()
16 <li>IteratorOptions - used to set up an XMPIterator
  /external/chromium_org/chrome/browser/sync/
DEPS 2 # Used by tests.
12 # Used by tests.
14 # Used by autofill tests, which should use the public sync API instead.
  /external/clang/test/Rewriter/
rewrite-trivial-constructor.mm 10 int used, cnt;
11 for (int idx = 0; 0 < used && idx < cnt; idx++) {
17 used--;
  /external/clang/test/Sema/
warn-vla.c 5 int v[n]; // expected-warning {{variable length array used}}
8 void test2(int n, int v[n]) { // expected-warning {{variable length array used}}
11 void test3(int n, int v[n]); // expected-warning {{variable length array used}}
  /development/ndk/
Android.mk 1 # Please this file empty. It is used to make the Android build system happy.
  /development/samples/RenderScript/HelloCompute/
_index.html 1 <p>A Renderscript compute sample that filters a bitmap. No Renderscript graphics APIs are used
  /external/chromium_org/third_party/freetype/src/autofit/
afangles.h 4 * This is a dummy file, used to please the build system. It is never
  /external/chromium_org/third_party/ots/
codereview.settings 1 # This file is used by gcl to get repository specific information.
  /external/clang/runtime/compiler-rt/
clang_linux_test_input.c 1 // This file is used to check if we can produce working executables
  /external/clang/test/CodeGenObjC/
deadcode_strip_used_var.m 2 // RUN: grep "llvm.used" %t | count 1
4 // RUN: grep "llvm.used" %t | count 1
7 __attribute__((used)) static int XXXXXX __attribute__ ((section ("__DATA,__Xinterpose"))) ;
8 __attribute__((used)) static int YYYY __attribute__ ((section ("__DATA,__Xinterpose"))) ;
  /external/clang/test/PCH/
enum.h 0 /* Used in enum.c test */
  /external/compiler-rt/lib/asan/lit_tests/TestCases/SharedLibs/
lit.local.cfg 1 # Sources in this directory are compiled as shared libraries and used by
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/SharedLibs/
lit.local.cfg 1 # Sources in this directory are compiled as shared libraries and used by
  /external/compiler-rt/lib/msan/lit_tests/SharedLibs/
lit.local.cfg 1 # Sources in this directory are compiled as shared libraries and used by
  /external/compiler-rt/lib/tsan/lit_tests/SharedLibs/
lit.local.cfg 1 # Sources in this directory are compiled as shared libraries and used by
  /external/compiler-rt/make/platform/
clang_linux_test_input.c 1 // This file is used to check if we can produce working executables
  /external/freetype/src/autofit/
afangles.h 4 * This is a dummy file, used to please the build system. It is never
  /external/iptables/extensions/
libxt_NOTRACK.man 3 It can only be used in the
  /external/iptables/include/linux/netfilter/
xt_TEE.h 8 /* used internally by the kernel */
  /external/junit/src/org/junit/runner/
package-info.java 2 * Provides classes used to describe, collect, run and analyze multiple tests.
  /external/llvm/test/Assembler/
2003-05-21-ConstantShiftExpr.ll 2 ; Test that shift instructions can be used in constant expressions.
  /external/mockito/src/org/mockito/internal/util/
MockitoMock.java 6 * To be used un conjunction with {@link MockUtil#isMock(Object)}

Completed in 1355 milliseconds

12 3 4 5 6 7 8 91011>>