Searched refs:code (Results 126 - 150 of 3714) sorted by relevance

1234567891011>>

/external/r8/src/main/java/com/android/tools/r8/ir/code/
H A DMul.java2 // for details. All rights reserved. Use of this source code is governed by a
5 package com.android.tools.r8.ir.code;
7 import com.android.tools.r8.code.MulDouble;
8 import com.android.tools.r8.code.MulDouble2Addr;
9 import com.android.tools.r8.code.MulFloat;
10 import com.android.tools.r8.code.MulFloat2Addr;
11 import com.android.tools.r8.code.MulInt;
12 import com.android.tools.r8.code.MulInt2Addr;
13 import com.android.tools.r8.code.MulIntLit16;
14 import com.android.tools.r8.code
[all...]
H A DRem.java2 // for details. All rights reserved. Use of this source code is governed by a
5 package com.android.tools.r8.ir.code;
7 import com.android.tools.r8.code.RemDouble;
8 import com.android.tools.r8.code.RemDouble2Addr;
9 import com.android.tools.r8.code.RemFloat;
10 import com.android.tools.r8.code.RemFloat2Addr;
11 import com.android.tools.r8.code.RemInt;
12 import com.android.tools.r8.code.RemInt2Addr;
13 import com.android.tools.r8.code.RemIntLit16;
14 import com.android.tools.r8.code
[all...]
/external/strace/
H A Dseccomp.c9 * 1. Redistributions of source code must retain the above copyright
55 uint16_t code; member in struct:bpf_filter
64 decode_bpf_code(uint16_t code) argument
66 uint16_t i = code & ~BPF_CLASS(code);
68 printxval(bpf_class, BPF_CLASS(code), "BPF_???");
69 switch (BPF_CLASS(code)) {
73 printxval(bpf_size, BPF_SIZE(code), "BPF_???");
75 printxval(bpf_mode, BPF_MODE(code), "BPF_???");
86 printxval(bpf_src, BPF_SRC(code), "BPF
[all...]
/external/libevent/
H A Devent_rpcgen.py7 # Generates marshaling code based on libevent.
72 def PrintIndented(self, file, ident, code):
74 for entry in code:
78 """ Knows how to generate C code for a struct """
290 code = [
293 code = TranslateList(code, entry.GetTranslation())
295 file, ' ', code)
432 code = [ 'int %s(struct %s *, %s *);' % (
434 return code
[all...]
/external/llvm/test/MC/Mips/
H A Dmodule-directive-bad.s6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
26 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
30 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
34 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
38 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
42 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
[all...]
/external/r8/src/test/java/com/android/tools/r8/ir/
H A DSplitBlockTest.java2 // for details. All rights reserved. Use of this source code is governed by a
13 import com.android.tools.r8.ir.code.Add;
14 import com.android.tools.r8.ir.code.BasicBlock;
15 import com.android.tools.r8.ir.code.ConstNumber;
16 import com.android.tools.r8.ir.code.ConstType;
17 import com.android.tools.r8.ir.code.IRCode;
18 import com.android.tools.r8.ir.code.Instruction;
19 import com.android.tools.r8.ir.code.InstructionListIterator;
20 import com.android.tools.r8.ir.code.MoveType;
21 import com.android.tools.r8.ir.code
[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.c24 void __attribute__((noreturn)) test_abort(int code) { argument
25 do_abort(code);
/external/icu/icu4c/source/common/
H A Derrorcode.cpp27 UErrorCode code = errorCode; local
29 return code;
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMojoException.java2 // Use of this source code is governed by a BSD-style license that can be
17 public MojoException(int code) { argument
18 mCode = code;
30 * The mojo result code associated with this exception. See {@link MojoResult} for possible
/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D063-comments.c15 more code here
/external/mesa3d/src/mapi/
H A Dentry_x86-64_tls.h86 char *code = (char *) entry; local
91 *((unsigned int *) (code + offset)) = slot * sizeof(mapi_func);
113 char *code; local
122 code = u_execmem_alloc(sizeof(code_templ));
123 if (!code)
126 memcpy(code, code_templ, sizeof(code_templ));
128 *((unsigned int *) (code + 5)) = addr;
129 entry = (mapi_func) code;
H A Dentry_x86_tls.h109 char *code = (char *) entry; local
110 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func);
121 char *code; local
124 code = u_execmem_alloc(sizeof(code_templ));
125 if (!code)
128 memcpy(code, code_templ, sizeof(code_templ));
130 *((unsigned long *) (code + 2)) = x86_current_tls();
131 entry = (mapi_func) code;
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/test/
H A DAbstractGroovyTest.groovy33 * Assert that the specified code throws an exception of the specified type.
35 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
38 * @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not of the expected type
40 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
43 code.call()
53 * Assert that the specified code throws an exception with an error message
56 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
59 * @throws AssertionError - if no exception is thrown by the code o
[all...]
/external/pdfium/third_party/zlib_v128/
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:__anon16791
35 01000000 - invalid code
[all...]
/external/python/cpython2/Include/
H A Ducnhash.h18 /* Get name for a given character code. Returns non-zero if
22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen);
24 /* Get character code for a given name. Same error handling
26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code);
/external/python/cpython2/Modules/zlib/
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:__anon17700
35 01000000 - invalid code
[all...]
/external/robolectric/v1/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);
/external/syslinux/com32/gplinclude/dmi/
H A Ddmi_memory.h64 void dmi_memory_array_error_handle(uint16_t code, char *array);
65 void dmi_memory_device_width(uint16_t code, char *width);
66 void dmi_memory_device_size(uint16_t code, char *size);
67 const char *dmi_memory_device_form_factor(uint8_t code);
68 void dmi_memory_device_set(uint8_t code, char *set);
69 const char *dmi_memory_device_type(uint8_t code);
70 void dmi_memory_device_type_detail(uint16_t code, char *type_detail, int sizeof_type_detail);
71 void dmi_memory_device_speed(uint16_t code, char *speed);
/external/syslinux/com32/lib/zlib/
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:__anon20918
35 01000000 - invalid code
[all...]
/external/v8/src/compiler/
H A Djump-threading.h2 // Use of this source code is governed by a BSD-style license that can be
21 InstructionSequence* code, bool frame_at_start);
26 InstructionSequence* code);
/external/valgrind/helgrind/tests/
H A Dshmem_abits.stderr.exp2 code test
/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);

Completed in 3371 milliseconds

1234567891011>>