HomeSort by relevance Sort by last modified time
    Searched refs:truncated (Results 151 - 175 of 471) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/pdfium/xfa/fwl/
cfwl_barcode.h 68 void SetTruncated(bool truncated);
cfwl_barcode.cpp 152 void CFWL_Barcode::SetTruncated(bool truncated) {
154 m_bTruncated = truncated;
cfx_barcode.cpp 283 bool CFX_Barcode::SetTruncated(bool truncated) {
293 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...]
  /external/python/cpython3/Python/
traceback.c 363 PyObject *truncated; local
364 truncated = PyUnicode_Substring(lineobj, i, PyUnicode_GET_LENGTH(lineobj));
365 if (truncated) {
367 lineobj = truncated;
573 int truncated; local
604 truncated = 1;
607 truncated = 0;
633 if (truncated) {
  /external/webrtc/webrtc/libjingle/xmpp/
presencereceivetask.cc 86 std::string truncated(presence_status->status(), 0, len);
87 presence_status->set_status(truncated);
  /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 520 goto truncated;
535 goto truncated;
542 goto truncated;
550 goto truncated;
555 truncated:
556 /* 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/image/
decode_test.go 39 {"testdata/video-001.progressive.truncated.png", "testdata/video-001.progressive.truncated.jpeg", 8 << 8},
  /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/test/
makechan.go 21 sink = make(T, 0.5) // ERROR "constant 0.5 truncated to integer"
makemap.go 21 sink = make(T, 0.5) // ERROR "constant 0.5 truncated to integer"
  /prebuilts/go/linux-x86/test/
makechan.go 21 sink = make(T, 0.5) // ERROR "constant 0.5 truncated to integer"
makemap.go 21 sink = make(T, 0.5) // ERROR "constant 0.5 truncated to integer"
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 202 // truncated reports a truncated instruction.
205 func truncated(src []byte, mode int) (Inst, error) { func
213 ErrTruncated = errors.New("truncated instruction")
247 // If we need to read more, return 'truncated instruction.
488 return truncated(src, mode)
515 return truncated(src, mode)
524 return truncated(src, mode)
538 return truncated(src, mode)
584 return truncated(src, mode
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 202 // truncated reports a truncated instruction.
205 func truncated(src []byte, mode int) (Inst, error) { func
213 ErrTruncated = errors.New("truncated instruction")
247 // If we need to read more, return 'truncated instruction.
488 return truncated(src, mode)
515 return truncated(src, mode)
524 return truncated(src, mode)
538 return truncated(src, mode)
584 return truncated(src, mode
    [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 670 milliseconds

1 2 3 4 5 67 8 91011>>