Home
last modified time | relevance | path

Searched refs:placeholders (Results 1 – 25 of 45) sorted by relevance

12

/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
Dplaceholders.pass.cpp26 test(std::placeholders::_1); in main()
27 test(std::placeholders::_2); in main()
28 test(std::placeholders::_3); in main()
29 test(std::placeholders::_4); in main()
30 test(std::placeholders::_5); in main()
31 test(std::placeholders::_6); in main()
32 test(std::placeholders::_7); in main()
33 test(std::placeholders::_8); in main()
34 test(std::placeholders::_9); in main()
35 test(std::placeholders::_10); in main()
DAndroid.mk19 test_name := utilities/function.objects/bind/func.bind/func.bind.place/placeholders
20 test_src := placeholders.pass.cpp
/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
Dis_placeholder.pass.cpp27 test<1>(std::placeholders::_1); in main()
28 test<2>(std::placeholders::_2); in main()
29 test<3>(std::placeholders::_3); in main()
30 test<4>(std::placeholders::_4); in main()
31 test<5>(std::placeholders::_5); in main()
32 test<6>(std::placeholders::_6); in main()
33 test<7>(std::placeholders::_7); in main()
34 test<8>(std::placeholders::_8); in main()
35 test<9>(std::placeholders::_9); in main()
36 test<10>(std::placeholders::_10); in main()
Dis_bind_expression.pass.cpp28 test<true>(std::bind(C(), std::placeholders::_2)); in main()
31 test<false>(std::placeholders::_2); in main()
/external/chromium_org/tools/grit/grit/
Dtclib.py32 def __init__(self, text='', placeholders=[], description='', meaning=''): argument
34 self.placeholders = []
41 if not placeholders or placeholders == []:
45 for placeholder in placeholders:
99 self.placeholders.append(placeholder)
140 return self.placeholders
159 def __init__(self, text='', placeholders=[], description='', meaning='', argument
161 super(Message, self).__init__(text, placeholders, description, meaning)
184 def __init__(self, text='', id='', placeholders=[], description='', meaning=''): argument
185 super(Translation, self).__init__(text, placeholders, description, meaning)
Dtclib_unittest.py40 msg = tclib.Message(text=text, placeholders=phs)
43 trans = tclib.Translation(text=text, placeholders=phs)
60 placeholders=[
65 placeholders=msg.GetPlaceholders())
172 msg = tclib.Message(text=text, placeholders=phs)
Dclique_unittest.py28 placeholders=[
36 id=msg.GetId(), placeholders=[
39 id=msg.GetId(), placeholders=[
132 placeholders=[tclib.Placeholder('USERNAME', '$1', 'Joi')]),
134 placeholders=[tclib.Placeholder('USERNAME', '%s', 'Joi')]),
141 placeholders=[tclib.Placeholder(
Dutil.py602 placeholders = []
611 placeholders.append(tclib.Placeholder(name, f, sub))
615 if placeholders:
616 return tclib.Message(newtext, msg.GetPlaceholders() + placeholders,
Dpseudo_unittest.py42 placeholders=[
/external/chromium_org/tools/grit/grit/extern/
Dtclib.py344 description=None, meaning="", placeholders=None, argument
356 placeholders, source, sequence_number,
370 placeholders = self.GetPlaceholders()
371 for i in range(len(placeholders)):
372 s += ", placeholder[%d]: %s" % (i, placeholders[i])
459 description=None, placeholders=None, source=None, argument
467 placeholders, source, sequence_number,
475 placeholders = self.GetPlaceholders()
476 for i in range(len(placeholders)):
477 s += ", placeholder[%d]: %s" % (i, placeholders[i])
/external/chromium_org/extensions/common/
Dmessage_bundle.cc149 SubstitutionMap placeholders; in GetMessageValue() local
150 if (!GetPlaceholders(*name_tree, key, &placeholders, error)) in GetMessageValue()
153 if (!ReplacePlaceholders(placeholders, value, error)) in GetMessageValue()
164 SubstitutionMap* placeholders, in GetPlaceholders() argument
194 (*placeholders)[base::StringToLowerASCII(content_key)] = content; in GetPlaceholders()
200 bool MessageBundle::ReplacePlaceholders(const SubstitutionMap& placeholders, in ReplacePlaceholders() argument
203 return ReplaceVariables(placeholders, in ReplacePlaceholders()
Dmessage_bundle.h137 SubstitutionMap* placeholders,
142 bool ReplacePlaceholders(const SubstitutionMap& placeholders,
/external/chromium_org/extensions/renderer/
Di18n_custom_bindings.cc71 v8::Local<v8::Array> placeholders = v8::Local<v8::Array>::Cast(args[1]); in GetL10nMessage() local
72 uint32_t count = placeholders->Length(); in GetL10nMessage()
78 placeholders->Get(v8::Integer::New(isolate, i))->ToString())); in GetL10nMessage()
/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_rvalue.pass.cpp45 using namespace std::placeholders; in test_void_1()
151 using namespace std::placeholders; in test_int_1()
219 using namespace std::placeholders; in test_void_2()
256 using namespace std::placeholders; in test_nested()
Dinvoke_lvalue.pass.cpp45 using namespace std::placeholders; in test_void_1()
161 using namespace std::placeholders; in test_int_1()
235 using namespace std::placeholders; in test_void_2()
275 using namespace std::placeholders; in test3()
Dnested.pass.cpp46 using std::placeholders::_1; in main()
/external/llvm/test/Assembler/
D2002-08-16-ConstExprInlined.ll3 ; assembly (because there are placeholders still around), which the assembler
8 ; reader should NEVER produce a program "successfully" with placeholders still
/external/chromium_org/tools/grit/grit/node/
Dmessage.py128 placeholders = []
139 placeholders.append(tclib.Placeholder(presentation, original, ex))
157 message = tclib.Message(text=text, placeholders=placeholders,
/external/stlport/stlport/
Dfunctional50 #include <boost/bind/placeholders.hpp>
84 namespace placeholders {
94 } // placeholders
/external/libcxx/src/
Dbind.cpp14 namespace placeholders namespace
/external/chromium_org/content/browser/compositor/
Dbrowser_compositor_view_mac.mm48 // If there are no placeholders allocated, destroy the recyclable
124 // If there are no placeholders allocated, destroy the recyclable
/external/clang/test/Parser/
Dplaceholder-recovery.m4 // placeholders somehow. However, we're content with not generating
/external/chromium_org/tools/grit/grit/gather/
Dtr_html.py582 placeholders = []
588 placeholders.append(tclib.Placeholder(final_name, original, '(HTML code)'))
592 msg = tclib.Message(text=msg_text, placeholders=placeholders,
/external/chromium_org/chrome/browser/extensions/
Dextension_storage_monitor.cc334 std::vector<std::string> placeholders; in GetNotificationId() local
335 placeholders.push_back(context_->GetPath().BaseName().MaybeAsASCII()); in GetNotificationId()
336 placeholders.push_back(extension_id); in GetNotificationId()
338 return ReplaceStringPlaceholders(kNotificationIdFormat, placeholders, NULL); in GetNotificationId()
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_F.pass.cpp87 std::function<void(int)> fun = std::bind(&Foo::bar, &f, std::placeholders::_1); in main()

12