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

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/samples/module-exports/jni/zoo/
zoo.c 3 int something(void) function
  /external/clang/test/CodeGen/
2009-05-28-const-typedef.c 6 } something; typedef in typeref:struct:__anon6297
8 typedef const something const_something;
10 something fail(void);
  /external/harfbuzz_ng/contrib/
README 2 Will be replaced with something functional one day.
  /external/webkit/Source/WebCore/manual-tests/
input-type-file-autocomplete-frame-2.html 4 <form><input size=55 value="type something in here"></form>
remove-select-onchange.html 1 <p>This test shouldn't crash when you pick something from select, even though it removes itself.
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
ConstructorWithArguments.java 23 private final String something; field in class:ConstructorWithArguments
26 public ConstructorWithArguments(String something, int another) {
27 this.something = something;
32 return something + another;
SerializableConstructorWithArguments.java 27 private final String something; field in class:SerializableConstructorWithArguments
30 public SerializableConstructorWithArguments(String something, int another) {
31 this.something = something;
36 return something + another;
  /external/bzip2/
words2 3 report any differences, something is wrong. If you can't easily
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
console-eval.html 9 <script>instructions({console: true, trigger: "something"});</script>
console-str-getter.html 10 <script>instructions({console: true, trigger: "something"});</script>
inspector-evaluate.html 9 <script>instructions({trigger: "Type something into the search box"});</script>
console-str-alert-object.html 13 <script>instructions({console: true, trigger: "something"});</script>
  /external/llvm/test/Linker/
linkmdnode.ll 8 declare i8 @llvm.something(metadata %a)
10 %x = call i8 @llvm.something(metadata !21)
linkmdnode2.ll 7 declare i8 @llvm.something(metadata %a)
10 %x = call i8 @llvm.something(metadata !22)
  /external/clang/test/ARCMT/
rewrite-block-var.m 8 -(Foo *)something;
16 [x something];
23 x = [p something];
30 [x something];
40 [x something];
43 [x something];
rewrite-block-var.m.result 8 -(Foo *)something;
16 [x something];
23 x = [p something];
30 [x something];
40 [x something];
43 [x something];
retains.m 14 -(id)something;
18 [[Foo new] something]
24 -(id)something {}
37 [[self something] retain];
39 [[self retain] something];
retains.m.result 14 -(id)something;
18 [[Foo new] something]
24 -(id)something {}
34 [self something];
36 [self something];
  /external/clang/test/Headers/
ms-null-ms-header-vs-stddef.cpp 4 // Something in MSVC's headers (pulled in e.g. by <crtdefs.h>) defines __null
5 // to something, mimick that.
  /external/clang/test/Parser/
missing-end-3.m 6 // since I forgot the @end here it should say something
  /external/llvm/test/YAMLParser/
spec-02-23.data 12 application specific tag: !something |
  /external/mockito/src/org/mockito/invocation/
Location.java 10 * Describes the location of something in the source code.
  /frameworks/base/core/tests/coretests/apks/install/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_bad_dex/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->
  /frameworks/base/core/tests/coretests/apks/install_decl_perm/res/values/
strings.xml 3 <!-- Just need this dummy file to have something to build. -->

Completed in 3885 milliseconds

1 2 3 4 5 6 7 8 91011>>