Searched defs:stringLiteral (Results 1 – 9 of 9) sorted by relevance
| /external/javapoet/src/test/java/com/squareup/javapoet/ |
| D | UtilTest.java | 59 @Test public void stringLiteral() { in stringLiteral() method in UtilTest 68 void stringLiteral(String string) { in stringLiteral() method in UtilTest 72 void stringLiteral(String expected, String value, String indent) { in stringLiteral() method in UtilTest
|
| /external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
| D | UtilTest.kt | 59 @Test fun stringLiteral() { in stringLiteral() method in com.squareup.kotlinpoet.UtilTest 192 private fun stringLiteral(string: String) = stringLiteral(string, string) method in com.squareup.kotlinpoet.UtilTest 194 private fun stringLiteral(expected: String, value: String) = method in com.squareup.kotlinpoet.UtilTest
|
| /external/boringssl/src/util/fipstools/acvp/acvptool/ |
| D | interactive.go | 336 type stringLiteral struct { struct 337 env *Env 338 contents string 341 func (s stringLiteral) String() (string, error) { 345 func (stringLiteral) Index(_ string) (Object, error) { 349 func (stringLiteral) Search(_ acvp.Query) (Object, error) { 353 func (s stringLiteral) Action(action string, args []string) error {
|
| /external/cronet/tot/third_party/boringssl/src/util/fipstools/acvp/acvptool/ |
| D | interactive.go | 336 type stringLiteral struct { struct 337 env *Env 338 contents string 341 func (s stringLiteral) String() (string, error) { 345 func (stringLiteral) Index(_ string) (Object, error) { 349 func (stringLiteral) Search(_ acvp.Query) (Object, error) { 353 func (s stringLiteral) Action(action string, args []string) error {
|
| /external/cronet/stable/third_party/boringssl/src/util/fipstools/acvp/acvptool/ |
| D | interactive.go | 336 type stringLiteral struct { struct 337 env *Env 338 contents string 341 func (s stringLiteral) String() (string, error) { 345 func (stringLiteral) Index(_ string) (Object, error) { 349 func (stringLiteral) Search(_ acvp.Query) (Object, error) { 353 func (s stringLiteral) Action(action string, args []string) error {
|
| /external/dagger2/java/dagger/internal/codegen/javapoet/ |
| D | CodeBlocks.java | 131 public static CodeBlock stringLiteral(String toWrap) { in stringLiteral() method in CodeBlocks
|
| /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
| D | AddAnnotation.java | 393 StringLiteral stringLiteral = rewrite.getAST().newStringLiteral(); in createAnnotationValue() local
|
| /external/libxkbcommon/src/ |
| D | darray.h | 125 #define darray_append_lit(arr, stringLiteral) do { \ argument
|
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 1660 StringLiteral> stringLiteral; variable
|