HomeSort by relevance Sort by last modified time
    Searched refs:CODE (Results 1 - 25 of 319) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stab.h 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stab.h 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
parser.h 9 CODE = 261,
18 #define CODE 261
  /external/chromium_org/tools/gyp/test/win/linker-flags/
safeseh_zero.asm 2 .CODE
  /external/chromium_org/tools/gyp/test/win/ml-safeseh/
a.asm 2 .CODE
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
internal-fn.h 24 #define DEF_INTERNAL_FN(CODE, FLAGS) IFN_##CODE,
  /external/chromium_org/third_party/sqlite/src/src/
os_common.h 4 ** The author disclaims copyright to this source code. In place of
13 ** This file contains macros and a little bit of code that is common to
26 ** switch. The following code should catch this problem at compile-time.
46 ** hwtime.h contains inline assembler code for implementing
64 ** of code will give us the ability to simulate a disk I/O error. This
76 #define SimulateIOError(CODE) \
79 { local_ioerr(); CODE; }
85 #define SimulateDiskfullError(CODE) \
91 CODE; \
  /cts/tools/dasm/src/java_cup/
sym.java 3 // The following code was generated by Java(tm) CUP v0.9d
18 static final int CODE = 4;
  /external/srec/srec/include/
c42mul.h 46 #define RETURN_ERROR(CODE) (rec->except_enabled ? longjmp(rec->except_buf, (CODE)) : SERVICE_ERROR(CODE))
47 #define SET_ERROR(CODE) (rec->err_code= CODE)
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/
aesni-gcm-x86_64.asm 2 .text$ SEGMENT ALIGN(256) 'CODE'
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
mlerrorcode.c 19 #define ERROR_CODE_CASE(CODE) \
20 case CODE: \
21 return #CODE \
24 * @brief return a string containing the label assigned to the error code.
29 * @return A string containing the error code label.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
syslog.h 8 * 1. Redistributions of source code must retain the above copyright
46 * one-to-one to strings in the syslogd(8) source code. This mapping is
72 } CODE;
74 CODE prioritynames[] =
122 CODE facilitynames[] =
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
syslog.h 8 * 1. Redistributions of source code must retain the above copyright
46 * one-to-one to strings in the syslogd(8) source code. This mapping is
72 } CODE;
74 CODE prioritynames[] =
122 CODE facilitynames[] =
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/bn/
rsaz-avx2.asm 2 .text$ SEGMENT ALIGN(256) 'CODE'
  /external/llvm/lib/Support/
Process.cpp 26 //=== independent code.
100 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m"
  /external/eigen/bench/
check_cache_queries.cpp 9 #define DUMP_CPUID(CODE) {\
12 EIGEN_CPUID(abcd, CODE, 0); \
13 std::cout << "The code " << CODE << " gives " \
BenchTimer.h 7 // This Source Code Form is subject to the terms of the Mozilla
163 #define BENCH(TIMER,TRIES,REP,CODE) { \
168 CODE; \
  /external/chromium_org/third_party/codesighs/
msmap.h 16 * The Original Code is msmap.h code, released
19 * The Initial Developer of the Original Code is
76 CODE,
  /external/chromium_org/v8/test/webkit/fast/js/
string-split-conformance.js 7 // 1. Redistributions of source code must retain the above copyright
28 // The following JavaScript code (including "".split tests) is copyright by Steven Levithan,
71 ["'A<B>bold</B>and<CODE>coded</CODE>'.split(ecmaSampleRe)", ["A", undefined, "B", "bold", "/", "B", "and", undefined, "CODE", "coded", "/", "CODE", ""]],
  /external/libvorbis/lib/
lookups.pl 5 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
10 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptstatetracker.py 52 'class', 'code', 'desc', 'final', 'hidden', 'inheritDoc', 'link',
93 Code blocks come after parameters, keywords like else, and closing parens.
98 Code block type for current token.
104 return self.CODE
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdCountLeadingZeros.s 20 AREA |.text|, CODE
  /external/openssl/crypto/des/
DES.xs 44 CODE:
54 CODE:
167 CODE:
229 CODE:
242 CODE:
  /external/chromium_org/v8/test/mjsunit/
string-split.js 6 // * Redistributions of source code must retain the above copyright
28 expected = ["A", undefined, "B", "bold", "/", "B", "and", undefined, "CODE", "coded", "/", "CODE", ""];
29 result = "A<B>bold</B>and<CODE>coded</CODE>".split(/<(\/)?([^<>]+)>/);
110 // For issue http://code.google.com/p/v8/issues/detail?id=924
119 // Issue http://code.google.com/p/v8/issues/detail?id=929
  /external/elfutils/0.153/backends/
sh_reloc.def 43 RELOC_TYPE (CODE, REL)

Completed in 1135 milliseconds

1 2 3 4 5 6 7 8 91011>>