HomeSort by relevance Sort by last modified time
    Searched full:get (Results 851 - 875 of 13186) sorted by null

<<31323334353637383940>>

  /frameworks/base/include/utils/
misc.h 28 /* get #of elements in a static array */
77 /* get the file's type; follows symlinks */
79 /* get the file's modification date; returns -1 w/errno set on failure */
  /frameworks/base/media/java/android/drm/mobile1/
DrmRights.java 66 * Get the constraint of the given permission on this rights object.
75 /* call native method to get latest constraint information */
104 * native method: get the constraint information of the given permission.
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
VoiceMailConstants.java 59 String[] data = CarrierVmMap.get(carrier);
64 String[] data = CarrierVmMap.get(carrier);
69 String[] data = CarrierVmMap.get(carrier);
GsmSMSDispatcher.java 67 SmsTracker tracker = deliveryPendingList.get(i);
173 TextEncodingDetails details = SmsMessage.calculateLength(parts.get(i), false);
198 sentIntent = sentIntents.get(i);
203 deliveryIntent = deliveryIntents.get(i);
207 parts.get(i), deliveryIntent != null, SmsHeader.toByteArray(smsHeader),
249 sentIntent = sentIntents.get(i);
262 TextEncodingDetails details = SmsMessage.calculateLength(parts.get(i), false);
281 sentIntent = sentIntents.get(i);
286 deliveryIntent = deliveryIntents.get(i);
290 parts.get(i), deliveryIntent != null, SmsHeader.toByteArray(smsHeader)
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/
TestCaseUtilTest.java 33 assertTrue(testCaseNames.get(0).endsWith("OneTestTestCase"));
34 assertTrue(testCaseNames.get(1).endsWith("OneTestTestSuite"));
43 assertTrue(testCaseNames.get(0).endsWith("testOne"));
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
DomainList.java 56 public String get(int index) { method in class:DomainList
59 return (String) domains.get(index);
70 out.append(get(i)); method
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 80 mDummyDate.set(mDummyDate.get(Calendar.YEAR), 11, 31, 13, 0, 0);
215 calendar.get(Calendar.YEAR),
216 calendar.get(Calendar.MONTH),
217 calendar.get(Calendar.DAY_OF_MONTH));
226 calendar.get(Calendar.HOUR_OF_DAY),
227 calendar.get(Calendar.MINUTE),
247 calendar.get(Calendar.YEAR),
248 calendar.get(Calendar.MONTH),
249 calendar.get(Calendar.DAY_OF_MONTH));
256 calendar.get(Calendar.HOUR_OF_DAY)
    [all...]
  /external/icu4c/test/intltest/
restsnew.cpp 207 /* Make sure that users using te_IN for the default locale don't get test failures. */
241 /* Make sure that users using te_IN for the default locale don't get test failures. */
330 action +=".get(";
334 ResourceBundle bundle = test1.get(data[i], err);
353 ResourceBundle rowbundle=bundle.get(row, err);
435 /* Make sure that users using te_IN for the default locale don't get test failures. */
488 ResourceBundle defaultSub = defaultresource.get((int32_t)0, err);
541 action +=".get(";
725 action += ".get(";
731 ResourceBundle array = theBundle.get(tag, status)
    [all...]
  /external/webkit/WebCore/editing/
DeleteSelectionCommand.cpp 117 // For HRs, we'll get a position at (HR,1) when hitting delete from the beginning of the previous line, or (HR,0) when forward deleting,
281 removeEnclosingAnchorStyle(m_typingStyle.get(), m_selectionToDelete.start());
327 if (m_startRoot != m_endRoot && !(node->isDescendantOf(m_startRoot.get()) && node->isDescendantOf(m_endRoot.get()))) {
337 removeNode(child.get());
349 if (isTableStructureNode(node.get()) || node == node->rootEditableElement()) {
367 if (node == m_startBlock && !isEndOfBlock(VisiblePosition(firstDeepEditingPositionForNode(m_startBlock.get())).previous()))
369 else if (node == m_endBlock && !isStartOfBlock(VisiblePosition(lastDeepEditingPositionForNode(m_startBlock.get())).next()))
373 updatePositionForNodeRemoval(node.get(), m_endingPosition);
374 updatePositionForNodeRemoval(node.get(), m_leadingWhitespace)
    [all...]
ApplyStyleCommand.cpp 109 RefPtr<CSSMutableStyleDeclaration> mutableStyle = getPropertiesNotInComputedStyle(style.get(), computedStyle.get());
111 reconcileTextDecorationProperties(mutableStyle.get());
113 extractTextStyles(mutableStyle.get());
154 return static_cast<CSSPrimitiveValue*>(value.get())->getIdent();
190 RefPtr<CSSValueList> newTextDecoration = static_cast<CSSValueList*>(textDecoration.get())->copy();
191 if (newTextDecoration->removeAll(underline.get()))
193 if (newTextDecoration->removeAll(lineThrough.get()))
197 setTextDecorationProperty(style, newTextDecoration.get(), CSSPropertyTextDecoration);
214 CSSPrimitiveValue* primitiveColor = static_cast<CSSPrimitiveValue*>(colorValue.get());
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
IdentityHashMapTest.java 44 * @tests java.util.IdentityHashMap#get(java.lang.Object)
68 method = "get",
81 assertNull("testA can not get null value for null key",
82 map.get(null));
91 assertTrue("testB can not get value for null key",
92 map.get(null) == value);
101 assertNull("testC can not get null value for key", map.get(key));
110 assertTrue("testD can not get value for null key",
111 map.get(null) == anothervalue)
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 180 // Get children's timelines
188 offset = childTimeline.get(childTimeline.size() - 1).getOffsetTime();
387 TimelineEntry entry = mAllEntries.get(i);
394 TimelineEntry entry = mAllEntries.get(0);
400 TimelineEntry entry = mAllEntries.get(i);
410 ElementTime element = mActiveElements.get(i);
458 return (int) mAllEntries.get(mAllEntries.size() - 1).mOffsetTime * 1000;
469 ElementTime element = mActiveElements.get(i);
480 ElementTime element = mActiveElements.get(i);
492 ElementTime element = mActiveElements.get(i)
    [all...]
  /external/icu4c/common/
utrie.h 37 * The _FROM_BMP() macros are a little more complicated; they get values
39 * get special "folded" values for lead surrogate code _units_ if
45 * to get that offset from the folded value for a lead surrogate unit.
186 /* get data for lead surrogate */ \
190 /* get the real data from the folded lead/trail units */ \
220 /** Internal next-post-increment: get the next code point (c, c2) and its data */
236 /** Internal previous: get the previous code point (c, c2) and its data */
263 * Get a pointer to the contiguous part of the data array
274 * Get a pointer to the contiguous part of the data array
285 * Get a 16-bit trie value from a BMP code point (UChar, <=U+ffff)
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Date.java 242 * @deprecated use {@code Calendar.get(Calendar.DATE)}
246 return new GregorianCalendar(milliseconds).get(Calendar.DATE);
254 * @deprecated use {@code Calendar.get(Calendar.DAY_OF_WEEK)}
258 return new GregorianCalendar(milliseconds).get(Calendar.DAY_OF_WEEK) - 1;
266 * @deprecated use {@code Calendar.get(Calendar.HOUR_OF_DAY)}
270 return new GregorianCalendar(milliseconds).get(Calendar.HOUR_OF_DAY);
278 * @deprecated use {@code Calendar.get(Calendar.MINUTE)}
282 return new GregorianCalendar(milliseconds).get(Calendar.MINUTE);
290 * @deprecated use {@code Calendar.get(Calendar.MONTH)}
294 return new GregorianCalendar(milliseconds).get(Calendar.MONTH)
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
ByteBufferTest.java 401 * Class under test for byte get()
406 method = "get",
414 assertEquals(buf.get(), buf.get(i));
417 buf.get();
425 * Class under test for java.nio.ByteBuffer get(byte[])
430 method = "get",
439 ByteBuffer ret = buf.get(array);
440 assertEquals(array[0], buf.get(i));
444 buf.get(new byte[0])
    [all...]
  /external/elfutils/tests/
Makefile 17 SOURCES = arextract.c arsymtest.c asm-tst1.c asm-tst2.c asm-tst3.c asm-tst4.c asm-tst5.c asm-tst6.c asm-tst7.c asm-tst8.c asm-tst9.c ecp.c get-aranges.c get-files.c get-lines.c get-pubnames.c hash.c msg_tst.c newfile.c newscn.c saridx.c scnnames.c sectiondump.c show-abbrev.c show-die-info.c showptable.c test-nlist.c update1.c update2.c update3.c update4.c
45 test-nlist$(EXEEXT) show-die-info$(EXEEXT) get-files$(EXEEXT) \
46 get-lines$(EXEEXT) get-pubnames$(EXEEXT) get-aranges$(EXEEXT) \
115 get_aranges_SOURCES = get-aranges.c
116 get_aranges_OBJECTS = get-aranges.$(OBJEXT
    [all...]
Makefile.in 17 SOURCES = arextract.c arsymtest.c asm-tst1.c asm-tst2.c asm-tst3.c asm-tst4.c asm-tst5.c asm-tst6.c asm-tst7.c asm-tst8.c asm-tst9.c ecp.c get-aranges.c get-files.c get-lines.c get-pubnames.c hash.c msg_tst.c newfile.c newscn.c saridx.c scnnames.c sectiondump.c show-abbrev.c show-die-info.c showptable.c test-nlist.c update1.c update2.c update3.c update4.c
45 test-nlist$(EXEEXT) show-die-info$(EXEEXT) get-files$(EXEEXT) \
46 get-lines$(EXEEXT) get-pubnames$(EXEEXT) get-aranges$(EXEEXT) \
115 get_aranges_SOURCES = get-aranges.c
116 get_aranges_OBJECTS = get-aranges.$(OBJEXT
    [all...]
  /external/webkit/WebCore/page/
Frame.cpp 240 return m_view.get();
251 // Detach the document now, so any onUnload handlers get run - if
277 return m_doc.get();
314 return plainText(selection()->toNormalizedRange().get());
491 String result = searchForLabelsAboveCell(regExp.get(), startingTableCell, resultDistance);
517 String result = searchForLabelsAboveCell(regExp.get(), startingTableCell, resultDistance);
704 if (!static_cast<SVGDocument*>(m_doc.get())->zoomAndPanEnabled())
820 injectUserScriptsForWorld(it->first.get(), *it->second, injectionTime);
835 UserScript* script = userScripts[i].get();
848 return editor()->client()->shouldChangeSelectedRange(oldSelection.toNormalizedRange().get(), newSelection.toNormalizedRange().get()
    [all...]
  /bionic/libc/arch-sh/syscalls/
__mmap2.S 11 /* get ready for additonal arg */
futex.S 11 /* get ready for additonal arg */
  /bionic/libc/kernel/common/linux/
klist.h 24 void (*get)(struct klist_node *); member in struct:klist
xattr.h 37 int (*get)(struct inode *inode, const char *name, void *buffer, member in struct:xattr_handler
  /cts/tools/host/src/com/android/cts/
TestPackage.java 108 * Get the app package name space.
117 * Get the app JAVA package name.
142 * Get test suites under this package.
151 * Get the specific test suite by the full suite name.
166 * Get the specific test case by the full test case name.
181 * Get all of test suites under this package.
194 * Get suite/case names contained in this test package, searched against the expected name.
221 * Get all test suite names contained in this test package.
238 * Get all test case names contained in the suite in this test package.
253 * Get all test names contained in the test case in this test package
    [all...]
  /cts/tools/host/test/com/android/cts/
ConsoleTests.java 376 packageList = list.get(0);
377 suiteList = list.get(1);
378 caseList = list.get(2);
379 testList = list.get(3);
381 assertEquals(expect2, packageList.get(0));
387 packageList = list.get(0);
388 suiteList = list.get(1);
389 caseList = list.get(2);
390 testList = list.get(3);
393 assertEquals(expect3, suiteList.get(0))
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertWildcardTest.java 61 IWildcardType wildcardType = (IWildcardType) parametrizedType.getTypeArguments().get(0);
63 ITypeReference upperBound = wildcardType.getUpperBounds().get(0);
90 IWildcardType wildcardType = (IWildcardType) parametrizedType.getTypeArguments().get(0);
92 ITypeReference upperBound = wildcardType.getUpperBounds().get(0);

Completed in 271 milliseconds

<<31323334353637383940>>