HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 2051 - 2075 of 2299) sorted by null

<<81828384858687888990>>

  /external/icu4c/tools/genpname/
preparse.pl 198 # C source code header file.
538 # code point values, as returned from read_uchar, are replaced by
561 # Convert code point to pseudo-name:
904 # Before the Copt code was defined, the private-use code Qaac was used.
    [all...]
  /external/libxml2/
entities.c 79 * @code: the error code
85 xmlEntitiesErr(xmlParserErrors code, const char *msg)
87 __xmlSimpleError(XML_FROM_TREE, code, NULL, msg, NULL);
  /external/openssl/ssl/
t1_enc.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
17 * the code are not to be removed.
26 * 1. Redistributions of source code must retain the copyright
37 * 4. If you include any Windows specific code (or a derivative thereof) from
38 * the apps directory (application code) you must include an acknowledgement:
54 * derivative of this code cannot be changed. i.e. this code cannot simply be
65 * 1. Redistributions of source code must retain the above copyrigh
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 230 bpfRun[1].code = (u_short) BPF_JMP+BPF_JEQ+BPF_K;
235 bpfRun[2].code = (u_short) BPF_JMP+BPF_JEQ+BPF_K;
726 /* rearranged order of DLPI code - delphys 20010803 */
737 /* rearranged order of DLPI code - delphys 20010803 */
  /external/v8/src/
heap.h 6 // * Redistributions of source code must retain the above copyright
101 V(Code, js_entry_code, JsEntryCode) \
102 V(Code, js_construct_entry_code, JsConstructEntryCode) \
103 V(Code, c_entry_code, CEntryCode) \
114 V(Code, re_c_entry_code, RegExpCEntryCode)
138 V(code_symbol, ".code") \
214 // code that looks here, because it is faster than loading from the static
407 // Computes a single character string where the character has code.
411 static Object* LookupSingleCharacterStringFromCode(uint16_t code);
589 // Makes a new native code objec
    [all...]
json.js 6 // * Redistributions of source code must retain the above copyright
top.cc 6 // * Redistributions of source code must retain the above copyright
588 // TODO(1240995): To avoid having to call JavaScript code to compute
646 // Find code position if recorded in relocation info.
648 int pos = frame->code()->SourcePosition(frame->pc());
679 int pos = frame->code()->SourcePosition(frame->pc());
731 // Report the exception if it isn't caught by JavaScript code.
    [all...]
  /external/v8/src/x64/
virtual-frame-x64.cc 6 // * Redistributions of source code must retain the above copyright
67 // Verify that rdi contains a JS function. The following code
97 // Record the location of the JS exit code for patching when setting
103 // call instruction to support patching the exit code in the
141 // For more locals a loop in generated code is more compact.
255 // Emit code to lower the stack pointer if necessary.
346 // Emit code to load the original element's data into a register.
467 // Emit code to move the value down in the frame.
548 // We should always be merging the code generator's current frame to an
674 // register code order, we have special code to ensure that the backin
    [all...]
  /external/v8/test/mjsunit/
apply.js 6 // * Redistributions of source code must retain the above copyright
array-iteration.js 6 // * Redistributions of source code must retain the above copyright
array-splice.js 6 // * Redistributions of source code must retain the above copyright
cyrillic.js 6 // * Redistributions of source code must retain the above copyright
d8-os.js 6 // * Redistributions of source code must retain the above copyright
date-parse.js 6 // * Redistributions of source code must retain the above copyright
large-object-allocation.js 6 // * Redistributions of source code must retain the above copyright
mirror-array.js 6 // * Redistributions of source code must retain the above copyright
object-create.js 6 // * Redistributions of source code must retain the above copyright
regexp-static.js 6 // * Redistributions of source code must retain the above copyright
stack-traces.js 6 // * Redistributions of source code must retain the above copyright
  /external/v8/tools/
logreader.js 6 // * Redistributions of source code must retain the above copyright
profile_view.js 6 // * Redistributions of source code must retain the above copyright
  /external/webkit/WebKit/chromium/src/js/
DebuggerAgent.js 8 * * Redistributions of source code must retain the above copyright
33 * protocol decription at http://code.google.com/p/v8/wiki/DebuggerProtocol
1002 * Evaluates code on given callframe.
1004 devtools.DebuggerAgent.prototype.evaluateInCallFrame = function(callFrameId, code, callback)
1007 callFrame.evaluate_(code, callback);
    [all...]
HeapProfilerPanel.js 8 * * Redistributions of source code must retain the above copyright
68 code: new WebInspector.ResourceCategory("code", WebInspector.UIString("Code"), "rgb(255,121,0)"),
469 var highLevels = {data: 0, code: 0};
511 if (type === "CODE_TYPE" || type === "SHARED_FUNCTION_INFO_TYPE" || type === "SCRIPT_TYPE") return "code";
530 if (type === "CODE_TYPE" || type === "SHARED_FUNCTION_INFO_TYPE" || type === "SCRIPT_TYPE") return "code";
    [all...]
  /external/wpa_supplicant/
radius_client.c 552 switch (msg->hdr->code) {
636 "(type=%d code=%d id=%d)%s - dropping packet",
637 msg_type, msg->hdr->code, msg->hdr->identifier,
  /external/zlib/contrib/masmx86/
gvmat32.asm 89 ; in zlib in the deflate_state structure since the asm code was first written
538 db 0dh,0ah,"GVMat32 optimised assembly code written 1996-98 by Gilles Vollant",0dh,0ah
847 ;;; starting the compare loop. So what this code does is skip over 0-3
944 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998",0dh,0ah

Completed in 959 milliseconds

<<81828384858687888990>>