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

1 2 3 4 5 6 7

  /system/netd/server/
NetdConstants.h 39 extern const char * const DEL;
NetdConstants.cpp 43 const char * const DEL = "del";
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 44 * <del uri="content://contacts/people" select="name=? and addr=?"
79 private final static String DEL = "del";
175 } else if (DEL.equals(localName)){
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ggc.h 198 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
199 htab_create_typed_alloc (SIZE, HASH, EQ, DEL, \
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
Makefile 53 -DEL $(EXTRA_CLEAN_OBJECTS)
  /external/guava/guava/src/com/google/common/base/
Ascii.java 416 public static final byte DEL = 127;
  /external/python/cpython2/Lib/curses/
ascii.py 38 DEL = 0x7f # delete
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 38 DEL = 0x7f # delete
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 38 DEL = 0x7f # delete
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 38 DEL = 0x7f # delete
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 38 DEL = 0x7f # delete
  /prebuilts/misc/common/robolectric/lib/
ant-launcher-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.2/
ant-launcher-1.8.2.jar 
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bldX64.bat 18 @if exist %WORKSPACE%\edk2.log del %WORKSPACE%\edk2.log
19 @if exist %WORKSPACE%\unitool.log del %WORKSPACE%\unitool.log
20 @if exist %WORKSPACE%\Conf\build_rule.txt del %WORKSPACE%\Conf\build_rule.txt
21 @if exist %WORKSPACE%\Conf\FrameworkDatabase.db del %WORKSPACE%\Conf\FrameworkDatabase.db
22 @if exist %WORKSPACE%\Conf\target.txt del %WORKSPACE%\Conf\target.txt
23 @if exist %WORKSPACE%\Conf\tools_def.txt del %WORKSPACE%\Conf\tools_def.txt
60 @DEL NEWFILE.ENV
61 @DEL NEWFILE.CFG
72 @del Conf\build_rule.txt
73 @REM @del Conf\tools_def.txt
    [all...]
  /external/icu/icu4c/source/common/
uprops.h 331 DEL =0x007f,
uchar.c 683 sa->add(sa->set, DEL); /* range DEL..NBSP-1, NBSP added below */
  /external/syslinux/com32/lua/src/
syslinux.c 499 export_key (DEL);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 185 // (octets 0 - 31) and DEL (127)>
187 const del = 0x7f // a CTL
188 return b < ' ' || b == del
285 // (octets 0 - 31) and DEL (127)>
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 185 // (octets 0 - 31) and DEL (127)>
187 const del = 0x7f // a CTL
188 return b < ' ' || b == del
285 // (octets 0 - 31) and DEL (127)>
  /system/security/keystore/include/keystore/
IKeystoreService.h 82 DEL = IBinder::FIRST_CALL_TRANSACTION + 3,
130 virtual ::keystore::KeyStoreServiceReturnCode del(const String16& name, int uid) = 0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.h 154 #define DEL 127
    [all...]
  /frameworks/native/include/input/
InputEventLabels.h 109 DEFINE_KEYCODE(DEL),
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterProperty.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java     [all...]

Completed in 4073 milliseconds

1 2 3 4 5 6 7