Searched refs:code (Results 76 - 100 of 2311) sorted by relevance

1234567891011>>

/external/e2fsprogs/lib/ss/
H A Dtest_ss.c85 int c, code; local
107 (char *)NULL, &test_cmds, &code);
108 if (code) {
109 ss_perror(sci_idx, code, "creating invocation");
113 (void) ss_add_request_table (sci_idx, &ss_std_requests, 1, &code);
114 if (code) {
115 ss_perror (sci_idx, code, "adding standard requests");
123 code = ss_execute_line(sci_idx, request);
124 if (code) {
125 ss_perror(sci_idx, code, reques
[all...]
/external/icu4c/common/
H A Duscript.c33 UScriptCode code = USCRIPT_INVALID_CODE; local
47 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale);
50 if(code==(UScriptCode)UCHAR_INVALID_CODE){
63 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, cName);
64 /* got the script code now fill in the buffer */
66 *(fillIn)++=code;
80 code = USCRIPT_INVALID_CODE;
82 if(code==(UScriptCode)UCHAR_INVALID_CODE){
84 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale);
86 if(code!
[all...]
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddocumentrenamenode27.js133 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
144 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
155 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
166 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
177 success = (typeof(ex.code) != 'undefined' && ex.code
[all...]
H A Dnodeinsertbefore15.js117 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
129 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
141 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
153 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
165 success = (typeof(ex.code) != 'undefined' && ex.code
[all...]
H A Dnodereplacechild23.js122 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
133 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
144 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
155 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
166 success = (typeof(ex.code) != 'undefined' && ex.code
[all...]
H A Dnodereplacechild38.js124 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
136 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
148 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
160 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
172 success = (typeof(ex.code) != 'undefined' && ex.code
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DCodeGenTreeWalker.g13 1. Redistributions of source code must retain the above copyright
33 /** Walk a grammar and generate code by gradually building up
375 if ( $rST.code != null )
377 recognizerST.add("rules", $rST.code);
378 outputFileST.add("rules", $rST.code);
379 headerFileST.add("rules", $rST.code);
396 rule returns [ST code=null]
409 // For syn preds, we don't want any AST code etc... in there.
435 $b.code.add("description", description);
461 $code
[all...]
/external/kernel-headers/original/linux/
H A Dfilter.h17 * Current version of the filter code architecture.
24 * the BPF code definitions which need to match so you can share filters
28 __u16 code; /* Actual filter code */ member in struct:sock_filter
43 #define BPF_CLASS(code) ((code) & 0x07)
54 #define BPF_SIZE(code) ((code) & 0x18)
58 #define BPF_MODE(code) ((code)
[all...]
/external/libpcap/
H A Dpcap-bpf.h5 * This code is derived from the Stanford/CMU enet packet filter,
6 * (net/enet.c) distributed as part of 4.3BSD, and code contributed
13 * 1. Redistributions of source code must retain the above copyright
45 * the stuff needed for the code generator and the userland BPF
103 * It has nothing to do with the source code version.
749 #define BPF_CLASS(code) ((code) & 0x07)
760 #define BPF_SIZE(code) ((code) & 0x18)
764 #define BPF_MODE(code) ((cod
805 u_short code; member in struct:bpf_insn
[all...]
/external/guava/guava/src/com/google/common/primitives/
H A Dgenerate.sh61 * Static utility methods pertaining to {@code primtyp} primitives, that are not
72 * The number of bytes required to represent a primitive {@code primtyp}
78 * Returns a hash code for {@code value}; equal to the result of invoking
79 * {@code ((WrapperCl) value).hashCode()}.
81 * @param value a primitive {@code primtyp} value
82 * @return a hash code for the value
89 * Returns the {@code primtyp} value that is equal to {@code value}, if
92 * @param value any value in the range of the {@code primty
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/examples/
H A DHelloWorldMaker.java45 // Execute our newly-generated code in-process.
70 Code code = dexMaker.declare(hello, Modifier.STATIC | Modifier.PUBLIC);
73 Local<Integer> a = code.newLocal(TypeId.INT);
74 Local<Integer> b = code.newLocal(TypeId.INT);
75 Local<Integer> c = code.newLocal(TypeId.INT);
76 Local<String> s = code.newLocal(TypeId.STRING);
77 Local<PrintStream> localSystemOut = code.newLocal(printStreamType);
80 code.loadConstant(a, 0xabcd);
83 code.loadConstant(b, 0xaaaa);
86 code
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebErrorsMac.mm7 * 1. Redistributions of source code must retain the above copyright
62 + (NSError *)_webKitErrorWithDomain:(NSString *)domain code:(int)code URL:(NSURL *)URL;
74 -(id)_webkit_initWithDomain:(NSString *)domain code:(int)code URL:(NSURL *)URL
81 localizedDesc = descriptionsDict ? [descriptionsDict objectForKey:[NSNumber numberWithInt:code]] : nil;
87 return [self initWithDomain:domain code:code userInfo:dict];
90 +(id)_webkit_errorWithDomain:(NSString *)domain code:(int)code UR
[all...]
/external/llvm/lib/Support/
H A Dregerror.c2 * This code is derived from OpenBSD's libc/regex, original license follows:
8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
55 int code; member in struct:rerr
75 { 0, "", "*** unknown regexp error code ***" }
95 for (r = rerrs; r->code != 0; r++)
96 if (r->code == target)
100 if (r->code != 0) {
127 for (r = rerrs; r->code != 0; r++)
130 if (r->code
[all...]
/external/strace/linux/
H A Dioctlsort.c16 unsigned long code; member in struct:ioctlent
27 unsigned long code1 = ((struct ioctlent *) a)->code;
28 unsigned long code2 = ((struct ioctlent *) b)->code;
40 ioctls[i].code &= (_IOC_NRMASK << _IOC_NRSHIFT) |
46 if (i == 0 || ioctls[i].code != ioctls[i-1].code ||
49 ioctls[i].header, ioctls[i].name, ioctls[i].code);
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java81 Code code = dexMaker.declare(methodId, PUBLIC | STATIC);
82 Local<Long> localA = code.getParameter(0, TypeId.LONG);
83 Local<Boolean> localB = code.getParameter(1, TypeId.BOOLEAN);
86 Local<Constructable> localResult = code.newLocal(constructable);
87 code.newInstance(localResult, constructor, localA, localB);
88 code.returnValue(localResult);
110 Code code = dexMaker.declare(methodId, PUBLIC);
111 code.returnVoid();
129 Code code = dexMaker.declare(methodId, PUBLIC | STATIC);
130 Local<Integer> localA = code
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DDHKeyParameters.java45 int code = isPrivate() ? 0 : 1;
49 code ^= params.hashCode();
52 return code;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DSimpleInsn.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
29 * unknown ({@code -1}).
32 * @param position {@code non-null;} source position
33 * @param registers {@code non-null;} register list, including a
H A DVariableSizeInsn.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
28 * unknown ({@code -1}).
30 * @param position {@code non-null;} source position
31 * @param registers {@code non-null;} source registers
H A DZeroSizeInsn.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
24 * Pseudo-instruction base class for zero-size (no code emitted)
26 * about the code they are adjacent to.
31 * unknown ({@code -1}).
33 * @param position {@code non-null;} source position
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DSpecialFormat.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
27 * exceptions, as code should know (implicitly or explicitly) to avoid
29 * always returns {@code true}.
32 /** {@code non-null;} unique instance of this class */
/external/icu4c/layout/
H A DExtensionSubtables.cpp19 #define READ_LONG(code) (le_uint32)((SWAPW(*(le_uint16*)&code) << 16) + SWAPW(*(((le_uint16*)&code) + 1)))
/external/webkit/Source/WebCore/dom/
H A DExceptionBase.cpp8 * 1. Redistributions of source code must retain the above copyright
37 : m_code(description.code)
42 m_message = makeString(description.name, ": ", description.typeName, " Exception ", String::number(description.code));
44 m_message = makeString(description.typeName, " Exception ", String::number(description.code));
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java21 * An iterator for editing a code attribute.
23 * <p>If there are multiple <code>CodeIterator</code>s referring to the
24 * same <code>Code_attribute</code>, then inserting a gap by one
25 * <code>CodeIterator</code> will break the other
26 * <code>CodeIterator</code>.
28 * <p>This iterator does not provide <code>remov
161 write(byte[] code, int index) argument
316 insert(byte[] code) argument
343 insert(int pos, byte[] code) argument
367 insertAt(int pos, byte[] code) argument
389 insertEx(byte[] code) argument
416 insertEx(int pos, byte[] code) argument
440 insertExAt(int pos, byte[] code) argument
448 insert0(int pos, byte[] code, boolean exclusive) argument
666 append(byte[] code) argument
735 nextOpcode(byte[] code, int index) argument
796 insertGapCore0(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca) argument
817 insertGapCore1(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca) argument
853 insertGap2(byte[] code, int where, int gapLength, int endPos, byte[] newcode, boolean exclusive) argument
957 copyGapBytes(byte[] newcode, int j, byte[] code, int i, int iEnd) argument
1045 changeLdcToLdcW(byte[] code, ExceptionTable etable, CodeAttribute ca, CodeAttribute.LdcEntry ldcs) argument
1086 insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca, Gap newWhere) argument
1110 insertGap2w(byte[] code, int where, int gapLength, boolean exclusive, ArrayList jumps, Pointers ptrs) argument
1154 makeJumpList(byte[] code, int endPos) argument
1215 makeExapndedCode(byte[] code, ArrayList jumps, int where, int gapLength) argument
1302 write(int srcPos, byte[] code, int destPos, byte[] newcode) argument
1327 write(int srcPos, byte[] code, int destPos, byte[] newcode) argument
1365 write32(int src, byte[] code, int dest, byte[] newcode) argument
1367 write(int src, byte[] code, int dest, byte[] newcode) argument
1389 write32(int src, byte[] code, int dest, byte[] newcode) argument
1405 write32(int src, byte[] code, int dest, byte[] newcode) argument
1440 write(int src, byte[] code, int dest, byte[] newcode) argument
1483 write(int src, byte[] code, int dest, byte[] newcode) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCodeItem.java19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.CatchTable;
21 import com.android.dx.dex.code.DalvCode;
22 import com.android.dx.dex.code.DalvInsn;
23 import com.android.dx.dex.code.DalvInsnList;
24 import com.android.dx.dex.code.LocalList;
25 import com.android.dx.dex.code.PositionList;
42 * {@code dex} file.
51 /** {@code non-null;} method that this code implement
55 private final DalvCode code; field in class:CodeItem
85 CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, TypeList throwsList) argument
[all...]
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTracer.java90 protected int doOpcode(int pos, byte[] code) throws BadBytecode { argument
92 int op = code[pos] & 0xff;
95 return doOpcode0_53(pos, code, op);
97 return doOpcode54_95(pos, code, op);
100 return doOpcode96_147(pos, code, op);
102 return doOpcode148_201(pos, code, op);
109 protected void visitBranch(int pos, byte[] code, int offset) throws BadBytecode {} argument
110 protected void visitGoto(int pos, byte[] code, int offset) throws BadBytecode {} argument
111 protected void visitReturn(int pos, byte[] code) throws BadBytecode {} argument
112 protected void visitThrow(int pos, byte[] code) throw argument
121 visitTableSwitch(int pos, byte[] code, int n, int offsetPos, int defaultOffset) argument
131 visitLookupSwitch(int pos, byte[] code, int n, int pairsPos, int defaultOffset) argument
138 visitJSR(int pos, byte[] code) argument
151 visitRET(int pos, byte[] code) argument
153 doOpcode0_53(int pos, byte[] code, int op) argument
298 doXLOAD(TypeData type, byte[] code, int pos) argument
316 doOpcode54_95(int pos, byte[] code, int op) argument
433 doXSTORE(int pos, byte[] code, TypeData type) argument
466 doOpcode96_147(int pos, byte[] code, int op) argument
529 doOpcode148_201(int pos, byte[] code, int op) argument
686 doWIDE(int pos, byte[] code) argument
734 doWIDE_XLOAD(int pos, byte[] code, TypeData type) argument
739 doWIDE_STORE(int pos, byte[] code, TypeData type) argument
744 doPutField(int pos, byte[] code, boolean notStatic) argument
758 doGetField(int pos, byte[] code, boolean notStatic) argument
773 doNEWARRAY(int pos, byte[] code) argument
809 doMultiANewArray(int pos, byte[] code) argument
819 doInvokeMethod(int pos, byte[] code, boolean notStatic) argument
832 doInvokeIntfMethod(int pos, byte[] code) argument
[all...]

Completed in 4008 milliseconds

1234567891011>>