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

1 2 3 4 5 6 7 8

  /external/autotest/client/site_tests/firmware_TouchMTB/
mini_color.py 4 # Use of this source code is governed by a BSD-style license that can be
14 CODE = {'black': CSI + '1;30m', # color code for foreground color
27 ''' Insert color code for a bracketed substring in a given string '''
28 cstring = re.sub(bgn_sym, CODE[color] + bgn_sym, string)
  /external/brotli/c/enc/
cluster.c 38 #define CODE(X) X
52 #undef CODE
cluster.h 28 #define CODE(X) /* Declaration */;
42 #undef CODE
  /external/syslinux/com32/elflink/ldlinux/
get_key.c 47 int code; member in struct:keycode
52 #define CODE(x,y) { x, (sizeof y)-1, (const unsigned char *)(y) }
56 CODE(KEY_F1, "\0\x3B"),
57 CODE(KEY_F2, "\0\x3C"),
58 CODE(KEY_F3, "\0\x3D"),
59 CODE(KEY_F4, "\0\x3E"),
60 CODE(KEY_F5, "\0\x3F"),
61 CODE(KEY_F6, "\0\x40"),
62 CODE(KEY_F7, "\0\x41"),
63 CODE(KEY_F8, "\0\x42")
201 int code; local
    [all...]
  /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/iptables/extensions/
libebt_log.c 8 * Giuseppe Longo <giuseppelng@gmail.com> adapted the original code to the
33 } CODE;
35 static CODE eight_priority[] = {
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/description/
JavadocInlineTag.java 30 * For example <code>{@link String}</code>
49 * The type of tag: it could either correspond to a known tag (code, docRoot, etc.) or represent
53 CODE,
  /external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
ProxyingInstantiator.java 32 * the actual class. The class loader will normally throw a {@code VerifyError} is you do that. However, using
33 * {@code -Xverify:none} shoud make it work
50 private static final byte[] CODE = { OPS_aload_0, OPS_return};
51 private static final int CODE_ATTRIBUTE_LENGTH = 12 + CODE.length;
122 // 5. Code
124 in.writeUTF("Code");
162 in.writeShort(1); // number of attributes: only one, the code
164 // code attribute of the default constructor
169 in.writeInt(CODE.length); // code lengt
    [all...]
  /external/tcpdump/
print-medsa.c 6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
62 #define CODE(medsa) ((medsa->bytes[3] & 0x06) | \
103 tok2str(code_values, "Unknown (%u)", CODE(medsa))));
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
CommentsParser.java 34 CODE,
56 State state = State.CODE;
75 case CODE:
102 state = State.CODE;
127 state = State.CODE;
134 state = State.CODE;
139 state = State.CODE;
  /external/toybox/lib/
portability.h 3 // Instead of polluting the code with strange #ifdefs to work around bugs
251 typedef struct {char *c_name; int c_val;} CODE;
252 extern CODE prioritynames[], facilitynames[];
  /packages/apps/Settings/src/com/android/settings/notification/
SoundPreferenceController.java 39 protected static final int CODE = 200;
94 mFragment.startActivityForResult(preference.getIntent(), CODE);
102 if (CODE == requestCode) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 86 private static final String CODE = "$code"; //$NON-NLS-1$
384 if (CODE.equals(s)) {
444 * <code>formText.setImage(IMAGE_KEY, elementsDescriptor.getIcon());</code>
449 * <code>FrameworkResourceManager.getInstance().getDocumentationBaseUrl()</code>
474 if (CODE.equals(s)) {
581 // Detects <code>blah</code>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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/guice/lib/build/
munge.jar 
  /external/wayland/src/
scanner.c 63 fprintf(stderr, "usage: %s [OPTION] [client-header|server-header|code]"
68 "headers, server headers, or protocol marshalling code.\n\n");
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.4/
objenesis-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.5/
objenesis-2.5.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 

Completed in 879 milliseconds

1 2 3 4 5 6 7 8