Searched refs:str_val (Results 1 - 22 of 22) sorted by relevance

/external/chromium/base/json/
H A Djson_reader_unittest.cc173 std::string str_val; local
174 ASSERT_TRUE(root->GetAsString(&str_val));
175 ASSERT_EQ("hello world", str_val);
181 str_val.clear();
182 ASSERT_TRUE(root->GetAsString(&str_val));
183 ASSERT_EQ("", str_val);
190 str_val.clear();
191 ASSERT_TRUE(root->GetAsString(&str_val));
192 ASSERT_EQ(" \"\\/\b\f\n\r\t\v", str_val);
199 str_val
[all...]
/external/webkit/Tools/android/flex-2.5.4a/
H A Dsym.c90 new_entry->str_val = str_def;
200 return (Char *) findsym( nd, ndtbl, NAME_TABLE_HASH_SIZE )->str_val;
H A Dflexdef.h327 char *str_val; member in struct:hash_entry
/external/mksh/src/
H A Deval.c329 for (p = str_val(&v); *p; ) {
387 str_val(x.var),
413 str_val(st->var));
424 print_value_quoted(&shf, str_val(st->var));
460 beg = str_val(st->var);
519 d = str_val(st->var);
704 x.str = trimsub(str_val(st->var),
740 x.str = str_val(st->var);
1094 p = str_val(global(sp));
1226 str_val(v
[all...]
H A Dvar.c192 cp = shf_smprintf("%s%s", str_val(vp), p);
335 str_val(struct tbl *vp) function
465 setstr(vq, str_val(vp), KSH_RETURN_ERROR);
769 qval = str_val(vp);
839 s = str_val(t);
891 tval = shf_smprintf("%s%s", str_val(vp), val);
1054 val = str_val(vp);
1180 sethistfile(str_val(vp));
1184 setctypes(s = str_val(vp), C_IFS);
1190 s = str_val(v
[all...]
H A Dexec.c142 shf_puts(substitute(str_val(global("PS4")), 0),
651 shf_puts(substitute(str_val(global("PS4")), 0),
850 sh = str_val(global("EXECSHELL"));
1093 if ((fpath = str_val(global("FPATH"))) == null) {
1140 (fpath = str_val(global("FPATH"))) != null &&
1303 substitute(str_val(global("PS4")), 0),
1545 if (print_menu || !*str_val(global("REPLY")))
1547 shellf("%s", str_val(global("PS3")));
1550 s = str_val(global("REPLY"));
H A Dmain.c351 cp = str_val(vp);
377 (!ksheuid && !strchr(str_val(vp), '#')))
580 ccp = str_val(global("LC_ALL"));
582 ccp = str_val(global("LC_CTYPE"));
584 ccp = str_val(global("LANG"));
H A Dexpr.c244 setstr(vp, str_val(v), error_ok);
265 s = str_val(es->val);
688 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR, es->arith);
H A Dmisc.c1778 if ((dir = str_val(global("HOME"))) == null) {
1788 dir = str_val(oldpwd_s);
1841 cdpath = str_val(global("CDPATH"));
H A Dlex.c1473 ps1 = str_val(global("PS1"));
1503 prompt = str_val(global("PS2"));
H A Dhistrap.c716 if ((hname = str_val(global("HISTFILE"))) == NULL)
H A Dsh.h1995 char *str_val(struct tbl *);
H A Dfuncs.c979 s = str_val(vp);
H A Dedit.c473 if ((fpath = str_val(global("FPATH"))) != null)
832 const char *ifs = str_val(local("IFS", 0));
/external/v8/test/mjsunit/
H A Dstrict-mode.js994 var str_val = "string"; variable
995 var str_obj = new String(str_val);
996 var str_cat = str_val + str_val + str_obj;
998 assertThrows(function() { str_val.length = 1; }, TypeError);
/external/chromium/testing/gtest/src/
H A Dgtest.cc4349 const char* str_val = posix::GetEnv(var); local
4350 if (str_val == NULL) {
4356 str_val, &result)) {
/external/gtest/src/
H A Dgtest.cc4349 const char* str_val = posix::GetEnv(var); local
4350 if (str_val == NULL) {
4356 str_val, &result)) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc4349 const char* str_val = posix::GetEnv(var); local
4350 if (str_val == NULL) {
4356 str_val, &result)) {
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc4317 const char* str_val = posix::GetEnv(var); local
4318 if (str_val == NULL) {
4324 str_val, &result)) {
/external/open-vcdiff/gtest/src/
H A Dgtest.cc4138 const char* str_val = posix::GetEnv(var); local
4139 if (str_val == NULL) {
4145 str_val, &result)) {
/external/protobuf/gtest/src/
H A Dgtest.cc4107 const char* str_val = posix::GetEnv(var); local
4108 if (str_val == NULL) {
4114 str_val, &result)) {
/external/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc5653 const char* str_val = posix::GetEnv(var); local
5654 if (str_val == NULL) {
5660 str_val, &result)) {

Completed in 2774 milliseconds