Searched refs:code (Results 251 - 275 of 2332) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs.c116 c->code->inputs[i] = i;
120 c->code->outputs[outputs->pos] = reg++;
127 c->code->outputs[outputs->psize] = reg++;
140 c->code->outputs[outputs->color[i]] = reg++;
150 c->code->outputs[outputs->bcolor[i]] = reg++;
159 c->code->outputs[outputs->generic[i]] = reg++;
165 c->code->outputs[outputs->fog] = reg++;
169 c->code->outputs[outputs->wpos] = reg++;
217 compiler.code = &vs->code;
[all...]
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketConnectionRFC6455.java15 // You may elect to redistribute this code under either of these licenses.
306 public void closeIn(int code,String message) argument
308 LOG.debug("ClosedIn {} {} {}",this,code,message);
319 _closeCode=code;
327 closeOut(code,message);
332 _webSocket.onClose(code,message);
337 public void closeOut(int code,String message) argument
339 LOG.debug("ClosedOut {} {} {}",this,code,message);
350 _closeCode=code;
358 _webSocket.onClose(code,messag
484 close(int code, String message) argument
898 errorClose(int code, String message) argument
938 close(int code,String message) argument
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Derror_fixer.py99 code = error.code
102 if code == errors.JSDOC_PREFER_QUESTION_TO_PIPE_NULL:
121 elif code == errors.JSDOC_MISSING_OPTIONAL_TYPE:
134 elif code in (errors.MISSING_SEMICOLON_AFTER_FUNCTION,
143 elif code in (errors.ILLEGAL_SEMICOLON_AFTER_FUNCTION,
149 elif code == errors.INVALID_JSDOC_TAG:
154 elif code == errors.FILE_MISSING_NEWLINE:
158 elif code == errors.MISSING_SPACE:
168 elif code
[all...]
/external/boringssl/src/crypto/md5/asm/
H A Dmd5-x86_64.pl6 # Licence: I hereby disclaim the copyright on this code and place it
12 my $code;
22 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
23 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
24 $code .= <<EOF;
46 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
47 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
48 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
49 $code .= <<EOF;
72 $code
[all...]
/external/boringssl/src/crypto/rc4/asm/
H A Drc4-x86_64.pl28 # Opteron... For reference, 1x in this case is RC4_CHAR C-code
35 # Intel P4 EM64T core was found to run the AMD64 code really slow...
38 # compose blended code, which would perform even within 30% marginal
52 # provided that loads are reordered even more aggressively! Both code
57 # If executed on Xeon, current RC4_CHAR code-path is 2.7x faster than
58 # RC4_INT code-path. While if executed on Opteron, it's only 25%
60 # is not implemented, then this final RC4_CHAR code-path should be
65 # Intel Core2 was observed to perform poorly on both code paths:-( It
70 # fit for Core2 and therefore the code was modified to skip cloop8 on
81 # The only code pat
[all...]
/external/javassist/src/main/javassist/
H A DCtMethod.java21 * An instance of <code>CtMethod</code> represents a method.
23 * <p>See the super class <code>CtBehavior</code> since
24 * a number of useful methods are in <code>CtBehavior</code>.
25 * A number of useful factory methods are in <code>CtNewMethod</code>.
43 * added to a class with <code>CtClass.addMethod()</code>
341 compile(Bytecode code) argument
380 compile(Bytecode code) argument
401 compile(Bytecode code) argument
422 compile(Bytecode code) argument
[all...]
/external/v8/tools/sodium/
H A Dsodium.js6 // * Redistributions of source code must retain the above copyright
46 var codeEndFinder = new RegExp("^--- End code ---$");
93 var code = getCurrentCodeObject();
94 if (code.sourceBegin == -1 || code.sourceEnd == -1) return "";
95 return fileContent.substring(code.sourceBegin, code.sourceEnd);
99 var code = getCurrentCodeObject();
100 if (code.asmBegin == -1 || code
[all...]
/external/iptables/extensions/
H A Dlibip6t_icmp6.c83 " (or numeric type or type/code)\n");
94 parse_icmpv6(const char *icmpv6type, uint8_t *type, uint8_t code[]) argument
116 code[0] = icmpv6_codes[match].code_min;
117 code[1] = icmpv6_codes[match].code_max;
136 "Invalid ICMPv6 code `%s'\n",
138 code[0] = code[1] = number;
140 code[0] = 0;
141 code[1] = 0xFF;
150 icmpv6info->code[
[all...]
H A Dlibipt_icmp.c107 "[!] --icmp-type type[/code] (or numeric type or type/code)\n");
118 parse_icmp(const char *icmptype, uint8_t *type, uint8_t code[]) argument
140 code[0] = icmp_codes[match].code_min;
141 code[1] = icmp_codes[match].code_max;
160 "Invalid ICMP code `%s'\n",
162 code[0] = code[1] = number;
164 code[0] = 0;
165 code[
[all...]
/external/libvorbis/vq/
H A Ddistribution.c165 float code; local
172 while(!flag && sscanf(line,"%f",&code)==1){
174 min=max=code;
178 while(line && sscanf(line,"%f",&code)==1){
181 if(code<min)min=code;
182 if(code>max)max=code;
208 float code; local
212 while(line && sscanf(line,"%f",&code)
[all...]
/external/v8/src/ic/
H A Dic-inl.h2 // Use of this source code is governed by a BSD-style license that can be
33 // the original code instead of the address in the running code. This will
34 // cause the original code to be updated and keeps the breakpoint active in
35 // the running code.
36 Code* code = GetCode(); local
39 original_code->instruction_start() - code->instruction_start();
40 // Return the address in the original code. This is the place where
67 // constant pool for the original code instead of the breakpointed code
121 set_target(Code* code) argument
125 SetTargetAtAddress(address(), code, constant_pool()); local
130 set_target(Code* code) argument
139 set_target(Code* code) argument
147 set_target(Code* code) argument
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dcascade.py47 in turn. If one returns a status code listed in ``catch`` (by
66 code = error.code
69 code = error
70 self.catch_codes[code] = exc
80 code = int(status.split(None, 1)[0])
81 if code in self.catch_codes:
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm12x.java17 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.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 12x}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
51 * The (sz - 2) and (sz - 1) below makes this code work for
129 * The (sz - 2) and (sz - 1) below makes this code wor
[all...]
H A DForm21c.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
33 * Instruction format {@code 21c}. See the instruction format spec
37 /** {@code non-null;} unique instance of this class */
H A DForm31c.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
33 * Instruction format {@code 31c}. See the instruction format spec
37 /** {@code non-null;} unique instance of this class */
H A DForm41c.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
32 * Instruction format {@code 41c}. See the instruction format spec
36 /** {@code non-null;} unique instance of this class */
/external/elfutils/src/libdw/
H A Ddwarf_getabbrev.c67 representing the abbreviation code itself. [...] The
68 abbreviation code is followed by another unsigned LEB128
83 unsigned int code; local
84 get_uleb128 (code, abbrevp, end);
86 /* Check whether this code is already in the hash table. */
90 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
103 /* A duplicate abbrev code at a different offset,
118 abb->code = code;
149 (void) Dwarf_Abbrev_Hash_insert (&cu->abbrev_hash, abb->code, ab
[all...]
/external/libvncserver/examples/android/jni/
H A Dfbvncserver.c218 void injectKeyEvent(uint16_t code, uint16_t value) argument
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<
[all...]
/external/skia/src/animator/
H A DSkDisplayEvents.cpp5 * Use of this source code is governed by a BSD-style license that can be
59 if (evt->code != (SkKey) -1) {
60 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
104 if (evt->code != (SkKey) -1) {
105 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
/external/skia/src/core/
H A DSkError.cpp5 * Use of this source code is governed by a BSD-style license that can be
83 void SkErrorInternals::DefaultErrorCallback(SkError code, void *context) { argument
99 void SkErrorInternals::SetError(SkError code, const char *fmt, ...) { argument
100 THREAD_ERROR = code;
105 switch( code ) {
140 if (fn && code != kNoError_SkError) {
141 fn(code, THREAD_ERROR_CONTEXT);
/external/strace/
H A Dioctlsort.c9 * 1. Redistributions of source code must retain the above copyright
86 code(const struct ioctlent *e) function
96 unsigned int code1 = code((struct ioctlent *) a);
97 unsigned int code2 = code((struct ioctlent *) b);
124 * Change ioctl code of marked elements
142 if (i == 0 || code(&ioctls[i-1]) != code(&ioctls[i]) ||
145 ioctls[i].name, code(ioctls+i));
/external/v8/src/
H A Dlog.h2 // Use of this source code is governed by a BSD-style license that can be
29 // Minimal logging (no API, code, or GC sample events), default is off.
33 // --log-api, --log-code, --log-gc, and --log-regexp.
38 // --log-code
39 // Log code (create, move, and delete) events to the logfile, default is off.
40 // --log-code implies --log.
55 // tick profiler requires code events, so --prof implies --log-code.
87 V(CODE_CREATION_EVENT, "code-creation") \
88 V(CODE_DISABLE_OPT_EVENT, "code
[all...]
H A Duri.js2 // Use of this source code is governed by a BSD-style license that can be
22 function HexValueOf(code) {
24 if (code >= 48 && code <= 57) return code - 48;
26 if (code >= 65 && code <= 70) return code - 55;
28 if (code >= 97 && code <
[all...]
/external/freetype/src/gzip/
H A Dinfcodes.c41 } code; /* if LEN or DIST, where in tree */ member in union:inflate_codes_state::__anon5046
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
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog.c372 struct r500_fragment_program_code *code = &compiler->code->code.r500; local
379 for (n = 0; n < code->inst_end+1; n++) {
380 inst0 = inst = code->inst[n].inst0;
399 fprintf(stderr,"\t1:RGB_ADDR 0x%08x:", code->inst[n].inst1);
400 inst = code->inst[n].inst1;
408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2);
409 inst = code->inst[n].inst2;
415 fprintf(stderr,"\t3 RGB_INST: 0x%08x:", code
[all...]

Completed in 1406 milliseconds

<<11121314151617181920>>