Home
last modified time | relevance | path

Searched refs:remember (Results 1 – 25 of 218) sorted by relevance

123456789

/external/toybox/toys/posix/
Dsed.c178 char *nextline, *remember;
389 line = xstrdup(TT.remember); in process_line()
394 memcpy(line+len, TT.remember, TT.rememberlen); in process_line()
397 free(TT.remember); in process_line()
398 TT.remember = xstrdup(line); in process_line()
401 TT.remember = xrealloc(TT.remember, TT.rememberlen+len+2); in process_line()
402 TT.remember[TT.rememberlen++] = '\n'; in process_line()
403 memcpy(TT.remember+TT.rememberlen, line, len); in process_line()
404 TT.remember[TT.rememberlen += len] = 0; in process_line()
576 str = TT.remember; in process_line()
[all …]
/external/libpcap/msdos/
Dpkt_rx0.asm105 mov newInOffset, ax ;; remember new input offset
153 mov [di].firstCount, cx ; remember the first count.
154 mov [di].handle, bx ; remember the handle.
Dpkt_rx1.s114 mov [di], cx ; remember firstCount.
115 mov [di+4], bx ; remember handle.
/external/javassist/
DHOWTO.txt2 If you want to run the tests, remember to do it from master or a branch that
/external/autotest/server/site_tests/network_WiFi_HiddenRemains/
Dcontrol14 This test verifies that shill continues to remember that a network is
/external/walt/arduino/
DREADME.md6 When compiling using Arduino IDE, remember to set the mode to **"Serial + MIDI"**.
/external/google-tv-pairing-protocol/cpp/m4/
Dlt~obsolete.m419 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/google-breakpad/m4/
Dlt~obsolete.m419 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/libusb-compat/m4/
Dlt~obsolete.m419 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/lmfit/m4/
Dlt~obsolete.m419 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/libcap-ng/libcap-ng-0.7/m4/
Dlt~obsolete.m419 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/ImageMagick/m4/
Dlt~obsolete.m420 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/libedit/m4/
Dlt~obsolete.m419 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/libexif/auto-m4/
Dlt~obsolete.m419 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/libnetfilter_conntrack/m4/
Dlt~obsolete.m419 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dlt~obsolete.m420 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/vulkan-validation-layers/tests/gtest-1.7.0/m4/
Dlt~obsolete.m419 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt64 BTW, on an unrelated note, after the meeting yesterday, I did remember
67 it yesterday, I didn't remember where the idea had come from but I
/external/libmicrohttpd/m4/
Dlt~obsolete.m419 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/libnfnetlink/m4/
Dlt~obsolete.m419 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt64 BTW, on an unrelated note, after the meeting yesterday, I did remember
67 it yesterday, I didn't remember where the idea had come from but I
/external/pcre/dist2/m4/
Dlt~obsolete.m420 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/external/guava/
DREADME.maven20 remember that this codebase uses @Override annotations
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
DcomplexityMeasures.m4 % Enter the path to YOUR executable and remember to define the perprocessor
/external/iproute2/tc/
DREADME.last44 but remember: not all pentiums have this facility, and

123456789