/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangDumpDecl.m | 135 /* Terence's stuff */ 180 /* Terence's stuff */ 194 /* Terence's stuff */ 213 /* Terence's stuff */ 227 /* Terence's stuff */ 250 /* Terence's stuff */
|
/external/chromium_org/sync/internal_api/public/util/ |
immutable.h | 12 // void ProcessStuff(const LargeObjectList& stuff) { 13 // for (LargeObjectList::const_iterator it = stuff.begin(); 14 // it != stuff.end(); ++it) { 28 // void ProcessStuff(const Immutable<LargeObjectList>& stuff) { 29 // for (LargeObjectList::const_iterator it = stuff.Get().begin(); 30 // it != stuff.Get().end(); ++it) {
|
/external/chromium_org/tools/valgrind/tsan/ |
suppressions_mac.txt | 2 # 1. third party stuff we have no control over 4 # 2. Intentional unit test errors, or stuff that is somehow a false positive 5 # in our own code, or stuff that is so trivial it's not worth fixing 13 # 1. third party stuff we have no control over 151 # 2. Intentional unit test errors, or stuff that is somehow a false positive 152 # in our own code, or stuff that is so trivial it's not worth fixing
|
/external/clang/test/Analysis/ |
malloc-annotations.c | 22 struct stuff { struct 25 struct stuff myglobalstuff; 74 struct stuff mystuff; 83 void af1_f(struct stuff *somestuff) { 88 void af1_g(struct stuff **pps) { 89 *pps = my_malloc(sizeof(struct stuff)); // no-warning
|
NSPanel.m | 4 // BEGIN delta-debugging reduced header stuff 62 // END delta-debugging reduced header stuff
|
/external/v8/test/mjsunit/ |
debug-stepout-scope.js | 114 throw 'stuff'; 147 "try { throw 'stuff' } catch (e) { e = 1; }", 148 "try { throw 'stuff' } catch (e) { e = 1; } ", 149 "try { throw 'stuff' } catch (e) { e = 1; };", 150 "try { throw 'stuff' } catch (e) { e = 1; }; " ]; 192 throw 'stuff';
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_importhooks.py | 118 file, filename, stuff = imp.find_module(subname, path) 121 return ImpLoader(file, filename, stuff) 126 def __init__(self, file, filename, stuff): 129 self.stuff = stuff 132 mod = imp.load_module(fullname, self.file, self.filename, self.stuff)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_importhooks.py | 118 file, filename, stuff = imp.find_module(subname, path) 121 return ImpLoader(file, filename, stuff) 126 def __init__(self, file, filename, stuff): 129 self.stuff = stuff 132 mod = imp.load_module(fullname, self.file, self.filename, self.stuff)
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentAlertDialog.java | 63 // Do stuff here. 68 // Do stuff here.
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentAlertDialogSupport.java | 64 // Do stuff here. 69 // Do stuff here.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TLexer.m | 71 /* Terence's stuff */ 92 /* Terence's stuff */ 104 /* Terence's stuff */ 161 /* Terence's stuff */ 173 /* Terence's stuff */ 228 /* Terence's stuff */ 240 /* Terence's stuff */ 298 /* Terence's stuff */
|
TParser.m | 131 /* Terence's stuff */ 207 /* Terence's stuff */ 221 /* Terence's stuff */ 272 /* Terence's stuff */ 286 /* Terence's stuff */ 309 /* Terence's stuff */ 323 /* Terence's stuff */ 346 /* Terence's stuff */
|
/external/chromium/base/win/ |
object_watcher.h | 34 // // OK, time to do stuff! 40 // In the above example, MyClass wants to "do stuff" when object becomes
|
/external/chromium_org/content/public/browser/ |
web_contents_user_data.h | 21 // // ... more public stuff here ... 25 // // ... more private stuff here ...
|
/external/chromium_org/content/public/test/ |
test_notification_tracker.h | 53 // <do stuff> 55 // <do stuff>
|
/external/chromium_org/ios/public/provider/web/ |
web_state_user_data.h | 20 // // ... more public stuff here ... 24 // // ... more private stuff here ...
|
/external/chromium_org/ppapi/shared_impl/ |
url_request_info_data.h | 53 // If you add more stuff here, be sure to modify the serialization rules in 91 // If you add more stuff here, be sure to modify the serialization rules in
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_extension.h | 64 // Header stuff. 67 // Source file stuff.
|
/external/chromium_org/v8/test/webkit/ |
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js | 33 function stuff(z) { } function 39 stuff(z); // Force a Flush, and then a Phantom on the GetLocal of x.
|
dfg-inline-unused-this-method-check.js | 37 return o.stuff(a, b); 49 object.stuff = functionToCall;
|
dfg-inline-unused-this.js | 37 return o.stuff(a, b); 52 object.stuff = functionToCall;
|
dfg-intrinsic-unused-this.js | 33 return o.stuff(a, b); 48 object.stuff = functionToCall;
|
/external/clang/test/Sema/ |
complex-init-list.c | 27 // Random other valid stuff 35 // Random invalid stuff
|
/external/eigen/doc/ |
B01_Experimental.dox | 42 \li Matrix : full API stability (except for experimental stuff inherited from MatrixBase) 43 \li Map : full API stability (except for experimental stuff inherited from MatrixBase)
|
/external/llvm/test/CodeGen/X86/ |
misched-copy.ll | 26 ; Do some dependent long latency stuff. 32 ; Do some independent long latency stuff.
|