HomeSort by relevance Sort by last modified time
    Searched defs:str (Results 451 - 475 of 4378) sorted by null

<<11121314151617181920>>

  /external/skia/gm/
imagemagnifier.cpp 28 const char* str = "The quick brown fox jumped over the lazy dog."; local
38 canvas->drawString(str, SkIntToScalar(x),
mipmap.cpp 39 SkString str; local
40 str.printf("scale %g %g", dst.width() / img->width(), dst.height() / img->height());
41 // canvas->drawString(str, 300, 100, paint);
  /external/skia/samplecode/
SampleLua.cpp 45 SkString str = GetResourcePath("images/mandrill_256.png"); local
49 fLua->pushString(str.c_str());
60 SkString str = GetResourcePath(LUA_FILENAME); local
61 sk_sp<SkData> data(SkData::MakeFromFileName(str.c_str()));
83 SkString str; variable
84 str.appendUnichar(uni);
85 fLua->pushString(str.c_str());
  /external/skia/src/gpu/
GrCaps.cpp 128 SkString str; local
130 str = "none";
134 str = "can_map";
137 str.append(" partial");
139 str.append(" full");
144 return str;
  /external/skqp/gm/
imageblurtiled.cpp 43 const char* str[] = { variable
54 for (unsigned i = 0; i < SK_ARRAY_COUNT(str); i++) {
56 canvas->drawString(str[i], SkIntToScalar(0),
imagemagnifier.cpp 28 const char* str = "The quick brown fox jumped over the lazy dog."; local
38 canvas->drawString(str, SkIntToScalar(x),
mipmap.cpp 39 SkString str; local
40 str.printf("scale %g %g", dst.width() / img->width(), dst.height() / img->height());
41 // canvas->drawString(str, 300, 100, paint);
  /external/skqp/samplecode/
SampleLua.cpp 45 SkString str = GetResourcePath("images/mandrill_256.png"); local
49 fLua->pushString(str.c_str());
60 SkString str = GetResourcePath(LUA_FILENAME); local
61 sk_sp<SkData> data(SkData::MakeFromFileName(str.c_str()));
83 SkString str; variable
84 str.appendUnichar(uni);
85 fLua->pushString(str.c_str());
  /external/smali/util/src/main/java/org/jf/util/
OldWrappedIndentingWriter.java 166 public void write(String str, int off, int len) throws IOException {
169 write(str.charAt(off));
  /external/squashfs-tools/squashfs-tools/
compressor.c 127 char *str = strcmp(compressor[i]->name, def_comp) == 0 ? local
131 compressor[i]->name, str);
135 compressor[i]->name, str);
  /external/strace/
fcntl.c 201 const char *str = xlookup(fcntlcmds, cmd); local
202 if (str) {
203 tprints(str);
222 const char *str = xlookup(fcntl64cmds, cmd); local
223 if (str) {
224 tprints(str);
open.c 82 const char *str; local
87 str = xlookup(open_access_modes, flags & 3);
88 if (str) {
90 p = stpcpy(p, str);
97 for (x = open_mode_flags; x->str; x++) {
100 p = stpcpy(p, x->str);
  /external/strace/tests/
nlattr_crypto_user_alg.c 80 char *const str = tail_alloc(DEFAULT_STRLEN); local
81 fill_memory_ex(str, DEFAULT_STRLEN, '0', 10);
85 DEFAULT_STRLEN, str, DEFAULT_STRLEN,
86 printf("{type=\"%.*s\"...}", DEFAULT_STRLEN, str));
87 str[DEFAULT_STRLEN - 1] = '\0';
91 DEFAULT_STRLEN, str, DEFAULT_STRLEN,
92 printf("{type=\"%s\"}", str));
pkey_mprotect.c 70 const char *str; member in struct:__anon35397
104 prots[k].str, (int) pkeys[l],
prctl-arg2-intptr.c 66 const char *str; member in struct:__anon35398
80 printf("prctl(%s, NULL) = %s\n", options[i].str, errstr);
84 printf("prctl(%s, %#llx) = %s\n", options[i].str,
89 printf("prctl(%s, %#llx) = %s\n", options[i].str,
93 printf("prctl(%s, %p) = %s\n", options[i].str,
99 options[i].str, *ptr, errstr);
102 options[i].str, ptr, errstr);
108 printf("prctl(%s, %#llx) = %s\n", options[i].str,
print_quoted_string.c 33 const unsigned char *str = (const unsigned char *) instr; local
38 const int c = str[i];
71 if (*str >= '0' && *str <= '9') {
94 const unsigned char *str = instr; local
99 printf("\\x%02x", str[i]);
seccomp_get_action_avail.c 69 const char *str; member in struct:__anon35415
97 actions[i].str, errstr);
socketcall.c 45 for (; xlat->str != NULL; xlat++)
47 return xlat->str;
66 const char *const str = xlookup_uint(socketcalls, i); local
67 assert(str);
69 str, addr, rc, errno2name());
sockopt-sol_netlink.c 62 const char *str; member in struct:__anon35421
113 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str);
123 printf("getsockopt(%d, SOL_NETLINK, %s, ", fd, names[i].str);
137 fd, names[i].str);
149 fd, names[i].str, val, (int) sizeof(*val) - 1);
159 fd, names[i].str);
175 fd, names[i].str, efault, *len, errstr);
180 fd, names[i].str, val, len + 1, errstr);
188 fd, names[i].str, *val, (int) sizeof(*val), errstr);
193 fd, names[i].str, *val, (int) sizeof(*val) + 1, errstr)
    [all...]
  /external/strace/tests-m32/
nlattr_crypto_user_alg.c 80 char *const str = tail_alloc(DEFAULT_STRLEN); local
81 fill_memory_ex(str, DEFAULT_STRLEN, '0', 10);
85 DEFAULT_STRLEN, str, DEFAULT_STRLEN,
86 printf("{type=\"%.*s\"...}", DEFAULT_STRLEN, str));
87 str[DEFAULT_STRLEN - 1] = '\0';
91 DEFAULT_STRLEN, str, DEFAULT_STRLEN,
92 printf("{type=\"%s\"}", str));
pkey_mprotect.c 70 const char *str; member in struct:__anon35471
104 prots[k].str, (int) pkeys[l],
prctl-arg2-intptr.c 66 const char *str; member in struct:__anon35472
80 printf("prctl(%s, NULL) = %s\n", options[i].str, errstr);
84 printf("prctl(%s, %#llx) = %s\n", options[i].str,
89 printf("prctl(%s, %#llx) = %s\n", options[i].str,
93 printf("prctl(%s, %p) = %s\n", options[i].str,
99 options[i].str, *ptr, errstr);
102 options[i].str, ptr, errstr);
108 printf("prctl(%s, %#llx) = %s\n", options[i].str,
print_quoted_string.c 33 const unsigned char *str = (const unsigned char *) instr; local
38 const int c = str[i];
71 if (*str >= '0' && *str <= '9') {
94 const unsigned char *str = instr; local
99 printf("\\x%02x", str[i]);
seccomp_get_action_avail.c 69 const char *str; member in struct:__anon35489
97 actions[i].str, errstr);
socketcall.c 45 for (; xlat->str != NULL; xlat++)
47 return xlat->str;
66 const char *const str = xlookup_uint(socketcalls, i); local
67 assert(str);
69 str, addr, rc, errno2name());

Completed in 639 milliseconds

<<11121314151617181920>>