HomeSort by relevance Sort by last modified time
    Searched refs:stuff (Results 76 - 100 of 230) sorted by null

1 2 34 5 6 7 8 910

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessManagerTest.java 160 stuff(); method
163 private static void stuff() { method in class:ProcessManagerTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 113 stuff = ("", "r", imp.PY_SOURCE)
114 self.load_module('__main__', fp, pathname, stuff)
120 stuff = (ext, "r", imp.PY_SOURCE)
121 self.load_module(name, fp, pathname, stuff)
268 fp, pathname, stuff = self.find_module(partname,
274 m = self.load_module(fqname, fp, pathname, stuff)
461 fp, buf, stuff = self.find_module("__init__", m.__path__)
462 self.load_module(fqname, fp, buf, stuff)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 113 stuff = ("", "r", imp.PY_SOURCE)
114 self.load_module('__main__', fp, pathname, stuff)
120 stuff = (ext, "r", imp.PY_SOURCE)
121 self.load_module(name, fp, pathname, stuff)
268 fp, pathname, stuff = self.find_module(partname,
274 m = self.load_module(fqname, fp, pathname, stuff)
461 fp, buf, stuff = self.find_module("__init__", m.__path__)
462 self.load_module(fqname, fp, buf, stuff)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 61 stuff = data[0].split('-')
62 if len(stuff) == 3:
63 data = stuff + data[1:]
287 This method just skips all the route stuff and returns the addrspec.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 61 stuff = data[0].split('-')
62 if len(stuff) == 3:
63 data = stuff + data[1:]
287 This method just skips all the route stuff and returns the addrspec.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventRepeater.cs 123 #region Tree parsing stuff
135 #region AST Stuff
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventRepeater.cs 149 #region Tree parsing stuff
163 #region AST Stuff
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 78 stuff = kw.get("stuff", None)
79 if stuff is not None:
80 # Prepend 'stuff' to the start of the zipfile
86 f.write(stuff)
313 # stuff at the beginning of the file
316 stuff="Some Stuff"*31)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 78 stuff = kw.get("stuff", None)
79 if stuff is not None:
80 # Prepend 'stuff' to the start of the zipfile
86 f.write(stuff)
313 # stuff at the beginning of the file
316 stuff="Some Stuff"*31)
  /build/core/
dumpvar.mk 16 # The "dumpvar" stuff lets you say something like
  /device/generic/goldfish/opengl/
Android.mk 8 # stuff as well.
  /external/chromium_org/chrome/renderer/resources/extensions/
app_custom_bindings.js 62 // TODO(kalman): move this stuff to its own custom bindings.
  /external/chromium_org/v8/test/mjsunit/harmony/
debug-evaluate-blockscopes.js 42 throw 'stuff'; // Line 4.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1586.js 37 throw 'stuff'; // Line 4.
  /external/chromium_org/v8/test/webkit/
dfg-weak-js-constant-silent-fill.js 43 eval(Empty + "foo(o1, o2, o3, \"stuff\")");
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 170 char stuff[100] = "foobarfoo"; local
172 reverse(stuff, stuff + n); // expected-note {{cannot refer to element 101 of array of 100 elements}}
173 return equal(stuff, stuff + n, stuff2, stuff2 + n);
  /external/chromium_org/v8/test/mjsunit/
date-parse.js 73 'Ignore all of this stuff because it is annoying 01 Jan 2000 08:00:00 UT',
75 'All of this stuff is really annnoying, so it will be ignored Jan 01 2000 08:00:00 UT',
109 // White space and stuff in parenthesis is
  /dalvik/dx/
Android.mk 146 # the other stuff
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
genopcode.asm 83 ;; TODO: add arith stuff
  /external/jpeg/
jerror.h 201 /* Macros to simplify using the error and trace message stuff */
235 #define MAKESTMT(stuff) do { stuff } while (0)
  /external/pdfium/core/include/thirdparties/libjpeg/
jerror.h 201 /* Macros to simplify using the error and trace message stuff */
235 #define MAKESTMT(stuff) do { stuff } while (0)
  /external/pdfium/core/src/fxcodec/libjpeg/
jerror.h 201 /* Macros to simplify using the error and trace message stuff */
235 #define MAKESTMT(stuff) do { stuff } while (0)
  /external/qemu/distrib/jpeg-6b/
jerror.h 201 /* Macros to simplify using the error and trace message stuff */
235 #define MAKESTMT(stuff) do { stuff } while (0)
  /ndk/sources/host-tools/sed-4.2.1/
bootstrap.sh 51 /* Avoid uselessly complicated gnulib stuff. */
bootstrap.sh.in 51 /* Avoid uselessly complicated gnulib stuff. */

Completed in 2174 milliseconds

1 2 34 5 6 7 8 910