| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
| cffparse.c | 40 FT_UInt code, 47 parser->object_code = code; 684 #define CFF_FIELD_NUM( code, name, id ) \ 685 CFF_FIELD( code, name, id, cff_kind_num ) 686 #define CFF_FIELD_FIXED( code, name, id ) \ 687 CFF_FIELD( code, name, id, cff_kind_fixed ) 688 #define CFF_FIELD_FIXED_1000( code, name, id ) \ 689 CFF_FIELD( code, name, id, cff_kind_fixed_thousand ) 690 #define CFF_FIELD_STRING( code, name, id ) \ 691 CFF_FIELD( code, name, id, cff_kind_string 1009 FT_UInt code; local [all...] |
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/ |
| infcodes.c | 41 } code; /* if LEN or DIST, where in tree */ member in union:inflate_codes_state::__anon14942 117 c->sub.code.need = c->lbits; 118 c->sub.code.tree = c->ltree; 121 j = c->sub.code.need; 123 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]); 144 c->sub.code.need = e; 145 c->sub.code.tree = t + t->base; 154 c->mode = BADCODE; /* invalid code */ 155 z->msg = (char*)"invalid literal/length code"; 163 c->sub.code.need = c->dbits [all...] |
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/ |
| pcfdrivr.c | 116 FT_ULong code; local 120 code = (FT_ULong)encodings[mid].enc; 122 if ( charcode == code ) 128 if ( charcode < code ) 154 FT_ULong code; local 158 code = (FT_ULong)encodings[mid].enc; 160 if ( charcode == code ) 166 if ( charcode < code )
|
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/ |
| pfrsbit.c | 300 FT_UInt middle, code; local 312 code = PFR_NEXT_USHORT( buff ); 314 code = PFR_NEXT_BYTE( buff ); 316 if ( code == char_code ) 319 if ( code < char_code )
|
| /external/libjpeg-turbo/ |
| jdhuff.c | 39 * structure assignment. You'll need to fix this code if you have 163 unsigned int code; local 165 /* Note that huffsize[] and huffcode[] are filled in code-length order, 185 /* Figure C.1: make table of Huffman code length for each symbol */ 199 /* We also validate that the counts represent a legal Huffman code tree. */ 201 code = 0; 206 huffcode[p++] = code; 207 code++; 209 /* code is now 1 more than the last code used for codelength si; bu 453 register INT32 code; local [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/libvncserver/examples/android/jni/ |
| fbvncserver.c | 218 void injectKeyEvent(uint16_t code, uint16_t value) 224 ev.code = code; 231 printf("injectKey (%d, %d)\n", code , value); 238 int code = (int)key; local 239 if (code>='0' && code<='9') { 240 scancode = (code & 0xF) - 1; 243 } else if (code>=0xFF50 && code<=0xFF58) [all...] |
| /external/libweave/src/privet/ |
| privet_handler_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 55 : code(code_in), reason(reason_in) {} 56 int code; member in struct:weave::privet::__anon16755::CodeWithReason 61 return stream << "{" << error.code << ", " << error.reason << "}"; 67 int code = 0; local 68 return dictionary.GetInteger("error.http_status", &code) && 69 code == expected.code && dictionary.GetString("error.code", &reason) && 327 "{'pairing':'code','crypto':'p224_spake2'}")) [all...] |
| security_manager.cc | 2 // Use of this source code is governed by a BSD-style license that can be 252 LOG(ERROR) << "Attempt to authenticate with invalide code."; 271 std::string code; local 275 code = GetSettings().embedded_code; 278 code = base::StringPrintf("%04i", base::RandInt(0, 9999)); 288 spake.reset(new Spakep224Exchanger(code)); 316 LOG(INFO) << "Pairing code for session " << *session_id << " is " << code; local 321 std::vector<uint8_t>{code.begin(), code.end()}) [all...] |
| /external/libxml2/ |
| error.c | 250 int code = -1; local 267 code = err->code; 272 if (code == XML_ERR_OK) 438 * @code: the code for the error 457 void *nod, int domain, int code, xmlErrorLevel level, 469 if (code == XML_ERR_OK) 547 to->code = code; [all...] |
| /external/llvm/unittests/ADT/ |
| HashingTest.cpp | 24 // Helper for test code to print hash codes. 25 void PrintTo(const hash_code &code, std::ostream *os) { 26 *os << static_cast<size_t>(code); 178 hash_code code = hash_combine_range(&all_one_c[0], &all_one_c[0] + Idx); local 180 I = code_to_size.insert(std::make_pair(code, Idx)).first; 186 hash_code code = hash_combine_range(&all_zero_c[0], &all_zero_c[0] + Idx); local 188 I = code_to_size.insert(std::make_pair(code, Idx)).first; 194 hash_code code = hash_combine_range(&all_one_int[0], &all_one_int[0] + Idx); local 196 I = code_to_size.insert(std::make_pair(code, Idx)).first; 202 hash_code code = hash_combine_range(&all_zero_int[0], &all_zero_int[0] + Idx) local [all...] |
| /external/mesa3d/src/gallium/drivers/nv50/ |
| nv50_program.h | 58 uint32_t *code; member in struct:nv50_program
|
| nv50_screen.h | 31 struct nouveau_bo *code; member in struct:nv50_screen
|
| /external/mesa3d/src/gallium/drivers/nvc0/ |
| nvc0_program.c | 534 debug_printf("shader binary code (0x%x bytes):", prog->code_size); 538 debug_printf("%08x ", prog->code[pos]); 580 prog->code = info->bin.code; 674 NOUVEAU_ERR("out of code space\n"); 696 nv50_ir_relocate_code(prog->relocs, prog->code, code_pos, lib_pos, 0); 707 NOUVEAU_BO_VRAM, prog->code_size, prog->code); 719 /* Upload code for builtin functions like integer division emulation. */ 726 const uint32_t *code; local 731 nv50_ir_get_target_library(screen->base.device->chipset, &code, &size) [all...] |
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| r500_fragprog_emit.c | 49 struct r500_fragment_program_code *code = &c->code->code.r500 78 struct r500_fragment_program_code * Code; 194 static void use_temporary(struct r500_fragment_program_code* code, unsigned int index) 196 if (index > code->max_temp_idx) 197 code->max_temp_idx = index; 200 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_source src) 211 use_temporary(code, src.Index); 227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) 627 struct r500_fragment_program_code *code = &compiler->code->code.r500; local [all...] |
| radeon_compiler.h | 114 struct rX00_fragment_program_code *code; member in struct:r300_fragment_program_compiler 133 struct r300_vertex_program_code *code; member in struct:r300_vertex_program_compiler
|
| /external/mesa3d/src/gallium/drivers/r300/ |
| r300_fs.c | 255 struct rX00_fragment_program_code *generic_code = &shader->code; 264 struct r500_fragment_program_code *code = &generic_code->code.r500; local 267 ((code->inst_end + 1) * 6) + 269 code->int_constant_count * 2; 273 OUT_CB_REG(R500_US_PIXSIZE, code->max_temp_idx); 274 OUT_CB_REG(R500_US_FC_CTRL, code->us_fc_ctrl); 275 for(i = 0; i < code->int_constant_count; i++){ 277 code->int_constants[i]); 280 R500_US_CODE_RANGE_ADDR(0) | R500_US_CODE_RANGE_SIZE(code->inst_end)) 311 struct r300_fragment_program_code *code = &generic_code->code.r300; local [all...] |
| /external/minijail/ |
| syscall_filter_unittest.c | 3 * Use of this source code is governed by a BSD-style license that can be 23 EXPECT_EQ((_block)->code, _code); \ 35 EXPECT_EQ((_block)->instrs->code, BPF_LD+BPF_W+BPF_ABS); \ 40 EXPECT_EQ((_block)->code, BPF_JMP+BPF_JA); \ 47 EXPECT_EQ((_block)->code, BPF_JMP+BPF_JA); \ 107 unsigned char code = BPF_LD+BPF_W+BPF_ABS; local 111 size_t len = set_bpf_instr(&instr, code, k, jt, jf); 114 EXPECT_EQ_BLOCK(&instr, code, k, jt, jf);
|
| /external/mockito/cglib-and-asm/src/org/mockito/asm/ |
| MethodWriter.java | 9 * 1. Redistributions of source code must retain the above copyright
157 * If not zero, indicates that the code of this method must be copied from
158 * the ClassReader associated to this writer in <code>cw.cr</code>. More
160 * <code>cw.cr.b</code>.
165 * If not zero, indicates that the code of this method must be copied from
166 * the ClassReader associated to this writer in <code>cw.cr</code>. More
168 * <code>cw.cr.b</code>. 224 private ByteVector code = new ByteVector(); field in class:MethodWriter [all...] |
| /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/ |
| BeanMap.java | 27 * A <code>Map</code>-based view of a JavaBean. The default set of keys is the 30 * be returned as <code>null</code>. Removal of objects is not a 50 * Helper method to create a new <code>BeanMap</code>. For finer 52 * <code>BeanMap.Generator</code> instead of this static method. 54 * @return a new <code>BeanMap</code> instanc 268 int code = 0; local [all...] |
| /external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/ |
| OkApacheClient.java | 80 int code = response.code(); local 82 BasicHttpResponse httpResponse = new BasicHttpResponse(HTTP_1_1, code, message);
|
| /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/ |
| WebSocketReader.java | 56 void onClose(int code, String reason); 185 int code = 0; local 191 code = buffer.readShort(); 192 if (code < 1000 || code >= 5000) { 193 throw new ProtocolException("Code must be in range [1000,5000): " + code); 198 frameCallback.onClose(code, reason);
|
| /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/ |
| WebSocketRecorder.java | 70 @Override public void onClose(int code, String reason) { 71 events.add(new Close(code, reason)); 110 public void assertClose(int code, String reason) { 111 assertEquals(new Close(code, reason), nextEvent()); 201 public final int code; field in class:WebSocketRecorder.Close 204 private Close(int code, String reason) { 205 this.code = code; 210 return "Close[" + code + " " + reason + "]"; 214 return code * 37 + reason.hashCode() [all...] |
| /external/opencv/otherlibs/highgui/ |
| grfmt_bmp.cpp | 19 // * Redistribution's of source code must retain the above copyright notice, 258 int code = m_strm.GetWord(); local 259 int len = code & 255; 260 code >>= 8; 267 clr[0] = m_palette[code >> 4]; 268 clr[1] = m_palette[code & 15]; 269 gray_clr[0] = gray_palette[code >> 4]; 270 gray_clr[1] = gray_palette[code & 15]; 284 else if( code > 2 ) // absolute mode 286 if( data + code*nch > line_end ) goto decode_rle4_bad 347 int code = m_strm.GetWord(); local [all...] |
| grfmt_pxm.cpp | 19 // * Redistribution's of source code must retain the above copyright notice, 85 int code; local 89 code = strm.GetByte(); 91 if( !isdigit(code)) 95 if( code == '#' ) 99 code = strm.GetByte(); 101 while( code != '\n' && code != '\r' ); 104 code = strm.GetByte(); 106 while( isspace(code)) 150 int code = m_strm.GetByte(); local 275 int code = ReadNumber( m_strm, INT_MAX ); local [all...] |