HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 101 - 125 of 19832) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
__init__.py 24 # the values given in the W3C recommendation. Client code can
72 return self.code
76 code = INDEX_SIZE_ERR variable in class:IndexSizeErr
79 code = DOMSTRING_SIZE_ERR variable in class:DomstringSizeErr
82 code = HIERARCHY_REQUEST_ERR variable in class:HierarchyRequestErr
85 code = WRONG_DOCUMENT_ERR variable in class:WrongDocumentErr
88 code = INVALID_CHARACTER_ERR variable in class:InvalidCharacterErr
91 code = NO_DATA_ALLOWED_ERR variable in class:NoDataAllowedErr
94 code = NO_MODIFICATION_ALLOWED_ERR variable in class:NoModificationAllowedErr
97 code = NOT_FOUND_ER variable in class:NotFoundErr
100 code = NOT_SUPPORTED_ERR variable in class:NotSupportedErr
103 code = INUSE_ATTRIBUTE_ERR variable in class:InuseAttributeErr
106 code = INVALID_STATE_ERR variable in class:InvalidStateErr
109 code = SYNTAX_ERR variable in class:SyntaxErr
112 code = INVALID_MODIFICATION_ERR variable in class:InvalidModificationErr
115 code = NAMESPACE_ERR variable in class:NamespaceErr
118 code = INVALID_ACCESS_ERR variable in class:InvalidAccessErr
121 code = VALIDATION_ERR variable in class:ValidationErr
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
__init__.py 24 # the values given in the W3C recommendation. Client code can
72 return self.code
76 code = INDEX_SIZE_ERR variable in class:IndexSizeErr
79 code = DOMSTRING_SIZE_ERR variable in class:DomstringSizeErr
82 code = HIERARCHY_REQUEST_ERR variable in class:HierarchyRequestErr
85 code = WRONG_DOCUMENT_ERR variable in class:WrongDocumentErr
88 code = INVALID_CHARACTER_ERR variable in class:InvalidCharacterErr
91 code = NO_DATA_ALLOWED_ERR variable in class:NoDataAllowedErr
94 code = NO_MODIFICATION_ALLOWED_ERR variable in class:NoModificationAllowedErr
97 code = NOT_FOUND_ER variable in class:NotFoundErr
100 code = NOT_SUPPORTED_ERR variable in class:NotSupportedErr
103 code = INUSE_ATTRIBUTE_ERR variable in class:InuseAttributeErr
106 code = INVALID_STATE_ERR variable in class:InvalidStateErr
109 code = SYNTAX_ERR variable in class:SyntaxErr
112 code = INVALID_MODIFICATION_ERR variable in class:InvalidModificationErr
115 code = NAMESPACE_ERR variable in class:NamespaceErr
118 code = INVALID_ACCESS_ERR variable in class:InvalidAccessErr
121 code = VALIDATION_ERR variable in class:ValidationErr
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
__init__.py 24 # the values given in the W3C recommendation. Client code can
72 return self.code
76 code = INDEX_SIZE_ERR variable in class:IndexSizeErr
79 code = DOMSTRING_SIZE_ERR variable in class:DomstringSizeErr
82 code = HIERARCHY_REQUEST_ERR variable in class:HierarchyRequestErr
85 code = WRONG_DOCUMENT_ERR variable in class:WrongDocumentErr
88 code = INVALID_CHARACTER_ERR variable in class:InvalidCharacterErr
91 code = NO_DATA_ALLOWED_ERR variable in class:NoDataAllowedErr
94 code = NO_MODIFICATION_ALLOWED_ERR variable in class:NoModificationAllowedErr
97 code = NOT_FOUND_ER variable in class:NotFoundErr
100 code = NOT_SUPPORTED_ERR variable in class:NotSupportedErr
103 code = INUSE_ATTRIBUTE_ERR variable in class:InuseAttributeErr
106 code = INVALID_STATE_ERR variable in class:InvalidStateErr
109 code = SYNTAX_ERR variable in class:SyntaxErr
112 code = INVALID_MODIFICATION_ERR variable in class:InvalidModificationErr
115 code = NAMESPACE_ERR variable in class:NamespaceErr
118 code = INVALID_ACCESS_ERR variable in class:InvalidAccessErr
121 code = VALIDATION_ERR variable in class:ValidationErr
    [all...]
  /art/test/674-hotness-compiled/
run 17 ${RUN} "$@" -Xcompiler-option --count-hotness-in-compiled-code
  /external/clang/test/Driver/
output-file-cleanup.c 25 invalid C code
29 // RUN: echo "invalid C code" > %t2.c
45 // RUN: echo "invalid C code" > %t2.c
47 // RUN: echo "invalid C code" > %t4.c
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Local.java 19 import com.android.dx.rop.code.RegisterSpec;
25 private final Code code; field in class:Local
30 private Local(Code code, TypeId<T> type) {
31 this.code = code;
35 static <T> Local<T> get(Code code, TypeId<T> type) {
36 return new Local<T>(code, type)
    [all...]
  /external/eigen/Eigen/src/Core/util/
NonMPL2.h 2 #error Including non-MPL2 code in EIGEN_MPL2_ONLY mode
  /external/junit/src/main/java/org/junit/internal/
RealSystem.java 11 public void exit(int code) {
12 System.exit(code);
  /external/mesa3d/src/mapi/
entry_x86_tsd.h 83 char *code = (char *) entry; local
85 *((unsigned long *) (code + 11)) = slot * sizeof(mapi_func);
86 *((unsigned long *) (code + 22)) = slot * sizeof(mapi_func);
93 void *code; local
96 code = u_execmem_alloc(X86_ENTRY_SIZE);
97 if (!code)
100 memcpy(code, code_templ, X86_ENTRY_SIZE);
101 entry = (mapi_func) code;
  /external/valgrind/none/tests/x86/
smc1.c 2 /* Test Valgrind's ability to spot writes to code which has been
18 WRONG output (if you fail to spot code-writes to code[0 .. 4]) is
47 static UChar code[10]; variable
49 /* Make `code' be PUSHL $dest ; ret */
53 code[0] = 0x68; /* PUSH imm32 */
54 code[1] = (dest & 0xFF);
55 code[2] = ((dest >> 8) & 0xFF);
56 code[3] = ((dest >> 16) & 0xFF);
57 code[4] = ((dest >> 24) & 0xFF)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
exportbug.s 1 .code
callinfobug.s 1 .code
global.s 1 .code
5 ; Official gas code will not accept sym-$global$.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips64-mips3d.l 2 .*:150: Warning: condition code register should be even for bc1any2f, was 1
3 .*:152: Warning: condition code register should be even for bc1any2t, was 3
4 .*:154: Warning: condition code register should be 0 or 4 for bc1any4f, was 1
5 .*:156: Warning: condition code register should be 0 or 4 for bc1any4t, was 2
  /external/android-clat/
icmp.h 34 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code);
37 uint8_t icmp_to_icmp6_code(uint8_t type, uint8_t code);
40 uint8_t icmp6_to_icmp_type(uint8_t type, uint8_t code);
43 uint8_t icmp6_to_icmp_code(uint8_t type, uint8_t code);
  /external/annotation-tools/asmx/test/perf/org/objectweb/asm/
SERPPerfTest.java 9 * 1. Redistributions of source code must retain the above copyright
34 import serp.bytecode.Code;
67 Code code = methods[i].getCode(false); local
68 if (code != null) {
69 while (code.hasNext()) {
70 code.next();
73 code.calculateMaxStack();
74 code.calculateMaxLocals();
98 Code code = m.getCode(false) local
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/simple/
SimpleFilter.java 13 int code(byte[] buf, int off, int len); method in interface:SimpleFilter
  /external/nos/host/generic/libnos/include/nos/
debug.h 27 * @param code The return value of CallApp().
28 * @return A string which represents the meaning of @code.
30 std::string StatusCodeString(uint32_t code);
  /libcore/ojluni/src/main/java/java/net/
HttpRetryException.java 5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
46 * Constructs a new {@code HttpRetryException} from the
47 * specified response code and exception detail message
50 * @param code the HTTP response code from server.
52 public HttpRetryException(String detail, int code) {
54 responseCode = code;
    [all...]
  /system/update_engine/common/
error_code_utils.h 29 std::string ErrorCodeToString(ErrorCode code);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
ascii.c 11 * 1. Redistributions of source code must retain the above copyright
33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype)
35 if (code < 128)
36 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype);
  /external/syslinux/com32/gpllib/dmi/
dmi_ipmi.c 22 * For the avoidance of doubt the "preferred form" of this code is one which
26 * are deemed to be part of the source code.
32 const char *dmi_ipmi_interface_type(uint8_t code)
43 if (code <= 0x04)
44 return type[code];
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
mapshort.s 4 .code 32
6 .code 16
16 .code 32
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardStateTestsBase.java 84 private void pressKeyWithoutTimerExpire(final int code, final boolean isSinglePointer,
86 mSwitcher.onPressKey(code, isSinglePointer);
93 * @param code the key code to press.
96 public void pressKey(final int code, final int afterPress) {
98 pressKeyWithoutTimerExpire(code, true, afterPress);
104 * @param code the key code to release and register
107 public void releaseKey(final int code, final int afterRelease) {
108 mSwitcher.onCodeInput(code);
    [all...]
  /art/compiler/linker/mips/
relative_patcher_mips.cc 41 void MipsRelativePatcher::PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
48 void MipsRelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code,
54 bool high_patch = ((*code)[literal_offset + 0] == 0x34) && ((*code)[literal_offset + 1] == 0x12);
60 DCHECK_EQ(((*code)[literal_offset + 2] & 0x1F), 0x1E);
61 DCHECK_EQ(((*code)[literal_offset + 3] & 0xFC), 0xEC);
64 DCHECK_EQ(((*code)[literal_offset + 2] & 0xE0), 0x00);
65 DCHECK_EQ((*code)[literal_offset + 3], 0x3C);
69 CHECK_EQ((*code)[literal_offset + 0], 0x78);
70 CHECK_EQ((*code)[literal_offset + 1], 0x56)
    [all...]

Completed in 565 milliseconds

1 2 3 45 6 7 8 91011>>