Searched refs:code (Results 51 - 75 of 2311) sorted by relevance

1234567891011>>

/external/strace/
H A Dioctlsort.c9 * 1. Redistributions of source code must retain the above copyright
41 unsigned long code; member in struct:ioctlent
53 unsigned long code1 = ((struct ioctlent *) a)->code;
54 unsigned long code2 = ((struct ioctlent *) b)->code;
66 ioctlent[i].doth, ioctlent[i].symbol, ioctlent[i].code);
/external/webkit/Source/WebKit/chromium/src/
H A DWebIDBDatabaseError.cpp8 * * Redistributions of source code must retain the above copyright
48 void WebIDBDatabaseError::assign(unsigned short code, const WebString& message) argument
50 m_private = IDBDatabaseError::createWithoutOffset(code, message);
58 unsigned short WebIDBDatabaseError::code() const function in class:WebKit::WebIDBDatabaseError
60 return m_private->code();
/external/webkit/Source/WebKit/mac/Misc/
H A DWebKitErrorsPrivate.h8 * 1. Redistributions of source code must retain the above copyright
54 + (NSError *)_webKitErrorWithCode:(int)code failingURL:(NSString *)URL;
55 + (NSError *)_webKitErrorWithDomain:(NSString *)domain code:(int)code URL:(NSURL *)URL;
57 - (id)_initWithPluginErrorCode:(int)code
/external/apache-http/src/org/apache/commons/codec/language/
H A DMetaphone.java26 * Permission given by <CITE>wbrogden</CITE> for code to be used anywhere.
54 * The max code length for metaphone is 4
72 * @param txt String to find the metaphone code for
73 * @return A metaphone code corresponding to the String supplied
88 StringBuffer code = new StringBuffer(10) ; // output
130 while ((code.length() < this.getMaxCodeLen()) &&
131 (n < wdsz) ) { // max code size of 4 works well
140 code.append(symb);
148 code.append(symb);
158 code
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java68 * <code>null</code> to disable automatic
71 * <code>null</code> for the system locale
102 * @param code the status code of the response
103 * @param reason the reason phrase to the status code, or
104 * <code>null</code>
107 final int code,
106 BasicHttpResponse(final ProtocolVersion ver, final int code, final String reason) argument
142 setStatusLine(final ProtocolVersion ver, final int code) argument
148 setStatusLine(final ProtocolVersion ver, final int code, final String reason) argument
155 setStatusCode(int code) argument
199 getReason(int code) argument
[all...]
/external/proguard/src/proguard/classfile/instruction/
H A DLookUpSwitchInstruction.java83 protected void readInfo(byte[] code, int offset) argument
89 defaultOffset = readInt(code, offset); offset += 4;
90 int jumpOffsetCount = readInt(code, offset); offset += 4;
98 cases[index] = readInt(code, offset); offset += 4;
99 jumpOffsets[index] = readInt(code, offset); offset += 4;
104 protected void writeInfo(byte[] code, int offset) argument
109 writeByte(code, offset++, 0);
113 writeInt(code, offset, defaultOffset); offset += 4;
114 writeInt(code, offset, cases.length); offset += 4;
119 writeInt(code, offse
[all...]
H A DTableSwitchInstruction.java87 protected void readInfo(byte[] code, int offset) argument
93 defaultOffset = readInt(code, offset); offset += 4;
94 lowCase = readInt(code, offset); offset += 4;
95 highCase = readInt(code, offset); offset += 4;
102 jumpOffsets[index] = readInt(code, offset); offset += 4;
107 protected void writeInfo(byte[] code, int offset) argument
112 writeByte(code, offset++, 0);
116 writeInt(code, offset, defaultOffset); offset += 4;
117 writeInt(code, offset, lowCase); offset += 4;
118 writeInt(code, offse
[all...]
/external/libxml2/
H A Dxmlunicode.c969 * @code: UCS code point
976 xmlUCSIsAegeanNumbers(int code) { argument
977 return(((code >= 0x10100) && (code <= 0x1013F)));
982 * @code: UCS code point
989 xmlUCSIsAlphabeticPresentationForms(int code) { argument
990 return(((code >= 0xFB00) && (code <
1002 xmlUCSIsArabic(int code) argument
1015 xmlUCSIsArabicPresentationFormsA(int code) argument
1028 xmlUCSIsArabicPresentationFormsB(int code) argument
1041 xmlUCSIsArmenian(int code) argument
1054 xmlUCSIsArrows(int code) argument
1067 xmlUCSIsBasicLatin(int code) argument
1080 xmlUCSIsBengali(int code) argument
1093 xmlUCSIsBlockElements(int code) argument
1106 xmlUCSIsBopomofo(int code) argument
1119 xmlUCSIsBopomofoExtended(int code) argument
1132 xmlUCSIsBoxDrawing(int code) argument
1145 xmlUCSIsBraillePatterns(int code) argument
1158 xmlUCSIsBuhid(int code) argument
1171 xmlUCSIsByzantineMusicalSymbols(int code) argument
1184 xmlUCSIsCJKCompatibility(int code) argument
1197 xmlUCSIsCJKCompatibilityForms(int code) argument
1210 xmlUCSIsCJKCompatibilityIdeographs(int code) argument
1223 xmlUCSIsCJKCompatibilityIdeographsSupplement(int code) argument
1236 xmlUCSIsCJKRadicalsSupplement(int code) argument
1249 xmlUCSIsCJKSymbolsandPunctuation(int code) argument
1262 xmlUCSIsCJKUnifiedIdeographs(int code) argument
1275 xmlUCSIsCJKUnifiedIdeographsExtensionA(int code) argument
1288 xmlUCSIsCJKUnifiedIdeographsExtensionB(int code) argument
1301 xmlUCSIsCherokee(int code) argument
1314 xmlUCSIsCombiningDiacriticalMarks(int code) argument
1327 xmlUCSIsCombiningDiacriticalMarksforSymbols(int code) argument
1340 xmlUCSIsCombiningHalfMarks(int code) argument
1353 xmlUCSIsCombiningMarksforSymbols(int code) argument
1366 xmlUCSIsControlPictures(int code) argument
1379 xmlUCSIsCurrencySymbols(int code) argument
1392 xmlUCSIsCypriotSyllabary(int code) argument
1405 xmlUCSIsCyrillic(int code) argument
1418 xmlUCSIsCyrillicSupplement(int code) argument
1431 xmlUCSIsDeseret(int code) argument
1444 xmlUCSIsDevanagari(int code) argument
1457 xmlUCSIsDingbats(int code) argument
1470 xmlUCSIsEnclosedAlphanumerics(int code) argument
1483 xmlUCSIsEnclosedCJKLettersandMonths(int code) argument
1496 xmlUCSIsEthiopic(int code) argument
1509 xmlUCSIsGeneralPunctuation(int code) argument
1522 xmlUCSIsGeometricShapes(int code) argument
1535 xmlUCSIsGeorgian(int code) argument
1548 xmlUCSIsGothic(int code) argument
1561 xmlUCSIsGreek(int code) argument
1574 xmlUCSIsGreekExtended(int code) argument
1587 xmlUCSIsGreekandCoptic(int code) argument
1600 xmlUCSIsGujarati(int code) argument
1613 xmlUCSIsGurmukhi(int code) argument
1626 xmlUCSIsHalfwidthandFullwidthForms(int code) argument
1639 xmlUCSIsHangulCompatibilityJamo(int code) argument
1652 xmlUCSIsHangulJamo(int code) argument
1665 xmlUCSIsHangulSyllables(int code) argument
1678 xmlUCSIsHanunoo(int code) argument
1691 xmlUCSIsHebrew(int code) argument
1704 xmlUCSIsHighPrivateUseSurrogates(int code) argument
1717 xmlUCSIsHighSurrogates(int code) argument
1730 xmlUCSIsHiragana(int code) argument
1743 xmlUCSIsIPAExtensions(int code) argument
1756 xmlUCSIsIdeographicDescriptionCharacters(int code) argument
1769 xmlUCSIsKanbun(int code) argument
1782 xmlUCSIsKangxiRadicals(int code) argument
1795 xmlUCSIsKannada(int code) argument
1808 xmlUCSIsKatakana(int code) argument
1821 xmlUCSIsKatakanaPhoneticExtensions(int code) argument
1834 xmlUCSIsKhmer(int code) argument
1847 xmlUCSIsKhmerSymbols(int code) argument
1860 xmlUCSIsLao(int code) argument
1873 xmlUCSIsLatin1Supplement(int code) argument
1886 xmlUCSIsLatinExtendedA(int code) argument
1899 xmlUCSIsLatinExtendedB(int code) argument
1912 xmlUCSIsLatinExtendedAdditional(int code) argument
1925 xmlUCSIsLetterlikeSymbols(int code) argument
1938 xmlUCSIsLimbu(int code) argument
1951 xmlUCSIsLinearBIdeograms(int code) argument
1964 xmlUCSIsLinearBSyllabary(int code) argument
1977 xmlUCSIsLowSurrogates(int code) argument
1990 xmlUCSIsMalayalam(int code) argument
2003 xmlUCSIsMathematicalAlphanumericSymbols(int code) argument
2016 xmlUCSIsMathematicalOperators(int code) argument
2029 xmlUCSIsMiscellaneousMathematicalSymbolsA(int code) argument
2042 xmlUCSIsMiscellaneousMathematicalSymbolsB(int code) argument
2055 xmlUCSIsMiscellaneousSymbols(int code) argument
2068 xmlUCSIsMiscellaneousSymbolsandArrows(int code) argument
2081 xmlUCSIsMiscellaneousTechnical(int code) argument
2094 xmlUCSIsMongolian(int code) argument
2107 xmlUCSIsMusicalSymbols(int code) argument
2120 xmlUCSIsMyanmar(int code) argument
2133 xmlUCSIsNumberForms(int code) argument
2146 xmlUCSIsOgham(int code) argument
2159 xmlUCSIsOldItalic(int code) argument
2172 xmlUCSIsOpticalCharacterRecognition(int code) argument
2185 xmlUCSIsOriya(int code) argument
2198 xmlUCSIsOsmanya(int code) argument
2211 xmlUCSIsPhoneticExtensions(int code) argument
2224 xmlUCSIsPrivateUse(int code) argument
2239 xmlUCSIsPrivateUseArea(int code) argument
2252 xmlUCSIsRunic(int code) argument
2265 xmlUCSIsShavian(int code) argument
2278 xmlUCSIsSinhala(int code) argument
2291 xmlUCSIsSmallFormVariants(int code) argument
2304 xmlUCSIsSpacingModifierLetters(int code) argument
2317 xmlUCSIsSpecials(int code) argument
2330 xmlUCSIsSuperscriptsandSubscripts(int code) argument
2343 xmlUCSIsSupplementalArrowsA(int code) argument
2356 xmlUCSIsSupplementalArrowsB(int code) argument
2369 xmlUCSIsSupplementalMathematicalOperators(int code) argument
2382 xmlUCSIsSupplementaryPrivateUseAreaA(int code) argument
2395 xmlUCSIsSupplementaryPrivateUseAreaB(int code) argument
2408 xmlUCSIsSyriac(int code) argument
2421 xmlUCSIsTagalog(int code) argument
2434 xmlUCSIsTagbanwa(int code) argument
2447 xmlUCSIsTags(int code) argument
2460 xmlUCSIsTaiLe(int code) argument
2473 xmlUCSIsTaiXuanJingSymbols(int code) argument
2486 xmlUCSIsTamil(int code) argument
2499 xmlUCSIsTelugu(int code) argument
2512 xmlUCSIsThaana(int code) argument
2525 xmlUCSIsThai(int code) argument
2538 xmlUCSIsTibetan(int code) argument
2551 xmlUCSIsUgaritic(int code) argument
2564 xmlUCSIsUnifiedCanadianAboriginalSyllabics(int code) argument
2577 xmlUCSIsVariationSelectors(int code) argument
2590 xmlUCSIsVariationSelectorsSupplement(int code) argument
2603 xmlUCSIsYiRadicals(int code) argument
2616 xmlUCSIsYiSyllables(int code) argument
2629 xmlUCSIsYijingHexagramSymbols(int code) argument
2643 xmlUCSIsBlock(int code, const char *block) argument
2661 xmlUCSIsCatC(int code) argument
2674 xmlUCSIsCatCc(int code) argument
2688 xmlUCSIsCatCf(int code) argument
2701 xmlUCSIsCatCo(int code) argument
2719 xmlUCSIsCatCs(int code) argument
2735 xmlUCSIsCatL(int code) argument
2748 xmlUCSIsCatLl(int code) argument
2761 xmlUCSIsCatLm(int code) argument
2774 xmlUCSIsCatLo(int code) argument
2787 xmlUCSIsCatLt(int code) argument
2800 xmlUCSIsCatLu(int code) argument
2813 xmlUCSIsCatM(int code) argument
2826 xmlUCSIsCatMc(int code) argument
2839 xmlUCSIsCatMe(int code) argument
2855 xmlUCSIsCatMn(int code) argument
2868 xmlUCSIsCatN(int code) argument
2881 xmlUCSIsCatNd(int code) argument
2894 xmlUCSIsCatNl(int code) argument
2912 xmlUCSIsCatNo(int code) argument
2925 xmlUCSIsCatP(int code) argument
2938 xmlUCSIsCatPc(int code) argument
2958 xmlUCSIsCatPd(int code) argument
2971 xmlUCSIsCatPe(int code) argument
2984 xmlUCSIsCatPf(int code) argument
3000 xmlUCSIsCatPi(int code) argument
3017 xmlUCSIsCatPo(int code) argument
3030 xmlUCSIsCatPs(int code) argument
3043 xmlUCSIsCatS(int code) argument
3056 xmlUCSIsCatSc(int code) argument
3069 xmlUCSIsCatSk(int code) argument
3082 xmlUCSIsCatSm(int code) argument
3095 xmlUCSIsCatSo(int code) argument
3108 xmlUCSIsCatZ(int code) argument
3121 xmlUCSIsCatZl(int code) argument
3134 xmlUCSIsCatZp(int code) argument
3147 xmlUCSIsCatZs(int code) argument
3168 xmlUCSIsCat(int code, const char *cat) argument
[all...]
/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.c22 void __attribute__((noreturn)) test_abort(int code) { argument
23 do_abort(code);
/external/mesa3d/src/glsl/glcpp/tests/
H A D063-comments.c15 more code here
/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:__anon10744
35 01000000 - invalid code
[all...]
/external/qemu/
H A Duser-events.h16 * QEMU-specific and UI-specific code.
25 void user_event_generic(int type, int code, int value);
30 typedef void QEMUPutGenericEvent(void* opaque, int type, int code, int value);
/external/webkit/Source/WebCore/page/
H A DNavigatorUserMediaError.idl7 * 1. Redistributions of source code must retain the above copyright
30 readonly attribute unsigned short code;
H A DPositionError.h7 * 1. Redistributions of source code must retain the above copyright
43 static PassRefPtr<PositionError> create(ErrorCode code, const String& message) { return adoptRef(new PositionError(code, message)); } argument
45 ErrorCode code() const { return m_code; } function in class:WebCore::PositionError
51 PositionError(ErrorCode code, const String& message) argument
52 : m_code(code)
/external/webkit/Source/WebCore/storage/
H A DIDBDatabaseError.idl8 * 1. Redistributions of source code must retain the above copyright
31 attribute unsigned short code;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.c23 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
27 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/zlib/src/contrib/infback9/
H A Dinflate9.h16 LEN, /* i: waiting for length/lit code */
39 unsigned ncode; /* number of code length code lengths */
40 unsigned nlen; /* number of length code lengths */
41 unsigned ndist; /* number of distance code lengths */
42 unsigned have; /* number of code lengths in lens[] */
43 code FAR *next; /* next available space in codes[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */
45 unsigned short work[288]; /* work area for code table building */
46 code code
[all...]
H A Dinftree9.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:__anon16097
35 01000000 - invalid code
[all...]
/external/zlib/src/
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:__anon16113
35 01000000 - invalid code
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/examples/
H A DFibonacciMaker.java40 Code code = dexMaker.declare(fib, Modifier.PUBLIC | Modifier.STATIC);
42 Local<Integer> i = code.getParameter(0, TypeId.INT);
43 Local<Integer> constant1 = code.newLocal(TypeId.INT);
44 Local<Integer> constant2 = code.newLocal(TypeId.INT);
45 Local<Integer> a = code.newLocal(TypeId.INT);
46 Local<Integer> b = code.newLocal(TypeId.INT);
47 Local<Integer> c = code.newLocal(TypeId.INT);
48 Local<Integer> d = code.newLocal(TypeId.INT);
49 Local<Integer> result = code.newLocal(TypeId.INT);
51 code
[all...]
/external/chromium/third_party/libevent/
H A Devent_rpcgen.py6 # Generates marshaling code based on libevent.
52 def PrintIdented(self, file, ident, code):
54 for entry in code:
354 code = [ 'int %s(struct %s *, %s *);' % (
356 return code
359 code = (
369 code = '\n'.join(code)
370 code = code
[all...]

Completed in 1234 milliseconds

1234567891011>>