HomeSort by relevance Sort by last modified time
    Searched refs:strval (Results 1 - 25 of 37) sorted by null

1 2

  /external/boringssl/src/crypto/x509v3/
v3_enum.c 93 long strval; local
94 strval = ASN1_ENUMERATED_get(e);
96 if (strval == enam->bitnum)
  /external/strace/tests/
fanotify_init.c 54 struct strval { struct
63 static const struct strval flags[] = {
73 static const struct strval event_f_flags[] = {
kexec_file_load.c 41 struct strval { struct
69 static const struct strval flags[] = {
88 struct strval cmdlines[] = {
fanotify_mark.c 72 struct strval { struct
97 static const struct strval flags[] = {
116 static const struct strval dirfds[] = {
130 struct strval paths[] = {
file_handle.c 156 struct strval { struct
173 static const struct strval dirfds[] = {
177 static const struct strval name_flags[] = {
190 static const struct strval open_flags[] = {
220 struct strval paths[] = {
227 struct strval name_handles[] = {
kexec_load.c 40 struct strval { struct
72 static const struct strval flags[] = {
  /external/strace/tests-m32/
fanotify_init.c 54 struct strval { struct
63 static const struct strval flags[] = {
73 static const struct strval event_f_flags[] = {
kexec_file_load.c 41 struct strval { struct
69 static const struct strval flags[] = {
88 struct strval cmdlines[] = {
fanotify_mark.c 72 struct strval { struct
97 static const struct strval flags[] = {
116 static const struct strval dirfds[] = {
130 struct strval paths[] = {
file_handle.c 156 struct strval { struct
173 static const struct strval dirfds[] = {
177 static const struct strval name_flags[] = {
190 static const struct strval open_flags[] = {
220 struct strval paths[] = {
227 struct strval name_handles[] = {
kexec_load.c 40 struct strval { struct
72 static const struct strval flags[] = {
  /external/strace/tests-mx32/
fanotify_init.c 54 struct strval { struct
63 static const struct strval flags[] = {
73 static const struct strval event_f_flags[] = {
kexec_file_load.c 41 struct strval { struct
69 static const struct strval flags[] = {
88 struct strval cmdlines[] = {
fanotify_mark.c 72 struct strval { struct
97 static const struct strval flags[] = {
116 static const struct strval dirfds[] = {
130 struct strval paths[] = {
file_handle.c 156 struct strval { struct
173 static const struct strval dirfds[] = {
177 static const struct strval name_flags[] = {
190 static const struct strval open_flags[] = {
220 struct strval paths[] = {
227 struct strval name_handles[] = {
kexec_load.c 40 struct strval { struct
72 static const struct strval flags[] = {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 574 strval = str(val)
575 return strval, strval
680 strval = str(val)
681 return strval, _quote( strval )
729 strval = _unquote(val)
731 return loads(strval), val
733 return strval, val
  /external/python/cpython2/Lib/
Cookie.py 578 strval = str(val)
579 return strval, strval
692 strval = str(val)
693 return strval, _quote( strval )
741 strval = _unquote(val)
743 return loads(strval), val
745 return strval, val
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 574 strval = str(val)
575 return strval, strval
680 strval = str(val)
681 return strval, _quote( strval )
729 strval = _unquote(val)
731 return loads(strval), val
733 return strval, val
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 574 strval = str(val)
575 return strval, strval
680 strval = str(val)
681 return strval, _quote( strval )
729 strval = _unquote(val)
731 return loads(strval), val
733 return strval, val
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 574 strval = str(val)
575 return strval, strval
680 strval = str(val)
681 return strval, _quote( strval )
729 strval = _unquote(val)
731 return loads(strval), val
733 return strval, val
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 574 strval = str(val)
575 return strval, strval
680 strval = str(val)
681 return strval, _quote( strval )
729 strval = _unquote(val)
731 return loads(strval), val
733 return strval, val
  /external/svox/pico/lib/
picotok.c 460 static picoos_bool tok_isRelative (picoos_uchar strval[], picoos_uint32 * val)
466 len = picoos_strlen((picoos_char*)strval);
468 if (strval[len - 1] == '%') {
469 strval[len - 1] = 0;
470 if ((strval[0] == '+') || (strval[0] == '-')) {
471 (*val) = 1000 + (picoos_atoi((picoos_char*)strval) * 10);
473 (*val) = picoos_atoi((picoos_char*)strval) * 10;
    [all...]
  /external/doclava/src/com/google/doclava/
PageMetadata.java 991 String strval = chars; local
    [all...]
  /external/v8/src/wasm/
module-decoder.cc 846 std::string strval = str.str() local
    [all...]

Completed in 1033 milliseconds

1 2