HomeSort by relevance Sort by last modified time
    Searched full:thing (Results 176 - 200 of 2976) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 218 struct Thing;
221 struct Thing<T, false> { };
224 struct Thing<T, true> { };
226 void template_template_fun(Type<Thing<Second, true>, Second>) { }
227 // CHECK: "\01?template_template_fun@@YAXU?$Type@U?$Thing@USecond@@$00@@USecond@@@@@Z"
233 void template_template_specialization<void (Type<Thing<Second, true>, Second>)>() {
235 // CHECK: "\01??$template_template_specialization@$$A6AXU?$Type@U?$Thing@USecond@@$00@@USecond@@@@@Z@@YAXXZ"
  /external/google-breakpad/src/processor/
synth_minidump.h 81 // The dump.Add(thing) functions append THINGS's contents to the
84 // - dump.Add(thing) invokes thing->Finish, which tells *thing the
85 // offset within the file at which it was placed, and allows *thing
88 // - If THING is something which should receive an entry in some sort
89 // of list or directory, then dump.Add(THING) automatically creates
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 6 help. Calling help(thing) on a Python object documents the object.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 6 help. Calling help(thing) on a Python object documents the object.
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 128 struct thing { struct in namespace:PR16911
132 struct inher : public thing<empty, uuid2> {};
136 const struct _GUID *x = &__uuidof(thing<uuid, inher>);
137 const struct _GUID *y = &__uuidof(thing<uuid2, uuid>); // expected-error{{cannot call operator __uuidof on a type with multiple GUIDs}}
138 thing<uuid2, uuid> thing_obj = thing<uuid2, uuid>();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 299 image = {'thing': {'element create':
302 "ttk::style element create thing image {name {state1 state2} val} ")
304 image['thing']['element create'].append({'opt': 30})
306 "ttk::style element create thing image {name {state1 state2} val} "
309 image['thing']['element create'][-1]['opt'] = [MockTclObj(3),
312 "ttk::style element create thing image {name {state1 state2} val} "
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 299 image = {'thing': {'element create':
302 "ttk::style element create thing image {name {state1 state2} val} ")
304 image['thing']['element create'].append({'opt': 30})
306 "ttk::style element create thing image {name {state1 state2} val} "
309 image['thing']['element create'][-1]['opt'] = [MockTclObj(3),
312 "ttk::style element create thing image {name {state1 state2} val} "
  /external/clang/test/Analysis/
superclass.m 166 // Do not warn for UIResponder subclasses that do the right thing
187 // Do not warn for NSResponder subclasses that do the right thing
211 // Do not warn for NSDocument subclasses that do the right thing
  /external/v8/test/mjsunit/
string-charcodeat.js 91 function Thing() {
96 var n = new Thing();
104 var n = new Thing();
  /art/runtime/
handle_scope_test.cc 40 // test checks whether we do the right thing.
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nearbyint.c 42 * is sufficient to trick the compiler into doing the right thing.
  /developers/build/
sample-create 37 # Same thing for the samples common code: calculate the relative path.
  /developers/samples/android/ui/transition/FragmentTransition/
template-params.xml 74 go back. One thing we need to be careful here is that we need to
  /development/samples/TicTacToeMain/
README.txt 33 One important thing to realize is that the library is not a separately-compiled
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
ArticleActivity.java 42 * unnecessary, in which case we do the honorable thing and get out of the way.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
calc.rb 95 errors.should have( 1 ).thing
  /external/bison/lib/
signbitd.c 48 /* This does not do the right thing for NaN, but this is irrelevant for
signbitf.c 48 /* This does not do the right thing for NaN, but this is irrelevant for
signbitl.c 48 /* This does not do the right thing for NaN, but this is irrelevant for
  /external/clang/test/Index/
crash-recovery-modules.m 10 // subsequent parses do the right thing.
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 242 static const int thing = 0; member in struct:RebuildDependentScopeDeclRefExpr::X
243 N<thing> data();
244 N<thing> foo();
246 template<typename T> N<X<T>::thing> X<T>::data() {}
  /external/compiler-rt/test/BlocksRuntime/
makefile 40 @echo Enabling sudo: # Hack Alert: enable sudo first thing so we don't hang at the password prompt later
  /external/compiler-rt/test/asan/TestCases/
contiguous_container.cc 35 // Don't forget to unpoison the whole thing before destroing/reallocating.
  /external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 73 * won't be the right thing to do in the verifier.
  /external/elfutils/src/libelf/
elf_rawdata.c 67 /* First thing we do is to read the data from the file. There is

Completed in 343 milliseconds

1 2 3 4 5 6 78 91011>>