/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stab.h | 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/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/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)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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[] =
|
/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
|
/external/chromium_org/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/chromium_org/third_party/openssl/openssl/crypto/des/ |
DES.xs | 44 CODE: 54 CODE: 167 CODE: 229 CODE: 242 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/backends/ |
sh_reloc.def | 43 RELOC_TYPE (CODE, REL)
|
/external/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(/<(\/)?([^<>]+)>/); 93 // For issue http://code.google.com/p/v8/issues/detail?id=924 102 // Issue http://code.google.com/p/v8/issues/detail?id=929
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree.h | 51 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)]) 56 /* Tree code classes. */ 58 /* Each tree_code has an associated code class represented by a 62 tcc_exceptional, /* An exceptional code (fits no category). */ 65 tcc_type, /* A type object code. */ 78 /* Each tree code class has an associated string representation. 89 #define TREE_CODE_CLASS(CODE) tree_code_type[(int) (CODE)] 91 /* Nonzero if CODE represents an exceptional code. * 1978 enum omp_clause_code code; variable in typeref:enum:omp_clause_code [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree.h | 51 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)]) 56 /* Tree code classes. */ 58 /* Each tree_code has an associated code class represented by a 62 tcc_exceptional, /* An exceptional code (fits no category). */ 65 tcc_type, /* A type object code. */ 78 /* Each tree code class has an associated string representation. 89 #define TREE_CODE_CLASS(CODE) tree_code_type[(int) (CODE)] 91 /* Nonzero if CODE represents an exceptional code. * 1978 enum omp_clause_code code; variable in typeref:enum:omp_clause_code [all...] |