Home
last modified time | relevance | path

Searched refs:a_str (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dmanager_worker_broker_unittest.py79 def handle_test(self, src, an_int, a_str): argument
81 assert a_str == "hello, world"
152 def handle_test(self, src, an_int, a_str): argument
154 self._a_str = a_str
/external/llvm/test/CodeGen/Generic/
Dprint-mul.ll3 @a_str = internal constant [8 x i8] c"a = %d\0A\00" ; <[8 x i8]*> [#uses=1]
15 %a_s = getelementptr [8 x i8]* @a_str, i64 0, i64 0 ; <i8*> [#uses=1]
Dprint-shift.ll3 @a_str = internal constant [8 x i8] c"a = %d\0A\00" ; <[8 x i8]*> [#uses=1]
15 %a_s = getelementptr [8 x i8]* @a_str, i64 0, i64 0 ; <i8*> [#uses=1]
Dprint-mul-exp.ll3 @a_str = internal constant [8 x i8] c"a = %d\0A\00" ; <[8 x i8]*> [#uses=1]
11 %a_s = getelementptr [8 x i8]* @a_str, i64 0, i64 0 ; <i8*> [#uses=1]
Dprint-arith-fp.ll2 @a_str = internal constant [8 x i8] c"a = %f\0A\00" ; <[8 x i8]*> [#uses=1]
23 %a_s = getelementptr [8 x i8]* @a_str, i64 0, i64 0 ; <i8*> [#uses=1]
Dprint-arith-int.ll2 @a_str = internal constant [8 x i8] c"a = %d\0A\00" ; <[8 x i8]*> [#uses=1]
28 %a_s = getelementptr [8 x i8]* @a_str, i64 0, i64 0 ; <i8*> [#uses=1]
/external/chromium/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc114 string16 a_str; in operator ()() local
116 a_dict->GetString(kNameId, &a_str); in operator ()()
119 return a_str < b_str; in operator ()()
121 collator_, a_str, b_str) == UCOL_LESS; in operator ()()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1448 std::string a_str, b_str; in VisiblePropertiesDiffer() local
1451 a_str = cryptographer->DecryptToString(encrypted); in VisiblePropertiesDiffer()
1453 a_str = a.ref(SPECIFICS).SerializeAsString(); in VisiblePropertiesDiffer()
1461 if (a_str != b_str) { in VisiblePropertiesDiffer()