Searched refs:something (Results 1 - 25 of 93) sorted by relevance

1234

/external/objenesis/tck/src/org/objenesis/tck/candidates/
H A DConstructorWithArguments.java23 private final String something; field in class:ConstructorWithArguments
26 public ConstructorWithArguments(String something, int another) { argument
27 this.something = something;
32 return something + another;
H A DSerializableConstructorWithArguments.java27 private final String something; field in class:SerializableConstructorWithArguments
30 public SerializableConstructorWithArguments(String something, int another) { argument
31 this.something = something;
36 return something + another;
H A DConstructorWithMandatoryArguments.java23 public ConstructorWithMandatoryArguments(String something) { argument
24 if(something == null) {
H A DSerializableConstructorWithMandatoryArguments.java27 public SerializableConstructorWithMandatoryArguments(String something) { argument
28 if(something == null) {
/external/clang/test/CodeGen/
H A D2009-05-28-const-typedef.c6 } something; typedef in typeref:struct:__anon18573
8 typedef const something const_something;
10 something fail(void);
/external/clang/test/CodeGenCXX/
H A Dnew-alias.cpp5 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/compiler-rt/test/BlocksRuntime/
H A Djosh.C12 int something; member in struct:MyStruct
/external/chromium_org/tools/clang/plugins/tests/
H A Doverridden_methods.cpp47 DerivedClass something; local
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-evaluate-const.js78 var evaluate = function(something) {
79 return frame.evaluate(something).value()
106 print("Caught something. " + e + " " + e.stack);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-malloc.h31 + (id)something:(char *)bytes freeWhenDone:(BOOL)freeBuffer;
/external/clang/test/Parser/
H A Dcxx0x-decl.cpp36 static_assert(something, ""); // expected-error {{undeclared identifier}}
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duiter.h225 * @param something some integer argument
232 UCharIteratorReserved(UCharIterator *iter, int32_t something);
/external/icu/icu4c/source/common/unicode/
H A Duiter.h225 * @param something some integer argument
232 UCharIteratorReserved(UCharIterator *iter, int32_t something);
/external/clang/test/SemaCXX/
H A Duninitialized.cpp537 static A something(A&);
551 B(char (*)[5]) : a(a.something(a)) {}
563 A a5 = a5.something(a5);
574 A a5 = a5.something(a5);
586 A a5 = a5.something(a5);
/external/compiler-rt/make/
H A Dutil.mk94 # useful for validating that users aren't trying to override something which
/external/doclava/res/assets/templates/
H A Dmacros.cs121 elif:tag.kind == "@inheritDoc" ?><?cs # This is the case when @inheritDoc is in something
129 <?cs # Show the short-form description of something. These come from shortDescr and deprecated ?><?cs
194 <?cs # Print the long-form description for something.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml58 (* If 'f' conflicted, there was already something named 'name'. If it
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml58 (* If 'f' conflicted, there was already something named 'name'. If it
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_imp.h320 #define paddedsize(something) ((something)+((((something)%4)!=0)?(4-(something)%4):0))
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as64 * something nonnull so that the auto token emit mechanism will not
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_program_debug.spec87 3. How do we prevent the user from doing something crazy in the
352 /* render something */
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dbytecode.pxi60 # Someday extend this to do something modifiable, e.g. return a
/external/chromium_org/v8/tools/profviz/
H A Dcomposer.js155 function assert(something, message) {
156 if (!something) {
380 // Set pause tolerance to something appropriate for the plot resolution
/external/libvorbis/doc/
H A DVorbis_I_spec.tex76 % Redefine \~ to generate something that looks more appropriate when used in text.
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec87 3. How do we prevent the user from doing something crazy in the
352 /* render something */

Completed in 7697 milliseconds

1234