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

1 2 3 4 5 6 7 8

  /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,
  /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/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/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...]
  /prebuilts/gcc/linux-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/linux-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...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLElement133.js 80 Retrieve the class attribute of the CODE element and examine its value.
99 nodeList = doc.getElementsByTagName("code");
104 assertEquals("classNameLink","CODE-class",vclassname);
HTMLElement17.js 80 Retrieve the id attribute of the CODE element and examine its value.
99 nodeList = doc.getElementsByTagName("code");
104 assertEquals("idLink","Test-CODE",vid);
HTMLElement46.js 80 Retrieve the title attribute of the CODE element and examine its value.
99 nodeList = doc.getElementsByTagName("code");
104 assertEquals("titleLink","CODE Element",vtitle);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLElement133.js 80 Retrieve the class attribute of the CODE element and examine its value.
99 nodeList = doc.getElementsByTagName("code");
104 assertEquals("classNameLink","CODE-class",vclassname);
HTMLElement17.js 80 Retrieve the id attribute of the CODE element and examine its value.
99 nodeList = doc.getElementsByTagName("code");
104 assertEquals("idLink","Test-CODE",vid);

Completed in 964 milliseconds

1 2 3 4 5 6 7 8