HomeSort by relevance Sort by last modified time
    Searched refs:new_s (Results 1 - 5 of 5) sorted by null

  /art/runtime/
jvalue.h 59 void SetS(int16_t new_s) {
60 j = ((static_cast<int64_t>(new_s) << 48) >> 48); // Sign-extend to 64 bits.
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 316 hb_codepoint_t new_s = s + new_tindex; local
317 if (font->has_glyph (new_s))
319 buffer->replace_glyphs (2, 1, &new_s);
  /external/selinux/libsemanage/src/
semanage_store.c 1158 char *new_s = realloc(s, len + 2); local
1159 if (new_s == NULL) {
1162 s = new_s;
1177 char *new_s = realloc(s, s_len + t_len + 1); local
1178 if (new_s == NULL) {
1181 s = new_s;
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc     [all...]
  /external/gmock/test/
gmock-matchers_test.cc     [all...]

Completed in 3121 milliseconds