HomeSort by relevance Sort by last modified time
    Searched refs:stuff (Results 151 - 175 of 474) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
futex_test.go 70 // mutex to make broken stuff look broken.
  /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/jline/src/src/main/java/jline/
ConsoleReader.java 956 * @param stuff
957 * the stuff to print
959 public void printColumns(final Collection stuff) throws IOException {
960 if ((stuff == null) || (stuff.size() == 0)) {
967 for (Iterator i = stuff.iterator(); i.hasNext(); maxwidth = Math.max(
982 for (Iterator i = stuff.iterator(); i.hasNext();) {
    [all...]
  /external/python/cpython3/Lib/email/
_parseaddr.py 80 stuff = data[0].split('-')
81 if len(stuff) == 3:
82 data = stuff + data[1:]
322 This method just skips all the route stuff and returns the addrspec.
  /external/python/cpython3/PC/
getpathp.c 209 /* Add a path component, by appending stuff to buffer.
215 than MAXPATHLEN characters at exit. If stuff is too long, only as much of
216 stuff as fits will be appended.
224 join(wchar_t *buffer, const wchar_t *stuff)
236 if (FAILED(_PathCchCombineEx(buffer, MAXPATHLEN+1, buffer, stuff, 0)))
239 if (!PathCombineW(buffer, buffer, stuff))
  /dalvik/dx/
Android.mk 148 # the other stuff
  /device/generic/goldfish-opengl/
Android.mk 8 # stuff as well.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_strptime.py 236 regex = '|'.join(re_escape(stuff) for stuff in to_convert)
  /external/libjpeg-turbo/
jerror.h 227 /* Macros to simplify using the error and trace message stuff */
261 #define MAKESTMT(stuff) do { stuff } while (0)
  /external/python/cpython2/Lib/
_strptime.py 240 regex = '|'.join(re_escape(stuff) for stuff in to_convert)
  /external/python/cpython2/Lib/idlelib/
PyParse.py 9 def dump(*stuff):
10 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")
170 # Nothing looks like a block-opener, or stuff does
  /external/python/cpython3/Lib/idlelib/
pyparse.py 10 def dump(*stuff):
11 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")
183 # Nothing looks like a block-opener, or stuff does
  /external/v8/src/compiler/
osr.cc 66 void* stuff = tmp_zone->New(sizeof(NodeVector)); local
68 new (stuff) NodeVector(original_count, sentinel, tmp_zone);
342 // nice together with the rest, instead of having this custom stuff here.
  /frameworks/base/services/robotests/
Android.mk 43 # here, so if we write stuff that is being used in the tests and exist in
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py 236 regex = '|'.join(re_escape(stuff) for stuff in to_convert)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyParse.py 9 def dump(*stuff):
10 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")
170 # Nothing looks like a block-opener, or stuff does
  /prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py 236 regex = '|'.join(re_escape(stuff) for stuff in to_convert)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyParse.py 9 def dump(*stuff):
10 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")
170 # Nothing looks like a block-opener, or stuff does
  /prebuilts/go/darwin-x86/src/mime/
mediatype_test.go 122 {`application/x-stuff; title*=us-ascii'en-us'This%20is%20%2A%2A%2Afun%2A%2A%2A`,
123 "application/x-stuff",
133 {`application/x-stuff; ` +
137 "application/x-stuff",
  /prebuilts/go/linux-x86/src/mime/
mediatype_test.go 122 {`application/x-stuff; title*=us-ascii'en-us'This%20is%20%2A%2A%2Afun%2A%2A%2A`,
123 "application/x-stuff",
133 {`application/x-stuff; ` +
137 "application/x-stuff",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 236 regex = '|'.join(re_escape(stuff) for stuff in to_convert)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 9 def dump(*stuff):
10 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")
170 # Nothing looks like a block-opener, or stuff does
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 236 regex = '|'.join(re_escape(stuff) for stuff in to_convert)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 9 def dump(*stuff):
10 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")
170 # Nothing looks like a block-opener, or stuff does
  /external/libmojo/build/
gn_helpers.py 220 """Internal version of Parse that doesn't check for trailing stuff."""

Completed in 975 milliseconds

1 2 3 4 5 67 8 91011>>