Home
last modified time | relevance | path

Searched refs:something (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/external/objenesis/tck/src/org/objenesis/tck/candidates/
DConstructorWithArguments.java23 private final String something; field in ConstructorWithArguments
26 public ConstructorWithArguments(String something, int another) { in ConstructorWithArguments() argument
27 this.something = something; in ConstructorWithArguments()
32 return something + another; in toString()
DSerializableConstructorWithArguments.java27 private final String something; field in SerializableConstructorWithArguments
30 public SerializableConstructorWithArguments(String something, int another) { in SerializableConstructorWithArguments() argument
31 this.something = something; in SerializableConstructorWithArguments()
36 return something + another; in toString()
DConstructorWithMandatoryArguments.java23 public ConstructorWithMandatoryArguments(String something) { in ConstructorWithMandatoryArguments() argument
24 if(something == null) { in ConstructorWithMandatoryArguments()
DSerializableConstructorWithMandatoryArguments.java27 public SerializableConstructorWithMandatoryArguments(String something) { in SerializableConstructorWithMandatoryArguments() argument
28 if(something == null) { in SerializableConstructorWithMandatoryArguments()
/external/clang/test/ARCMT/
Drewrite-block-var.m8 -(Foo *)something; method
16 [x something];
23 x = [p something];
30 [x something];
40 [x something];
43 [x something];
Drewrite-block-var.m.result8 -(Foo *)something;
16 [x something];
23 x = [p something];
30 [x something];
40 [x something];
43 [x something];
Dretains.m.result14 -(id)something;
18 [[Foo new] something]
24 -(id)something {}
34 [self something];
36 [self something];
Dretains.m14 -(id)something; method
18 [[Foo new] something]
24 -(id)something {} method
37 [[self something] retain];
39 [[self retain] something];
/external/clang/test/CodeGen/
D2009-05-28-const-typedef.c6 } something; typedef
8 typedef const something const_something;
10 something fail(void);
/external/clang/test/Index/
Doverriding-method-comments.mm60 /// \brief Does something.
64 …n>virtual void foo_pure(int AAA) = 0</Declaration><Abstract><Para> Does something. </Para></Abstra…
66 /// \brief Does something.
70 …ion>virtual void foo_inline(int BBB)</Declaration><Abstract><Para> Does something. </Para></Abstra…
72 /// \brief Does something.
76 …>virtual void foo_outofline(int CCC)</Declaration><Abstract><Para> Does something. </Para></Abstra…
81 …laration>void foo_outofline(int RRR)</Declaration><Abstract><Para> Does something. </Para></Abstra…
86 …ation>virtual void foo_pure(int PPP)</Declaration><Abstract><Para> Does something. </Para></Abstra…
90 …ion>virtual void foo_inline(int QQQ)</Declaration><Abstract><Para> Does something. </Para></Abstra…
93 /// \brief Does something.
[all …]
/external/llvm/test/Linker/
Dlinkmdnode.ll8 declare i8 @llvm.something(metadata %a)
10 %x = call i8 @llvm.something(metadata !21)
Dlinkmdnode2.ll7 declare i8 @llvm.something(metadata %a)
10 %x = call i8 @llvm.something(metadata !22)
/external/llvm/test/CodeGen/ARM/
Dmemset-inline.ll24 call void @something(i8* %0) nounwind
28 declare void @something(i8*) nounwind
/external/clang/test/Parser/
Dobjc-try-catch-1.m63 // Do something
66 // Do something
Dmissing-end-3.m6 // since I forgot the @end here it should say something
/external/e2fsprogs/tests/progs/test_data/
Dtest.icount89 # Store something, then store 0, then test...
102 # store something, then decrement to zero
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier-2.m30 @interface something { interface
35 @implementation something implementation
/external/llvm/test/CodeGen/AArch64/
Dextract.ll27 ; something other than w0 and w1.
39 ; something other than w0 and w1.
/external/eigen/doc/
DI12_ClassHierarchy.dox37 …- MatrixBase means dense matrix expression. This means that a \c %MatrixBase is something that can…
42 …- ArrayBase means dense array expression. This means that an \c %ArrayBase is something that can be
55 …- PlainObjectBase means dense (matrix or array) plain object, i.e. something that stores its own d…
62 - DenseCoeffsBase means something that has dense coefficient accessors. It is a base class for
122 Finally, consider an example of something that is not a dense expression, for instance a diagonal m…
/external/compiler-rt/BlocksRuntime/tests/
Djosh.C12 int something; member
/external/harfbuzz_ng/contrib/
DREADME2 Will be replaced with something functional one day.
/external/wpa_supplicant_8/wpa_supplicant/
Dtodo.txt49 if something fails; does something else need deinit?
63 space (i.e., no code should depend on the macro doing something)
85 (ServerHello followed by something else than ChangeCipherSpec)
/external/iproute2/
DREADME.lnstat31 It will display something like
43 You can now select the files/keys you are interested by something like
/external/llvm/test/YAMLParser/
Dspec-02-23.data12 application specific tag: !something |
/external/bzip2/
Dwords23 report any differences, something is wrong. If you can't easily

12345678910>>...25