HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 201 - 225 of 9702) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
ErrorCode.java 49 public static ErrorCode fromSpdy3Rst(int code) {
51 if (errorCode.spdyRstCode == code) return errorCode;
56 public static ErrorCode fromHttp2(int code) {
58 if (errorCode.httpCode == code) return errorCode;
63 public static ErrorCode fromSpdyGoAway(int code) {
65 if (errorCode.spdyGoAwayCode == code) return errorCode;
  /external/qemu/android/
user-events-qemu.c 32 user_event_key(unsigned code, unsigned down)
34 if(code == 0) {
38 printf(">> KEY [0x%03x,%s]\n", (code & 0x1ff), down ? "down" : " up " );
40 user_event_keycode((code & 0x1ff) | (down ? 0x200 : 0));
60 user_event_generic(int type, int code, int value)
63 generic_event_callback(generic_event_opaque, type, code, value);
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/
types.py 33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
58 if (type_.code != gdb.TYPE_CODE_STRUCT and
59 type_.code != gdb.TYPE_CODE_UNION):
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CodeAddress.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpecList;
20 import com.android.dexgen.rop.code.SourcePosition;
23 * Pseudo-instruction which is used to track an address within a code
25 * exception handler ranges. Its code size is zero, and so instances
32 * unknown ({@code -1}).
34 * @param position {@code non-null;} source position
55 return "code-address";
  /external/apache-http/src/org/apache/http/
HttpResponse.java 55 * @return the status line, or <code>null</code> if not yet set
72 * @param code the status code
74 void setStatusLine(ProtocolVersion ver, int code);
80 * @param code the status code
81 * @param reason the reason phrase, or <code>null</code> to omit
83 void setStatusLine(ProtocolVersion ver, int code, String reason)
    [all...]
  /external/chromium_org/remoting/client/plugin/
normalizing_input_filter_cros.cc 2 // Use of this source code is governed by a BSD-style license that can be
14 static bool IsOsKey(unsigned int code) {
17 return code == kUsbLeftOsKey || code == kUsbRightOsKey;
21 static bool IsRewrittenFunctionKey(unsigned int code) {
24 return code >= kUsbFunctionKeyMin && code <= kUsbFunctionKeyMax;
28 static bool IsRewrittenExtendedKey(unsigned int code) {
31 return code >= kUsbExtendedKeyMin && code <= kUsbExtendedKeyMax
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
literals-assignment.js 6 // * Redistributions of source code must retain the above copyright
34 var code = "(function() {\ variable
39 assertEquals(8, eval(code));
41 code = "(function() {\
46 assertEquals("abc", eval(code));
50 code = "(function() {\
55 assertEquals(8, eval(code));
58 code = "(function() {\
63 assertEquals(8, eval(code));
66 code = "(function() {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CodeAddress.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
23 * Pseudo-instruction which is used to track an address within a code
25 * exception handler ranges. Its code size is zero, and so instances
32 * unknown ({@code -1}).
34 * @param position {@code non-null;} source position
55 return "code-address";
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
erroroutput.py 33 error_code = '%04d' % error.code
46 code = 'E:%04d' % error.code
52 return '%s%s: %s' % (line, code, error.message)
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
brlapi_keycode_map.cc 2 // Use of this source code is governed by a BSD-style license that can be
32 void MapModifierFlags(brlapi_keyCode_t code, KeyEvent* event) {
33 if (code & BRLAPI_KEY_FLG_CONTROL)
35 if (code & BRLAPI_KEY_FLG_META)
37 if (code & BRLAPI_KEY_FLG_SHIFT)
45 void MapKeySym(brlapi_keyCode_t code, KeyEvent* event) {
46 brlapi_keyCode_t key_sym = code & BRLAPI_KEY_CODE_MASK;
111 MapModifierFlags(code, event);
115 void MapCommand(brlapi_keyCode_t code, KeyEvent* event) {
116 brlapi_keyCode_t argument = code & BRLAPI_KEY_CMD_ARG_MASK
    [all...]
  /external/chromium_org/content/public/common/
speech_recognition_error.h 2 // Use of this source code is governed by a BSD-style license that can be
24 SpeechRecognitionErrorCode code; member in struct:content::SpeechRecognitionError
28 : code(SPEECH_RECOGNITION_ERROR_NONE),
32 : code(code_value),
37 : code(code_value),
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
erroroutput.py 33 error_code = '%04d' % error.code
46 code = 'E:%04d' % error.code
52 return '%s%s: %s' % (line, code, error.message)
  /external/elfutils/0.153/libdw/
dwarf_whatattr.c 1 /* Return attribute code of given attribute.
20 additional right to link the code of Red Hat elfutils with code licensed
23 distribution of source code with any binary distribution and to
24 distribute linked combinations of the two. Non-GPL Code permitted under
25 this exception must only link to the code of Red Hat elfutils through
27 found in the source code files (the "Approved Interfaces"). The files
28 of Non-GPL Code may instantiate templates or use macros or inline
35 License in all respects for all of the Red Hat elfutils code and other
36 code used in conjunction with Red Hat elfutils except the Non-GPL Cod
    [all...]
  /external/smack/src/org/xbill/DNS/
GenericEDNSOption.java 18 GenericEDNSOption(int code) {
19 super(code);
27 GenericEDNSOption(int code, byte [] data) {
28 super(code);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_acelp_4p_in_64.cpp 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
55 int16 code[] (o) Q9: algebraic (fixed) codebook excitation
82 PSEUDO-CODE
123 void add_pulses(int16 pos[], int16 nb_pulse, int16 track, int16 code[]);
145 ; FUNCTION CODE
157 int16 code[] /* (o) Q9: algebraic (fixed) codebook excitation */
162 pv_memset(code, 0, L_CODE*sizeof(*code));
174 add_pulses(pos, 1, k, code);
183 add_pulses(pos, 2, k, code);
    [all...]
  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 28 public static boolean isError(int code) {
29 if (code < 0) {
36 public static String asString(int code) {
37 switch (code) {
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java 19 import com.android.dx.cf.code.ByteCatchList;
20 import com.android.dx.cf.code.BytecodeArray;
25 * Attribute class for standard {@code Code} attributes.
28 /** {@code non-null;} attribute name for attributes of this type */
29 public static final String ATTRIBUTE_NAME = "Code";
31 /** {@code >= 0;} the stack size */
34 /** {@code >= 0;} the number of locals */
37 /** {@code non-null;} array containing the bytecode per se */
38 private final BytecodeArray code; field in class:AttCode
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
KeyboardShortcut.js 9 * 1. Redistributions of source code must retain the above copyright
59 /** @typedef {!{code: number, name: (string|!Object.<string, string>)}} */
64 Backspace: { code: 8, name: "\u21a4" },
65 Tab: { code: 9, name: { mac: "\u21e5", other: "Tab" } },
66 Enter: { code: 13, name: { mac: "\u21a9", other: "Enter" } },
67 Ctrl: { code: 17, name: "Ctrl" },
68 Esc: { code: 27, name: { mac: "\u238b", other: "Esc" } },
69 Space: { code: 32, name: "Space" },
70 PageUp: { code: 33, name: { mac: "\u21de", other: "PageUp" } }, // also NUM_NORTH_EAST
71 PageDown: { code: 34, name: { mac: "\u21df", other: "PageDown" } }, // also NUM_SOUTH_EAS
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_copy_reg.py 46 mod, func, code = 'junk1 ', ' junk2', 0xabcd
47 e = ExtensionSaver(code)
51 mod, func, code)
52 copy_reg.add_extension(mod, func, code)
54 self.assertTrue(copy_reg._extension_registry[mod, func] == code)
55 self.assertTrue(copy_reg._inverted_registry[code] == (mod, func))
57 self.assertNotIn(code, copy_reg._extension_cache)
59 copy_reg.add_extension(mod, func, code) # shouldn't blow up
60 # Conflicting code.
62 mod, func, code + 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_copy_reg.py 46 mod, func, code = 'junk1 ', ' junk2', 0xabcd
47 e = ExtensionSaver(code)
51 mod, func, code)
52 copy_reg.add_extension(mod, func, code)
54 self.assertTrue(copy_reg._extension_registry[mod, func] == code)
55 self.assertTrue(copy_reg._inverted_registry[code] == (mod, func))
57 self.assertNotIn(code, copy_reg._extension_cache)
59 copy_reg.add_extension(mod, func, code) # shouldn't blow up
60 # Conflicting code.
62 mod, func, code + 1
    [all...]
  /external/libunwind/src/ia64/
unwind_decoder.h 51 * UNW_DEC_BAD_CODE(code)
107 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg)
124 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg)
142 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg)
162 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg)
183 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg)
185 int body = (code & 0x20) != 0;
188 rlen = (code & 0x1f);
194 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg)
201 mask = ((code & 0x7) << 1) | ((byte1 >> 7) & 1)
449 unsigned char code, primary; local
    [all...]
  /external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java 26 * Permission given by <CITE>wbrogden</CITE> for code to be used anywhere.
54 * The max code length for metaphone is 4
72 * @param txt String to find the metaphone code for
73 * @return A metaphone code corresponding to the String supplied
88 StringBuffer code = new StringBuffer(10) ; // output local
130 while ((code.length() < this.getMaxCodeLen()) &&
131 (n < wdsz) ) { // max code size of 4 works well
140 code.append(symb);
148 code.append(symb);
158 code.append('X');
    [all...]

Completed in 1007 milliseconds

1 2 3 4 5 6 7 891011>>