HomeSort by relevance Sort by last modified time
    Searched full:many (Results 1 - 25 of 6007) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/Inputs/
chain-decls1.h 6 void many(int i);
7 struct many;
8 void many(int j);
9 struct many;
chain-decls2.h 7 void many(int k);
8 struct many;
9 void many(int l);
10 struct many {}; struct
  /external/e2fsprogs/tests/f_lotsbad/
name 1 too many illegal blocks in inode
  /dalvik/tests/003-omnibus-opcodes/
info.txt 1 This is a smoke test of many Dalvik opcodes.
  /external/valgrind/main/exp-ptrcheck/tests/
sh_script 3 echo "too many args"
  /external/valgrind/main/memcheck/tests/
origin4-many.vgtest 1 prog: origin4-many
origin4-many.stderr.exp 2 at 0x........: main (origin4-many.c:51)
5 by 0x........: main (origin4-many.c:32)
8 at 0x........: main (origin4-many.c:52)
11 by 0x........: main (origin4-many.c:33)
14 at 0x........: main (origin4-many.c:53)
17 by 0x........: main (origin4-many.c:34)
20 at 0x........: main (origin4-many.c:54)
23 by 0x........: main (origin4-many.c:35)
26 at 0x........: main (origin4-many.c:55)
29 by 0x........: main (origin4-many.c:36
    [all...]
  /external/valgrind/main/massif/perf/
Makefile.am 5 many-xpts.vgperf
8 many-xpts
many-xpts.vgperf 1 prog: many-xpts
  /external/valgrind/main/memcheck/perf/
Makefile.am 5 many-loss-records.vgperf
8 many-loss-records
many-loss-records.vgperf 1 prog: many-loss-records
  /development/samples/RenderScript/Balls/
_index.html 1 <p>A brute force physics simulation that renders many balls onto the screen and moves them according to user touch and gravity.</p
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
socketvar.h 1 /* This header is used on many systems but for GNU we have everything
  /sdk/layoutopt/libs/uix/src/resources/rules/
TooManyLevels.rule 3 // Description: Checks whether the layout has too many nested groups.
9 analysis << [node: null, description: "This layout has too many nested layouts: " +
TooManyViews.rule 3 // Description: Checks whether the layout has too many views.
10 description: "This layout has too many views: ${size} views, it should have <= 80!"]
  /development/samples/RenderScript/Fountain/
_index.html 1 <p>An example that renders many dots on the screen that follow a user's touch. The dots fall
  /external/llvm/test/FrontendC/
2002-10-12-TooManyArguments.c 7 foo(1, 2, 3); /* Too many arguments passed */
  /external/webkit/Source/WebCore/manual-tests/inspector/
profiler-test-many-calls-in-the-same-scope.html 5 console.profile("Many Calls In The Same Scope");
33 This page's JavaScript has many function calls in the same scope.
37 the profile. In the profile many functions should be the children of startTest.
  /external/clang/test/Preprocessor/
macro_fn.c 11 zero(1); /* expected-error {{too many arguments provided to function-like macro invocation}} */
12 zero(1, 2, 3); /* expected-error {{too many arguments provided to function-like macro invocation}} */
16 one(a,) /* expected-error {{too many arguments provided to function-like macro invocation}} */
17 one(a, b) /* expected-error {{too many arguments provided to function-like macro invocation}} */
23 two(a,b,c) /* expected-error {{too many arguments provided to function-like macro invocation}} */
27 expected-error {{too many arguments provided to function-like macro invocation}} */
  /external/clang/test/Sema/
arg-duplicate.c 13 f3 (1, 1, 2, 3, 4); // expected-warning{{too many arguments}}
  /external/libffi/testsuite/libffi.call/
many.c 2 Purpose: Check return value float, with many arguments
12 static float many(float f1, function
56 ffi_call(&cif, FFI_FN(many), &f, values);
58 ff = many(fa[0], fa[1],
  /external/llvm/test/FrontendC++/
2004-11-27-EmitsUnusedInlineFunctions.cpp 1 // The C++ front-end was emitting WAY too many inline functions. This test
  /external/proguard/examples/dictionaries/
compact.txt 3 # in many class files. Since these strings can be shared, the resulting
  /external/webkit/Source/WebCore/manual-tests/
empty-script-crash.html 3 test since it would get loaded after many other documents that ran
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion8-expected-completion42.txt 2 android:width : Makes the TextView be exactly this many pixels wide. [dimension]

Completed in 493 milliseconds

1 2 3 4 5 6 7 8 91011>>