OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:truncated
(Results
26 - 50
of
1574
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/smack/src/org/xbill/DNS/utils/
HMAC.java
150
* @param truncation_ok If true, the signature may be
truncated
; only the
158
byte []
truncated
= new byte[signature.length];
159
System.arraycopy(expected, 0,
truncated
, 0,
truncated
.length);
160
expected =
truncated
;
/external/smack/src/org/xbill/DNS/
Resolver.java
29
* Sets whether
truncated
responses will be ignored. If not, a
truncated
31
* @param flag Indicates whether
truncated
responses should be ignored.
/external/chromium_org/third_party/WebKit/Source/wtf/
Threading.cpp
75
// be
truncated
silently, but we'd like callers to know about the limit.
78
WTF_LOG_ERROR("Thread name \"%s\" is longer than 31 characters and will be
truncated
by Visual Studio", name);
/external/tcpdump/
print-802_11.c
51
case
TRUNCATED
: \
66
case
TRUNCATED
: \
87
case
TRUNCATED
: \
173
/* Present, possibly
truncated
*/
174
pbody->ssid_status =
TRUNCATED
;
190
/* Present and not
truncated
*/
194
/* Present, possibly
truncated
*/
195
pbody->challenge_status =
TRUNCATED
;
211
/* Present and not
truncated
*/
215
/* Present, possibly
truncated
*/
[
all
...]
/external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.h
49
// contains a
truncated
version of the description, for if there is not
/external/chromium/net/http/
partial_data.h
73
// there is any problem with the headers. |
truncated
| should be true if we
76
disk_cache::Entry* entry, bool
truncated
);
78
// Sets the byte current range to start again at zero (for a
truncated
entry).
137
bool initial_validation_; // Only used for
truncated
entries.
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
name.html
31
truncated
. The short name is typically used where there is insufficient space
/external/chromium_org/net/http/
partial_data.h
72
// there is any problem with the headers. |
truncated
| should be true if we
75
disk_cache::Entry* entry, bool
truncated
);
77
// Sets the byte current range to start again at zero (for a
truncated
entry).
136
bool initial_validation_; // Only used for
truncated
entries.
/external/chromium_org/third_party/WebKit/ManualTests/
localstorage-value-truncation.html
3
<p>In this test we need to find out if the browser can save the localStorage item correctly without
truncated
by the \x00 in the middle of the string.</p>
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
Preprocessor.h
42
// the token text will be
truncated
to the given maximum length, and
/external/clang/test/CodeGen/
bitfield-assign.c
2
truncated
and does not generate a redundant load. */
/external/llvm/lib/Analysis/
ProfileInfoLoader.cpp
47
errs() << ToolName << ": data packet
truncated
!\n";
58
errs() << ToolName << ": data packet
truncated
!\n";
108
errs() << ToolName << ": arguments packet
truncated
!\n";
119
errs() << ToolName << ": arguments packet
truncated
!\n";
/external/protobuf/python/google/protobuf/internal/
decoder.py
49
IndexError: Indicates a
truncated
message.
193
raise _DecodeError('
Truncated
message.')
199
raise _DecodeError('Packed element was
truncated
.')
218
raise _DecodeError('
Truncated
message.')
226
raise _DecodeError('
Truncated
message.')
323
raise _DecodeError('
Truncated
string.')
336
raise _DecodeError('
Truncated
string.')
360
raise _DecodeError('
Truncated
string.')
373
raise _DecodeError('
Truncated
string.')
448
raise _DecodeError('
Truncated
message.'
[
all
...]
/libcore/luni/src/main/java/java/io/
FileOutputStream.java
68
*
truncated
if it exists, and created if it doesn't exist.
79
* it will be
truncated
. The file will be created if it does not exist.
112
*
truncated
if it exists, and created if it doesn't exist.
123
* it will be
truncated
. The file will be created if it does not exist.
/external/chromium/base/
utf_string_conversions_unittest.cc
78
//
Truncated
UTF-8 sequence.
80
//
Truncated
off the end.
136
// The first character is a
truncated
UTF-16 character.
138
//
Truncated
at the end.
170
// The first character is a
truncated
UTF-16 character.
/external/chromium_org/base/strings/
utf_string_conversions_unittest.cc
78
//
Truncated
UTF-8 sequence.
80
//
Truncated
off the end.
136
// The first character is a
truncated
UTF-16 character.
138
//
Truncated
at the end.
170
// The first character is a
truncated
UTF-16 character.
/ndk/sources/host-tools/make-3.81/
ar.c
29
extern int ar_name_equal PARAMS ((char *name, char *mem, int
truncated
));
76
static long int ar_member_date_1 PARAMS ((int desc, char *mem, int
truncated
, long int hdrpos,
124
ar_member_date_1 (int desc UNUSED, char *mem, int
truncated
,
129
return ar_name_equal (name, mem,
truncated
) ? date : 0;
214
ar_glob_match (int desc UNUSED, char *mem, int
truncated
UNUSED,
/external/iproute2/lib/
libnetlink.c
145
fprintf(stderr, "ERROR
truncated
\n");
235
"ERROR
truncated
\n");
255
fprintf(stderr, "Message
truncated
\n");
342
fprintf(stderr, "
Truncated
message\n");
361
fprintf(stderr, "ERROR
truncated
\n");
384
fprintf(stderr, "Message
truncated
\n");
444
fprintf(stderr, "
Truncated
message\n");
459
fprintf(stderr, "Message
truncated
\n");
513
fprintf(stderr, "rtnl-from_file:
truncated
message\n");
/external/clang/test/SemaTemplate/
temp_arg_nontype.cpp
96
Overflow<256> *overflow3; // expected-warning{{non-type template argument value '256'
truncated
to '0' for template parameter of type 'unsigned char'}}
107
SignedOverflow<-129> *signedoverflow4; // expected-warning{{non-type template argument value '-129'
truncated
to '127' for template parameter of type 'signed char'}}
109
SignedOverflow<128> *signedoverflow6; // expected-warning{{non-type template argument value '128'
truncated
to '-128' for template parameter of type 'signed char'}}
110
SignedOverflow<(unsigned char)128> *signedoverflow7; // expected-warning{{non-type template argument value '128'
truncated
to '-128' for template parameter of type 'signed char'}}
199
template <typename ,int, int = 9223372036854775807L > // expected-warning 2{{non-type template argument value '9223372036854775807'
truncated
to '-1' for template parameter of type 'int'}} \
250
void bar() { foo <0x80000000> (); } // expected-warning{{non-type template argument value '2147483648'
truncated
to '-2147483648' for template parameter of type 'int'}}
/bionic/libc/upstream-netbsd/libc/stdlib/
div.c
61
* negative and r.quot has been
truncated
towards -inf,
64
*
truncated
towards -inf, r.rem will be positive (will
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
truncate_operation_unittest.cc
61
// The local file should be
truncated
.
124
// The local file should be
truncated
.
/external/chromium_org/net/quic/crypto/
cert_compressor_test.cc
106
/* hash
truncated
*/
112
/* hash and index
truncated
*/
/external/chromium_org/sync/engine/
traffic_recorder_unittest.cc
30
// Ensure records with size greater than |kMaxMessageSize| are
truncated
.
42
EXPECT_TRUE(record.
truncated
);
/external/libsepol/src/
avtab.c
387
ERR(fp->handle, "
truncated
entry");
399
ERR(fp->handle, "
truncated
entry");
407
ERR(fp->handle, "
truncated
source type");
413
ERR(fp->handle, "
truncated
target type");
419
ERR(fp->handle, "
truncated
target class");
456
ERR(fp->handle, "
truncated
entry");
477
ERR(fp->handle, "
truncated
entry");
499
ERR(fp->handle, "
truncated
table");
/external/stlport/src/
warning_disable.h
11
# pragma warning( disable : 4503 ) /* decorated name length exceeded, name was
truncated
*/
16
# pragma warning( disable : 4786 ) /* identifier
truncated
to 255 characters */
Completed in 505 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>