/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
D | ANTLRFastQueueTest.m | 27 [queue addObject:@"My String"]; 29 STAssertEquals([queue objectAtIndex:0], @"My String", @"Object at index zero is invalid"); 83 [queue addObject:@"My"]; 85 …[[queue description] isEqualToString:@"My String"], @"Queue description was not right, got: \"%@\"… 93 [queue addObject:@"My"];
|
/external/boringssl/src/crypto/hmac/ |
D | hmac_tests.txt | 103 Input = "My test data" 108 Input = "My test data" 113 Input = "My test data" 118 Input = "My test data"
|
/external/proguard/bin/ |
D | proguard.bat | 8 REM "\"C:/My Directory/My File.txt\""
|
D | retrace.bat | 8 REM "\"C:/My Directory/My File.txt\""
|
D | proguardgui.bat | 8 REM "\"C:/My Directory/My File.txt\""
|
/external/protobuf/gtest/test/ |
D | gtest-typed-test_test.cc | 266 INSTANTIATE_TYPED_TEST_CASE_P(My, DerivedTest, MyTwoTypes); 320 INSTANTIATE_TYPED_TEST_CASE_P(My, ContainerTest, MyContainers); 344 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
|
D | gtest_output_test_golden_win.txt | 21 [----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int 22 [ RUN ] My/ATypeParamDeathTest/0.ShouldRunFirst 23 [ OK ] My/ATypeParamDeathTest/0.ShouldRunFirst 24 [----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double 25 [ RUN ] My/ATypeParamDeathTest/1.ShouldRunFirst 26 [ OK ] My/ATypeParamDeathTest/1.ShouldRunFirst
|
/external/gtest/test/ |
D | gtest-typed-test_test.cc | 266 INSTANTIATE_TYPED_TEST_CASE_P(My, DerivedTest, MyTwoTypes); 320 INSTANTIATE_TYPED_TEST_CASE_P(My, ContainerTest, MyContainers); 344 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
|
D | gtest_list_tests_unittest_.cc | 151 INSTANTIATE_TYPED_TEST_CASE_P(My, TypeParamTest, MyTypes);
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-typed-test_test.cc | 266 INSTANTIATE_TYPED_TEST_CASE_P(My, DerivedTest, MyTwoTypes); 320 INSTANTIATE_TYPED_TEST_CASE_P(My, ContainerTest, MyContainers); 344 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-typed-test_test.cc | 266 INSTANTIATE_TYPED_TEST_CASE_P(My, DerivedTest, MyTwoTypes); 320 INSTANTIATE_TYPED_TEST_CASE_P(My, ContainerTest, MyContainers); 344 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
|
D | gtest_list_tests_unittest_.cc | 151 INSTANTIATE_TYPED_TEST_CASE_P(My, TypeParamTest, MyTypes);
|
/external/tcpdump/tests/ |
D | ahcp-vv.out | 19 My-IPv4-Address: 10.0.0.80 38 My-IPv4-Address: 10.0.0.80 57 My-IPv4-Address: 10.0.0.80 76 My-IPv4-Address: 10.0.0.80
|
/external/antlr/antlr-3.4/runtime/Perl5/t/ |
D | classes.t | 7 use My::Test::Class::Load 't/classes';
|
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/ |
D | Load.pm | 1 package My::Test::Class::Load;
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kdt_mgc2.pkb | 39 p�h�My���: 49 ����u���d�<����acO"HA�6x��My���כ��nK����ôր�|��m��3̀&ڛ��nJo�x3��T�ߺn������`U�@f6�ȓu0i…
|
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/ |
D | Class.pm | 1 package My::Test::Class;
|
/external/markdown/docs/extensions/ |
D | Meta-Data.txt | 23 Title: My Document 57 'title' : ['My Document'],
|
D | RSS.txt | 34 ... ['rss(URL=http://example.com,CREATOR=JOHN DOE,TITLE=My Document)']
|
/external/opencv3/modules/calib3d/src/ |
D | fundam.cpp | 233 double Mx = M[i].x, My = M[i].y; in compute() local 234 double ww = h[6]*Mx + h[7]*My + 1.; in compute() 236 double xi = (h[0]*Mx + h[1]*My + h[2])*ww; in compute() 237 double yi = (h[3]*Mx + h[4]*My + h[5])*ww; in compute() 243 Jptr[0] = Mx*ww; Jptr[1] = My*ww; Jptr[2] = ww; in compute() 245 Jptr[6] = -Mx*ww*xi; Jptr[7] = -My*ww*xi; in compute() 247 Jptr[11] = Mx*ww; Jptr[12] = My*ww; Jptr[13] = ww; in compute() 248 Jptr[14] = -Mx*ww*yi; Jptr[15] = -My*ww*yi; in compute()
|
/external/jcommander/src/test/resources/ |
D | MessageBundle_en_US.properties | 21 myoption = My option
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-12-06-EncodingIdea.txt | 19 My guess is that most SSA references are to recent values (especially if
|
/external/netperf/ |
D | README.windows | 30 including parent directories) contain spaces (eg "My Documents"), 100 Build log was saved at "file://g:\Documents and Settings\Administrator\My Documents\Visual Studio P…
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 545 double Mx = M[i].x, My = M[i].y; in refine() local 546 double ww = 1./(h[6]*Mx + h[7]*My + 1.); in refine() 547 double _xi = (h[0]*Mx + h[1]*My + h[2])*ww; in refine() 548 double _yi = (h[3]*Mx + h[4]*My + h[5])*ww; in refine() 554 { Mx*ww, My*ww, ww, 0, 0, 0, -Mx*ww*_xi, -My*ww*_xi }, in refine() 555 { 0, 0, 0, Mx*ww, My*ww, ww, -Mx*ww*_yi, -My*ww*_yi } in refine()
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
D | lockdown_ptrace.txt | 12 My wife does not debug programs, why is she allowed to debug them? As a matter of fact most of the…
|