HomeSort by relevance Sort by last modified time
    Searched full:truncated (Results 76 - 100 of 1574) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
conjugate_gradients_solver.cc 199 // from Stephen Nash's work on truncated Newton
203 // Direction Within A Truncated Newton Method, Operation
206 // 2. Stephen G. Nash, A Survey of Truncated Newton Methods,
  /external/chromium/net/url_request/
view_cache_helper.cc 293 bool truncated; local
295 &truncated) &&
297 if (truncated)
  /external/chromium_org/net/url_request/
view_cache_helper.cc 302 bool truncated; local
304 buf_->data(), buf_len_, &response, &truncated) &&
306 if (truncated)
  /packages/apps/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java 211 ArrayList<String> truncated = new ArrayList<String>(truncatedLen); local
215 truncated.add(param);
222 return truncated;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_largefile.py 121 self.assertEqual(f.tell(), newsize) # else wasn't truncated
138 self.assertEqual(len(f.read()), 1) # else wasn't truncated
142 # is negative when truncated to an int.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_largefile.py 121 self.assertEqual(f.tell(), newsize) # else wasn't truncated
138 self.assertEqual(len(f.read()), 1) # else wasn't truncated
142 # is negative when truncated to an int.
  /build/tools/acp/
README 23 newer, because the local disk time stamp is truncated rather than
  /external/chromium/net/disk_cache/
file.h 62 // Sets the file's length. The file is truncated or extended with zeros to
  /external/chromium_org/base/android/java/src/org/chromium/base/
BuildInfo.java 47 * @return The build fingerprint for the current Android install. The value is truncated to a
  /external/chromium_org/ppapi/api/
ppb_var_array.idl 69 * than its current value, the array is truncated to the new length; any
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fixed-dtoa.h 48 // The returned buffer may contain digits that would be truncated from the
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
util.py 14 return result[:_MAX_LENGTH] + ' [truncated]...'
  /external/chromium_org/tools/telemetry/telemetry/
exception_formatter.py 75 truncation_indication = ' (truncated)'
  /external/chromium_org/ui/gfx/
canvas_unittest_mac.mm 58 // FontList::GetHeight returns a truncated height.
  /external/chromium_org/v8/src/
fixed-dtoa.h 45 // The returned buffer may contain digits that would be truncated from the
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java 32 public static final int FLAGS_TC = 0x0200; // Truncated
  /external/libvpx/libvpx/vp8/encoder/
boolhuff.h 58 "Truncated packet or corrupt partition ");
  /external/llvm/include/llvm/Support/
GraphWriter.h 90 O << "|<s64>truncated...";
222 O << "|<d64>truncated...";
287 if (SrcNodePort > 64) return; // Eminating from truncated part?
288 if (DestNodePort > 64) DestNodePort = 64; // Targeting the truncated part?
  /external/qemu/android/
opengles.h 39 * truncated. In all cases, including failure, the buffer will be NUL-
  /external/tcpdump/
print-ah.c 64 fputs("[truncated]", stdout);
print-netbios.c 52 (void)printf(" truncated-netbios %d", length);
  /external/v8/src/
fixed-dtoa.h 45 // The returned buffer may contain digits that would be truncated from the
  /external/webrtc/src/system_wrappers/interface/
file_wrapper.h 51 // the buffer in bytes in |size|. The name will be truncated if |size| is
  /ndk/sources/host-tools/make-3.81/
configure.bat 23 rem in which case the values will be truncated and the whole thing
  /system/core/include/log/
logger.h 55 * truncated log entry.

Completed in 2514 milliseconds

1 2 34 5 6 7 8 91011>>