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

1 2 3 4 5 6 78 91011>>

  /external/qemu/
disas.h 7 void disas(FILE *out, void *code, unsigned long size);
8 void target_disas(FILE *out, target_ulong code, target_ulong size, int flags);
  /external/tcpdump/
print-eap.c 5 * modification, are permitted provided that: (1) source code distributions
7 * distributions including binary code include the above copyright notice and
43 unsigned char code; member in struct:eap_packet_t
62 ND_PRINT((ndo, "EAP code=%u id=%u length=%u ",
63 eap->code, eap->id, (eap->length[0]<<8) + eap->length[1]));
  /external/v8/src/
liveedit.cc 6 // * Redistributions of source code must retain the above copyright
56 void FunctionCode(Handle<Code> function_code) {
73 void LiveEditFunctionTracker::RecordFunctionCode(Handle<Code> code) {
75 active_function_info_listener->FunctionCode(code);
contexts.cc 6 // * Redistributions of source code must retain the above copyright
123 Handle<Code> code(context->closure()->code());
125 int index = ScopeInfo<>::ContextSlotIndex(*code, *name, &mode);
153 int param_index = ScopeInfo<>::ParameterIndex(*code, *name);
157 ScopeInfo<>::ContextSlotIndex(*code,
173 int index = ScopeInfo<>::FunctionContextSlotIndex(*code, *name);
219 Handle<Code> code(context->closure()->code())
    [all...]
compiler.cc 6 // * Redistributions of source code must retain the above copyright
47 static Handle<Code> MakeCode(Handle<Context> context, CompilationInfo* info) {
54 return Handle<Code>::null();
79 return Handle<Code>::null();
82 // Generate code and return it. Code generator selection is governed by
84 // run-once code or not:
86 // --full-compiler enables the dedicated backend for code we expect to be
89 // non-run-once code)
148 it.frame()->pc() - it.frame()->code()->instruction_start())
181 Handle<Code> code = MakeCode(context, &info); local
388 Handle<Code> code = MakeCode(Handle<Context>::null(), info); local
441 Handle<Code> code; local
    [all...]
disassembler.cc 6 // * Redistributions of source code must retain the above copyright
30 #include "code-stubs.h"
58 explicit V8NameConverter(Code* code) : code_(code) {}
61 Code* code() const { return code_; } function in class:v8::internal::V8NameConverter
63 Code* code_;
78 // print as code offset, if it seems reasonable
90 // The V8NameConverter is used for well known code, so we can "safely
233 Code* code = Code::GetCodeFromTargetAddress(relocinfo.target_address()); local
    [all...]
  /external/webkit/WebCore/dom/
EventException.idl 8 * 1. Redistributions of source code must retain the above copyright
36 readonly attribute unsigned short code;
RangeException.idl 24 readonly attribute unsigned short code;
  /external/webkit/WebCore/platform/win/
KeyEventWin.cpp 7 * 1. Redistributions of source code must retain the above copyright
145 static bool isKeypadEvent(WPARAM code, LPARAM keyData, PlatformKeyboardEvent::Type type)
150 switch (code) {
189 PlatformKeyboardEvent::PlatformKeyboardEvent(HWND, WPARAM code, LPARAM keyData, Type type, bool systemKey)
191 , m_text((type == Char) ? singleCharacterString(code) : String())
192 , m_unmodifiedText((type == Char) ? singleCharacterString(code) : String())
193 , m_keyIdentifier((type == Char) ? String() : keyIdentifierForWindowsKeyCode(code))
195 , m_windowsVirtualKeyCode((type == RawKeyDown || type == KeyUp) ? code : 0)
197 , m_isKeypad(isKeypadEvent(code, keyData, type))
  /external/webkit/WebCore/xml/
XMLHttpRequestException.idl 8 * 1. Redistributions of source code must retain the above copyright
35 readonly attribute unsigned short code;
XPathException.idl 8 * 1. Redistributions of source code must retain the above copyright
35 readonly attribute unsigned short code;
  /frameworks/base/core/java/android/webkit/
PluginData.java 28 * status code. The PluginData class is the container for all these
53 * The associated HTTP response code.
64 * @param length The HTTP response status code.
74 int code) {
78 mStatusCode = code;
124 * Returns the HTTP status code for the response.
126 * @return The HTTP statue code, e.g 200.
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SuppServiceNotification.java 30 public int code; field in class:SuppServiceNotification
64 + " code: " + code
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
KeyboardListPreferenceJAJP.java 26 * This class notices to {@code OpenWnnJAJP} that the keyboard image is changed.
46 int code = OpenWnnEvent.CHANGE_INPUT_VIEW; local
47 OpenWnnEvent ev = new OpenWnnEvent(code);
  /system/extras/tests/sdcard/
sysutil.h 8 * * Redistributions of source code must retain the above copyright
107 // @param code:
111 void syncAndDropCaches(int code = 3);
115 // @param code:
119 void fsyncAndDropCaches(int fd, int code = 3);
  /external/bluetooth/glib/tests/
gen-casemap-txt.pl 34 use vars qw($CODE $NAME $CATEGORY $COMBINING_CLASSES $BIDI_CATEGORY $DECOMPOSITION $DECIMAL_VALUE $DIGIT_VALUE $NUMERIC_VALUE $MIRRORED $OLD_NAME $COMMENT $UPPER $LOWER $TITLE $BREAK_CODE $BREAK_CATEGORY $BREAK_NAME $CASE_CODE $CASE_LOWER $CASE_TITLE $CASE_UPPER $CASE_CONDITION);
37 $CODE = 0;
74 printf STDERR ("Entry for $fields[$CODE] has wrong number of fields (%d)\n", $#fields);
77 $code = hex ($fields[$CODE]);
79 if ($code > $last_code + 1)
95 for (++$last_code; $last_code < $code; ++$last_code)
97 $gfields{$CODE} = sprintf ("%04x", $last_code);
101 &process_one ($code, @fields);
102 $last_code = $code;
    [all...]
gen-casefold-txt.pl 69 my $code = hex ($raw_code);
81 printf ("%s\t%s\n", pack ("U", $code), pack ("U*", @values));
  /external/icu4c/tools/gencase/
gencase.c 50 * Add code points from case mappings/foldings in
68 /* TODO: more common code, move functions to uparse.h|c */
160 fprintf(stderr, "gencase error: unable to set %s, code: %s\n",
424 /* get code point */
425 specialCasings[specialCasingCount].code=(UChar32)uprv_strtoul(u_skipWhitespace(fields[0][0]), &end, 16);
456 uset_add(caseSensitive, (UChar32)specialCasings[specialCasingCount].code);
471 return ((const SpecialCasing *)left)->code-((const SpecialCasing *)right)->code;
485 /* sort the special casing entries by code point */
494 /* replace multiple entries for any code point by one "complex" one *
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
SimException.java 17 package com.android.dx.cf.code;
  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 19 import com.android.dx.dex.code.PositionList;
  /dalvik/dx/src/com/android/dx/dex/code/
CatchBuilder.java 17 package com.android.dx.dex.code;
30 * @return {@code non-null;} the constructed table
45 * @return {@code non-null;} the set of catch types
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form10t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
25 * Instruction format {@code 10t}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
Form20t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
25 * Instruction format {@code 20t}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
Form30t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
25 * Instruction format {@code 30t}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
  /dalvik/dx/src/com/android/dx/rop/code/
ConservativeTranslationAdvice.java 17 package com.android.dx.rop.code;
21 * {@code false} to all methods.
25 /** {@code non-null;} standard instance of this class */

Completed in 1307 milliseconds

1 2 3 4 5 6 78 91011>>