HomeSort by relevance Sort by last modified time
    Searched refs:My (Results 26 - 50 of 55) sorted by null

12 3

  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-typed-test.h 141 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
145 // INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, int);
  /external/mesa3d/src/gtest/include/gtest/
gtest-typed-test.h 141 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
145 // INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, int);
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-typed-test.h 141 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
145 // INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, int);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
pending_changes.js 18 // Format: pendingFontChanges_.Cyrl.sansserif = "My SansSerif Cyrillic Font"
31 * @return {?string} The pending font setting, like "My Cyrillic SansSerif Font"
  /external/open-vcdiff/gtest/include/gtest/
gtest-typed-test.h 141 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
145 // INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, int);
  /external/protobuf/gtest/include/gtest/
gtest-typed-test.h 141 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
145 // INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, int);
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /external/opencv/cv/src/
cvfundam.cpp 545 double Mx = M[i].x, My = M[i].y;
546 double ww = 1./(h[6]*Mx + h[7]*My + 1.);
547 double _xi = (h[0]*Mx + h[1]*My + h[2])*ww;
548 double _yi = (h[3]*Mx + h[4]*My + h[5])*ww;
554 { Mx*ww, My*ww, ww, 0, 0, 0, -Mx*ww*_xi, -My*ww*_xi },
555 { 0, 0, 0, Mx*ww, My*ww, ww, -Mx*ww*_yi, -My*ww*_yi }
    [all...]
  /external/chromium_org/chrome/browser/resources/
plugins.js 60 * description: 'My crappy plugin',
64 * mimeType: 'application/x-my-foo' },
67 * mimeType: 'application/my-bar' }
75 * description: 'My first plugin',
79 * mimeType: 'application/x-my-first' }
  /external/chromium_org/v8/test/mjsunit/
regexp-results-cache.js 42 He was my friend, faithful and just to me; \
63 My heart is in the coffin there with Caesar, \
  /external/chromium/testing/gtest/test/
gtest_output_test_.cc 825 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
gtest_unittest.cc     [all...]
  /external/chromium_org/testing/gtest/test/
gtest_output_test_.cc 838 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_output_test_.cc 825 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_output_test_.cc 802 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 838 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
directory_tree.js 536 // Resolves 'My Drive' entry and replaces the fake with the true one.
572 * Resolves the My Drive root's entry, if it is a fake. If the entry is already
navigation_list_model.js 113 // For drive volume, we assign the path to "My Drive".
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 48 INSERT INTO groups VALUES(1,'android.contacts.test.eclair@gmail.com',6,NULL,NULL,NULL,0,1,'System Group: My Contacts','System Group: My Contacts',0,'Contacts');
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 41 INSERT INTO groups VALUES(1,'lemmytest@gmail.com',6,NULL,NULL,NULL,0,1,'System Group: My Contacts','System Group: My Contacts',0,'Contacts');
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 335 What happens to my data when I use Native Client?
420 How can my web application determine which ``.nexe`` to load?
451 Is my favorite third-party library available for Native Client?
473 Do I have to do anything special to make my application run on different operating systems?
488 How easy is it to port my existing native code to Native Client?
522 My ``.pexe`` isn't loading, help!
535 My ``.nexe`` files never finish loading. What gives?
  /external/chromium_org/chrome/test/functional/
perf_endure.py     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 782 // My version does linear probing forward, not backward, however.

Completed in 3107 milliseconds

12 3