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

  /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/compiler-rt/BlocksRuntime/tests/
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;
  /system/core/sh/
input.c 290 int something; local
314 something = 0;
331 something = 1;
350 if (parsefile->fd == 0 && hist && something) {

Completed in 153 milliseconds