HomeSort by relevance Sort by last modified time
    Searched full:stuff (Results 426 - 450 of 4097) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookie.py 79 C['val'] = "some,funky;stuff"
81 'Set-Cookie: val="some\\054funky\\073stuff"')
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/lib-tk/
tkMessageBox.py 64 # convenience stuff
123 # test stuff
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookie.py 79 C['val'] = "some,funky;stuff"
81 'Set-Cookie: val="some\\054funky\\073stuff"')
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)
  /art/jdwpspy/
Common.h 4 * jdwpspy common stuff.
  /art/test/047-returns/src/
Main.java 18 * Return stuff.
  /bionic/libc/stdlib/
strtoll.c 42 * Ignores `locale' stuff. Assumes that the upper and lower case
strtoull.c 42 * Ignores `locale' stuff. Assumes that the upper and lower case
  /build/tools/apicheck/
Android.mk 22 #TODO(dbort): add a template to do this stuff; share with jx
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
compat.py 1 """Compatibility stuff"""
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTDbg.stg 32 /** Template overrides to add debugging to AST stuff. Dynamic inheritance
  /external/chromium/base/debug/
debugger.h 40 // release mode doesn't do this stuff -- this is controlled separately).
  /external/chromium/chrome/browser/importer/
importer.h 26 // notify its host that import stuff have been finished.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_constants.h 7 // and thus no Objective-C++ stuff.
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
Makefile 23 # Clean up the debian stuff
  /external/chromium_org/base/debug/
debugger.h 39 // release mode doesn't do this stuff -- this is controlled separately).
  /external/chromium_org/base/threading/
non_thread_safe.h 54 // ... (do stuff) ...
  /external/chromium_org/chrome/browser/drive/
event_logger.h 24 // behaviors of Google APIs stuff. For instance, the collected messages are
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_constants.h 7 // and thus no Objective-C++ stuff.
  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield.h 19 // A class which holds a textfield and draws extra stuff on top, like
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.h 22 // Chrome personal stuff import data overlay UI handler.
  /external/chromium_org/chrome/common/extensions/docs/server2/
reference_resolver.py 175 # Text was '$ref:[foo.bar maybe title] other stuff'.
179 # Text was '$ref:[foo.bar] other stuff'.
182 # Text was '$ref:[foo.bar title] other stuff'.
185 # Text was '$ref:foo.bar other stuff'.
  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.h 21 // stuff that may be of interest to DevTools. Currently, this only includes
  /external/chromium_org/content/browser/resources/media/
media_internals.js 122 * @param {Object} stuff JSON containing lists of data.
123 * @param {Object} stuff.audio_streams A dictionary of audio streams.
125 function onReceiveEverything(stuff) {
126 audioStreams.addItems(stuff.audio_streams);

Completed in 2431 milliseconds

<<11121314151617181920>>