HomeSort by relevance Sort by last modified time
    Searched defs:something (Results 1 - 7 of 7) sorted by null

  /development/ndk/samples/module-exports/jni/zoo/
zoo.c 3 int something(void) function
  /external/clang/test/CodeGenCXX/
new-alias.cpp 5 extern "C" char *something(long long x) { function
8 // CHECK: @_Znwm = alias i8* (i64)* @something
9 void *operator new(size_t) __attribute__((alias("something")));
  /external/clang/test/CodeGen/
2009-05-28-const-typedef.c 6 } something; typedef in typeref:struct:__anon23191
8 typedef const something const_something;
10 something fail(void);
  /external/compiler-rt/test/BlocksRuntime/
josh.C 12 int something; member in struct:MyStruct
  /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/chromium_org/tools/clang/plugins/tests/
overridden_methods.cpp 47 DerivedClass something; local

Completed in 209 milliseconds