/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | TreeMultimapExplicitTest.java | 44 private enum StringLength implements Comparator<String> { enum in TreeMultimapExplicitTest 71 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR); in create() 79 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR); in createPopulate() 95 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR); in testMultimapCreateFromTreeMultimap() 125 assertEquals(StringLength.COMPARATOR, multimap.keyComparator()); in testGetComparator() 188 TreeMultimap.create(StringLength.COMPARATOR, DECREASING_INT_COMPARATOR); in testMultimapComparators() 191 assertEquals(StringLength.COMPARATOR, copy.keyComparator()); in testMultimapComparators() 201 assertEquals(StringLength.COMPARATOR, keySet.comparator()); in testSortedKeySet()
|
D | OrderingTest.java | 327 StringLength; 340 = Ordering.natural().onResultOf(StringLengthFunction.StringLength); 348 Ordering.natural().onResultOf(StringLengthFunction.StringLength)) 358 StringLengthFunction.StringLength); 366 DECREASING_INTEGER.onResultOf(StringLengthFunction.StringLength))
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | TreeMultimapExplicitTest.java | 46 private enum StringLength implements Comparator<String> { enum in TreeMultimapExplicitTest 73 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR); in create() 81 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR); in createPopulate() 97 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR); in testMultimapCreateFromTreeMultimap() 127 assertEquals(StringLength.COMPARATOR, multimap.keyComparator()); in testGetComparator() 190 TreeMultimap.create(StringLength.COMPARATOR, DECREASING_INT_COMPARATOR); in testMultimapComparators() 193 assertEquals(StringLength.COMPARATOR, copy.keyComparator()); in testMultimapComparators() 203 assertEquals(StringLength.COMPARATOR, keySet.comparator()); in testSortedKeySet()
|
D | OrderingTest.java | 329 StringLength; 342 = Ordering.natural().onResultOf(StringLengthFunction.StringLength); 350 Ordering.natural().onResultOf(StringLengthFunction.StringLength)) 360 StringLengthFunction.StringLength); 368 DECREASING_INTEGER.onResultOf(StringLengthFunction.StringLength))
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_StringLength.pbtxt | 2 graph_op_name: "StringLength" 4 name: "strings.StringLength"
|
/external/v8/src/ |
D | accessors.h | 36 V(string_length, StringLength) 45 V(StringLength)
|
D | api.cc | 6531 inline int StringLength(const char* string) { in StringLength() function 6536 inline int StringLength(const uint8_t* string) { in StringLength() function 6541 inline int StringLength(const uint16_t* string) { in StringLength() function 6595 if (length < 0) length = StringLength(data); \
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_StringLength.pbtxt | 2 graph_op_name: "StringLength"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_StringLength.pbtxt | 2 graph_op_name: "StringLength"
|
/external/v8/src/parsing/ |
D | scanner.h | 303 Token::String(token), Token::StringLength(token)))); in CurrentMatchesContextualEscaped() 671 Token::StringLength(current().token)); in literal_one_byte_string()
|
D | token.h | 319 static uint8_t StringLength(Value tok) { in StringLength() function
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 3057 bool &IsUTF16, unsigned &StringLength) { in GetConstantCFStringEntry() argument 3063 StringLength = NumBytes; in GetConstantCFStringEntry() 3079 StringLength = ToPtr - &ToBuf[0]; in GetConstantCFStringEntry() 3085 (StringLength + 1) * 2), in GetConstantCFStringEntry() 3091 const StringLiteral *Literal, unsigned &StringLength) { in GetConstantStringEntry() argument 3093 StringLength = String.size(); in GetConstantStringEntry() 3099 unsigned StringLength = 0; in GetAddrOfConstantCFString() local 3104 StringLength); in GetAddrOfConstantCFString() 3202 Fields[3] = llvm::ConstantInt::get(Ty, StringLength); in GetAddrOfConstantCFString() 3230 unsigned StringLength = 0; in GetAddrOfConstantString() local [all …]
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 986 unsigned StringLength; member 992 StringLength = 0; in clear() 1003 return StringRef(StringData, StringLength); in getString() 1113 Tok.StringLength = RI.size(); in consumeToken() 1192 Tok.StringLength = Length; in consumeToken()
|
/external/v8/src/compiler/ |
D | simplified-operator.h | 627 const Operator* StringLength(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 357 V(StringLength) \
|
D | js-call-reducer.cc | 4030 Node* length = graph()->NewNode(simplified()->StringLength(), receiver); in ReduceStringPrototypeSubstring() 4093 Node* length = graph()->NewNode(simplified()->StringLength(), receiver); in ReduceStringPrototypeSlice() 4195 Node* length = graph()->NewNode(simplified()->StringLength(), receiver); in ReduceStringPrototypeSubstr() 5206 graph()->NewNode(simplified()->StringLength(), receiver); in ReduceStringPrototypeStringAt() 5242 graph()->NewNode(simplified()->StringLength(), receiver); in ReduceStringPrototypeCharAt() 5389 Node* length = graph()->NewNode(simplified()->StringLength(), string); in ReduceStringIteratorPrototypeNext() 5412 graph()->NewNode(simplified()->StringLength(), vtrue0); in ReduceStringIteratorPrototypeNext()
|
D | js-typed-lowering.cc | 751 return graph()->NewNode(simplified()->StringLength(), value); in BuildGetStringLength() 1171 Node* value = graph()->NewNode(simplified()->StringLength(), receiver); in ReduceJSLoadNamed()
|
D | simplified-operator.cc | 715 V(StringLength, Operator::kNoProperties, 1, 0) \
|
D | js-native-context-specialization.cc | 1187 Node* length = graph()->NewNode(simplified()->StringLength(), receiver); in ReduceElementAccess()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 3760 name: "StringLength"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 3760 name: "StringLength"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 27121 func StringLength(scope *Scope, input tf.Output, optional ...StringLengthAttr) (output tf.Output) { func
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 81083 name: "StringLength" 81094 name: "StringLength"
|
D | ops_history.v1.pbtxt | 81710 name: "StringLength" 81721 name: "StringLength"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 39301 name: "StringLength"
|