Home
last modified time | relevance | path

Searched refs:My (Results 1 – 25 of 146) sorted by relevance

123456

/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
DANTLRFastQueueTest.m27 [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/
Dhmac_tests.txt103 Input = "My test data"
108 Input = "My test data"
113 Input = "My test data"
118 Input = "My test data"
/external/proguard/bin/
Dproguard.bat8 REM "\"C:/My Directory/My File.txt\""
Dretrace.bat8 REM "\"C:/My Directory/My File.txt\""
Dproguardgui.bat8 REM "\"C:/My Directory/My File.txt\""
/external/protobuf/gtest/test/
Dgtest-typed-test_test.cc266 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);
Dgtest_output_test_golden_win.txt21 [----------] 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/
Dgtest-typed-test_test.cc266 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);
Dgtest_list_tests_unittest_.cc151 INSTANTIATE_TYPED_TEST_CASE_P(My, TypeParamTest, MyTypes);
/external/google-breakpad/src/testing/gtest/test/
Dgtest-typed-test_test.cc266 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/
Dgtest-typed-test_test.cc266 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);
Dgtest_list_tests_unittest_.cc151 INSTANTIATE_TYPED_TEST_CASE_P(My, TypeParamTest, MyTypes);
/external/tcpdump/tests/
Dahcp-vv.out19 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/
Dclasses.t7 use My::Test::Class::Load 't/classes';
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
DLoad.pm1 package My::Test::Class::Load;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kdt_mgc2.pkb39 p�h�My���:
49 ����u���d�<������acO"H�A�6x��My���כ��nK���ƒ�ôր�|��m��3̀&ڛ��nJo�x3��T�ߺn������`U�@f6�ȓu0i…
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
DClass.pm1 package My::Test::Class;
/external/markdown/docs/extensions/
DMeta-Data.txt23 Title: My Document
57 'title' : ['My Document'],
DRSS.txt34 ... ['rss(URL=http://example.com,CREATOR=JOHN DOE,TITLE=My Document)']
/external/opencv3/modules/calib3d/src/
Dfundam.cpp233 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/
DMessageBundle_en_US.properties21 myoption = My option
/external/llvm/docs/HistoricalNotes/
D2000-12-06-EncodingIdea.txt19 My guess is that most SSA references are to recent values (especially if
/external/netperf/
DREADME.windows30 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/
Dcvfundam.cpp545 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/
Dlockdown_ptrace.txt12 My wife does not debug programs, why is she allowed to debug them? As a matter of fact most of the…

123456