Searched defs:code (Results 26 - 50 of 1304) sorted by relevance

1234567891011>>

/external/junit/src/org/junit/internal/
H A DRealSystem.java7 public void exit(int code) { argument
8 System.exit(code);
/external/proguard/src/proguard/classfile/instruction/
H A DInstructionFactory.java34 public static Instruction create(byte[] code, int offset) argument
39 byte opcode = code[index++];
44 opcode = code[index++];
295 instruction.readInfo(code, index);
/external/android-clat/
H A Dicmp.c63 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code) { argument
76 if (code != ICMP_UNREACH_PROTOCOL && code != ICMP_UNREACH_NEEDFRAG) {
89 * code - the ICMP code
91 uint8_t icmp_to_icmp6_code(uint8_t type, uint8_t code) { argument
98 return code;
101 switch (code) {
115 // Otherwise, we don't understand this ICMP type/code combination. Fall through.
118 logmsg_dbg(ANDROID_LOG_DEBUG, "icmp_to_icmp6_code: unhandled ICMP type/code
126 icmp6_to_icmp_type(uint8_t type, uint8_t code) argument
151 icmp6_to_icmp_code(uint8_t type, uint8_t code) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMDOMException.java36 * @param code
39 public DTMDOMException(short code, String message) argument
41 super(code, message);
48 * @param code
50 public DTMDOMException(short code) argument
52 super(code, "");
/external/chromium_org/chrome/test/remoting/
H A Dkey_code_map.h2 // Use of this source code is governed by a BSD-style license that can be
24 // The UIEvents (aka: DOM4Events) |code| value as defined in:
26 const char* code; member in struct:remoting::__anon7358
28 // The (Windows) virtual keyboard code.
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database_error.h2 // Use of this source code is governed by a BSD-style license that can be
16 IndexedDBDatabaseError(uint16 code) argument
17 : code_(code) {}
18 IndexedDBDatabaseError(uint16 code, const char* message) argument
19 : code_(code), message_(ASCIIToUTF16(message)) {}
20 IndexedDBDatabaseError(uint16 code, const base::string16& message) argument
21 : code_(code), message_(message) {}
24 uint16 code() const { return code_; } function in class:content::IndexedDBDatabaseError
/external/chromium_org/sandbox/win/src/
H A Dhandle_interception.cc2 // Use of this source code is governed by a BSD-style license that can be
29 ResultCode code = CrossCall(ipc, IPC_DUPLICATEHANDLEPROXY_TAG, local
32 if (SBOX_ALL_OK != code)
33 return code;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebIDBDatabaseError.cpp8 * * Redistributions of source code must retain the above copyright
46 void WebIDBDatabaseError::assign(unsigned short code) argument
48 m_private = DOMError::create(code);
51 void WebIDBDatabaseError::assign(unsigned short code, const WebString& message) argument
53 m_private = DOMError::create(code, message);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebSocketStreamError.h8 * * Redistributions of source code must retain the above copyright
49 WebSocketStreamError(int code, const WebString& message) { assign(code, message); } argument
53 void assign(int code, const WebString& message);
/external/chromium_org/third_party/icu/source/common/
H A Dutypes.c190 u_errorName(UErrorCode code) { argument
191 if(U_ZERO_ERROR <= code && code < U_STANDARD_ERROR_LIMIT) {
192 return _uErrorName[code];
193 } else if(U_ERROR_WARNING_START <= code && code < U_ERROR_WARNING_LIMIT) {
194 return _uErrorInfoName[code - U_ERROR_WARNING_START];
195 } else if(U_PARSE_ERROR_START <= code && code < U_PARSE_ERROR_LIMIT){
196 return _uTransErrorName[code
[all...]
/external/chromium_org/third_party/libwebp/utils/
H A Dhuffman_encode.h3 // Use of this source code is governed by a BSD-style license
25 uint8_t code; // value (0..15) or escape code (16,17,18) member in struct:__anon12452
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_vs.h52 /* Machine code (if translated) */
53 struct r300_vertex_program_code code; member in struct:r300_vertex_shader
/external/clang/test/CodeGen/
H A D2004-03-15-SimpleIndirectGoto.c3 int code[]={0,0,0,0,1}; variable
21 bar(code);
/external/clang/test/PCH/
H A Dfunctions.c24 void __attribute__((noreturn)) test_abort(int code) { argument
25 do_abort(code);
/external/dexmaker/src/dx/java/com/android/dx/cf/code/
H A DMerger.java17 package com.android.dx.cf.code;
29 * @param ft1 {@code non-null;} a frame type
30 * @param ft2 {@code non-null;} another frame type
31 * @return {@code non-null;} the result of merging the two types
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchBuilder.java17 package com.android.dx.dex.code;
30 * @return {@code non-null;} the constructed table
45 * @return {@code non-null;} the set of catch types
H A DRopToDop.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.Insn;
20 import com.android.dx.rop.code.RegOps;
21 import com.android.dx.rop.code.Rop;
22 import com.android.dx.rop.code.Rops;
23 import com.android.dx.rop.code.ThrowingCstInsn;
24 import com.android.dx.rop.code.RegisterSpec;
38 /** {@code non-null;} map from all the common rops to dalvik opcodes */
53 * manually-generated static initialization code for this class.
55 * TODO: Make opcode-gen produce useful code i
[all...]
/external/elfutils/libdw/
H A Ddwarf_getabbrev.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
89 representing the abbreviation code itself. [...] The
90 abbreviation code is followed by another unsigned LEB128
103 unsigned int code; local
[all...]
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
65 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL);
84 /* Is this the code w
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-impl.c81 _hb_err (HB_Error code) argument
83 return code;
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-impl.c81 _hb_err (HB_Error code) argument
83 return code;
/external/icu4c/common/
H A Dutypes.c191 u_errorName(UErrorCode code) { argument
192 if(U_ZERO_ERROR <= code && code < U_STANDARD_ERROR_LIMIT) {
193 return _uErrorName[code];
194 } else if(U_ERROR_WARNING_START <= code && code < U_ERROR_WARNING_LIMIT) {
195 return _uErrorInfoName[code - U_ERROR_WARNING_START];
196 } else if(U_PARSE_ERROR_START <= code && code < U_PARSE_ERROR_LIMIT){
197 return _uTransErrorName[code
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs.h52 /* Machine code (if translated) */
53 struct r300_vertex_program_code code; member in struct:r300_vertex_shader
/external/qemu/distrib/zlib-1.2.3/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon25551
35 01000000 - invalid code
[all...]
/external/robolectric/src/main/java/android/os/
H A DShadowBinderBridge.java13 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { argument
14 return realBinder.onTransact(code, data, reply, flags);

Completed in 2223 milliseconds

1234567891011>>