Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 1564) sorted by relevance

12345678910>>...63

/external/stlport/test/unit/
Dinsert_test.cpp36 deque<char const*> names(array1, array1 + 3); in insert1() local
37 deque<char const*>::iterator i = names.begin() + 2; in insert1()
39 insert_iterator<deque <char const*> > itd(names, i); in insert1()
40 itd = copy(array2, array2 + 3, insert_iterator<deque <char const*> >(names, i)); in insert1()
42 CPPUNIT_ASSERT( !strcmp(names[0], "laurie") ); in insert1()
43 CPPUNIT_ASSERT( !strcmp(names[1], "jennifer") ); in insert1()
44 CPPUNIT_ASSERT( !strcmp(names[2], "amanda") ); in insert1()
45 CPPUNIT_ASSERT( !strcmp(names[3], "saskia") ); in insert1()
46 CPPUNIT_ASSERT( !strcmp(names[4], "carrie") ); in insert1()
47 CPPUNIT_ASSERT( !strcmp(names[5], "leisa") ); in insert1()
[all …]
Dfinsert_test.cpp34 deque<char const*> names; in finsert1() local
35 front_insert_iterator<deque<char const*> > fit(names); in finsert1()
36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names)); in finsert1()
38 CPPUNIT_ASSERT(names[0]==array[2]); in finsert1()
39 CPPUNIT_ASSERT(names[1]==array[1]); in finsert1()
40 CPPUNIT_ASSERT(names[2]==array[0]); in finsert1()
43 CPPUNIT_ASSERT(names[3]==array[2]); in finsert1()
44 CPPUNIT_ASSERT(names[4]==array[1]); in finsert1()
45 CPPUNIT_ASSERT(names[5]==array[0]); in finsert1()
52 deque<char const*> names; in finsert2() local
[all …]
Dbinsert_test.cpp33 vector<const char*> names; in binsert1() local
34 back_insert_iterator<vector<const char*> > bit(names); in binsert1()
37 CPPUNIT_ASSERT(!strcmp(names[0],array[0])); in binsert1()
38 CPPUNIT_ASSERT(!strcmp(names[1],array[1])); in binsert1()
39 CPPUNIT_ASSERT(!strcmp(names[2],array[2])); in binsert1()
42 CPPUNIT_ASSERT(!strcmp(names[3],array[0])); in binsert1()
43 CPPUNIT_ASSERT(!strcmp(names[4],array[1])); in binsert1()
44 CPPUNIT_ASSERT(!strcmp(names[5],array[2])); in binsert1()
49 vector<const char*> names; in binsert2() local
50 copy(array, array + 3, back_inserter(names)); in binsert2()
[all …]
Dpartial_test.cpp99 char const* names[] = { "aa", "ff", "dd", "ee", "cc", "bb" }; in parsrt2() local
101 const unsigned nameSize = sizeof(names) / sizeof(names[0]); in parsrt2()
104 v1[i] = names[i]; in parsrt2()
110 CPPUNIT_ASSERT( v1[0] == names[0] ); in parsrt2()
112 CPPUNIT_ASSERT( v1[1] == names[5] ); in parsrt2()
114 CPPUNIT_ASSERT( v1[2] == names[4] ); in parsrt2()
116 CPPUNIT_ASSERT( v1[3] == names[1] ); in parsrt2()
118 CPPUNIT_ASSERT( v1[4] == names[3] ); in parsrt2()
120 CPPUNIT_ASSERT( v1[5] == names[2] ); in parsrt2()
155 char const* names[] = { "aa", "ff", "dd", "ee", "cc", "bb" }; in parsrtc2() local
[all …]
/external/checkpolicy/
Dpolicy_parse.y211 alias_def : ALIAS names
243 mlsconstraint_def : MLSCONSTRAIN names names cexpr ';'
246 mlsvalidatetrans_def : MLSVALIDATETRANS names cexpr ';'
356 cond_transition_def : TYPE_TRANSITION names names ':' names identifier filename ';'
359 | TYPE_TRANSITION names names ':' names identifier ';'
362 | TYPE_MEMBER names names ':' names identifier ';'
365 | TYPE_CHANGE names names ':' names identifier ';'
378 cond_allow_def : ALLOW names names ':' names names ';'
382 cond_auditallow_def : AUDITALLOW names names ':' names names ';'
386 cond_auditdeny_def : AUDITDENY names names ':' names names ';'
[all …]
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
DAnnotationEncodedSubValue.java46 public final StringIdItem[] names; field in AnnotationEncodedSubValue
57 names = new StringIdItem[in.readUnsignedLeb128()]; in AnnotationEncodedSubValue()
58 values = new EncodedValue[names.length]; in AnnotationEncodedSubValue()
60 for (int i=0; i<names.length; i++) { in AnnotationEncodedSubValue()
61 names[i] = dexFile.StringIdsSection.getItemByIndex(in.readUnsignedLeb128()); in AnnotationEncodedSubValue()
73 …public AnnotationEncodedSubValue(TypeIdItem annotationType, StringIdItem[] names, EncodedValue[] v… in AnnotationEncodedSubValue() argument
75 if (names.length != values.length) { in AnnotationEncodedSubValue()
78 this.names = names; in AnnotationEncodedSubValue()
86 … out.annotate("element_count: 0x" + Integer.toHexString(names.length) + " (" + names.length + ")"); in writeValue()
87 out.writeUnsignedLeb128(names.length); in writeValue()
[all …]
/external/linux-tools-perf/util/
Dhelp.c15 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc); in add_cmdname()
16 cmds->names[cmds->cnt++] = ent; in add_cmdname()
24 free(cmds->names[i]); in clean_cmdnames()
25 free(cmds->names); in clean_cmdnames()
45 if (strcmp(cmds->names[i]->name, cmds->names[i-1]->name)) in uniq()
46 cmds->names[j++] = cmds->names[i]; in uniq()
58 cmp = strcmp(cmds->names[ci]->name, excludes->names[ei]->name); in exclude_cmds()
60 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds()
68 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds()
105 printf("%-*s", size, cmds->names[n]->name); in pretty_print_string_list()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DGeneralNames.java12 private final GeneralName[] names; field in GeneralNames
45 this.names = new GeneralName[] { name }; in GeneralNames()
50 GeneralName[] names) in GeneralNames() argument
52 this.names = names; in GeneralNames()
58 this.names = new GeneralName[seq.size()]; in GeneralNames()
62 names[i] = GeneralName.getInstance(seq.getObjectAt(i)); in GeneralNames()
68 GeneralName[] tmp = new GeneralName[names.length]; in getNames()
70 System.arraycopy(names, 0, tmp, 0, names.length); in getNames()
83 return new DERSequence(names); in toASN1Primitive()
94 for (int i = 0; i != names.length; i++) in toString()
[all …]
/external/javassist/src/main/javassist/convert/
DTransformAccessArrayField.java39 private final ArrayAccessReplacementMethodNames names; field in TransformAccessArrayField
44 ArrayAccessReplacementMethodNames names) throws NotFoundException { in TransformAccessArrayField() argument
47 this.names = names; in TransformAccessArrayField()
169 methodName = names.objectRead(); in getMethodName()
172 methodName = names.byteOrBooleanRead(); in getMethodName()
175 methodName = names.charRead(); in getMethodName()
178 methodName = names.doubleRead(); in getMethodName()
181 methodName = names.floatRead(); in getMethodName()
184 methodName = names.intRead(); in getMethodName()
187 methodName = names.shortRead(); in getMethodName()
[all …]
/external/proguard/src/proguard/obfuscate/
DDictionaryNameFactory.java38 private final List names; field in DictionaryNameFactory
53 this.names = new ArrayList(); in DictionaryNameFactory()
84 if (!names.contains(name)) in DictionaryNameFactory()
86 names.add(name); in DictionaryNameFactory()
133 this.names = dictionaryNameFactory.names; in DictionaryNameFactory()
153 if (index < names.size()) in nextName()
156 name = (String)names.get(index++); in nextName()
165 while (names.contains(name)); in nextName()
/external/v8/test/mjsunit/
Dkeyed-storage-extend.js40 var names = ['a','b','c','d','e','f'];
42 o[names[i++]] = i;
43 o[names[i++]] = i;
44 o[names[i++]] = i;
45 o[names[i++]] = i;
46 o[names[i++]] = i;
47 o[names[i++]] = i;
Ddebug-evaluate-locals-optimized.js38 { locals: {a0: 1, b0: 2}, args: { names: ["i", "x0", "y0"], values: [0, 3, 4] } }, property
39 { locals: {a1: 3, b1: 4}, args: { names: ["i", "x1", "y1"], values: [1, 5, 6] } }, property
40 { locals: {a2: 5, b2: 6}, args: { names: ["i"], values: [2] } }, property
41 …{ locals: {a3: 7, b3: 8}, args: { names: ["i", "x3", "y3", "z3"], values: [3, 9, 10, undefined] } … property
42 { locals: {a4: 9, b4: 10}, args: { names: ["i", "x4", "y4"], values: [4, 11, 12] } } property
69 for (var j = 0; j < expected_args.names.length; j++) {
70 assertEquals(expected_args.names[j], frame.argumentName(j));
83 for (var j = 0; j < expected_args.names.length; j++) {
84 var arg_name = expected_args.names[j];
94 for (var j = 0; j < expected_args.names.length; j++) {
[all …]
Ddebug-evaluate-locals-optimized-double.js46 { locals: {a0: 1.01, b0: 2.02}, args: { names: ["i", "x0", "y0"], values: [0, 3.03, 4.04] } }, property
47 { locals: {a1: 3.03, b1: 4.04}, args: { names: ["i", "x1", "y1"], values: [1, 5.05, 6.06] } }, property
48 { locals: {a2: 5.05, b2: 6.06}, args: { names: ["i"], values: [2] } }, property
49 { locals: {a3: 7.07, b3: 8.08}, args: { names: ["i", "x3", "y3", "z3"], property
52 { locals: {a4: 9.09, b4: 10.10}, args: { names: ["i", "x4", "y4"], values: [4, 11.11, 12.12] } } property
79 for (var j = 0; j < expected_args.names.length; j++) {
80 assertEquals(expected_args.names[j], frame.argumentName(j));
93 for (var j = 0; j < expected_args.names.length; j++) {
94 var arg_name = expected_args.names[j];
104 for (var j = 0; j < expected_args.names.length; j++) {
[all …]
/external/freetype/src/sfnt/
Dttpost.c279 TT_Post_20 table = &face->postscript_names.names.format_20; in load_format_20()
356 TT_Post_25 table = &face->postscript_names.names.format_25; in load_format_25()
418 TT_Post_Names names = &face->postscript_names; in tt_face_free_ps_names() local
422 if ( names->loaded ) in tt_face_free_ps_names()
428 TT_Post_20 table = &names->names.format_20; in tt_face_free_ps_names()
443 TT_Post_25 table = &names->names.format_25; in tt_face_free_ps_names()
450 names->loaded = 0; in tt_face_free_ps_names()
482 TT_Post_Names names; in tt_face_get_ps_name() local
502 names = &face->postscript_names; in tt_face_get_ps_name()
516 TT_Post_20 table = &names->names.format_20; in tt_face_get_ps_name()
[all …]
/external/llvm/test/TableGen/
Dforeach.td13 class A<list<string> names> {
14 list<string> Names = names;
17 class B<list<string> names> : A<!foreach(Decls.name, names, !strconcat(Decls.name, ", Sr."))>;
19 class C<list<string> names> : A<!foreach(Decls.name, names, !strconcat(Decls.name, ", Jr."))>;
21 class D<list<string> names> : A<!foreach(Decls.name, names, !subst("NAME", "John Smith", Decls.name…
/external/clang/test/SemaObjC/
Darc-setter-property-match.m14 - (void)setNames1:(NSArray *)names;
16 - (void)setNames2:(NSArray *)names;
18 - (void)setNames3:(__strong NSArray *)names;
20 - (void)setNames4:(__strong NSArray *)names;
26 - (void)setNames1:(NSArray *)names {}
28 - (void)setNames2:(NSArray *)names {}
30 - (void)setNames3:(__strong NSArray *)names {}
32 - (void)setNames4:(__strong NSArray *)names {}
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsTypes.cpp90 const char* const names[3] = { "butt", "round", "square" }; in lineCapName() local
91 return names[cap]; in lineCapName()
115 const char* const names[3] = { "miter", "round", "bevel" }; in lineJoinName() local
116 return names[join]; in lineJoinName()
123 const char* const names[5] = { "start", "end", "left", "center", "right" }; in textAlignName() local
124 return names[align]; in textAlignName()
156 …const char* const names[6] = { "alphabetic", "top", "middle", "bottom", "ideographic", "hanging" }; in textBaselineName() local
157 return names[baseline]; in textBaselineName()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTable.g3 /* Scope of symbol names. Both globals and block rules need to push a new
14 ANTLRPtrBuffer *names;
34 $Symbols::names = [ANTLRPtrBuffer newANTLRPtrBufferWithLen:10];
38 NSLog( @"globals: \%@", [$Symbols::names toString] );
51 $Symbols::names = [ANTLRPtrBuffer newANTLRPtrBufferWithLen:10];
55 NSLog( @"level \%d symbols: \%@", level, [$Symbols::names toString] );
65 {[$Symbols::names addObject:$ID];} // add to current symbol table
/external/chromium/chrome/browser/net/
Dpredictor_unittest.cc133 UrlList names; in TEST_F() local
134 names.push_back(localhost); in TEST_F()
136 testing_master->ResolveList(names, UrlInfo::PAGE_SCAN_MOTIVATED); in TEST_F()
160 UrlList names; in TEST_F() local
161 names.push_back(goog); in TEST_F()
165 testing_master->ResolveList(names, UrlInfo::PAGE_SCAN_MOTIVATED); in TEST_F()
167 WaitForResolution(testing_master, names); in TEST_F()
173 EXPECT_GT(testing_master->peak_pending_lookups(), names.size() / 2); in TEST_F()
174 EXPECT_LE(testing_master->peak_pending_lookups(), names.size()); in TEST_F()
197 UrlList names; in TEST_F() local
[all …]
/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.cpp266 const WebVector<WebString>& names, in initialize() argument
272 ASSERT(names.size() == labels.size()); in initialize()
273 ASSERT(names.size() == icons.size()); in initialize()
274 ASSERT(names.size() == uniqueIDs.size()); in initialize()
275 ASSERT(separatorIndex < static_cast<int>(names.size())); in initialize()
282 setSuggestions(names, labels, icons, uniqueIDs, separatorIndex); in initialize()
312 void AutoFillPopupMenuClient::setSuggestions(const WebVector<WebString>& names, in setSuggestions() argument
318 ASSERT(names.size() == labels.size()); in setSuggestions()
319 ASSERT(names.size() == icons.size()); in setSuggestions()
320 ASSERT(names.size() == uniqueIDs.size()); in setSuggestions()
[all …]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DAttributeCertificateIssuer.java50 GeneralName[] names = name.getNames(); in getNames() local
52 List l = new ArrayList(names.length); in getNames()
54 for (int i = 0; i != names.length; i++) in getNames()
56 if (names[i].getTagNo() == GeneralName.directoryName) in getNames()
58 l.add(X500Name.getInstance(names[i].getName())); in getNames()
67 GeneralName[] names = targets.getNames(); in matchesDN() local
69 for (int i = 0; i != names.length; i++) in matchesDN()
71 GeneralName gn = names[i]; in matchesDN()
/external/v8/src/
Dproxy.js157 var names = this.getOwnPropertyNames()
159 for (var i = 0, count = 0; i < names.length; ++i) {
160 var name = names[i]
163 enumerableNames[count++] = names[i]
170 var names = this.getPropertyNames()
172 for (var i = 0, count = 0; i < names.length; ++i) {
173 var name = names[i]
176 enumerableNames[count++] = names[i]
/external/webkit/Source/WebCore/css/
Dmakevalues.pl28 my @names = ();
33 push @names, $_;
62 foreach my $name (@names) {
74 foreach my $name (@names) {
115 foreach my $name (@names) {
Dmakeprop.pl28 my @names = ();
33 push @names, $_;
62 foreach my $name (@names) {
106 foreach my $name (@names) {
123 foreach my $name (@names) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DPropertiesTest.java461 Enumeration names = myPro.propertyNames(); in test_propertyNames() local
463 while (names.hasMoreElements()) { in test_propertyNames()
465 String p = (String) names.nextElement(); in test_propertyNames()
471 Iterator iterator = (Iterator) names; in test_propertyNames()
486 Enumeration<?> names = parent.propertyNames(); in test_propertyNames_sequence() local
487 assertEquals("parent.a.key", names.nextElement()); in test_propertyNames_sequence()
488 assertEquals("parent.b.key", names.nextElement()); in test_propertyNames_sequence()
489 assertFalse(names.hasMoreElements()); in test_propertyNames_sequence()
495 names = current.propertyNames(); in test_propertyNames_sequence()
496 assertEquals("parent.a.key", names.nextElement()); in test_propertyNames_sequence()
[all …]

12345678910>>...63