Home
last modified time | relevance | path

Searched refs:keyName (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DConfigurator.cpp56 string keyName; in readFile() local
86 keyName = line.substr(pLeft + 1, pRight - pLeft - 1); in readFile()
87 addKeyName(keyName); in readFile()
95 addValue(keyName, valueName, value); in readFile()
146 int Configurator::findKey(string keyName) const in findKey()
150 if(names[keyID] == keyName) in findKey()
177 unsigned int Configurator::addKeyName(string keyName) in addKeyName() argument
179 names.resize(names.size() + 1, keyName); in addKeyName()
184 void Configurator::addValue(string const keyName, string const valueName, string const value) in addValue() argument
186 int keyID = findKey(keyName); in addValue()
206 getValue(string keyName, string valueName, string defaultValue) const getValue() argument
216 getInteger(string keyName, string valueName, int defaultValue) const getInteger() argument
225 getBoolean(string keyName, string valueName, bool defaultValue) const getBoolean() argument
230 getFloat(string keyName, string valueName, double defaultValue) const getFloat() argument
239 getFormatted(string keyName, string valueName, char *format, void *v1, void *v2, void *v3, void *v4, void *v5, void *v6, void *v7, void *v8, void *v9, void *v10, void *v11, void *v12, void *v13, void *v14, void *v15, void *v16) getFormatted() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DConfigurator.cpp56 string keyName; in readFile() local
86 keyName = line.substr(pLeft + 1, pRight - pLeft - 1); in readFile()
87 addKeyName(keyName); in readFile()
95 addValue(keyName, valueName, value); in readFile()
147 int Configurator::findKey(string keyName) const in findKey()
151 if(names[keyID] == keyName) in findKey()
178 unsigned int Configurator::addKeyName(string keyName) in addKeyName() argument
180 names.resize(names.size() + 1, keyName); in addKeyName()
185 void Configurator::addValue(string const keyName, string const valueName, string const value) in addValue() argument
187 int keyID = findKey(keyName); in addValue()
207 getValue(string keyName, string valueName, string defaultValue) const getValue() argument
217 getInteger(string keyName, string valueName, int defaultValue) const getInteger() argument
226 getBoolean(string keyName, string valueName, bool defaultValue) const getBoolean() argument
231 getFloat(string keyName, string valueName, double defaultValue) const getFloat() argument
240 getFormatted(string keyName, string valueName, char *format, void *v1, void *v2, void *v3, void *v4, void *v5, void *v6, void *v7, void *v8, void *v9, void *v10, void *v11, void *v12, void *v13, void *v14, void *v15, void *v16) getFormatted() argument
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DBcp47Mapper.java133 private final String keyName; field in Bcp47Mapper.ValueCollector
138 this.keyName = Ascii.toLowerCase(KEY_NAME.valueFrom(prefix)); in ValueCollector()
139 this.icuData = keyName.equals("tz") ? tzData : keyTypeData; in ValueCollector()
152 icuData.add(RbPath.of("bcpTypeAlias", keyName, typeName), prefName.get()); in collect()
163 String keyAlias = toLowerCase(KEY_ALIAS.valueFrom(value, keyName)); in collect()
165 keyMap.put(keyName, keyAlias); in collect()
183 addInfoAttributes(keyName, typeName, value.getValueAttributes()); in collect()
197 String keyName, String typeName, ImmutableMap<AttributeKey, String> attributes) { in addInfoAttributes()
214 a.getElementName().equals("key") ? keyName : keyName in addInfoAttributes()
196 addInfoAttributes( String keyName, String typeName, ImmutableMap<AttributeKey, String> attributes) addInfoAttributes() argument
[all...]
/third_party/lzma/CPP/Windows/
H A DRegistry.cpp37 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName, in Create() argument
44 LONG res = RegCreateKeyEx(parentKey, keyName, 0, keyClass, in Create()
56 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) throw() in Open() argument
60 LONG res = RegOpenKeyEx(parentKey, keyName, 0, accessMask, &key); in Open()
188 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue() argument
192 LONG res = key.Create(parentKey, keyName); in SetValue()
198 LONG CKey::SetKeyValue(LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) throw() in SetKeyValue() argument
202 LONG res = key.Create(_object, keyName); in SetKeyValue()
335 CSysString keyName; in EnumKeys() local
341 LONG result = ::RegEnumKeyEx(_object, index, keyName in EnumKeys()
[all...]
H A DRegistry.h12 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value);
30 LONG Create(HKEY parentKey, LPCTSTR keyName,
35 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS) throw();
61 LONG SetKeyValue(LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) throw();
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DBcp47MapperTest.java220 private static CldrValue simpleType(String keyName, String typeName) { in simpleType() argument
223 appendAttribute(cldrPath, "name", keyName); in simpleType()
230 String keyName, String keyAlias, String typeName, String... typeAliases) { in alias()
234 appendAttribute(cldrPath, "name", keyName); in alias()
247 String keyName, in deprecated()
255 appendAttribute(cldrPath, "name", keyName); in deprecated()
270 private static CldrValue valueType(String keyName, String typeName, String valueType) { in valueType() argument
273 appendAttribute(cldrPath, "name", keyName); in valueType()
229 alias( String keyName, String keyAlias, String typeName, String... typeAliases) alias() argument
246 deprecated( String keyName, boolean keyDeprecated, String typeName, boolean typeDeprecated, String preferred) deprecated() argument
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/
H A Dokp_importKey.https.any.js262 Object.keys(obj).sort().forEach(function(keyName) {
263 keyValuePairs.push(keyName + ": " + objectToString(obj[keyName]));
274 Object.keys(obj).sort().forEach(function(keyName) {
275 var value = obj[keyName];
284 keyValuePairs.push(keyName + ": " + value);
H A Dsymmetric_importKey.https.any.js236 Object.keys(obj).sort().forEach(function(keyName) {
237 keyValuePairs.push(keyName + ": " + objectToString(obj[keyName]));
248 Object.keys(obj).sort().forEach(function(keyName) {
249 var value = obj[keyName];
258 keyValuePairs.push(keyName + ": " + value);
H A Dec_importKey.https.any.js287 Object.keys(obj).sort().forEach(function(keyName) {
288 keyValuePairs.push(keyName + ": " + objectToString(obj[keyName]));
299 Object.keys(obj).sort().forEach(function(keyName) {
300 var value = obj[keyName];
309 keyValuePairs.push(keyName + ": " + value);
H A Drsa_importKey.https.any.js285 Object.keys(obj).sort().forEach(function(keyName) {
286 keyValuePairs.push(keyName + ": " + objectToString(obj[keyName]));
297 Object.keys(obj).sort().forEach(function(keyName) {
298 var value = obj[keyName];
307 keyValuePairs.push(keyName + ": " + value);
/third_party/node/test/fixtures/wpt/WebCryptoAPI/util/
H A Dhelpers.js65 Object.keys(obj).sort().forEach(function(keyName) {
66 keyValuePairs.push(keyName + ": " + objectToString(obj[keyName]));
77 Object.keys(obj).sort().forEach(function(keyName) {
78 var value = obj[keyName];
87 keyValuePairs.push(keyName + ": " + value);
/third_party/skia/tools/sk_app/
H A DCommandSet.h50 void addCommand(skui::Key k, const char* keyName, const char* group, const char* description,
73 Command(skui::Key k, const char* keyName, const char* group, const char* description, in Command()
77 , fKeyName(keyName) in Command()
H A DCommandSet.cpp76 void CommandSet::addCommand(skui::Key k, const char* keyName, const char* group, in addCommand() argument
78 fCommands.push_back(Command(k, keyName, group, description, function)); in addCommand()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
H A DwrapKey_unwrapKey.https.any.js322 Object.keys(obj).sort().forEach(function(keyName) {
323 keyValuePairs.push(keyName + ": " + objectToString(obj[keyName]));
334 Object.keys(obj).sort().forEach(function(keyName) {
335 var value = obj[keyName];
344 keyValuePairs.push(keyName + ": " + value);
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundleItem.java176 public void setKey(String keyName) { in setKey() argument
177 name = keyName; in setKey()
/third_party/node/lib/internal/repl/
H A Dutils.js533 function checkAndSetDirectionKey(keyName) {
534 if (!labels[keyName]) {
537 if (dir !== keyName) {
541 dir = keyName;
/third_party/node/deps/icu-small/source/common/
H A Dmlbe.h68 * @param keyName The kay name in the model file.
73 void initKeyValue(UResourceBundle *rb, const char *keyName, const char *valueName,
H A Dmlbe.cpp237 void MlBreakEngine::initKeyValue(UResourceBundle *rb, const char *keyName, const char *valueName, in initKeyValue() argument
252 ures_getValueWithFallback(rb, keyName, stackTempBundle.getAlias(), modelKey, error); in initKeyValue()
H A Dusprep.cpp352 LocalMemory<char> keyName; in usprep_getProfile() local
355 keyName.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(name)+1)) == nullptr || in usprep_getProfile()
373 key->name = keyName.orphan(); in usprep_getProfile()
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig.c530 char keyName[256]; in get_SuffixList_Windows() local
579 keyNameBuffSize = sizeof(keyName); in get_SuffixList_Windows()
580 if (RegEnumKeyExA(hKey, keyIdx++, keyName, &keyNameBuffSize, 0, NULL, in get_SuffixList_Windows()
584 if (RegOpenKeyExA(hKey, keyName, 0, KEY_QUERY_VALUE, &hKeyEnum) != in get_SuffixList_Windows()
/third_party/icu/icu4c/source/common/
H A Dusprep.cpp352 LocalMemory<char> keyName; in usprep_getProfile() local
355 keyName.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(name)+1)) == NULL || in usprep_getProfile()
373 key->name = keyName.orphan(); in usprep_getProfile()
/third_party/skia/third_party/externals/icu/source/common/
H A Dusprep.cpp352 LocalMemory<char> keyName; in usprep_getProfile() local
355 keyName.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(name)+1)) == NULL || in usprep_getProfile()
373 key->name = keyName.orphan(); in usprep_getProfile()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleDisplayNamesImpl.java547 String keyName = langData.get("Keys", key); in keyDisplayName()
548 return skipAdjust? keyName: adjustForUsageAndContext(CapitalizationContextUsage.KEY, keyName); in keyDisplayName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleDisplayNamesImpl.java522 String keyName = langData.get("Keys", key); in keyDisplayName()
523 return skipAdjust? keyName: adjustForUsageAndContext(CapitalizationContextUsage.KEY, keyName); in keyDisplayName()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c591 compareArrays(const char *keyName, in compareArrays() argument
614 keyName, in compareArrays()

Completed in 20 milliseconds

12