HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 326 - 350 of 19832) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_cn.c 33 #define GBK_ENCODE(code, assi) \
34 if ((code) == 0x2014) (assi) = 0xa1aa; \
35 else if ((code) == 0x2015) (assi) = 0xa844; \
36 else if ((code) == 0x00b7) (assi) = 0xa1a4; \
37 else if ((code) != 0x30fb && TRYMAP_ENC_COND(gbcommon, assi, code));
47 DBCHAR code; local
57 TRYMAP_ENC(gbcommon, code, c);
60 if (code & 0x8000) /* MSB set: GBK */
63 OUT1((code >> 8) | 0x80)
103 DBCHAR code; local
161 DBCHAR code; local
333 DBCHAR code; local
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_cn.c 18 /* GBK and GB2312 map differently in few code points that are listed below:
33 #define GBK_ENCODE(code, assi) \
34 if ((code) == 0x2014) (assi) = 0xa1aa; \
35 else if ((code) == 0x2015) (assi) = 0xa844; \
36 else if ((code) == 0x00b7) (assi) = 0xa1a4; \
37 else if ((code) != 0x30fb && TRYMAP_ENC_COND(gbcommon, assi, code));
47 DBCHAR code; local
57 TRYMAP_ENC(gbcommon, code, c);
60 if (code & 0x8000) /* MSB set: GBK *
103 DBCHAR code; local
161 DBCHAR code; local
333 DBCHAR code; local
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
_codecs_cn.c 18 /* GBK and GB2312 map differently in few code points that are listed below:
43 #define GBK_ENCODE(code, assi) \
44 if ((code) == 0x2014) { \
46 } else if ((code) == 0x2015) { \
48 } else if ((code) == 0x00b7) { \
50 } else if ((code) != 0x30fb && TRYMAP_ENC(gbcommon, assi, code)) { \
62 DBCHAR code; local
74 if (TRYMAP_ENC(gbcommon, code, c))
79 if (code & 0x8000) /* MSB set: GBK *
123 DBCHAR code; local
184 DBCHAR code; local
348 DBCHAR code; local
    [all...]
  /external/e2fsprogs/lib/ss/
test_ss.c 86 int c, code; local
108 (char *)NULL, &test_cmds, &code);
109 if (code) {
110 ss_perror(sci_idx, code, "creating invocation");
114 (void) ss_add_request_table (sci_idx, &ss_std_requests, 1, &code);
115 if (code) {
116 ss_perror (sci_idx, code, "adding standard requests");
124 code = ss_execute_line(sci_idx, request);
125 if (code) {
126 ss_perror(sci_idx, code, request)
    [all...]
  /external/v8/src/compiler/
c-linkage.cc 2 // Use of this source code is governed by a BSD-style license that can be
18 return LinkageLocation::ForRegister(reg.code(), type);
42 (1 << xmm6.code()) | (1 << xmm7.code()) | (1 << xmm8.code()) | \
43 (1 << xmm9.code()) | (1 << xmm10.code()) | (1 << xmm11.code()) | \
44 (1 << xmm12.code()) | (1 << xmm13.code()) | (1 << xmm14.code()) |
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 13 1. Redistributions of source code must retain the above copyright
33 /** Walk a grammar and generate code by gradually building up
375 if ( $rST.code != null )
377 recognizerST.add("rules", $rST.code);
378 outputFileST.add("rules", $rST.code);
379 headerFileST.add("rules", $rST.code);
396 rule returns [ST code=null]
409 // For syn preds, we don't want any AST code etc... in there.
435 $b.code.add("description", description);
461 $code = templates.getInstanceOf(stName)
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowUriMatcher.java 17 public int code = UriMatcher.NO_MATCH; field in class:ShadowUriMatcher.MatchNode
22 public MatchNode(int code) {
23 this.code = code;
29 public void __constructor__(int code) {
30 rootNode = new MatchNode(code);
34 public void addURI(String authority, String path, int code) {
37 authNode = new MatchNode(rootNode.code);
42 addNodes(authNode, Arrays.asList(segments), code);
51 return rootNode.code;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.h 39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code);
45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code);
46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code);
47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code);
51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
62 *code = stream->curr_word >> (32 - nbits);
69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code)
78 *code = stream->curr_word >> 17;
83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code)
92 *code = stream->curr_word >> 19
97 uint code; local
112 uint code; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
cpu-ia64-opc.c 21 /* Logically, this code should be part of libopcode but since some of
23 relocations, this code is included as part of cpu-ia64.c. This
36 ia64_insn value ATTRIBUTE_UNUSED, ia64_insn *code ATTRIBUTE_UNUSED)
43 ia64_insn code ATTRIBUTE_UNUSED, ia64_insn *valuep ATTRIBUTE_UNUSED)
50 ia64_insn value ATTRIBUTE_UNUSED, ia64_insn *code ATTRIBUTE_UNUSED)
57 ia64_insn code ATTRIBUTE_UNUSED, ia64_insn *valuep ATTRIBUTE_UNUSED)
63 ins_reg (const struct ia64_operand *self, ia64_insn value, ia64_insn *code)
68 *code |= value << self->field[0].shift;
73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep)
75 *valuep = ((code >> self->field[0].shift
    [all...]
  /external/capstone/suite/
fuzz.py 3 # Simple fuzzing tool by disassembling random code. By Nguyen Anh Quynh, 2014
22 # file providing code to disassemble
56 code = f.read(size)
57 if len(code) != size: # reached end-of-file?
62 return code
65 def cs(md, code):
66 insns = md.disasm(code, 0)
72 def cs_lite(md, code):
73 insns = md.disasm_lite(code, 0)
102 code = get_code(cfile, j * ii variable
115 code = get_code(cfile, j * ii) variable
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/examples/
HelloWorldMaker.java 19 import com.android.dx.Code;
46 // Execute our newly-generated code in-process.
69 // Declare that method on the dexMaker. Use the returned Code instance
71 Code code = dexMaker.declare(hello, Modifier.STATIC | Modifier.PUBLIC); local
74 Local<Integer> a = code.newLocal(TypeId.INT);
75 Local<Integer> b = code.newLocal(TypeId.INT);
76 Local<Integer> c = code.newLocal(TypeId.INT);
77 Local<String> s = code.newLocal(TypeId.STRING);
78 Local<PrintStream> localSystemOut = code.newLocal(printStreamType)
    [all...]
  /external/libcxx/test/std/re/re.badexp/
regex_error.pass.cpp 18 // regex_constants::error_type code() const;
29 assert(e.code() == std::regex_constants::error_collate);
34 assert(e.code() == std::regex_constants::error_ctype);
39 assert(e.code() == std::regex_constants::error_escape);
45 assert(e.code() == std::regex_constants::error_backref);
50 assert(e.code() == std::regex_constants::error_brack);
55 assert(e.code() == std::regex_constants::error_paren);
60 assert(e.code() == std::regex_constants::error_brace);
65 assert(e.code() == std::regex_constants::error_badbrace);
70 assert(e.code() == std::regex_constants::error_range)
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
StatusLineTest.java 30 int code = 200; local
31 StatusLine statusLine = StatusLine.parse("HTTP/1." + version + " " + code + " " + message);
34 assertEquals(code, statusLine.code);
39 int code = 503; local
40 StatusLine statusLine = StatusLine.parse("HTTP/1." + version + " " + code + " ");
43 assertEquals(code, statusLine.code);
53 int code = 503; local
54 StatusLine statusLine = StatusLine.parse("HTTP/1." + version + " " + code);
    [all...]
  /external/selinux/libselinux/src/
compute_create.c 16 int code; local
24 code = *objname++;
26 if (isalnum(code) || code == '\0' || code == '-' ||
27 code == '.' || code == '_' || code == '~') {
30 buffer[offset++] = code;
31 } else if (code == ' ')
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cbsearch.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
67 code[] -- array of type Word16 -- Innovative codebook, Q13
101 PSEUDO-CODE
107 When the code is written for a specific target processor the
181 ; FUNCTION CODE
192 Word16 code[], /* o : Innovative codebook, Q13 */
219 code,
234 code,
249 code,
264 code,
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.badexp/
regex_error.pass.cpp 18 // regex_constants::error_type code() const;
29 assert(e.code() == std::regex_constants::error_collate);
34 assert(e.code() == std::regex_constants::error_ctype);
39 assert(e.code() == std::regex_constants::error_escape);
45 assert(e.code() == std::regex_constants::error_backref);
50 assert(e.code() == std::regex_constants::error_brack);
55 assert(e.code() == std::regex_constants::error_paren);
60 assert(e.code() == std::regex_constants::error_brace);
65 assert(e.code() == std::regex_constants::error_badbrace);
70 assert(e.code() == std::regex_constants::error_range)
    [all...]
  /external/nos/test/system-test-harness/src/
avb_tests.cc 120 int code; local
130 code = Reset(client.get(), ResetRequest::LOCKS, NULL, 0);
131 ASSERT_NO_ERROR(code, "");
224 int code = EVP_DigestSignFinal(&md_ctx, signature, &siglen); local
225 if (!code) {
241 int code; local
246 code = service.Load(request, &response);
247 if (code == APP_SUCCESS) {
251 return code;
303 int code; local
345 int code; local
406 int code; local
451 int code; local
554 int code; local
612 int code; local
654 int code, i; local
692 int code; local
737 int code; local
767 int code; local
844 int code; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
copy_reg.py 57 # Python code for object.__reduce_ex__ for protocols 0 and 1
145 # if it is a registered extension code for it. Extension codes are
151 _extension_registry = {} # key -> code
152 _inverted_registry = {} # code -> key
153 _extension_cache = {} # code -> object
157 def add_extension(module, name, code):
158 """Register an extension code."""
159 code = int(code)
160 if not 1 <= code <= 0x7fffffff:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
copy_reg.py 57 # Python code for object.__reduce_ex__ for protocols 0 and 1
145 # if it is a registered extension code for it. Extension codes are
151 _extension_registry = {} # key -> code
152 _inverted_registry = {} # code -> key
153 _extension_cache = {} # code -> object
157 def add_extension(module, name, code):
158 """Register an extension code."""
159 code = int(code)
160 if not 1 <= code <= 0x7fffffff:
    [all...]
  /external/python/cpython2/Lib/
copy_reg.py 57 # Python code for object.__reduce_ex__ for protocols 0 and 1
145 # if it is a registered extension code for it. Extension codes are
151 _extension_registry = {} # key -> code
152 _inverted_registry = {} # code -> key
153 _extension_cache = {} # code -> object
157 def add_extension(module, name, code):
158 """Register an extension code."""
159 code = int(code)
160 if not 1 <= code <= 0x7fffffff
    [all...]
  /external/python/cpython3/Lib/
copyreg.py 52 # Python code for object.__reduce_ex__ for protocols 0 and 1
146 # if it is a registered extension code for it. Extension codes are
152 _extension_registry = {} # key -> code
153 _inverted_registry = {} # code -> key
154 _extension_cache = {} # code -> object
158 def add_extension(module, name, code):
159 """Register an extension code."""
160 code = int(code)
161 if not 1 <= code <= 0x7fffffff
    [all...]
  /external/tensorflow/tensorflow/core/framework/
resource_op_kernel_test.cc 50 int code; member in class:tensorflow::__anon39591::StubResource
65 return GetNodeAttr(def(), "code", &(*resource)->code);
69 int code; variable
70 TF_RETURN_IF_ERROR(GetNodeAttr(def(), "code", &code));
71 if (code != resource->code) {
72 return errors::InvalidArgument("stub has code ", resource->code,
134 const int code = -100; local
159 const int code = -201; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
copy_reg.py 57 # Python code for object.__reduce_ex__ for protocols 0 and 1
145 # if it is a registered extension code for it. Extension codes are
151 _extension_registry = {} # key -> code
152 _inverted_registry = {} # code -> key
153 _extension_cache = {} # code -> object
157 def add_extension(module, name, code):
158 """Register an extension code."""
159 code = int(code)
160 if not 1 <= code <= 0x7fffffff
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
copy_reg.py 57 # Python code for object.__reduce_ex__ for protocols 0 and 1
145 # if it is a registered extension code for it. Extension codes are
151 _extension_registry = {} # key -> code
152 _inverted_registry = {} # code -> key
153 _extension_cache = {} # code -> object
157 def add_extension(module, name, code):
158 """Register an extension code."""
159 code = int(code)
160 if not 1 <= code <= 0x7fffffff
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy_reg.py 57 # Python code for object.__reduce_ex__ for protocols 0 and 1
145 # if it is a registered extension code for it. Extension codes are
151 _extension_registry = {} # key -> code
152 _inverted_registry = {} # code -> key
153 _extension_cache = {} # code -> object
157 def add_extension(module, name, code):
158 """Register an extension code."""
159 code = int(code)
160 if not 1 <= code <= 0x7fffffff
    [all...]

Completed in 1624 milliseconds

<<11121314151617181920>>