| /third_party/node/test/parallel/ |
| D | test-buffer-from.js | 7 const checkString = 'test'; constant 9 const check = Buffer.from(checkString); 13 super(checkString); 19 return checkString; 29 deepStrictEqual(Buffer.from(new String(checkString)), check); 33 Buffer.from(runInNewContext('new String(checkString)', { checkString })), field
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | FileOptions.php | 314 GPBUtil::checkString($var, True); 358 GPBUtil::checkString($var, True); 562 GPBUtil::checkString($var, True); 828 GPBUtil::checkString($var, True); 864 GPBUtil::checkString($var, True); 906 GPBUtil::checkString($var, True); 944 GPBUtil::checkString($var, True); 984 GPBUtil::checkString($var, True); 1024 GPBUtil::checkString($var, True); 1064 GPBUtil::checkString($var, True);
|
| D | FieldDescriptorProto.php | 198 GPBUtil::checkString($var, True); 344 GPBUtil::checkString($var, True); 382 GPBUtil::checkString($var, True); 426 GPBUtil::checkString($var, True); 506 GPBUtil::checkString($var, True);
|
| D | MethodDescriptorProto.php | 101 GPBUtil::checkString($var, True); 139 GPBUtil::checkString($var, True); 171 GPBUtil::checkString($var, True);
|
| D | UninterpretedOption.php | 133 GPBUtil::checkString($var, True); 261 GPBUtil::checkString($var, False); 293 GPBUtil::checkString($var, True);
|
| D | FileDescriptorProto.php | 158 GPBUtil::checkString($var, True); 194 GPBUtil::checkString($var, True); 478 GPBUtil::checkString($var, True);
|
| D | RepeatedField.php | 173 GPBUtil::checkString($value, false); 176 GPBUtil::checkString($value, true);
|
| D | MapField.php | 188 GPBUtil::checkString($value, true); 281 GPBUtil::checkString($key, true);
|
| D | OneofDescriptorProto.php | 70 GPBUtil::checkString($var, True);
|
| D | EnumValueDescriptorProto.php | 75 GPBUtil::checkString($var, True);
|
| D | ServiceDescriptorProto.php | 75 GPBUtil::checkString($var, True);
|
| /third_party/protobuf/php/src/Google/Protobuf/ |
| D | Field.php | 214 GPBUtil::checkString($var, True); 242 GPBUtil::checkString($var, True); 348 GPBUtil::checkString($var, True); 374 GPBUtil::checkString($var, True);
|
| D | Method.php | 108 GPBUtil::checkString($var, True); 134 GPBUtil::checkString($var, True); 186 GPBUtil::checkString($var, True);
|
| D | Mixin.php | 131 GPBUtil::checkString($var, True); 159 GPBUtil::checkString($var, True);
|
| D | Api.php | 153 GPBUtil::checkString($var, True); 263 GPBUtil::checkString($var, True);
|
| D | Any.php | 217 GPBUtil::checkString($var, True); 243 GPBUtil::checkString($var, False);
|
| D | BytesValue.php | 61 GPBUtil::checkString($var, False);
|
| D | SourceContext.php | 65 GPBUtil::checkString($var, True);
|
| D | StringValue.php | 61 GPBUtil::checkString($var, True);
|
| D | Option.php | 87 GPBUtil::checkString($var, True);
|
| D | EnumValue.php | 76 GPBUtil::checkString($var, True);
|
| D | Enum.php | 92 GPBUtil::checkString($var, True);
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/ |
| D | Location.php | 384 GPBUtil::checkString($var, True); 416 GPBUtil::checkString($var, True);
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineExecutablePropertiesTests.cpp | 604 checkString(const char *string, size_t size) in checkString() function 661 …if (!checkString(statistics[ndx][statNdx].name, DE_LENGTH_OF_ARRAY(statistics[ndx][statNdx].name))) in verifyStatistics() 675 …if (!checkString(statistics[ndx][statNdx].description, DE_LENGTH_OF_ARRAY(statistics[ndx][statNdx]… in verifyStatistics() 822 if (!checkString(irs[irNdx].name, DE_LENGTH_OF_ARRAY(irs[irNdx].name))) in verifyInternalRepresentations() 836 if (!checkString(irs[irNdx].description, DE_LENGTH_OF_ARRAY(irs[irNdx].description))) in verifyInternalRepresentations() 866 if (!checkString((char *)irs[irNdx].pData, irs[irNdx].dataSize)) in verifyInternalRepresentations() 946 if (!checkString(props[ndx][execNdx].name, DE_LENGTH_OF_ARRAY(props[ndx][execNdx].name))) in verifyTestResult() 960 …if (!checkString(props[ndx][execNdx].description, DE_LENGTH_OF_ARRAY(props[ndx][execNdx].descripti… in verifyTestResult()
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/UninterpretedOption/ |
| D | NamePart.php | 74 GPBUtil::checkString($var, True);
|