HomeSort by relevance Sort by last modified time
    Searched refs:truncated (Results 101 - 125 of 358) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/pdfium/xfa/fwl/
cfx_barcode.h 59 bool SetTruncated(bool truncated);
cfwl_barcode.cpp 154 void CFWL_Barcode::SetTruncated(bool truncated) {
156 m_bTruncated = truncated;
cfx_barcode.cpp 292 bool CFX_Barcode::SetTruncated(bool truncated) {
302 return m_pBCEngine && memptr ? ((m_pBCEngine.get()->*memptr)(truncated), true)
  /external/protobuf/js/binary/
encoder.js 152 * will be truncated.
168 * will be truncated.
197 * bits will be truncated.
212 * [0,2^8) will be truncated.
224 * range [0,2^16) will be truncated.
237 * range [0,2^32) will be truncated.
253 * range [0,2^64) will be truncated.
268 * [-2^7,2^7) will be truncated.
280 * [-2^15,2^15) will be truncated.
293 * [-2^31,2^31) will be truncated
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protopprof.go 26 return nil, fmt.Errorf("truncated profile")
48 return nil, fmt.Errorf("truncated profile")
53 return nil, fmt.Errorf("truncated profile")
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protopprof.go 26 return nil, fmt.Errorf("truncated profile")
48 return nil, fmt.Errorf("truncated profile")
53 return nil, fmt.Errorf("truncated profile")
  /external/webrtc/webrtc/libjingle/xmpp/
presencereceivetask.cc 86 std::string truncated(presence_status->status(), 0, len);
87 presence_status->set_status(truncated);
  /frameworks/base/tools/incident_report/
printer.cpp 73 bool truncated = (len >= mBufSize) && (reallocate(len) < len); local
  /packages/apps/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java 173 // and lookup skipped (truncated above).
252 ArrayList<String> truncated = new ArrayList<String>(truncatedLen); local
256 truncated.add(param);
263 return truncated;
  /system/core/adb/
adb_utils.cpp 161 bool truncated = false; local
164 truncated = true;
180 if (truncated) {
181 line += " [truncated]";
  /external/selinux/libselinux/src/
regex.c 501 goto truncated;
516 goto truncated;
523 goto truncated;
531 goto truncated;
536 truncated:
537 /* replace end of string with "..." to indicate that it was truncated */
  /external/llvm/lib/ProfileData/
SampleProf.cpp 39 case sampleprof_error::truncated:
40 return "Truncated profile data";
48 return "Truncated function name table";
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
StatusLineTest.java 96 @Test public void truncated() throws IOException { method in class:StatusLineTest
  /prebuilts/go/darwin-x86/src/compress/lzw/
reader_test.go 64 "tobe-truncated;LSB;8",
109 // Even if the input is truncated, we should still return the
  /prebuilts/go/darwin-x86/src/image/
decode_test.go 39 {"testdata/video-001.progressive.truncated.png", "testdata/video-001.progressive.truncated.jpeg", 8 << 8},
  /prebuilts/go/linux-x86/src/compress/lzw/
reader_test.go 64 "tobe-truncated;LSB;8",
109 // Even if the input is truncated, we should still return the
  /prebuilts/go/linux-x86/src/image/
decode_test.go 39 {"testdata/video-001.progressive.truncated.png", "testdata/video-001.progressive.truncated.jpeg", 8 << 8},
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 199 // truncated reports a truncated instruction.
202 func truncated(src []byte, mode int) (Inst, error) { func
210 ErrTruncated = errors.New("truncated instruction")
244 // If we need to read more, return 'truncated instruction.
456 return truncated(src, mode)
483 return truncated(src, mode)
492 return truncated(src, mode)
506 return truncated(src, mode)
552 return truncated(src, mode
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 199 // truncated reports a truncated instruction.
202 func truncated(src []byte, mode int) (Inst, error) { func
210 ErrTruncated = errors.New("truncated instruction")
244 // If we need to read more, return 'truncated instruction.
456 return truncated(src, mode)
483 return truncated(src, mode)
492 return truncated(src, mode)
506 return truncated(src, mode)
552 return truncated(src, mode
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java 640 * We add an ellipsis on the left if the result was truncated.
648 * @param truncated The in parameter was already truncated, beyond possibly removing the
651 without setting truncated.)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_send.c 407 int truncated; local
417 truncated = 0;
492 (stdout, ";; response truncated\n")
494 truncated = 1;
521 if (truncated) {
847 (stdout, ";; truncated answer\n"));
  /external/fio/
server.h 204 uint16_t truncated; member in struct:cmd_job_option
  /external/python/cpython2/Lib/plat-mac/Carbon/
QuickDraw.py 209 truncated = 1 variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 209 truncated = 1 variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 209 truncated = 1 variable

Completed in 1362 milliseconds

1 2 3 45 6 7 8 91011>>