HomeSort by relevance Sort by last modified time
    Searched refs:something (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /development/ndk/samples/module-exports/jni/zoo/
zoo.c 3 int something(void) function
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
preserve-strings.css 4 something: '\\\' . . ';
  /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;
ConstructorWithMandatoryArguments.java 23 public ConstructorWithMandatoryArguments(String something) {
24 if(something == null) {
SerializableConstructorWithMandatoryArguments.java 27 public SerializableConstructorWithMandatoryArguments(String something) {
28 if(something == null) {
  /external/clang/test/CodeGen/
2009-05-28-const-typedef.c 6 } something; typedef in typeref:struct:__anon8055
8 typedef const something const_something;
10 something fail(void);
  /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/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue116/
HiddenSpecial.java 21 public HiddenSpecial(String something) {
22 this.inaccessableField = something.hashCode();
  /external/compiler-rt/test/BlocksRuntime/
josh.C 12 int something; member in struct:MyStruct
  /external/shflags/examples/
debug_output.sh 21 speak: say something
22 sing: sing something
48 debug "I'm getting ready to say something..."
53 debug "I'm getting ready to sing something..."
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
arch-err-1.s 3 .arch something ; { dg-error "unknown operand to .arch" }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls128.s 1 ; Just something allocating 128 bytes TLS data.
tls128g.s 1 ; Just something allocating 128 bytes TLS data, with the symbol being global.
got7.s 1 ; Just something defining 7 variables @ 4 bytes and requesting GOT
  /external/clang/test/SemaCXX/
typo-correction-delayed.cpp 16 void something(A, B);
19 something(obj.fixbin, // expected-error {{did you mean 'fizbin'?}}
21 something(obj.toobat, // expected-error {{did you mean 'foobar'?}}
23 something(obj.fixbin, // expected-error {{did you mean 'fizbin'?}}
25 something(obj.toobat, // expected-error {{did you mean 'foobar'?}}
28 something(obj.boohoo, // expected-error-re {{no member named 'boohoo' in 'D'{{$}}}}
31 something(obj.boobar, // expected-error-re {{no member named 'boobar' in 'D'{{$}}}}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec802.s 4 % an ending LOP-something, hence a non-LOP_QUOTE in the name.
bspec803.s 6 % an ending LOP-something, hence a non-LOP_QUOTE in the section flags.
bspec804.s 6 % an ending LOP-something, hence a non-LOP_QUOTE in the section
bspec805.s 7 % an ending LOP-something, hence a non-LOP_QUOTE in the section
bspec806.s 7 % an ending LOP-something, hence a non-LOP_QUOTE in the section
  /bionic/libc/arch-arm64/bionic/
__bionic_clone.S 44 # Set errno if something went wrong.
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-malloc.h 31 + (id)something:(char *)bytes freeWhenDone:(BOOL)freeBuffer;
  /external/v8/test/mjsunit/regress/
regress-crbug-575314.js 9 // Overwriting the constructor of a Promise with something that doesn't have
  /external/chromium-trace/catapult/third_party/flot/
FAQ.md 48 jQuery(something) instead of $(something). As a convenience, you can
61 it's probably because the framework you're using is doing something
65 user does something. Many tab widgets work this way, and there's

Completed in 362 milliseconds

1 2 3 4 5 6 7 8