/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
MidiSystem.java | 82 MidiDevice.Info[] deviceInfo = ((MidiDeviceProvider) deviceProviders.get(i)).getDeviceInfo(); 85 return ((MidiDeviceProvider) deviceProviders.get(i)).getDevice(info); 106 MidiDevice.Info[] deviceInfo = ((MidiDeviceProvider) deviceProviders.get(i)).getDeviceInfo(); 135 return ((MidiFileReader) fileReaderProviders.get(0)).getMidiFileFormat(file); 157 return ((MidiFileReader) fileReaderProviders.get(0)).getMidiFileFormat(stream); 179 return ((MidiFileReader) fileReaderProviders.get(0)).getMidiFileFormat(url); 200 return ((MidiFileWriter) fileWriterProviders.get(0)).getMidiFileTypes(); 221 return ((MidiFileWriter) fileWriterProviders.get(0)).getMidiFileTypes(sequence); 236 * defaultDevice.get(0) --> provider 237 * defaultDevice.get(1) --> nam [all...] |
/external/webkit/WebCore/loader/ |
CachedResourceHandle.h | 36 CachedResource* get() const { return m_resource; } function in class:WebCore::CachedResourceHandleBase 66 R* get() const { return reinterpret_cast<R*>(CachedResourceHandleBase::get()); } function in class:WebCore::CachedResourceHandle 67 R* operator->() const { return get(); } 70 CachedResourceHandle& operator=(const CachedResourceHandle& o) { setResource(o.get()); return *this; } 71 bool operator==(const CachedResourceHandleBase& o) const { return get() == o.get(); } 72 bool operator!=(const CachedResourceHandleBase& o) const { return get() != o.get(); } 88 return h.get() == res; [all...] |
/external/webkit/WebCore/platform/network/cf/ |
ResourceResponseCFNet.cpp | 45 return m_cfResponse.get(); 71 ASSERT(!m_cfResponse.get()); 77 m_url = CFURLResponseGetURL(m_cfResponse.get()); 78 m_mimeType = CFURLResponseGetMIMEType(m_cfResponse.get()); 79 m_expectedContentLength = CFURLResponseGetExpectedContentLength(m_cfResponse.get()); 80 m_textEncodingName = CFURLResponseGetTextEncodingName(m_cfResponse.get()); 82 m_lastModifiedDate = toTimeT(CFURLResponseGetLastModifiedDate(m_cfResponse.get())); 84 RetainPtr<CFStringRef> suggestedFilename(AdoptCF, CFURLResponseCopySuggestedFilename(m_cfResponse.get())); 85 m_suggestedFilename = suggestedFilename.get(); 87 CFHTTPMessageRef httpResponse = CFURLResponseGetHTTPResponse(m_cfResponse.get()); [all...] |
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form23x.java | 45 return regs.get(0).regString() + ", " + regs.get(1).regString() + 46 ", " + regs.get(2).regString(); 69 unsignedFitsInByte(regs.get(0).getReg()) && 70 unsignedFitsInByte(regs.get(1).getReg()) && 71 unsignedFitsInByte(regs.get(2).getReg()); 85 opcodeUnit(insn, regs.get(0).getReg()), 86 codeUnit(regs.get(1).getReg(), regs.get(2).getReg()));
|
/external/webkit/WebCore/platform/text/mac/ |
TextBreakIteratorInternalICUMac.mm | 34 if (!locale || CFGetTypeID(locale.get()) != CFStringGetTypeID()) 36 return static_cast<CFStringRef>(locale.get()); 43 if (!languages || CFGetTypeID(languages.get()) != CFArrayGetTypeID()) 45 CFArrayRef languagesArray = static_cast<CFArrayRef>(languages.get()); 67 // Empty string means "root locale", and that is what we use if we can't get a preference. 76 getLocale(canonicalLanguageIdentifier(topLanguagePreference().get()).get(), localeStringBuffer); 96 getLocale(canonicalLanguageIdentifier(locale.get()).get(), localeStringBuffer);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaRecorderStressTestRunner.java | 57 String iterations = (String) icicle.get("iterations"); 58 String video_encoder = (String) icicle.get("video_encoder"); 59 String audio_encoder = (String) icicle.get("audio_encoder"); 60 String frame_rate = (String) icicle.get("frame_rate"); 61 String video_width = (String) icicle.get("video_width"); 62 String video_height = (String) icicle.get("video_height"); 63 String bit_rate = (String) icicle.get("bit_rate"); 64 String record_duration = (String) icicle.get("record_duration"); 65 String remove_videos = (String) icicle.get("remove_videos");
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
IImage.java | 34 /** Get the image list which contains this image. */ 37 /** Get the bitmap for the full size image. */ 48 /** Get the input stream associated with a given full size image. */ 52 /** Get the path of the (full size) image data. */ 55 // Get the title of the image 58 // Get metadata of the image 67 // Get property of the image 71 // Get the bitmap of the medium thumbnail 74 // Get the bitmap of the mini thumbnail.
|
/external/elfutils/libebl/ |
libebl_mips.h | 27 /* Function to get relocation type name. */ 30 /* Function to get segment type name. */ 33 /* Function to get setion type name. */ 36 /* Function to get machine flag name. */ 39 /* Function to get dynamic tag name. */
|
/external/icu4c/samples/datecal/ |
cal.cpp | 36 gc->get(UCAL_YEAR, status), 37 gc->get(UCAL_MONTH, status) + 1, 38 gc->get(UCAL_MONTH, status), 39 gc->get(UCAL_DATE, status)); 42 puts("Calendar::get failed");
|
/external/kernel-headers/original/linux/ |
sockios.h | 33 #define SIOCGIFNAME 0x8910 /* get iface name */ 35 #define SIOCGIFCONF 0x8912 /* get iface list */ 36 #define SIOCGIFFLAGS 0x8913 /* get flags */ 38 #define SIOCGIFADDR 0x8915 /* get PA address */ 40 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */ 42 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */ 44 #define SIOCGIFNETMASK 0x891b /* get network PA mask */ 46 #define SIOCGIFMETRIC 0x891d /* get metric */ 48 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */ 50 #define SIOCGIFMTU 0x8921 /* get MTU size * [all...] |
/external/webkit/WebCore/platform/network/win/ |
CookieJarCFNetWin.cpp | 62 CFArrayAppendValue(filteredCookies.get(), cookie); 90 headerFieldsCF.get(), urlCF.get())); 92 CFHTTPCookieStorageSetCookies(cookieStorage, filterCookies(cookiesCF.get()).get(), urlCF.get(), firstPartyForCookiesCF.get()); 104 RetainPtr<CFArrayRef> cookiesCF(AdoptCF, CFHTTPCookieStorageCopyCookiesForURL(cookieStorage, urlCF.get(), secure)); 105 RetainPtr<CFDictionaryRef> headerCF(AdoptCF, CFHTTPCookieCopyRequestHeaderFields(kCFAllocatorDefault, filterCookies(cookiesCF.get()).get())); [all...] |
/frameworks/base/core/tests/coretests/src/android/os/ |
SystemPropertiesTest.java | 33 value = SystemProperties.get(KEY, "default"); 37 value = SystemProperties.get(KEY, "default"); 40 value = SystemProperties.get(KEY); 44 value = SystemProperties.get(KEY, "default"); 47 value = SystemProperties.get(KEY);
|
/frameworks/base/services/java/com/android/server/ |
ProcessMap.java | 27 public E get(String name, int uid) { method in class:ProcessMap 28 SparseArray<E> uids = mMap.get(name); 30 return uids.get(uid); 34 SparseArray<E> uids = mMap.get(name); 44 SparseArray<E> uids = mMap.get(name);
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_ListTest.java | 46 elem = list.get(counter); 48 assertTrue("ListTest - get failed", elem 55 .get(50).equals(new Integer(1000))); 58 list.get(51).equals(new Integer(50))); 61 list.get(49).equals(new Integer(49))); 64 assertTrue("ListTest - a) set failed--did not set", list.get(50) 67 list.get(51).equals(new Integer(50))); 69 .get(49).equals(new Integer(49))); 73 list.get(50).equals(new Integer(50))); 76 list.get(51).equals(new Integer(51))) [all...] |
/external/webkit/JavaScriptCore/bytecompiler/ |
NodesCodegen.cpp | 152 return generator.emitNewRegExp(generator.finalDestination(dst), regExp.get()); 205 generator.emitPutByIndex(array.get(), length++, value); 210 generator.emitPutById(array.get(), generator.propertyNames().length, value); 213 return generator.moveToDestinationIfNeeded(dst, array.get()); 261 generator.emitNewObject(newObj.get()); 268 generator.emitPutById(newObj.get(), p->m_node->name(), value); 272 generator.emitPutGetter(newObj.get(), p->m_node->name(), value); 276 generator.emitPutSetter(newObj.get(), p->m_node->name(), value); 284 return generator.moveToDestinationIfNeeded(dst, newObj.get()); 294 return generator.emitGetByVal(generator.finalDestination(dst), base.get(), property) [all...] |
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
AtomicIntegerFieldUpdaterTest.java | 87 * get returns the last value set or assigned 97 assertEquals(1,a.get(this)); 99 assertEquals(2,a.get(this)); 101 assertEquals(-3,a.get(this)); 118 assertEquals(-4,a.get(this)); 120 assertFalse((7 == a.get(this))); 122 assertEquals(7,a.get(this)); 148 assertEquals(a.get(this), 3); 169 assertEquals(-4,a.get(this)); 171 assertEquals(7,a.get(this)) [all...] |
AtomicLongFieldUpdaterTest.java | 89 * get returns the last value set or assigned 99 assertEquals(1,a.get(this)); 101 assertEquals(2,a.get(this)); 103 assertEquals(-3,a.get(this)); 119 assertEquals(-4,a.get(this)); 121 assertFalse((7 == a.get(this))); 123 assertEquals(7,a.get(this)); 149 assertEquals(a.get(this), 3); 170 assertEquals(-4,a.get(this)); 172 assertEquals(7,a.get(this)) [all...] |
AtomicMarkableReferenceTest.java | 36 * get returns the last values of reference and mark set 43 assertEquals(one, ai.get(mark)); 48 assertEquals(two, ai.get(mark)); 53 assertEquals(one, ai.get(mark)); 66 assertEquals(one, ai.get(mark)); 77 assertEquals(one, ai.get(mark)); 82 assertEquals(two, ai.get(mark)); 86 assertEquals(m3, ai.get(mark)); 90 assertEquals(m3, ai.get(mark)); 147 assertEquals(one, ai.get(mark)) [all...] |
AtomicStampedReferenceTest.java | 36 * get returns the last values of reference and stamp set 43 assertEquals(one, ai.get(mark)); 48 assertEquals(two, ai.get(mark)); 53 assertEquals(one, ai.get(mark)); 66 assertEquals(one, ai.get(mark)); 77 assertEquals(one, ai.get(mark)); 82 assertEquals(two, ai.get(mark)); 86 assertEquals(m3, ai.get(mark)); 90 assertEquals(m3, ai.get(mark)); 147 assertEquals(one, ai.get(mark)) [all...] |
/external/e2fsprogs/tests/progs/ |
test_rel_cmds.ct | 20 request do_brel_get, "Get a block relocation entry", 26 request do_brel_next, "Get the next block relocation entry", 51 request do_irel_get, "Get an inode relocation entry", 55 "Get an inode relocation entry by its original number", 61 request do_irel_next, "Get the next block relocation entry", 73 request do_irel_next_ref, "Get the next reference for an inode entry",
|
/external/speex/include/speex/ |
speex_preprocess.h | 100 /** Get preprocessor denoiser state */ 105 /** Get preprocessor Automatic Gain Control state */ 110 /** Get preprocessor Voice Activity Detection state */ 115 /** Get preprocessor Automatic Gain Control level (float) */ 120 /** Get preprocessor dereverb state */ 125 /** Get preprocessor dereverb level */ 130 /** Get preprocessor dereverb decay */ 135 /** Get probability required for the VAD to go from silence to voice */ 140 /** Get probability required for the VAD to stay in the voice state (integer percent) */ 145 /** Get maximum attenuation of the noise in dB (negative number) * [all...] |
/external/webkit/JavaScriptCore/wtf/ |
HashIterators.h | 45 const ValueType* get() const { return (const ValueType*)m_impl.get(); } function in struct:WTF::HashTableConstIteratorAdapter 46 const ValueType& operator*() const { return *get(); } 47 const ValueType* operator->() const { return get(); } 67 ValueType* get() const { return (ValueType*)m_impl.get(); } function in struct:WTF::HashTableIteratorAdapter 68 ValueType& operator*() const { return *get(); } 69 ValueType* operator->() const { return get(); } 92 const KeyType* get() const { return &(m_impl.get()->first); function in struct:WTF::HashTableConstKeysIterator 109 const MappedType* get() const { return &(m_impl.get()->second); } function in struct:WTF::HashTableConstValuesIterator 127 KeyType* get() const { return &(m_impl.get()->first); } function in struct:WTF::HashTableKeysIterator 150 MappedType* get() const { return &(m_impl.get()->second); } function in struct:WTF::HashTableValuesIterator [all...] |
/external/webkit/WebCore/editing/ |
CreateLinkCommand.cpp | 51 applyStyledElement(anchorElement.get()); 53 insertNodeAt(anchorElement.get(), endingSelection().start()); 55 appendNode(textNode.get(), anchorElement.get()); 56 setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInParentAfterNode(anchorElement.get()), DOWNSTREAM));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/ |
QualifierListTest.java | 46 // get the list of qualifier in the resource manager 51 // get the actual list. 53 (ResourceQualifier[])qualifierListField.get(mManager); 55 // now get the number of qualifier in the FolderConfiguration 60 // get the constant value 61 Integer count = (Integer)qualCountField.get(null);
|
/external/webkit/WebKit/win/ |
WebHistory.cpp | 79 // get the entries for that date 80 CFArrayRef entries = m_entriesByDate.get(m_dateKeys[dateIndex]).get(); 105 CFDictionaryAddValue(dictionary.get(), key.get(), arrayItem); 108 result->setDictionary(dictionary.get()); 116 COMPtr<CFDictionaryPropertyBag> info = createUserInfoFromArray(notificationStr, itemList.get()); 215 return sharedHistoryStorage().get(); 249 hr = loadHistoryGutsFromURL(urlRef.get(), discardedItems.get(), error) [all...] |