HomeSort by relevance Sort by last modified time
    Searched full:father (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_Utils.cpp 43 FX_BOOL CFFL_Utils::RectContainsRect(const CPDF_Rect & father,const CPDF_Rect & son)
45 return (father.left <= son.left && father.right >= son.right &&
46 father.bottom <= son.bottom && father.top >= son.top);
50 FX_BOOL CFFL_Utils::RectContainsPoint(const CPDF_Rect & father,const CPDF_Point & son)
52 return (father.left <= son.x && father.right >= son.x &&
53 father.bottom <= son.y && father.top >= son.y);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 1031 MockViewGroup father = new MockViewGroup(mContext); local
1061 MockViewGroup father = new MockViewGroup(mContext); local
1131 MockViewGroup father = new MockViewGroup(mContext); local
1149 MockViewGroup father = new MockViewGroup(mContext); local
1177 MockViewGroup father = new MockViewGroup(mContext); local
1191 MockViewGroup father = new MockViewGroup(mContext); local
1213 MockViewGroup father = new MockViewGroup(mContext); local
1227 MockViewGroup father = new MockViewGroup(mContext); local
1247 MockViewGroup father = new MockViewGroup(mContext); local
1285 MockViewGroup father = new MockViewGroup(mContext); local
1302 MockViewGroup father = new MockViewGroup(mContext); local
1475 MockViewGroup father = new MockViewGroup(mContext); local
1594 MockViewGroup father = new MockViewGroup(mContext); local
1615 MockViewGroup father = new MockViewGroup(mContext); local
1627 MockViewGroup father = new MockViewGroup(mContext); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_26.txt 4 From: Father Time <father.time@xcar.wooster.local>
7 Message-ID: <6df65d354b.father.time@rpc.wooster.local>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_26.txt 4 From: Father Time <father.time@xcar.wooster.local>
7 Message-ID: <6df65d354b.father.time@rpc.wooster.local>
  /cts/tests/tests/app/src/android/app/cts/
TabActivityTest.java 91 final MockTabActivity father = new MockTabActivity(); local
96 father, null, null);
101 assertTrue(father.isOnChildTitleChangedCalled);
InstrumentationTest.java 389 Activity father = new Activity(); local
394 InstrumentationTestActivity.class.getName(), father, null, null);
396 assertEquals(father, activity.getParent());
  /external/chromium_org/third_party/sqlite/src/test/
fts4aa.test 87 INSERT INTO t1(docid,words) VALUES(1002024,'Therefore shall a man leave his father and his mother, and shall cleave unto his wife: and they shall be one flesh.');
132 INSERT INTO t1(docid,words) VALUES(1004020,'And Adah bare Jabal: he was the father of such as dwell in tents, and of such as have cattle.');
133 INSERT INTO t1(docid,words) VALUES(1004021,'And his brother''s name was Jubal: he was the father of all such as handle the harp and organ.');
    [all...]
fts3cov.test 76 INSERT INTO t1 VALUES('Whom her father loves so well,');
165 SELECT 6, 'Home to your noble father''s hall.'''
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
RelationDataItem.java 48 // Relations can have different types (assistant, father) but have the same name
  /external/opencv/ml/src/
_ml.h 328 CvFileNode* icvFileNodeGetChild(CvFileNode* father, const char* name);
329 CvFileNode* icvFileNodeGetChildArrayElem(CvFileNode* father, const char* name,int index);
  /packages/apps/ContactsCommon/tests/res/xml/
test_basic_contacts.xml 270 <Type type="father" />
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 318 /* do several iterations to determine son-father links */
325 /* build son-father links down up to level */
738 /* do several iterations to determine son-father links */
745 /* build son-father links down up to level */
    [all...]
  /external/elfutils/0.153/libelf/
elf_end.c 104 /* This is tricky. Lock must be acquire from the father to
  /external/chromium_org/third_party/zlib/
deflate.h 68 ush dad; /* father node in Huffman tree */
trees.c 456 * when the heap property is re-established (each father smaller than its
679 /* Create a new node father of n and m */
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 71 ush dad; /* father node in Huffman tree */
  /external/qemu/distrib/zlib-1.2.8/
deflate.h 71 ush dad; /* father node in Huffman tree */
  /external/zlib/src/
deflate.h 71 ush dad; /* father node in Huffman tree */
  /external/chromium_org/net/data/url_request_unittest/
BullRunSpeech.txt 42 I have just been introduced by one of your own men here - Henry Cochems. His grandfather, his father, and that father's seven brothers, all served in the United States army, and they entered it four years after they had come to this country from Germany. Two of them left their lives, spent their lives, on the field of battle. I am all right - I am a little sore. Anybody has a right to be sore with a bullet in him. You would find that if I was in battle now I would be leading my men just the same. Just the same way I am going to make this speech.
  /cts/tests/tests/text/src/android/text/cts/
EmojiConstants.java 306 0x1F385, // FATHER CHRISTMAS
  /external/chromium_org/printing/
printing_context_win.cc 118 // need to get the grand-father to get the dialog box handle.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zlib.py 539 I stay too long: but here my father comes.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zlib.py 539 I stay too long: but here my father comes.
  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp     [all...]

Completed in 2622 milliseconds

1 2 3