Home
last modified time | relevance | path

Searched defs:strings (Results 1 – 25 of 249) sorted by relevance

12345678910

/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dibft.c161 static int ibft_alloc_string ( struct ibft_string_block *strings, in ibft_alloc_string()
185 static int ibft_set_string ( struct ibft_string_block *strings, in ibft_set_string()
210 static int ibft_set_string_option ( struct ibft_string_block *strings, in ibft_set_string_option()
238 static const char * ibft_string ( struct ibft_string_block *strings, in ibft_string()
253 struct ibft_string_block *strings, in ibft_fill_nic()
304 struct ibft_string_block *strings ) { in ibft_fill_initiator()
326 struct ibft_string_block *strings, in ibft_fill_target_chap()
359 struct ibft_string_block *strings, in ibft_fill_target_reverse_chap()
394 struct ibft_string_block *strings, in ibft_fill_target()
431 struct ibft_string_block strings = { in ibft_fill_data() local
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/foo/
DFoo.java23 public final Set<String> strings; field in Foo
25 @Inject Foo(Set<String> strings) { in Foo()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
DSetAsSequenceTest.java87 Set<String> strings = (Set<String>) yaml.load(doc); in testLoadRootSet() local
100 Set<String> strings = (Set<String>) yaml.load(doc); in testLoadRootSet2() local
113 Set<String> strings = (Set<String>) yaml.load(doc); in testLoadRootSet3() local
126 Set<String> strings = (Set<String>) yaml.load(doc); in testLoadRootSet6() local
/external/testng/src/test/java/test/thread/
DTrueParallelTest.java35 List<String> strings = TrueParallelSampleTest.getStrings(); in shouldRunInParallel() local
43 private boolean isInterleaved(List<String> strings) { in isInterleaved()
/external/lzma/CPP/7zip/UI/Common/
DSortUtils.cpp11 const UStringVector &strings = *(const UStringVector *)param; in CompareStrings() local
15 void SortFileNames(const UStringVector &strings, CUIntVector &indices) in SortFileNames()
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBenchmark.java38 private String[] strings; field in MonitorBenchmark
58 String[] strings = this.strings; in addsAndRemoves() local
/external/emma/core/java12/com/vladium/util/
DStrings.java33 public static String toListForm (final String [] strings, final char delimiter) in toListForm()
48 public static String [] removeDuplicates (final String [] strings, final boolean removeNull) in removeDuplicates()
86 …public static String [] merge (final String [] strings, final String delimiters, final boolean rem… in merge()
126 …public static String [] mergeAT (final String [] strings, final String delimiters, final boolean p… in mergeAT()
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java626 Set<String> strings = ImmutableSet.of("one", "two", "three"); in testAsMap() local
638 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapReadsThrough() local
649 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapWritesThrough() local
658 Set<String> strings = ImmutableSet.of(); in testAsMapEmpty() local
681 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSorted() local
700 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedReadsThrough() local
728 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedWritesThrough() local
762 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedEmpty() local
777 NavigableSet<String> strings = in testAsMapNavigable() local
834 NavigableSet<String> strings = Sets.newTreeSet(); in testAsMapNavigableReadsThrough() local
[all …]
/external/caliper/examples/src/main/java/examples/
DUtf8Benchmark.java93 private String[] strings; field in Utf8Benchmark
125 final String[] strings = this.strings; in getBytes() local
/external/lzma/CPP/Common/
DListFileUtils.cpp16 static void AddName(UStringVector &strings, UString &s) in AddName()
28 bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage) in ReadNamesFromListFile()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DSSLUtilsTest.java87 String[] strings = SSLUtils.decodeProtocols(encoded); in decodeProtocolsShouldSucceed() local
88 assertArrayEquals(toStrings(protocols), strings); in decodeProtocolsShouldSucceed() local
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMapsTest.java560 Set<String> strings = ImmutableSet.of("one", "two", "three"); in testAsMap() local
572 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapReadsThrough() local
583 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapWritesThrough() local
592 Set<String> strings = ImmutableSet.of(); in testAsMapEmpty() local
615 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSorted() local
634 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedReadsThrough() local
662 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedWritesThrough() local
696 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedEmpty() local
704 Iterable<String> strings = ImmutableList.of("one", "two", "three"); in testToMap() local
714 Iterator<String> strings = ImmutableList.of("one", "two", "three").iterator(); in testToMapIterator() local
[all …]
/external/tensorflow/tensorflow/python/util/protobuf/
Dcompare_test.proto14 repeated string strings = 1; field
22 required string strings = 5; field
/external/fonttools/Lib/fontTools/
DcffLib.py179 def __init__(self, items, strings, parent): argument
183 def getItems(self, items, strings): argument
228 def getItems(self, items, strings): argument
234 def getItems(self, items, strings): argument
240 def getChildren(self, strings): argument
249 def getItems(self, items, strings): argument
255 def getChildren(self, strings): argument
283 def getItems(self, items, strings): argument
359 def getCompiler(self, strings, parent): argument
826 def __init__(self, strings, charset, parent): argument
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DParcelTest.java148 final String[] strings = {"foo", "bar"}; in testReadWriteStringArray() local
342 final String[] strings = { "foo", "bar" }; in testWriteCreateStringArray() local
351 final List<String> strings = Arrays.asList( "foo", "bar" ); in testReadWriteStringList() local
361 final List<String> strings = Arrays.asList( "foo", "bar" ); in testWriteCreateStringArrayList() local
/external/libbrillo/brillo/strings/
Dstring_utils.h85 std::string Join(const std::string& delimiter, const Container& strings) { in Join()
92 std::initializer_list<std::string> strings) { in Join()
/external/libtextclassifier/util/strings/
Dsplit.cc20 namespace strings { namespace
/external/skia/src/gpu/
DGrSKSLPrettyPrint.cpp16 SkSL::String prettify(const char** strings, int* lengths, int count, bool countlines) { in prettify()
196 SkSL::String PrettyPrint(const char** strings, int* lengths, int count, bool countlines) { in PrettyPrint()
/external/skqp/src/gpu/
DGrSKSLPrettyPrint.cpp16 SkSL::String prettify(const char** strings, int* lengths, int count, bool countlines) { in prettify()
196 SkSL::String PrettyPrint(const char** strings, int* lengths, int count, bool countlines) { in PrettyPrint()
/external/tensorflow/tensorflow/core/lib/strings/
Dscanner.cc19 namespace strings { namespace
Dproto_text_util.cc19 namespace strings { namespace
/external/tensorflow/tensorflow/core/platform/
Dtensor_coding.cc30 void EncodeStringList(const string* strings, int64 n, string* out) { in EncodeStringList()
40 bool DecodeStringList(const string& src, string* strings, int64 n) { in DecodeStringList()
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.cc129 const char *SymbolString(ptrdiff_t offset, ByteBuffer& strings) { in SymbolString()
151 ByteBuffer strings(string_section, string_size); in ELFSymbolsToModule() local
/external/jline/src/src/main/java/jline/
DSimpleCompletor.java57 public SimpleCompletor(final String[] strings, in SimpleCompletor()
159 public void setCandidateStrings(final String[] strings) { in setCandidateStrings()
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DTimeUtilTest.java85 private final String[] strings; field in TimeUtilTest.ParseTimestampThread
87 public ParseTimestampThread(String[] strings, Timestamp[] values) { in ParseTimestampThread()

12345678910