HomeSort by relevance Sort by last modified time
    Searched full:whatever (Results 1 - 25 of 1674) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Parser/
compound_literal.c 4 s = (char []){"whatever"};
promote_types_in_proto.c 5 int whatever(int argc, char *argv[]) function
  /external/llvm/test/Feature/
metadata.ll 6 store i32 0, i32* null, !whatever !0, !whatever_else !{}, !more !{metadata !"hello"}
7 store i32 0, i32* null, !whatever !{i32 %x, metadata !"hello", metadata !1, metadata !{}, metadata !2}
8 ret void, !whatever !{i32 %x}
  /external/llvm/test/CodeGen/X86/
private-2.ll 6 @"_ZZ20-[Example1 whatever]E4C.91" = private constant %struct.A { i32* null, i32 1 } ; <%struct.A*> [#uses=1]
8 define internal i32* @"\01-[Example1 whatever]"() nounwind optsize ssp {
10 %0 = getelementptr %struct.A* @"_ZZ20-[Example1 whatever]E4C.91", i64 0, i32 0 ; <i32**> [#uses=1]
  /external/clang/test/SemaObjC/
class-method-self.m 22 Class whatever;
23 [obj addObserver:whatever]; // expected-warning {{incompatible pointer types sending 'Class' to parameter of type 'XX *'}}
method-not-defined.m 12 [obj whatever:1 :2 :3]; // expected-warning {{instance method '-whatever:::' not found (return type defaults to 'id')}}
block-as-object.m 3 @interface Whatever
method-lookup-2.m 52 - whatever;
57 - whatever {
ContClassPropertyLookup.m 8 @interface MyObject(whatever)
category-method-lookup.m 8 @implementation Foo(Whatever)
id-isa-ref.m 11 @interface Whatever : NSObject
23 Whatever *y;
  /external/dbus/test/data/auth/
anonymous-client-successful.auth-script 5 ## Reject whatever mechanism the client picks first
  /external/chromium/chrome/common/
content_settings_types.h 13 // opener; there it means "whatever was last shown".
  /external/clang/test/Preprocessor/
extension-warning.c 18 void whatever() {} function
  /external/dropbear/
TODO 18 - DH Group Exchange possibly, or just add group14 (whatever it's called today)
  /external/proguard/examples/dictionaries/
shakespeare.txt 3 # It illustrates that any text can be used, for whatever flippant reasons
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
shakespeare.txt 3 # It illustrates that any text can be used, for whatever flippant reasons
  /build/core/
process_wrapper_gdb.sh 14 # Start binderproc (or whatever sub-command is being run)
  /frameworks/base/media/java/android/media/
MediaCryptoException.java 21 * whatever reason.
  /system/core/rootdir/etc/
dbus.conf 13 file; only Linux supports this. Use path=/whatever on other
  /external/webkit/Tools/android/flex-2.5.4a/
COPYING 32 This basically says "do whatever you please with this software except
37 You are free to do whatever you please with scanners generated using flex;
  /prebuilt/darwin-x86/flex/
NOTICE 32 This basically says "do whatever you please with this software except
37 You are free to do whatever you please with scanners generated using flex;
  /prebuilt/linux-x86/flex/
NOTICE 32 This basically says "do whatever you please with this software except
37 You are free to do whatever you please with scanners generated using flex;
  /prebuilt/windows/flex/
NOTICE 32 This basically says "do whatever you please with this software except
37 You are free to do whatever you please with scanners generated using flex;
  /external/openssh/
sandbox-systrace.c 98 char whatever = 0; local
103 if (atomicio(vwrite, box->child_sock, &whatever, 1) != 1)
106 if (atomicio(read, box->child_sock, &whatever, 1) != 1)
117 char whatever = 0; local
124 if (atomicio(read, box->parent_sock, &whatever, 1) != 1)
177 if (atomicio(vwrite, box->parent_sock, &whatever, 1) != 1)

Completed in 556 milliseconds

1 2 3 4 5 6 7 8 91011>>