HomeSort by relevance Sort by last modified time
    Searched full:nnew (Results 1 - 25 of 28) sorted by null

1 2

  /external/svox/pico/lib/
picopal.c 181 picopal_objsize_t len, nnew, n = siz; local
220 nnew = (n > len) ? n-len : 0; /* nnew is the new value of n */
221 d += (n - nnew);
222 n = nnew;
  /external/autotest/tko/parsers/
version_0_unittest.py 236 "embedded\nnew lines\n")
244 self.assertEquals(line.reason, "Status\nwith\nembedded\nnew lines")
  /external/e2fsprogs/ext2ed/
disk.c 176 fprintf (fp,"\n\nNew data:\n\n");
  /external/autotest/client/site_tests/platform_ToolchainOptions/
platform_ToolchainOptions.py 110 m += ("\nNew passes (remove these from the whitelist):\n%s" %
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 171 message.optional_string = "a\nnew\nline"
174 'optional_string: "a\\nnew\\nline"')
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
dcl.go 489 nnew := 0
515 nnew++
523 if nnew == 0 && nerr == 0 {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dcl.go 486 nnew := 0
512 nnew++
520 if nnew == 0 && nerr == 0 {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
dcl.go 489 nnew := 0
515 nnew++
523 if nnew == 0 && nerr == 0 {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dcl.go 486 nnew := 0
512 nnew++
520 if nnew == 0 && nerr == 0 {
  /external/curl/docs/examples/
synctime.c 358 fprintf(stderr, "\nNew System's Date: %s%s\n", timeBuf, tzoneBuf);
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 358 printf("----------------------------------------------\nnew shader:\n");
  /prebuilts/go/darwin-x86/src/runtime/
crash_test.go 119 want := "main: recovered done\nnew-thread: recovered done\nsecond-new-thread: recovered done\nmain-again: recovered done\n"
  /prebuilts/go/linux-x86/src/runtime/
crash_test.go 119 want := "main: recovered done\nnew-thread: recovered done\nsecond-new-thread: recovered done\nmain-again: recovered done\n"
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 255 printf("\nNew initial rate: %d\n", rateBPS);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 725 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n");
745 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n");
781 "since x is otherwise unused.\nOld: " << *Call << "\nNew: "
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c     [all...]
  /external/toybox/generated/
help.h 191 #define HELP_losetup "usage: losetup [-cdrs] [-o OFFSET] [-S SIZE] {-d DEVICE...|-j FILE|-af|{DEVICE FILE}}\n\nAssociate a loopback device with a file, or show current file (if any)\nassociated with a loop device.\n\nInstead of a device:\n-a Iterate through all loopback devices\n-f Find first unused loop device (may create one)\n-j Iterate through all loopback devices associated with FILE\n\nexisting:\n-c Check capacity (file size changed)\n-d Detach loopback device\n\nnew:\n-s Show device name (alias --show)\n-o Start assocation at OFFSET into FILE\n-r Read only\n-S Limit SIZE of loopback association (alias --sizelimit)\n\n"
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]

Completed in 2897 milliseconds

1 2