OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:something
(Results
1 - 8
of
8
) 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:__anon16425
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;
/external/chromium_org/tools/clang/plugins/tests/
overridden_methods.cpp
47
DerivedClass
something
;
local
/system/core/sh/
input.c
290
int
something
;
local
314
something
= 0;
331
something
= 1;
350
if (parsefile->fd == 0 && hist &&
something
) {
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java
1199
final String
something
= title != null ? title : pkg;
local
[
all
...]
Completed in 155 milliseconds