/external/valgrind/main/exp-sgcheck/tests/ |
filter_stderr | 17 # Remove preambly stuff; also postambly stuff
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_cray.h | 50 // uncomment this if <iostream> and other STD headers put their stuff in ::namespace, 54 // uncomment this if <cstdio> and the like put stuff in ::namespace,
|
/packages/screensavers/WebView/src/com/android/dreams/web/ |
SetURL.java | 31 public void onCreate(Bundle stuff) { 32 super.onCreate(stuff);
|
SetURLInteractive.java | 31 public void onCreate(Bundle stuff) { 32 super.onCreate(stuff);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_cray.h | 50 // uncomment this if <iostream> and other STD headers put their stuff in ::namespace, 54 // uncomment this if <cstdio> and the like put stuff in ::namespace,
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_cray.h | 50 // uncomment this if <iostream> and other STD headers put their stuff in ::namespace, 54 // uncomment this if <cstdio> and the like put stuff in ::namespace,
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_cray.h | 50 // uncomment this if <iostream> and other STD headers put their stuff in ::namespace, 54 // uncomment this if <cstdio> and the like put stuff in ::namespace,
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_cray.h | 50 // uncomment this if <iostream> and other STD headers put their stuff in ::namespace, 54 // uncomment this if <cstdio> and the like put stuff in ::namespace,
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_cray.h | 50 // uncomment this if <iostream> and other STD headers put their stuff in ::namespace, 54 // uncomment this if <cstdio> and the like put stuff in ::namespace,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkColorChooser.py | 56 # convenience stuff 69 # test stuff
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkColorChooser.py | 56 # convenience stuff 69 # test stuff
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
TestLexer.m | 71 /* Terence's stuff */ 123 /* Terence's stuff */ 135 /* Terence's stuff */ 156 /* Terence's stuff */ 168 /* Terence's stuff */ 189 /* Terence's stuff */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ihooks.py | 109 find_module(name, [path]) returns None or 'stuff', and 110 load_module(name, stuff) loads the module. 118 stuff = self.find_module_in_dir(name, dir) 119 if stuff: return stuff 142 def load_module(self, name, stuff): 143 file, filename, info = stuff 246 stuff = self.find_module_in_dir("__init__", fullname, 0) 247 if stuff: 248 file = stuff[0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ihooks.py | 109 find_module(name, [path]) returns None or 'stuff', and 110 load_module(name, stuff) loads the module. 118 stuff = self.find_module_in_dir(name, dir) 119 if stuff: return stuff 142 def load_module(self, name, stuff): 143 file, filename, info = stuff 246 stuff = self.find_module_in_dir("__init__", fullname, 0) 247 if stuff: 248 file = stuff[0 [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_win16.h | 240 /* --- Misc stuff --- */ 244 /* --- IO stuff --- */ 272 /* --- Socket IO stuff --- */ 330 /* --- Scheduler stuff --- */ 333 /* --- DIR stuff --- */ 342 /* --- Segment stuff --- */ 347 /* --- Environment Stuff --- */ 351 /* --- Threading Stuff --- */ 370 /* --- Lock stuff --- */ 395 /* XXXMB- the IOQ stuff is certainly not working correctly yet. * [all...] |
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalTypes.h | 303 * 3GPP reader Stuff */ 320 * Video decoder stuff */ 331 * MPEG4 time info stuff at clip level */ 337 * Time-line stuff */ 346 * Audio decoder stuff */ 354 * Audio AU to Frame split stuff */ 362 * Silence frame stuff */ 409 * Timing Stuff */ 421 * Output Video Stream Stuff */ 440 * Output Audio Stream Stuff */ [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.m | 198 /* Terence's stuff */ 253 /* Terence's stuff */ 267 /* Terence's stuff */ 325 /* Terence's stuff */ 340 /* Terence's stuff */ 373 /* Terence's stuff */ 387 /* Terence's stuff */ 479 /* Terence's stuff */ 494 /* Terence's stuff */ 551 /* Terence's stuff */ [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
resource_loader_browsertest.cc | 107 JSEval("stuff = {}"); 112 std::string js_url = CreateResource("stuff.loaded = true;").spec(); 131 JSExpect("stuff.loaded");
|
/external/netperf/ |
netsh.h | 39 /* stuff to say where this test is going */ 97 /* stuff for confidence intervals */ 107 /* stuff to controll the bufferspace "width" */
|
/external/openssh/ |
TODO | 54 information in wtmpx or utmpx or any of that stuff if it's not detected 64 similar tests. E.g move all the type detection stuff into one file, 65 entropy related stuff into another.
|
/external/valgrind/main/docs/internals/ |
module-structure.txt | 9 Architecture dependent stuff will be chopped up and placed into the 19 scheme distinguishes the done vs not-done stuff: 27 zero private header files, or any other kind of auxiliary stuff)
|
/external/valgrind/main/mpi/ |
Makefile.am | 4 # But we need to use $(MPI_CC) for the MPI stuff. So we have this mpi stuff 64 # General stuff
|
/external/yaffs2/yaffs2/ |
patch-ker.sh | 76 # Copy all stuff up to JFFS 77 # Insert some YAFFS stuff 78 # Copy all the rest of the stuff
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
DebugLogUtils.java | 86 * @param args the stuff to send to the log 99 * Helper log method to put stuff in red. 103 * @param args the stuff to send to the log
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCTP.m | 281 /* Terence's stuff */ 335 /* Terence's stuff */ 349 /* Terence's stuff */ 450 /* Terence's stuff */ 464 /* Terence's stuff */ 503 /* Terence's stuff */ 517 /* Terence's stuff */ 536 /* Terence's stuff */ 550 /* Terence's stuff */ 620 /* Terence's stuff */ [all...] |