/external/deqp-deps/SPIRV-Tools/source/ |
D | text.cpp | 51 bool spvIsValidID(const char* textValue) { in spvIsValidID() argument 52 const char* c = textValue; in spvIsValidID() 59 return c != textValue; in spvIsValidID() 64 spv_result_t spvTextToLiteral(const char* textValue, spv_literal_t* pLiteral) { in spvTextToLiteral() argument 69 const size_t len = strlen(textValue); in spvTextToLiteral() 73 switch (textValue[index]) { in spvTextToLiteral() 105 if (len < 2 || textValue[0] != '"' || textValue[len - 1] != '"') in spvTextToLiteral() 108 for (const char* val = textValue + 1; val != textValue + len - 1; ++val) { in spvTextToLiteral() 122 double d = std::strtod(textValue, nullptr); in spvTextToLiteral() 132 int64_t i64 = strtoll(textValue, nullptr, 10); in spvTextToLiteral() [all …]
|
D | assembly_grammar.cpp | 46 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() argument 47 if (textValue == nullptr) return SPV_ERROR_INVALID_TEXT; in spvTextParseMaskOperand() 48 size_t text_length = strlen(textValue); in spvTextParseMaskOperand() 50 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() 59 const char* begin = textValue; // The left end of the current word. in spvTextParseMaskOperand() 241 const char* textValue, in parseMaskOperand() argument 243 return spvTextParseMaskOperand(target_env_, operandTable_, type, textValue, in parseMaskOperand() 247 const char* textValue, in lookupExtInst() argument 249 return spvExtInstTableNameLookup(extInstTable_, type, textValue, extInst); in lookupExtInst()
|
D | assembly_grammar.h | 101 const char* textValue, uint32_t* pValue) const; 106 spv_result_t lookupExtInst(spv_ext_inst_type_t type, const char* textValue,
|
D | text_handler.cpp | 157 uint32_t AssemblyContext::spvNamedIdAssignOrGet(const char* textValue) { in spvNamedIdAssignOrGet() argument 160 if (spvtools::utils::ParseNumber(textValue, &id)) { in spvNamedIdAssignOrGet() 168 const auto it = named_ids_.find(textValue); in spvNamedIdAssignOrGet() 177 named_ids_.emplace(textValue, id); in spvNamedIdAssignOrGet()
|
D | text_handler.h | 134 uint32_t spvNamedIdAssignOrGet(const char* textValue);
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | text.cpp | 51 bool spvIsValidID(const char* textValue) { in spvIsValidID() argument 52 const char* c = textValue; in spvIsValidID() 59 return c != textValue; in spvIsValidID() 64 spv_result_t spvTextToLiteral(const char* textValue, spv_literal_t* pLiteral) { in spvTextToLiteral() argument 69 const size_t len = strlen(textValue); in spvTextToLiteral() 73 switch (textValue[index]) { in spvTextToLiteral() 105 if (len < 2 || textValue[0] != '"' || textValue[len - 1] != '"') in spvTextToLiteral() 108 for (const char* val = textValue + 1; val != textValue + len - 1; ++val) { in spvTextToLiteral() 122 double d = std::strtod(textValue, nullptr); in spvTextToLiteral() 132 int64_t i64 = strtoll(textValue, nullptr, 10); in spvTextToLiteral() [all …]
|
D | assembly_grammar.cpp | 46 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() argument 47 if (textValue == nullptr) return SPV_ERROR_INVALID_TEXT; in spvTextParseMaskOperand() 48 size_t text_length = strlen(textValue); in spvTextParseMaskOperand() 50 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() 59 const char* begin = textValue; // The left end of the current word. in spvTextParseMaskOperand() 241 const char* textValue, in parseMaskOperand() argument 243 return spvTextParseMaskOperand(target_env_, operandTable_, type, textValue, in parseMaskOperand() 247 const char* textValue, in lookupExtInst() argument 249 return spvExtInstTableNameLookup(extInstTable_, type, textValue, extInst); in lookupExtInst()
|
D | assembly_grammar.h | 101 const char* textValue, uint32_t* pValue) const; 106 spv_result_t lookupExtInst(spv_ext_inst_type_t type, const char* textValue,
|
D | text_handler.cpp | 157 uint32_t AssemblyContext::spvNamedIdAssignOrGet(const char* textValue) { in spvNamedIdAssignOrGet() argument 160 if (spvtools::utils::ParseNumber(textValue, &id)) { in spvNamedIdAssignOrGet() 168 const auto it = named_ids_.find(textValue); in spvNamedIdAssignOrGet() 177 named_ids_.emplace(textValue, id); in spvNamedIdAssignOrGet()
|
D | text_handler.h | 134 uint32_t spvNamedIdAssignOrGet(const char* textValue);
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | text.cpp | 51 bool spvIsValidID(const char* textValue) { in spvIsValidID() argument 52 const char* c = textValue; in spvIsValidID() 59 return c != textValue; in spvIsValidID() 64 spv_result_t spvTextToLiteral(const char* textValue, spv_literal_t* pLiteral) { in spvTextToLiteral() argument 69 const size_t len = strlen(textValue); in spvTextToLiteral() 73 switch (textValue[index]) { in spvTextToLiteral() 105 if (len < 2 || textValue[0] != '"' || textValue[len - 1] != '"') in spvTextToLiteral() 108 for (const char* val = textValue + 1; val != textValue + len - 1; ++val) { in spvTextToLiteral() 122 double d = std::strtod(textValue, nullptr); in spvTextToLiteral() 132 int64_t i64 = strtoll(textValue, nullptr, 10); in spvTextToLiteral() [all …]
|
D | assembly_grammar.cpp | 46 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() argument 47 if (textValue == nullptr) return SPV_ERROR_INVALID_TEXT; in spvTextParseMaskOperand() 48 size_t text_length = strlen(textValue); in spvTextParseMaskOperand() 50 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() 59 const char* begin = textValue; // The left end of the current word. in spvTextParseMaskOperand() 241 const char* textValue, in parseMaskOperand() argument 243 return spvTextParseMaskOperand(target_env_, operandTable_, type, textValue, in parseMaskOperand() 247 const char* textValue, in lookupExtInst() argument 249 return spvExtInstTableNameLookup(extInstTable_, type, textValue, extInst); in lookupExtInst()
|
D | assembly_grammar.h | 101 const char* textValue, uint32_t* pValue) const; 106 spv_result_t lookupExtInst(spv_ext_inst_type_t type, const char* textValue,
|
D | text_handler.cpp | 157 uint32_t AssemblyContext::spvNamedIdAssignOrGet(const char* textValue) { in spvNamedIdAssignOrGet() argument 160 if (spvtools::utils::ParseNumber(textValue, &id)) { in spvNamedIdAssignOrGet() 168 const auto it = named_ids_.find(textValue); in spvNamedIdAssignOrGet() 177 named_ids_.emplace(textValue, id); in spvNamedIdAssignOrGet()
|
D | text_handler.h | 134 uint32_t spvNamedIdAssignOrGet(const char* textValue);
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/ |
D | TestTreeWithType.java | 41 return new SavedCookie(node.path("name").textValue(), in deserialize() 42 node.path("value").textValue()); in deserialize() 68 assertEquals(jsonNode.get("bar").textValue(), foo.bar); in testValueAsStringWithoutDefaultTyping() 81 assertEquals(jsonNode.get("bar").textValue(), foo.bar); in testValueAsStringWithDefaultTyping() 95 assertEquals(jsonNode.get("bar").textValue(), "baz"); in testReadTreeWithDefaultTyping() 102 assertEquals(jsonNode.get("bar").textValue(), foo.bar); in testValueToTreeWithoutDefaultTyping() 113 assertEquals(jsonNode.get("bar").textValue(), foo.bar); in testValueToTreeWithDefaultTyping()
|
D | TreeReadViaMapperTest.java | 53 assertEquals(SAMPLE_SPEC_VALUE_TITLE, ob.textValue()); in testSimple() 60 assertEquals(SAMPLE_SPEC_VALUE_TN_URL, ob.textValue()); in testSimple() 66 assertEquals(SAMPLE_SPEC_VALUE_TN_WIDTH, ob.textValue()); in testSimple() 156 assertEquals("string", result.textValue()); in testMultiple()
|
D | ObjectNodeTest.java | 259 assertEquals("b", ob.get("b").textValue()); in testRemove() 271 assertEquals("a", ob.get("a").textValue()); in testRetain() 273 assertEquals("c", ob.get("c").textValue()); in testRetain()
|
D | TestMissingNode.java | 60 assertNull(onode.textValue()); in testMissingViaMapper()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/deftyping/ |
D | TestDefaultForTreeNodes.java | 33 assertEquals(jsonNode.get("bar").textValue(), foo.bar); in testValueAsStringWithDefaultTyping() 40 assertEquals(jsonNode.get("bar").textValue(), foo.bar); in testValueToTreeWithDefaultTyping()
|
/external/javassist/src/main/javassist/compiler/ |
D | Lex.java | 25 public String textValue; field in Token 89 return currentToken.textValue; in getString() 236 token.textValue = tbuf.toString(); in readStringL() 436 token.textValue = name; in readIdentifier()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/ |
D | TextNode.java | 55 public String textValue() { in textValue() method in TextNode
|
D | TreeTraversingParser.java | 205 return currentNode().textValue(); in getText()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | ParseRDF.java | 648 String textValue = ""; in rdf_LiteralPropertyElement() local 654 textValue += child.getNodeValue(); in rdf_LiteralPropertyElement() 661 newChild.setValue(textValue); in rdf_LiteralPropertyElement()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | JsonNode.java | 424 public String textValue() { return null; } in textValue() method in JsonNode
|