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

<<11121314151617181920>>

/external/valgrind/main/none/tests/mips32/
H A DSignalException.c14 int code; member in struct:test
30 static int testcode(int code, int want) argument
32 if (code != want) {
33 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
44 ok = ok && testcode(si->si_code, curr_test->code);
88 #define T(n, sig, code) { test##n, sig, code }
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_fs.c255 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
311 struct r300_fragment_program_code *code = &generic_code->code.r300; local
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c255 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
311 struct r300_fragment_program_code *code = &generic_code->code.r300; local
[all...]
/external/vixl/src/a64/
H A Dsimulator-a64.h7 // * Redistributions of source code must retain the above copyright notice,
211 inline T reg(unsigned size, unsigned code, argument
216 VIXL_ASSERT(code < kNumberOfRegisters);
218 if ((code == 31) && (r31mode == Reg31IsZeroRegister)) {
223 return registers_[code].Get<T>(size_in_bytes);
228 inline T reg(unsigned code, Reg31Mode r31mode = Reg31IsZeroRegister) const {
229 return reg<T>(sizeof(T) * 8, code, r31mode);
233 inline int32_t wreg(unsigned code,
235 return reg<int32_t>(code, r31mode);
238 inline int64_t xreg(unsigned code,
[all...]
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dsinglesigner.js2 // Use of this source code is governed by a BSD-style license that can be
16 * code: number,
315 * @param {number} code the result of the sign operation
320 function(challengeIndex, code, opt_info) {
322 ', challenge ' + challengeIndex + ' yielded ' + code.toString(16)));
331 if (code == DeviceStatusCodes.WRONG_DATA_STATUS ||
332 code == DeviceStatusCodes.WRONG_LENGTH_STATUS) {
336 this.cachedError_[challenge.keyHandle] = code;
342 switch (code) {
344 this.goToError_(code);
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Djerror.h28 #define JMESSAGE(code,string)
36 #define JMESSAGE(code,string) code ,
40 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
42 /* For maintenance convenience, list is alphabetical by message code name */
67 JMESSAGE(JERR_BAD_POOL_ID, "Invalid memory pool code %d")
95 JMESSAGE(JERR_HUFF_CLEN_OVERFLOW, "Huffman code size table overflow")
96 JMESSAGE(JERR_HUFF_MISSING_CODE, "Missing Huffman code table entry")
185 JMESSAGE(JWRN_ADOBE_XFORM, "Unknown Adobe color transform code %d")
187 JMESSAGE(JWRN_ARITH_BAD_CODE, "Corrupt JPEG data: bad arithmetic code")
[all...]
/external/jpeg/
H A Djerror.h27 #define JMESSAGE(code,string)
35 #define JMESSAGE(code,string) code ,
39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
41 /* For maintenance convenience, list is alphabetical by message code name */
57 JMESSAGE(JERR_BAD_POOL_ID, "Invalid memory pool code %d")
85 JMESSAGE(JERR_HUFF_CLEN_OVERFLOW, "Huffman code size table overflow")
86 JMESSAGE(JERR_HUFF_MISSING_CODE, "Missing Huffman code table entry")
172 JMESSAGE(JWRN_ADOBE_XFORM, "Unknown Adobe color transform code %d")
178 JMESSAGE(JWRN_HUFF_BAD_CODE, "Corrupt JPEG data: bad Huffman code")
[all...]
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djerror.h27 #define JMESSAGE(code,string)
35 #define JMESSAGE(code,string) code ,
39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
41 /* For maintenance convenience, list is alphabetical by message code name */
57 JMESSAGE(JERR_BAD_POOL_ID, "Invalid memory pool code %d")
85 JMESSAGE(JERR_HUFF_CLEN_OVERFLOW, "Huffman code size table overflow")
86 JMESSAGE(JERR_HUFF_MISSING_CODE, "Missing Huffman code table entry")
172 JMESSAGE(JWRN_ADOBE_XFORM, "Unknown Adobe color transform code %d")
178 JMESSAGE(JWRN_HUFF_BAD_CODE, "Corrupt JPEG data: bad Huffman code")
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djerror.h27 #define JMESSAGE(code,string)
35 #define JMESSAGE(code,string) code ,
39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
41 /* For maintenance convenience, list is alphabetical by message code name */
57 JMESSAGE(JERR_BAD_POOL_ID, "Invalid memory pool code %d")
85 JMESSAGE(JERR_HUFF_CLEN_OVERFLOW, "Huffman code size table overflow")
86 JMESSAGE(JERR_HUFF_MISSING_CODE, "Missing Huffman code table entry")
172 JMESSAGE(JWRN_ADOBE_XFORM, "Unknown Adobe color transform code %d")
178 JMESSAGE(JWRN_HUFF_BAD_CODE, "Corrupt JPEG data: bad Huffman code")
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djerror.h27 #define JMESSAGE(code,string)
35 #define JMESSAGE(code,string) code ,
39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
41 /* For maintenance convenience, list is alphabetical by message code name */
57 JMESSAGE(JERR_BAD_POOL_ID, "Invalid memory pool code %d")
85 JMESSAGE(JERR_HUFF_CLEN_OVERFLOW, "Huffman code size table overflow")
86 JMESSAGE(JERR_HUFF_MISSING_CODE, "Missing Huffman code table entry")
172 JMESSAGE(JWRN_ADOBE_XFORM, "Unknown Adobe color transform code %d")
178 JMESSAGE(JWRN_HUFF_BAD_CODE, "Corrupt JPEG data: bad Huffman code")
[all...]
/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java41 * forwarded and then <code>invoke()</code> is called on the method handler
45 * <p>For example, if the following code is executed,
69 * <code>mi</code> and prints a message before executing the originally called method
70 * <code>bar()</code> in <code>Foo</code>.
76 * <p>The last three lines of the code show
1192 addLoadParameters(Bytecode code, Class[] params, int offset) argument
1202 addLoad(Bytecode code, int n, Class type) argument
1223 addReturn(Bytecode code, Class type) argument
1248 makeParameterList(Bytecode code, Class[] params) argument
1268 makeWrapper(Bytecode code, Class type, int regno) argument
1282 callFind2Methods(Bytecode code, String superMethod, String thisMethod, int index, String desc, int arrayVar) argument
1301 addUnwrapper(Bytecode code, Class type) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoItem.java19 import com.android.dx.dex.code.DalvCode;
20 import com.android.dx.dex.code.DalvInsnList;
21 import com.android.dx.dex.code.LocalList;
22 import com.android.dx.dex.code.PositionList;
35 /** {@code non-null;} the code this item represents */
36 private final DalvCode code; field in class:DebugInfoItem
43 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { argument
47 if (code == null) {
48 throw new NullPointerException("code
[all...]
/external/chromium_org/chrome/test/chromedriver/js/
H A Dexecute_async_script.js2 // Use of this source code is governed by a BSD-style license that can be
69 var code = isUserSupplied ? StatusCode.JAVASCRIPT_ERROR :
70 (error.code || StatusCode.UNKNOWN_ERROR);
75 report(code, message);
90 var code = isUserSupplied ? StatusCode.SCRIPT_TIMEOUT :
94 report(code, errorMsg);
/external/chromium_org/chrome/test/chromedriver/net/
H A Dwebsocket.h2 // Use of this source code is governed by a BSD-style license that can be
49 void OnSocketConnect(int code);
52 void OnWrite(int code);
56 void OnRead(int code);
60 void InvokeConnectCallback(int code);
61 void Close(int code);
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dstatus.cc2 // Use of this source code is governed by a BSD-style license that can be
19 Status::Status(Code code, const Slice& msg, const Slice& msg2) { argument
20 assert(code != kOk);
26 result[4] = static_cast<char>(code);
42 switch (code()) {
62 snprintf(tmp, sizeof(tmp), "Unknown code(%d): ",
63 static_cast<int>(code()));
/external/chromium_org/v8/test/mjsunit/
H A Denumeration-order.js6 // * Redistributions of source code must retain the above copyright
49 var code = "{ ";
50 for (var i = 0; i < size-1; i++) code += " a_" + i + " : " + (i + 1) + ", ";
51 code += "a_" + (size - 1) + " : " + size;
52 code += " }";
53 eval("var a = " + code);
/external/chromium_org/v8/tools/testrunner/server/
H A Dsignatures.py6 # * Redistributions of source code must retain the above copyright
41 code = subprocess.call("openssl dgst -out %s -sign %s %s" %
44 if code != 0: return [None, code]
56 code = subprocess.call("openssl dgst -verify %s -signature %s %s" %
59 matched = (code == 0)
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalSnapshot.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.RegisterSpecSet;
22 import com.android.dx.rop.code.SourcePosition;
30 /** {@code non-null;} local state associated with this instance */
35 * unknown ({@code -1}).
37 * @param position {@code non-null;} source position
38 * @param locals {@code non-null;} associated local variable state
65 * @return {@code no
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm11x.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.RegisterSpecList;
28 * Instruction format {@code 11x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
/external/elfutils/0.153/libdw/
H A Ddwarf_tag.c20 additional right to link the code of Red Hat elfutils with code licensed
23 distribution of source code with any binary distribution and to
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
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 Code
60 __libdw_findabbrev (struct Dwarf_CU *cu, unsigned int code) argument
64 /* Abbreviation code can never have a value of 0. */
65 if (unlikely (code
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DShadowBinderTest.java23 assertThat(testBinder.code, equalTo(2));
30 int code; field in class:ShadowBinderTest.TestBinder
36 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { argument
37 this.code = code;
/external/chromium_org/net/spdy/
H A Dhpack_huffman_table_test.cc2 // Use of this source code is governed by a BSD-style license that can be
128 std::vector<HpackHuffmanSymbol> code = HpackHuffmanCode(); local
129 EXPECT_TRUE(table_.Initialize(&code[0], code.size()));
137 HpackHuffmanSymbol code[] = { local
147 EXPECT_TRUE(table.Initialize(code, arraysize(code)));
150 // But using 2 bits with one symbol overflows the code.
151 HpackHuffmanSymbol code[] = { local
161 EXPECT_FALSE(table.Initialize(code, arraysiz
166 HpackHuffmanSymbol code[] = { local
176 HpackHuffmanSymbol code[] = { local
187 HpackHuffmanSymbol code[] = { local
198 HpackHuffmanSymbol code[] = { local
209 HpackHuffmanSymbol code[] = { local
220 HpackHuffmanSymbol code[] = { local
231 HpackHuffmanSymbol code[] = { local
291 HpackHuffmanSymbol code[] = { local
331 HpackHuffmanSymbol code[] = { local
389 std::vector<HpackHuffmanSymbol> code = HpackHuffmanCode(); local
418 std::vector<HpackHuffmanSymbol> code = HpackHuffmanCode(); local
453 std::vector<HpackHuffmanSymbol> code = HpackHuffmanCode(); local
471 std::vector<HpackHuffmanSymbol> code = HpackHuffmanCode(); local
491 std::vector<HpackHuffmanSymbol> code = HpackHuffmanCode(); local
[all...]
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifHeaderParser.java64 int code = read();
65 switch (code) {
70 code = read();
71 switch (code) {
252 int available, clear, code_mask, code_size, end_of_information, in_code, old_code, bits, code, count, i, datum, data_size, first, top, bi, pi;
273 for (code = 0; code < clear; code++) {
274 prefix[code] = 0; // XXX ArrayIndexOutOfBoundsException
275 suffix[code]
[all...]
/external/chromium_org/v8/tools/
H A Dll_prof.py8 # * Redistributions of source code must retain the above copyright
208 """Group of adjacent code objects."""
230 def Add(self, code):
231 self.code_objects.append(code)
233 def Remove(self, code):
234 self.code_objects.remove(code)
238 for i, code in enumerate(code_objects):
239 if code.start_address <= pc < code.end_address:
240 code_objects[0], code_objects[i] = code, code_object
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DAnnotate.py29 self.code = {}
34 self.code = create_from.code
48 pos_code = self.code.setdefault(self.last_pos[0].filename,{})
49 code = pos_code.get(self.last_pos[1], "")
50 pos_code[self.last_pos[1]] = code + self.annotation_buffer.getvalue()
98 .code { font-size: 9; color: #444444; display: none; margin-left: 20px; }
145 code_source_file = self.code.get(source_filename, {})
149 code = code_source_file[k]
151 code
[all...]

Completed in 1246 milliseconds

<<11121314151617181920>>