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

  /external/libedit/
Android.mk 6 PREBUILT_ROOT := prebuilts/libs/libedit
16 # Output goes to the prebuilts/libs/libedit directory.
18 $(LOCAL_PATH)/lib/libedit.la: $(wildcard $(LOCAL_PATH)/src/*) $(LOCAL_PATH)/config.h
19 @echo making libedit for $(HOST_OS)-$(HOST_ARCH)
22 $(PREBUILT_ARCH_ROOT)/lib/libedit.la: $(LOCAL_PATH)/lib/libedit.la
34 $(PREBUILT_ARCH_ROOT)/lib/libedit$(HOST_STATIC_LIB_EXT): \
35 $(PREBUILT_ARCH_ROOT)/lib/libedit.la
README.android 2 * README.android describes in high-level the libedit changes that we
8 * Initial downstream on 2013/10/30: Synched to libedit-20130712-3.1.tar.gz
configure 3 # Generated by GNU Autoconf 2.69 for libedit 3.1.
588 PACKAGE_NAME='libedit'
589 PACKAGE_TARNAME='libedit-20130712'
591 PACKAGE_STRING='libedit 3.1'
    [all...]
  /test/vts/specification/
Android.mk 37 external/libedit/src \
  /external/python/cpython3/Lib/test/
test_readline.py 18 is_editline = readline.__doc__ and "libedit" in readline.__doc__
25 These tests were added to check that the libedit emulation on OSX and the
147 is_editline = readline.__doc__ and "libedit" in readline.__doc__

Completed in 108 milliseconds