Searched refs:Code (Results 1 - 25 of 561) sorted by path

1234567891011>>

/external/bison/lib/
H A Dvasnprintf.c199 # define IF_LINT(Code) Code
201 # define IF_LINT(Code) /* empty */
556 Code copied from gnulib's integer_length.c. */
/external/bison/
H A Dmaint.mk1468 # Code Coverage
/external/bison/src/
H A Dsystem.h70 /* Use PACIFY_CC to indicate that Code is unimportant to the logic of Bison
72 Code might be a variable initializer that's always overwritten before the
76 Code. It is tempting to redefine PACIFY_CC so that it will suppress Code
80 suppressing Code is unlikely to offer any significant improvement in
82 # define PACIFY_CC(Code) Code
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dkeyboard_overlay.js186 console.error('hex2Char error: Code point out of range :' + hex);
/external/chromium_org/components/copresence/rpc/
H A Drpc_handler.cc69 void LogIfErrorStatus(const util::error::Code& code,
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
H A Ddynamic-loading.rst132 with one toolchain. Code from multiple toolchains cannot be mixed.
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst128 * `Native Client: A Sandbox for Portable, Untrusted x86 Code`_ (PDF).
373 both sandboxes, see `Native Client: A Sandbox for Portable, Untrusted x86 Code`_
491 * Code that does direct TCP/IP or UDP networking. For security reasons
496 * Code that creates processes, including UNIX forks. Creating processes
498 * Code that needs to do local file I/O. Native Client is restricted to
562 .. _`Native Client: A Sandbox for Portable, Untrusted x86 Code`: http://research.google.com/pubs/pub34913.html
/external/chromium_org/net/quic/crypto/
H A Dcommon_cert_set_51_100.inc476 TLS Web Server Authentication, TLS Web Client Authentication, Code Signing, Netscape Server Gated Crypto, 2.16.840.1.113733.1.8.1
10805 TLS Web Server Authentication, TLS Web Client Authentication, Code Signing, E-mail Protection, Time Stamping
11077 TLS Web Server Authentication, TLS Web Client Authentication, Code Signing, E-mail Protection, Time Stamping
/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_unittest.cc71 struct Code { struct
80 Code* patched = reinterpret_cast<Code*>(source);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaError.h38 enum Code { enum in class:blink::FINAL
46 static PassRefPtrWillBeRawPtr<MediaError> create(Code code)
51 Code code() const { return m_code; }
56 MediaError(Code code) : m_code(code) { }
58 Code m_code;
H A DMediaKeyError.h47 typedef unsigned short Code; typedef in class:blink::FINAL
49 static PassRefPtrWillBeRawPtr<MediaKeyError> create(Code code, unsigned long systemCode = 0)
54 Code code() const { return m_code; }
60 MediaKeyError(Code code, unsigned long systemCode)
63 Code m_code;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
H A DDocumentationView.js261 case elementTypes.Code:
286 || article.type() === WebInspector.WikiParser.ArticleElement.Type.Code
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DHTMLMediaElementEncryptedMedia.cpp451 MediaKeyError::Code mediaKeyErrorCode = MediaKeyError::MEDIA_KEYERR_UNKNOWN;
H A DMediaKeySession.cpp565 MediaKeyError::Code mediaKeyErrorCode = MediaKeyError::MEDIA_KEYERR_UNKNOWN;
/external/chromium_org/third_party/angle/util/
H A DEvent.h30 Key Code; member in struct:Event::KeyEvent
/external/chromium_org/third_party/angle/util/win32/
H A DWin32Window.cpp226 event.Key.Code = VirtualKeyCodeToKey(wParam, lParam);
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Daes-armv4.S13 @ Code uses single 1K S-box and is >2 times faster than code generated
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DAnnotate.py10 from Code import CCodeWriter
H A DBuffer.py5 from Cython.Compiler.Code import UtilityCode, TempitaUtilityCode
195 # Code generation
H A DBuiltin.py6 from Code import UtilityCode
H A DExprNodes.py22 from Code import UtilityCode, TempitaUtilityCode
159 # result_code string Code fragment
254 # Code Generation phase
567 # ---------------- Code Generation -----------------
H A DFusedNode.py523 from Cython.Compiler import TreeFragment, Code, MemoryView, UtilityCode namespace
535 pyx_code = Code.PyxCodeWriter(context=context)
536 decl_code = Code.PyxCodeWriter(context=context)
587 env.use_utility_code(Code.UtilityCode.load_cached("Import", "ImportExport.c"))
H A DMemoryView.py5 from Code import UtilityCode, TempitaUtilityCode
H A DModuleNode.py16 import Code namespace
27 from Code import UtilityCode
132 h_code = Code.CCodeWriter()
133 Code.GlobalState(h_code, self)
136 i_code = Code.PyrexCodeWriter(result.i_file)
203 h_code = Code.CCodeWriter()
204 Code.GlobalState(h_code, self)
302 rootwriter = Code.CCodeWriter(emit_linenums=emit_linenums, c_line_in_traceback=options.c_line_in_traceback)
303 globalstate = Code.GlobalState(rootwriter, self, emit_linenums, options.common_utility_include_dir)
2536 if type.name in Code
[all...]
H A DNodes.py24 from Code import UtilityCode
111 from Code import CCodeWriter
409 # Code generation for statements is split into the following subphases:

Completed in 4269 milliseconds

1234567891011>>