Searched defs:code (Results 151 - 175 of 1255) sorted by relevance

1234567891011>>

/external/v8/src/debug/mips64/
H A Ddebug-mips64.cc2 // Use of this source code is governed by a BSD-style license that can be
30 // the trampoline pool in the debug break slot code.
44 Handle<Code> code) {
45 DCHECK(code->is_debug_stub());
47 // Patch the code changing the debug break slot code from:
54 // to a call to the debug break slot code.
58 Operand(reinterpret_cast<int64_t>(code->entry())),
143 // Get function code.
43 PatchDebugBreakSlot(Isolate* isolate, Address pc, Handle<Code> code) argument
/external/v8/src/debug/ppc/
H A Ddebug-ppc.cc2 // Use of this source code is governed by a BSD-style license that can be
31 // the trampoline pool in the debug break slot code.
45 Handle<Code> code) {
46 DCHECK(code->is_debug_stub());
48 // Patch the code changing the debug break slot code from
56 // to a call to the debug break code, using a FIXED_SEQUENCE.
64 Operand(reinterpret_cast<intptr_t>(code->entry())));
148 // Get function code.
44 PatchDebugBreakSlot(Isolate* isolate, Address pc, Handle<Code> code) argument
/external/v8/src/debug/s390/
H A Ddebug-s390.cc2 // Use of this source code is governed by a BSD-style license that can be
49 Handle<Code> code) {
50 DCHECK(code->is_debug_stub());
52 // Patch the code changing the debug break slot code from
59 // to a call to the debug break code, using a FIXED_SEQUENCE.
70 Operand(reinterpret_cast<intptr_t>(code->entry())));
152 // Get function code.
48 PatchDebugBreakSlot(Isolate* isolate, Address pc, Handle<Code> code) argument
/external/v8/src/debug/x64/
H A Ddebug-x64.cc2 // Use of this source code is governed by a BSD-style license that can be
42 Handle<Code> code) {
43 DCHECK(code->is_debug_stub());
48 patcher.masm()->movp(kScratchRegister, reinterpret_cast<void*>(code->entry()),
51 // Check that the size of the code generated is as expected.
128 // and code
140 // Get function code.
41 PatchDebugBreakSlot(Isolate* isolate, Address pc, Handle<Code> code) argument
/external/v8/src/debug/x87/
H A Ddebug-x87.cc2 // Use of this source code is governed by a BSD-style license that can be
42 Handle<Code> code) {
43 DCHECK(code->is_debug_stub());
47 // Add a label for checking the size of the code used for returning.
50 patcher.masm()->call(code->entry(), RelocInfo::NONE32);
51 // Check that the size of the code generated is as expected.
128 // and code
140 // Get function code.
41 PatchDebugBreakSlot(Isolate* isolate, Address pc, Handle<Code> code) argument
/external/v8/src/ia32/
H A Dassembler-ia32.h8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
92 // compatible with int, which has caused code-generation bugs.
104 // code generated for some assembly instructions (because they boil down
105 // to a few constants). If this is a problem, we could change the code
108 // and best performance in optimized code.
121 static Register from_code(int code) { argument
122 DCHECK(code >= 0);
123 DCHECK(code < kNumRegisters);
124 Register r = {code};
[all...]
/external/v8/src/x87/
H A Dassembler-x87.h8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
91 // compatible with int, which has caused code-generation bugs.
103 // code generated for some assembly instructions (because they boil down
104 // to a few constants). If this is a problem, we could change the code
107 // and best performance in optimized code.
120 static Register from_code(int code) { argument
121 DCHECK(code >= 0);
122 DCHECK(code < kNumRegisters);
123 Register r = {code};
[all...]
/external/webrtc/webrtc/base/
H A Durlencode.cc4 * Use of this source code is governed by a BSD-style license
16 static int HexPairValue(const char * code) { argument
18 for (const char * pch = code; pch < code + 2; ++pch) {
/external/webrtc/webrtc/libjingle/xmllite/
H A Dxmlparser_unittest.cc4 * Use of this source code is governed by a BSD-style license
46 virtual void Error(XmlParseContext * pctx, XML_Error code) { argument
48 ss_ << "ERROR (" << static_cast<int>(code) << ") ";
/external/zopfli/src/zopfli/
H A Dtree.c35 unsigned code; local
41 /* 1) Count the number of codes for each code length. Let bl_count[N] be the
50 /* 2) Find the numerical value of the smallest code for each code length. */
51 code = 0;
54 code = (code + bl_count[bits-1]) << 1;
55 next_code[bits] = code;
/external/ImageMagick/MagickCore/
H A Dtoken-private.h98 code; local
113 code=(int) (*text++) & 0xff;
114 unicode=code;
117 if ((code & utf_info[i].code_mask) == utf_info[i].code_value)
157 static inline MagickBooleanType IsUTFSpace(int code) argument
159 if (((code >= 0x0009) && (code <= 0x000d)) || (code == 0x0020) ||
160 (code == 0x0085) || (code
168 IsUTFValid(int code) argument
180 IsUTFAscii(int code) argument
[all...]
/external/apache-http/android/src/android/net/http/
H A DLoggingEventHandler.java33 int code, /* Status-Code value */
38 " code: " + code +
31 status(int major_version, int minor_version, int code, String reason_phrase) argument
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java73 * <code>null</code> to disable automatic
76 * <code>null</code> for the system locale
107 * @param code the status code of the response
108 * @param reason the reason phrase to the status code, or
109 * <code>null</code>
112 final int code,
111 BasicHttpResponse(final ProtocolVersion ver, final int code, final String reason) argument
147 setStatusLine(final ProtocolVersion ver, final int code) argument
153 setStatusLine(final ProtocolVersion ver, final int code, final String reason) argument
160 setStatusCode(int code) argument
204 getReason(int code) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNamedNodeMap.java94 * @param name The <code>nodeName</code> of a node to retrieve.
95 * @return A <code>Node</code> (of any type) with the specified
96 * <code>nodeName</code>, or <code>null</code> if it does not identify
113 * Returns the <code>index</code>t
284 DTMException(short code, String message) argument
295 DTMException(short code) argument
[all...]
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/bin/
H A Dwsdump.py4 import code namespace
90 class InteractiveConsole(RawInput, code.InteractiveConsole):
/external/compiler-rt/test/cfi/cross-dso/
H A Ddlopen.cpp86 char *code = (char *)mmap(real_start, kCodeSize, PROT_WRITE | PROT_EXEC, local
88 assert(code == real_start);
89 memcpy(code, saved_code, kCodeSize);
/external/curl/src/
H A Dtool_vms.c81 * We can not use exit() or return a code from main() because the actual
91 void vms_special_exit(int code, int vms_show) argument
98 decc$__posix_exit(code);
102 if(code > CURL_LAST) { /* If CURL_LAST exceeded then */
106 vms_code = vms_cond[code] | vms_show;
/external/curl/tests/libtest/
H A Dlib586.c99 CURLcode code; local
116 code = curl_easy_perform(curl);
117 if(code != CURLE_OK) {
119 tdata->url, i, (int)code);
236 fprintf(stderr, "curl_share_cleanup failed, code errno %d\n",
/external/dng_sdk/source/
H A Ddng_exceptions.h55 /// Construct an exception representing the given error code.
56 /// \param code Error code this exception is for.
58 dng_exception (dng_error_code code) argument
60 : fErrorCode (code)
69 /// Getter for error code of this exception
70 /// \retval The error code of this exception.
81 /// \brief Throw an exception based on an arbitrary error code.
90 /// \brief Convenience function to throw dng_exception with error code if
107 /// \brief Convenience function to throw dng_exception with error code
[all...]
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java77 System.exit(report.code);
232 private int code; field in class:ApiCheck.Report
235 private Report(int code, Set<ErrorMessage> errors) { argument
236 this.code = code;
240 public int code() { method in class:ApiCheck.Report
241 return code;
/external/e2fsprogs/lib/ss/
H A Dhelp.c43 int code; local
48 request_name = ss_current_request(sci_idx, &code);
49 if (code != 0) {
50 ss_perror(sci_idx, code, "");
/external/elfutils/libdwfl/
H A Dargp-std.c192 int code = errno; local
193 argp_failure (state, EXIT_FAILURE, code,
195 return code;
279 int code = errno; local
280 argp_failure (state, EXIT_FAILURE, code,
282 return code;
/external/elfutils/tests/
H A Dshow-abbrev.c73 unsigned code = dwarf_getabbrevcode (abbrev); local
74 if (code == 0)
91 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n",
92 (unsigned long long int) offset, code, tag, children);
113 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n",
/external/freetype/src/psaux/
H A Dt1cmap.c71 FT_UInt code, n; local
75 /* convert character code to Adobe SID string */
76 code = cmap->code_to_sid[char_code];
77 glyph_name = cmap->sid_to_string( code );
/external/google-breakpad/src/third_party/libdisasm/
H A Dx86_misc.c49 void x86_report_error( enum x86_report_codes code, void *data ) { argument
51 (*__x86_reporter_func)(code, data, __x86_reporter_arg);

Completed in 579 milliseconds

1234567891011>>