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

1 2

  /external/toybox/toys/posix/
sed.c 64 reading the next line. Sed can remember one additional line in a separate
88 h Remember this line (overwriting remembered line)
90 H Remember this line (appending to remembered line, if any)
180 char *nextline, *remember;
395 line = xstrdup(TT.remember);
400 memcpy(line+len, TT.remember, TT.rememberlen);
403 free(TT.remember);
404 TT.remember = xstrdup(line);
407 TT.remember = xrealloc(TT.remember, TT.rememberlen+len+2)
    [all...]
  /external/walt/arduino/
README.md 6 When compiling using Arduino IDE, remember to set the mode to **"Serial + MIDI"**.
  /external/libpcap/msdos/
pkt_rx1.s 114 mov [di], cx ; remember firstCount.
115 mov [di+4], bx ; remember handle.
pkt_rx0.asm 105 mov newInOffset, ax ;; remember new input offset
153 mov [di].firstCount, cx ; remember the first count.
154 mov [di].handle, bx ; remember the handle.
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
complexityMeasures.m 4 % Enter the path to YOUR executable and remember to define the perprocessor
  /external/python/cpython2/PCbuild/
get_externals.bat 44 rem When updating these versions, remember to update the relevant property
  /external/skia/modules/pathkit/
helper.js 74 * params. We can just remember the last one to speed things up.
  /external/skqp/modules/pathkit/
helper.js 74 * params. We can just remember the last one to speed things up.
  /external/e2fsprogs/ext2ed/
ext2ed.h 263 extern void remember (char *command_line);
general_com.c 772 void remember (char *command_line) function
init.c 89 add_user_command (&general_commands,"remember","Saves the current position and data information",remember);
284 add_user_command (&ptr->type_commands,"remember","Saves the file\'s inode position for later reference",type_file___remember);
305 add_user_command (&ptr->type_commands,"remember","Remember the inode of the current directory entry",type_dir___remember);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 279 collections.OrderedDict will remember the order of insertion). If
313 collections.OrderedDict will remember the order of insertion). If
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 267 collections.OrderedDict will remember the order of insertion). If
301 collections.OrderedDict will remember the order of insertion). If
  /external/golang-protobuf/proto/
proto3_test.go 122 // we need to remember to set defaults for nested proto2 messages.
equal.go 52 If the fields are of a floating-point type, remember that
  /external/python/cpython2/Lib/json/
__init__.py 280 collections.OrderedDict will remember the order of insertion). If
314 collections.OrderedDict will remember the order of insertion). If
  /external/autotest/site_utils/
perf_compare.py 470 logging.error('Did you remember to run prodaccess?')
  /external/icu/icu4c/source/
runConfigureICU 439 echo source in the ICU distribution to build ICU. Please remember that ICU needs
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 66 var mark:int = input.mark(); // remember where decision started in input
  /external/toybox/generated/
globals.h 1247 char *nextline, *remember; member in struct:sed_data
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
epydoc.js 49 // Set a cookie to remember the current option.
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
epydoc.js 49 // Set a cookie to remember the current option.
  /external/python/google-api-python-client/docs/epy/
epydoc.js 49 // Set a cookie to remember the current option.
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
equal.go 52 If the fields are of a floating-point type, remember that
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
bracket.go 152 // remember opener location, most recent first

Completed in 3173 milliseconds

1 2