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

12345

/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:__anon15834
8 typedef const something const_something;
10 something fail(void);
/external/compiler-rt/BlocksRuntime/tests/
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/icu4c/common/unicode/
H A Duiter.h225 * @param something some integer argument
232 UCharIteratorReserved(UCharIterator *iter, int32_t something);
/external/libffi/src/mips/
H A Dffitarget.h44 -- something is very wrong --
/external/chromium/chrome/browser/sync/
H A DREADME.js10 something interesting happens.
/external/libvpx/libvpx/examples/includes/geshi/contrib/
H A Daliased.php6 * Configure your Apache server with 'AcceptPathInfo true' and something like
/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.cs94 elif:tag.kind == "@inheritDoc" ?><?cs # This is the case when @inheritDoc is in something
102 <?cs # Show the short-form description of something. These come from shortDescr and deprecated ?><?cs
167 <?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.h322 #define paddedsize(something) ((something)+((((something)%4)!=0)?(4-(something)%4):0))
/external/icu4c/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.js151 function assert(something, message) {
152 if (!something) print(new Error(message).stack);
421 // Set pause tolerance to something appropriate for the plot resolution

Completed in 1426 milliseconds

12345