HomeSort by relevance Sort by last modified time
    Searched refs:RAW (Results 1 - 23 of 23) sorted by null

  /system/core/init/
parser.c 9 #define RAW(x...) log_write(6, x)
24 RAW("service %s\n", svc->name);
25 RAW(" class '%s'\n", svc->classname);
26 RAW(" exec");
28 RAW(" '%s'", svc->args[n]);
30 RAW("\n");
32 RAW(" socket %s %s 0%o\n", si->name, si->type, si->perm);
38 RAW("on %s\n", act->name);
41 RAW(" %p", cmd->func);
43 RAW(" %s", cmd->args[n])
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ElemDesc.java 65 /** Bit position if this element type is should be raw characters. */
66 static final int RAW = (1 << 8);
ToHTMLStream.java 283 0 | ElemDesc.HEADMISC | ElemDesc.RAW | ElemDesc.BLOCK));
291 | ElemDesc.RAW));
890 elemContext.m_isRaw = (elemFlags & ElemDesc.RAW) != 0;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceFolderType.java 31 RAW(SdkConstants.FD_RAW),
FolderTypeRelationship.java 56 add(ResourceType.RAW, ResourceFolderType.RAW, typeToFolderMap, folderToTypeMap);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceType.java 32 RAW("raw", "Raw"), //$NON-NLS-1$
  /external/libxml2/
parser.c     [all...]
HTMLparser.c 265 #define RAW (ctxt->token ? -1 : (*ctxt->input->cur))
    [all...]
catalog.c     [all...]
  /bionic/libc/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /development/ndk/platforms/android-3/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
ioctl_compat.h 99 #define RAW 0x00000020 /* no i/o processing */
  /external/srec/tools/cmd/
srecres2utd.pl 104 } elsif(/^RAW SCORE\s+:\s+\'(.*)\'/) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h 446 * @param OMX_IndexCustomModeRAW_AACDEC Sets the RAW mode
837 OMX_U32 RAW;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tzrulets.cpp 156 -1*HOUR, // Raw offset
307 errln(UnicodeString("FAIL: Invalid time zone raw offset: ") + offset + " /expected: -3600000");
346 errln((UnicodeString)"FAIL: Invalid time zone raw offset: " + offset + " /expected: -3600000");
355 errln((UnicodeString)"FAIL: Invalid time zone raw offset returned by getRawOffset: "
370 const int32_t RAW = -10*HOUR;
371 rbtz0.setRawOffset(RAW);
372 if (rbtz0.getRawOffset() != RAW) {
742 // raw offsets are different
2072 int32_t raw, dst; local
2151 int32_t raw, dst, raw0, dst0; local
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 162 -1*HOUR, // Raw offset
318 errln(UnicodeString("FAIL: Invalid time zone raw offset: ") + offset + " /expected: -3600000");
357 errln((UnicodeString)"FAIL: Invalid time zone raw offset: " + offset + " /expected: -3600000");
366 errln((UnicodeString)"FAIL: Invalid time zone raw offset returned by getRawOffset: "
381 const int32_t RAW = -10*HOUR;
382 rbtz0.setRawOffset(RAW);
383 if (rbtz0.getRawOffset() != RAW) {
753 // raw offsets are different
2083 int32_t raw, dst; local
2280 int32_t raw, dst, raw0, dst0; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 340 pComponentPrivate->RAW = 0; /* doesn't do anything, consider deleting */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 164 RAW = 0,
    [all...]

Completed in 1088 milliseconds