Searched refs:code (Results 201 - 225 of 3769) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalEnd.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.SourcePosition;
31 * {@code non-null;} register spec representing the local variable ended
34 * is implicit in the ambient local variable state, but other code
41 * unknown ({@code -1}).
43 * @param position {@code non-null;} source position
44 * @param local {@code non-null;} register spec representing the local
73 * @return {@code no
[all...]
H A DLocalStart.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.SourcePosition;
31 * {@code non-null;} register spec representing the local variable introduced
39 * @param spec {@code non-null;} the spec to convert
40 * @return {@code non-null;} the string form
49 * unknown ({@code -1}).
51 * @param position {@code non-null;} source position
52 * @param local {@code no
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm10x.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;
25 * Instruction format {@code 10x}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
H A DForm30t.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.TargetInsn;
25 * Instruction format {@code 30t}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DTranslationAdvice.java17 package com.android.dx.rop.code;
23 * the early stage code be explicitly tied to the target.
33 * @param opcode {@code non-null;} the opcode
34 * @param sourceA {@code non-null;} the first source
35 * @param sourceB {@code non-null;} the second source
36 * @return {@code true} iff the target can represent the operation
46 * @param opcode {@code non-null;} opcode
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
/external/elfutils/0.153/libdw/
H A Ddwarf_getabbrevcode.c1 /* Get abbreviation code.
20 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
64 return abbrev == NULL ? 0 : abbrev->code;
/external/libcxx/test/thread/futures/futures.future_error/
H A Dcode.pass.cpp14 // const error_code& code() const throw();
24 assert(f.code() == ec);
29 assert(f.code() == ec);
34 assert(f.code() == ec);
39 assert(f.code() == ec);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c49 struct r500_fragment_program_code *code = &c->code->code.r500
194 static void use_temporary(struct r500_fragment_program_code* code, unsigned int index) argument
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) argument
211 use_temporary(code, src.Index);
227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) {
228 code
627 struct r500_fragment_program_code *code = &compiler->code->code.r500; local
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h13 the crc code when it is not needed. For shared libraries, gzip decoding
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
43 DIST, /* i: waiting for distance code */
103 /* for table and code decoding */
105 /* fixed and dynamic code tables */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code cons
[all...]
/external/qemu/android/
H A Dkeycode-array.h34 unsigned code,
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h13 the crc code when it is not needed. For shared libraries, gzip decoding
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
43 DIST, /* i: waiting for distance code */
103 /* for table and code decoding */
105 /* fixed and dynamic code tables */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code cons
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_wsc_common.h25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_wsc_common.h25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.h25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
/external/zlib/src/
H A Dinflate.h13 the crc code when it is not needed. For shared libraries, gzip decoding
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
43 DIST, /* i: waiting for distance code */
103 /* for table and code decoding */
105 /* fixed and dynamic code tables */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code cons
[all...]
/external/javassist/src/main/javassist/
H A DCtField.java38 * Creates a <code>CtField</code> object.
40 * with <code>CtClass.addField()</code>.
42 * by a <code>CtField.Initializer</code> object.
45 * call <code>CtNewMethod.getter()</code> and
46 * <code>CtNewMethod.setter()</code>
813 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
818 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
829 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
844 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
929 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
973 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
994 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1038 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1059 compileStringParameter(Bytecode code) argument
1090 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1134 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1165 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1175 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1198 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1208 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1234 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1244 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1270 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1280 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1301 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1311 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1333 addNewarray(Bytecode code) argument
1341 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1351 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1371 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1381 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
[all...]
/external/libexif/libexif/
H A Dexif-log.c39 ExifLogCode code; member in struct:__anon23665
53 exif_log_code_get_title (ExifLogCode code) argument
57 for (i = 0; codes[i].title; i++) if (codes[i].code == code) break;
62 exif_log_code_get_message (ExifLogCode code) argument
66 for (i = 0; codes[i].message; i++) if (codes[i].code == code) break;
135 exif_log (ExifLog *log, ExifLogCode code, const char *domain, argument
141 exif_logv (log, code, domain, format, args);
146 exif_logv (ExifLog *log, ExifLogCode code, cons argument
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
H A Dpopup.js2 // Use of this source code is governed by a BSD-style license that can be
15 var li, p, em, code, text;
22 code = document.createElement('code');
23 code.textContent = results[i].url;
29 p.appendChild(code);
/external/chromium_org/net/data/websocket/
H A Dclose-code-and-reason_wsh.py2 # Use of this source code is governed by a BSD-style license that can be
23 code, reason = line.split(' ', 1)
24 data = struct.pack('!H', int(code)) + reason.encode('utf-8')
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DPositionError.idl7 * 1. Redistributions of source code must retain the above copyright
30 readonly attribute unsigned short code;
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DCloseEvent.idl8 * * Redistributions of source code must retain the above copyright
35 [InitializedByEventConstructor] readonly attribute unsigned short code;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebSocketStreamError.cpp8 * * Redistributions of source code must retain the above copyright
39 void WebSocketStreamError::assign(int code, const WebString& message) argument
41 m_private = SocketStreamError::create(code, message);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebGeolocationError.cpp8 * 1. Redistributions of source code must retain the above copyright
34 void WebGeolocationError::assign(Error code, const WebString& message) argument
36 m_private = GeolocationError::create(static_cast<GeolocationError::ErrorCode>(code), message);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Dabstractstep.py7 # * Redistributions of source code must retain the above copyright
40 def _exit(self, code):
41 sys.exit(code)
/external/chromium_org/v8/test/intl/
H A Dassert.js6 // * Redistributions of source code must retain the above copyright
129 * Returns true if code throws specified exception.
131 function assertThrows(code, type_opt, cause_opt) {
134 if (typeof code == 'function') {
135 code();
137 eval(code);
155 * Throws an exception if code throws.
157 function assertDoesNotThrow(code, name_opt) {
159 if (typeof code == 'function') {
160 code();
[all...]

Completed in 3948 milliseconds

1234567891011>>