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

  /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;
  /prebuilt/linux-x86/toolchain/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[] =
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 79 private static final String CODE = "$code"; //$NON-NLS-1$
368 if (CODE.equals(s)) {
428 * <code>formText.setImage(IMAGE_KEY, elementsDescriptor.getIcon());</code>
433 * <code>FrameworkResourceManager.getInstance().getDocumentationBaseUrl()</code>
458 if (CODE.equals(s)) {
565 // Detects <code>blah</code>
    [all...]
  /external/v8/src/
heap-profiler.h 6 // * Redistributions of source code must retain the above copyright
116 CODE = 3,
162 case CODE: return HEAP->arguments_shadow_symbol();
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 49 * pairs, delimited by a start(1)/pass(0)/fail(-2)/error(-1) status code result. At end of test
108 private static final String CODE = "INSTRUMENTATION_CODE: ";
285 line.startsWith(Prefixes.CODE)) {
398 * Parses out a status code result.
407 Log.w(LOG_TAG, "Expected integer status code, received: " + value);
482 Log.e(LOG_TAG, "Unknown status code received: " + testInfo.mCode);
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 879 milliseconds