/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | test3.test | 3 {"description":"", 7 {"description":"\\u0009", 11 {"description":"\\u000A", 15 {"description":"\\u000B", 19 {"description":"\\u000C", 23 {"description":" ", 27 {"description":"!", 31 {"description":"\"", 35 {"description":"%", 39 {"description":"&", [all …]
|
D | unicodeChars.test | 3 {"description": "Invalid Unicode character U+0001", 7 {"description": "Invalid Unicode character U+0002", 11 {"description": "Invalid Unicode character U+0003", 15 {"description": "Invalid Unicode character U+0004", 19 {"description": "Invalid Unicode character U+0005", 23 {"description": "Invalid Unicode character U+0006", 27 {"description": "Invalid Unicode character U+0007", 31 {"description": "Invalid Unicode character U+0008", 35 {"description": "Invalid Unicode character U+000B", 39 {"description": "Invalid Unicode character U+000E", [all …]
|
D | numericEntities.test | 3 {"description": "Invalid numeric entity character U+0000", 7 {"description": "Invalid numeric entity character U+0001", 11 {"description": "Invalid numeric entity character U+0002", 15 {"description": "Invalid numeric entity character U+0003", 19 {"description": "Invalid numeric entity character U+0004", 23 {"description": "Invalid numeric entity character U+0005", 27 {"description": "Invalid numeric entity character U+0006", 31 {"description": "Invalid numeric entity character U+0007", 35 {"description": "Invalid numeric entity character U+0008", 39 {"description": "Invalid numeric entity character U+000B", [all …]
|
D | namedEntities.test | 5 "description": "Named entity: AElig without a semi-colon", 16 "description": "Named entity: AElig; with a semi-colon", 26 "description": "Named entity: AMP without a semi-colon", 37 "description": "Named entity: AMP; with a semi-colon", 47 "description": "Named entity: Aacute without a semi-colon", 58 "description": "Named entity: Aacute; with a semi-colon", 68 "description": "Bad named entity: Abreve without a semi-colon", 79 "description": "Named entity: Abreve; with a semi-colon", 89 "description": "Named entity: Acirc without a semi-colon", 100 "description": "Named entity: Acirc; with a semi-colon", [all …]
|
D | test4.test | 3 {"description":"< in attribute name", 7 {"description":"< in attribute value", 11 {"description":"= in unquoted attribute value", 15 {"description":"= attribute", 19 {"description":"== attribute", 23 {"description":"=== attribute", 27 {"description":"==== attribute", 31 {"description":"Allowed \" after ampersand in attribute value", 35 {"description":"Non-allowed ' after ampersand in attribute value", 39 {"description":"Allowed ' after ampersand in attribute value", [all …]
|
D | entities.test | 3 {"description": "Undefined named entity in attribute value ending in semicolon and whose name start… 7 {"description": "Entity name followed by the equals sign in an attribute value.", 11 {"description": "CR as numeric entity", 15 {"description": "CR as hexadecimal numeric entity", 19 {"description": "Windows-1252 EURO SIGN numeric entity.", 23 {"description": "Windows-1252 REPLACEMENT CHAR numeric entity.", 27 {"description": "Windows-1252 SINGLE LOW-9 QUOTATION MARK numeric entity.", 31 {"description": "Windows-1252 LATIN SMALL LETTER F WITH HOOK numeric entity.", 35 {"description": "Windows-1252 DOUBLE LOW-9 QUOTATION MARK numeric entity.", 39 {"description": "Windows-1252 HORIZONTAL ELLIPSIS numeric entity.", [all …]
|
D | test1.test | 3 {"description":"Correct Doctype lowercase", 7 {"description":"Correct Doctype uppercase", 11 {"description":"Correct Doctype mixed case", 15 {"description":"Correct Doctype case with EOF", 19 {"description":"Truncated doctype start", 23 {"description":"Doctype in error", 27 {"description":"Single Start Tag", 31 {"description":"Empty end tag", 35 {"description":"Empty start tag", 39 {"description":"Start Tag w/attribute", [all …]
|
D | test2.test | 3 {"description":"DOCTYPE without name", 7 {"description":"DOCTYPE without space before name", 11 {"description":"Incorrect DOCTYPE without a space before name", 15 {"description":"DOCTYPE with publicId", 19 {"description":"DOCTYPE with EOF after PUBLIC", 23 {"description":"DOCTYPE with EOF after PUBLIC '", 27 {"description":"DOCTYPE with EOF after PUBLIC 'x", 31 {"description":"DOCTYPE with systemId", 35 {"description":"DOCTYPE with publicId and systemId", 39 {"description":"DOCTYPE with > in double-quoted publicId", [all …]
|
/external/sl4a/Docs/ |
D | generate_api_reference_md.pl | 45 my $description = ""; 52 $description = ""; 56 $description = $description . $l; 62 $description = _format_description($description); 65 if ($line =~ m /^public/ && $description ne "") { 72 $description = ""; 95 "$func_name(" . $func_names_and_params . "\n$description\n```\n\n" ; 96 $description = ""; 111 my $description = ""; 117 $description = $2; [all …]
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
D | CommandLineArgs.java | 28 @Parameter(description = "The XML suite files to run") 31 @Parameter(names = { "-log", "-verbose" }, description = "Level of verbosity") 34 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run") 37 @Parameter(names = "-excludedgroups", description ="Comma-separated list of group names to be " + 41 @Parameter(names = "-d", description ="Output directory") 44 @Parameter(names = "-junit", description ="JUnit mode") 47 @Parameter(names = "-listener", description = "List of .class files or list of class names" + 51 @Parameter(names = "-methodselectors", description = "List of .class files or list of class " + 55 @Parameter(names = "-objectfactory", description = "List of .class files or list of class " + 59 @Parameter(names = "-parallel", description = "Parallel mode (methods, tests or classes)") [all …]
|
D | CommandLineArgs2.java | 28 @Parameter(description = "list of files") 31 @Parameter(names = { "-v", "--verbose" }, description = "print verbose log messages.", arity = 1) 34 @Parameter(names = { "-h", "--help" }, description = "show this help.") 37 @Parameter(names = { "-F", "--flush-preferences" }, description = "flush gui preferences.") 40 @Parameter(names = { "-L", "--flush-licensed" }, description = "flush licensed.") 43 @Parameter(names = { "-I", "--index-file" }, description = "indexes the given file.") 46 @Parameter(names = { "-b", "--bonjour" }, description = "enable Bonjour.") 49 …@Parameter(names = { "-m", "--md5" }, description = "create an MD5 checksum for the given file.", … 52 …@Parameter(names = { "-c", "--cat" }, description = "'cat' the given Lilith logfile.", converter =… 55 …@Parameter(names = { "-t", "--tail" }, description = "'tail' the given Lilith logfile.", converter… [all …]
|
/external/jhead/ |
D | iptc.c | 102 char * description = NULL; in show_IPTC() local 124 case IPTC_SUPLEMENTAL_CATEGORIES: description = "SuplementalCategories"; break; in show_IPTC() 125 case IPTC_KEYWORDS: description = "Keywords"; break; in show_IPTC() 126 case IPTC_CAPTION: description = "Caption"; break; in show_IPTC() 127 case IPTC_AUTHOR: description = "Author"; break; in show_IPTC() 128 case IPTC_HEADLINE: description = "Headline"; break; in show_IPTC() 129 case IPTC_SPECIAL_INSTRUCTIONS: description = "Spec. Instr."; break; in show_IPTC() 130 case IPTC_CATEGORY: description = "Category"; break; in show_IPTC() 131 case IPTC_BYLINE: description = "Byline"; break; in show_IPTC() 132 case IPTC_BYLINE_TITLE: description = "Byline Title"; break; in show_IPTC() [all …]
|
/external/testng/src/main/java/org/testng/ |
D | CommandLineArgs.java | 14 @Parameter(description = "The XML suite files to run") 19 @Parameter(names = { LOG, VERBOSE }, description = "Level of verbosity") 23 @Parameter(names = GROUPS, description = "Comma-separated list of group names to be run") 27 @Parameter(names = EXCLUDED_GROUPS, description ="Comma-separated list of group names to " 32 @Parameter(names = OUTPUT_DIRECTORY, description ="Output directory") 36 @Parameter(names = JUNIT, description ="JUnit mode") 40 @Parameter(names = MIXED, description ="Mixed mode - autodetect the type of current test" + 45 @Parameter(names = LISTENER, description = "List of .class files or list of class names" + 50 @Parameter(names = METHOD_SELECTORS, description = "List of .class files or list of class " + 55 @Parameter(names = OBJECT_FACTORY, description = "List of .class files or list of class " + [all …]
|
/external/junit/src/junit/framework/ |
D | JUnit4TestAdapterCache.java | 24 public Test asTest(Description description) { in asTest() argument 25 if (description.isSuite()) in asTest() 26 return createTest(description); in asTest() 28 if (!containsKey(description)) in asTest() 29 put(description, createTest(description)); in asTest() 30 return get(description); in asTest() 34 Test createTest(Description description) { in createTest() argument 35 if (description.isTest()) in createTest() 36 return new JUnit4TestCaseFacade(description); in createTest() 38 TestSuite suite = new TestSuite(description.getDisplayName()); in createTest() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
D | UiFacade.java | 156 @Rpc(description = "Create a text input dialog.") 158 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogCreateInput() argument 159 …@RpcParameter(name = "message", description = "message to display above the input box") @RpcDefaul… in dialogCreateInput() 160 …@RpcParameter(name = "defaultText", description = "text to insert into the input box") @RpcOptiona… in dialogCreateInput() 161 …@RpcParameter(name = "inputType", description = "type of input data, ie number or text") @RpcOptio… in dialogCreateInput() 171 @Rpc(description = "Create a password input dialog.") 173 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Password") fina… in dialogCreatePassword() argument 174 …@RpcParameter(name = "message", description = "message to display above the input box") @RpcDefaul… in dialogCreatePassword() 193 @Rpc(description = "Queries the user for a text input.") 195 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogGetInput() argument [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyManagerFacade.java | 133 @Rpc(description = "Set network preference.") 140 @Rpc(description = "Set network preference for subscription.") 154 @Rpc(description = "Get network preference.") 160 @Rpc(description = "Get network preference for subscription.") 167 @Rpc(description = "Get current voice network type") 173 @Rpc(description = "Get current voice network type for subscription") 180 @Rpc(description = "Get current data network type") 186 @Rpc(description = "Get current data network type for subscription") 193 @Rpc(description = "Get if phone have voice capability") 198 @Rpc(description = "Get preferred network setting for " + [all …]
|
D | TelecomCallFacade.java | 70 @Rpc(description = "Disconnect call by callId.") 77 @Rpc(description = "Hold call by callId") 84 @Rpc(description = "Merge call to conference by callId") 91 @Rpc(description = "Split call from conference by callId.") 98 @Rpc(description = "Unhold call by callId") 105 @Rpc(description = "Joins two calls into a conference call. " 116 @Rpc(description = "Obtains the current call audio state of the phone.") 121 @Rpc(description = "Lists the IDs (phone numbers or hex hashes) " 126 @Rpc(description = "Get callId's children") 131 @Rpc(description = "Get callId's parent") [all …]
|
/external/webrtc/tools/python_charts/webrtc/ |
D | data_helper_test.py | 46 description, data_table = helper.CreateData('ssim') 47 self.assertEqual(3, len(description)) 48 self.assertTrue('frame_number' in description) 49 self.assertTrue('ssim_0' in description) 50 self.assertTrue('number' in description['ssim_0'][0]) 51 self.assertTrue('Test 0' in description['ssim_0'][1]) 52 self.assertTrue('ssim_1' in description) 53 self.assertTrue('number' in description['ssim_1'][0]) 54 self.assertTrue('Test 1' in description['ssim_1'][1]) 68 description, data_table = helper.CreateData('psnr') [all …]
|
/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.h | 85 #define STAssertNoErr(a1, description, ...) \ argument 95 withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)])]; \ 103 … withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)]]; \ 114 #define STAssertErr(a1, a2, description, ...) \ argument 125 withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)])]; \ 133 … withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)]]; \ 144 #define STAssertNotNULL(a1, description, ...) \ argument 154 withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)])]; \ 162 … withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)]]; \ 172 #define STAssertNULL(a1, description, ...) \ argument [all …]
|
/external/libusb-compat/examples/ |
D | testlibusb.c | 65 char description[256]; in print_device() local 74 snprintf(description, sizeof(description), "%s - ", string); in print_device() 76 snprintf(description, sizeof(description), "%04X - ", in print_device() 79 snprintf(description, sizeof(description), "%04X - ", in print_device() 85 snprintf(description + strlen(description), sizeof(description) - in print_device() 86 strlen(description), "%s", string); in print_device() 88 snprintf(description + strlen(description), sizeof(description) - in print_device() 89 strlen(description), "%04X", dev->descriptor.idProduct); in print_device() 91 snprintf(description + strlen(description), sizeof(description) - in print_device() 92 strlen(description), "%04X", dev->descriptor.idProduct); in print_device() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ActivityResultFacade.java | 52 @Rpc(description = sRpcDescription) 54 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultBoolean() argument 64 @Rpc(description = sRpcDescription) 66 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultByte() argument 76 @Rpc(description = sRpcDescription) 78 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultShort() argument 88 @Rpc(description = sRpcDescription) 90 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultChar() argument 100 @Rpc(description = sRpcDescription) 102 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultInteger() argument [all …]
|
/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
D | Measurement.java | 42 return input.description; in indexByDescription() 51 private String description; 56 this.description = ""; 61 this.description = builder.description; 72 && this.description.equals(that.description); 79 return Objects.hashCode(value, weight, description); 86 .add("description", description) 98 public String description() { 99 return description; 105 private String description; [all …]
|
/external/junit/src/org/junit/experimental/categories/ |
D | Categories.java | 101 public boolean shouldRun(Description description) { in shouldRun() argument 102 if (hasCorrectCategoryAnnotation(description)) in shouldRun() 104 for (Description each : description.getChildren()) in shouldRun() 110 private boolean hasCorrectCategoryAnnotation(Description description) { in hasCorrectCategoryAnnotation() argument 111 List<Class<?>> categories= categories(description); in hasCorrectCategoryAnnotation() 123 private List<Class<?>> categories(Description description) { in categories() argument 125 categories.addAll(Arrays.asList(directCategories(description))); in categories() 126 categories.addAll(Arrays.asList(directCategories(parentDescription(description)))); in categories() 130 private Description parentDescription(Description description) { in parentDescription() argument 131 Class<?> testClass= description.getTestClass(); in parentDescription() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFSubstitution.java | 71 String description) { in makeSubstitution() argument 73 if (description.length() == 0) { in makeSubstitution() 77 switch (description.charAt(0)) { in makeSubstitution() 93 return new IntegralPartSubstitution(pos, ruleSet, description); in makeSubstitution() 99 formatter.getDefaultRuleSet(), description); in makeSubstitution() 104 description); in makeSubstitution() 111 return new AbsoluteValueSubstitution(pos, ruleSet, description); in makeSubstitution() 119 return new FractionalPartSubstitution(pos, ruleSet, description); in makeSubstitution() 134 ruleSet, description); in makeSubstitution() 137 return new SameValueSubstitution(pos, ruleSet, description); in makeSubstitution() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 70 String description) { in makeSubstitution() argument 72 if (description.length() == 0) { in makeSubstitution() 76 switch (description.charAt(0)) { in makeSubstitution() 92 return new IntegralPartSubstitution(pos, ruleSet, description); in makeSubstitution() 98 formatter.getDefaultRuleSet(), description); in makeSubstitution() 103 description); in makeSubstitution() 110 return new AbsoluteValueSubstitution(pos, ruleSet, description); in makeSubstitution() 118 return new FractionalPartSubstitution(pos, ruleSet, description); in makeSubstitution() 133 ruleSet, description); in makeSubstitution() 136 return new SameValueSubstitution(pos, ruleSet, description); in makeSubstitution() [all …]
|