Searched refs:strings (Results 126 - 150 of 863) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_load_page.cc12 #include "base/strings/string_piece.h"
13 #include "base/strings/stringprintf.h"
14 #include "base/strings/utf_string_conversions.h"
80 base::DictionaryValue strings; local
81 strings.SetString("title", web_contents_->GetTitle());
83 strings.SetInteger("show_delay_time", kShowDelayTimeMS);
84 strings.SetInteger("total_wait_time", kTotalWaitTimeMS);
87 strings.SetString("heading",
91 strings.SetString("textdirection", rtl ? "rtl" : "ltr");
97 return webui::GetI18nTemplateHtml(html, &strings);
[all...]
/external/smack/src/org/xbill/DNS/
H A DMnemonic.java33 private HashMap strings; field in class:Mnemonic
44 * @param wordcase Whether to convert strings into uppercase, lowercase,
52 strings = new HashMap();
73 * Sets whether numeric values stored in strings are acceptable.
133 strings.put(str, value);
148 strings.put(str, value);
163 strings.putAll(source.strings);
192 Integer value = (Integer) strings.get(str);
/external/stlport/test/unit/
H A Distmit_test.cpp101 vector<string> strings; local
109 copy_n(istream_string_ite(istr), 2, back_inserter(strings));
110 CPPUNIT_ASSERT( strings.size() == 2 );
111 CPPUNIT_ASSERT( strings[0] == "AA" );
112 CPPUNIT_ASSERT( strings[1] == "BB" );
113 strings.clear();
123 * again it fails as int can be converted to strings.
130 copy_n(istream_string_ite(istr), 2, back_inserter(strings));
131 CPPUNIT_ASSERT( strings.size() == 2 );
132 CPPUNIT_ASSERT( strings[
[all...]
/external/fonttools/Lib/fontTools/
H A DcffLib.py33 self.strings = IndexedStrings(file)
35 self.topDictIndex.strings = self.strings
55 strings = IndexedStrings()
61 writer.add(fontNames.getCompiler(strings, None))
62 topCompiler = self.topDictIndex.getCompiler(strings, None)
64 writer.add(strings.getCompiler())
65 writer.add(self.GlobalSubrs.getCompiler(strings, None))
72 for child in topCompiler.getChildren(strings):
179 def __init__(self, items, strings, paren
[all...]
/external/fonttools/Tools/fontTools/
H A DcffLib.py33 self.strings = IndexedStrings(file)
35 self.topDictIndex.strings = self.strings
55 strings = IndexedStrings()
61 writer.add(fontNames.getCompiler(strings, None))
62 topCompiler = self.topDictIndex.getCompiler(strings, None)
64 writer.add(strings.getCompiler())
65 writer.add(self.GlobalSubrs.getCompiler(strings, None))
72 for child in topCompiler.getChildren(strings):
179 def __init__(self, items, strings, paren
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dimage_burner.js9 * @param {Object} strings Localized state strings.
12 function State(strings) {
13 this.setStrings(strings);
58 * Sets the state strings.
59 * @param {Object} strings Localized state strings.
61 setStrings: function(strings) {
63 strings.getString('statusDevicesNone');
65 strings
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_interstitial.cc10 #include "base/strings/string_number_conversions.h"
11 #include "base/strings/utf_string_conversions.h"
170 base::DictionaryValue strings; local
171 strings.SetString("blockPageTitle",
178 strings.SetBoolean("allowAccessRequests", allow_access_requests);
182 strings.SetString("avatarURL1x", BuildAvatarImageUrl(profile_image_url,
184 strings.SetString("avatarURL2x", BuildAvatarImageUrl(profile_image_url,
189 strings.SetString("secondAvatarURL1x", BuildAvatarImageUrl(profile_image_url2,
191 strings.SetString("secondAvatarURL2x", BuildAvatarImageUrl(profile_image_url2,
196 strings
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
H A Dmain.js7 chrome.firstRunPrivate.getLocalizedStrings(function(strings) {
8 loadTimeData.data = strings;
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
H A Dscope_approval_dialog.js50 chrome.identityPrivate.getStrings(function(strings) {
51 document.title = strings['window-title'];
/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util_unittest.cc5 #include "base/strings/utf_string_conversions.h"
43 scoped_ptr<base::DictionaryValue> strings(
46 EXPECT_TRUE(strings->HasKey("unrecoverable_error_detected"));
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duenum.h104 * uenum_next() or uenum_unext(). When all strings have been
137 * uenum_next() or uenum_unext(). When all strings have been
175 * Given an array of const UChar* strings, return a UEnumeration. String pointers from 0..count-1 must not be null.
178 * @param strings array of const UChar* strings (each null terminated). All storage is owned by the caller.
186 uenum_openUCharStringsEnumeration(const UChar* const strings[], int32_t count,
192 * Given an array of const char* strings (invariant chars only), return a UEnumeration. String pointers from 0..count-1 must not be null.
195 * @param strings array of char* strings (each null terminated). All storage is owned by the caller.
203 uenum_openCharStringsEnumeration(const char* const strings[], int32_
[all...]
/external/icu/icu4c/source/common/unicode/
H A Duenum.h104 * uenum_next() or uenum_unext(). When all strings have been
137 * uenum_next() or uenum_unext(). When all strings have been
175 * Given an array of const UChar* strings, return a UEnumeration. String pointers from 0..count-1 must not be null.
178 * @param strings array of const UChar* strings (each null terminated). All storage is owned by the caller.
186 uenum_openUCharStringsEnumeration(const UChar* const strings[], int32_t count,
192 * Given an array of const char* strings (invariant chars only), return a UEnumeration. String pointers from 0..count-1 must not be null.
195 * @param strings array of char* strings (each null terminated). All storage is owned by the caller.
203 uenum_openCharStringsEnumeration(const char* const strings[], int32_
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/heap/
H A Dchrome_js_heap_snapshot_parser_unittest.py13 node_list, edge_list, strings):
21 'strings': strings}
32 strings = ['node1', 'node2', 'edge1']
34 edge_fields, node_list, edge_list, strings)
/external/lldb/test/
H A Dargparse_compat.py75 strings = []
77 strings.append(str(k) + '=' + str(v))
78 strings.sort()
80 return self.__class__.__name__ + '(' + ', '.join(strings) + ')'
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_descriptor.cc24 static const char* const strings[] = { local
28 for (size_t i = 0; i < arraysize(strings); ++i)
29 uuids.push_back(BluetoothUUID(strings[i]));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebIDBKeyPath.cpp43 Vector<String> strings; local
45 strings.append(keyPath[i]);
46 return WebIDBKeyPath(IDBKeyPath(strings));
/external/lldb/source/API/
H A DSBStringList.cpp99 SBStringList::AppendList (const SBStringList &strings) argument
101 if (strings.IsValid())
105 m_opaque_ap->AppendList (*(strings.m_opaque_ap));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcolldata.cpp168 : strings(NULL), listMax(STRING_LIST_BUFFER_SIZE), listSize(0)
174 strings = new UnicodeString [listMax];
176 if (strings == NULL) {
184 delete[] strings;
200 newStrings[i] = strings[i];
202 delete[] strings;
203 strings = newStrings;
207 // The ctor initialized all the strings in
208 // the array to empty strings, so this
210 strings[listSiz
239 StringList *strings = (StringList *) obj; local
284 StringList *strings = getStringList(ce); local
503 const StringList *strings = ceToCharsStartingWith->getStringList(ce); local
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkGetCondensedInfo.cpp22 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char target[]) { argument
27 if (strcmp(&strings[lengths[mid << 2]], target) < 0)
32 if (strcmp(&strings[lengths[hi << 2]], target) != 0)
83 const char* strings = gInfoNames[lookup]; local
84 int index = _searchByName(&info->fName, count, strings, match);
/external/skia/src/animator/
H A DSkGetCondensedInfo.cpp22 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char target[]) { argument
27 if (strcmp(&strings[lengths[mid << 2]], target) < 0)
32 if (strcmp(&strings[lengths[hi << 2]], target) != 0)
83 const char* strings = gInfoNames[lookup]; local
84 int index = _searchByName(&info->fName, count, strings, match);
/external/chromium_org/third_party/ots/src/
H A Dpost.cc41 // We have a version 2 table with a list of Pascal strings at the end
84 // Now we have an array of Pascal strings. We have to check that they are all
87 const uint8_t *strings = data + strings_offset; local
91 if (strings == strings_end) break;
92 const unsigned string_length = *strings;
93 if (strings + 1 + string_length > strings_end) {
96 if (std::memchr(strings + 1, '\0', string_length)) {
100 std::string(reinterpret_cast<const char*>(strings + 1), string_length));
101 strings += 1 + string_length;
159 // Now we just have to write out the strings i
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dsim_unlock_ui.cc17 #include "base/strings/string_piece.h"
274 base::DictionaryValue strings; local
275 strings.SetString("title",
277 strings.SetString("ok", l10n_util::GetStringUTF16(IDS_OK));
278 strings.SetString("cancel", l10n_util::GetStringUTF16(IDS_CANCEL));
279 strings.SetString("enterPinTitle",
281 strings.SetString("enterPinMessage",
283 strings.SetString("enterPinTriesMessage",
285 strings.SetString("incorrectPinTriesMessage",
287 strings
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedSetTest.java819 String[] strings = NUMBER_NAMES.toArray(new String[0]);
820 ImmutableSortedSet<String> set = ImmutableSortedSet.copyOf(strings);
821 Arrays.sort(strings);
822 for (int i = 0; i < strings.length; i++) {
823 ASSERT.that(set.headSet(strings[i], true))
829 String[] strings = NUMBER_NAMES.toArray(new String[0]);
830 ImmutableSortedSet<String> set = ImmutableSortedSet.copyOf(strings);
831 Arrays.sort(strings);
832 for (int i = 0; i < strings.length; i++) {
833 ASSERT.that(set.headSet(strings[
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duniset.cpp147 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
174 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
201 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
225 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
238 if (strings != NULL && o.strings != NULL) {
239 strings->assign(*o.strings, cloneUnicodeString, status);
240 } else { // Invalid strings.
264 delete strings;
[all...]
/external/icu/icu4c/source/common/
H A Duniset.cpp147 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
174 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
201 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
225 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
238 if (strings != NULL && o.strings != NULL) {
239 strings->assign(*o.strings, cloneUnicodeString, status);
240 } else { // Invalid strings.
264 delete strings;
[all...]

Completed in 1781 milliseconds

1234567891011>>