Searched refs:empty_bytes (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DProfile.c175 $empty_bytes, /*PyObject *code,*/
184 $empty_bytes /*PyObject *lnotab*/
H A DExceptions.c500 $empty_bytes, /*PyObject *code,*/
509 $empty_bytes /*PyObject *lnotab*/
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNaming.py93 empty_bytes = pyrex_prefix + "empty_bytes" variable
H A DStringEncoding.py15 empty_bytes = _bytes() variable
18 join_bytes = empty_bytes.join
H A DModuleNode.py654 code.putln('static PyObject *%s;' % Naming.empty_bytes)
2029 code.putln("%s = PyBytes_FromStringAndSize(\"\", 0); %s" % (Naming.empty_bytes, code.error_goto_if_null(Naming.empty_bytes, self.pos)))
H A DExprNodes.py7655 Naming.empty_bytes, # code
7664 Naming.empty_bytes, # lnotab
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_ui.cc149 scoped_refptr<base::RefCountedBytes> empty_bytes(new base::RefCountedBytes);
150 callback.Run(empty_bytes.get());

Completed in 184 milliseconds