OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errorKind
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
check_jni.cc
829
const char*
errorKind
= NULL;
830
uint8_t utf8 = CheckUtfBytes(bytes, &
errorKind
);
831
if (
errorKind
!= NULL) {
834
" string: '%s'",
errorKind
, utf8, bytes);
839
static uint8_t CheckUtfBytes(const char* bytes, const char**
errorKind
) {
864
*
errorKind
= "start";
870
*
errorKind
= "continuation";
879
*
errorKind
= "continuation";
[
all
...]
/dalvik/vm/
CheckJni.cpp
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask_unittest.cc
549
int
errorKind
= 0;
556
switch (
errorKind
++ % 5) {
/dalvik/vm/interp/
Interp.cpp
[
all
...]
Completed in 167 milliseconds