OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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), 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:__anon8643
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/caliper/examples/src/main/java/examples/
DemoBenchmark.java
52
@Benchmark int
something
(int reps) {
method in class:DemoBenchmark
Completed in 221 milliseconds