/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/ |
MockNamedNodeMap.java | 42 // get the map for the namespace 43 HashMap<String, Node> map = mNodeMap.get(namespace); 63 HashMap<String, Node> map = mNodeMap.get(""); // no namespace 65 return map.get(name); 76 HashMap<String, Node> map = mNodeMap.get(namespaceURI); 78 return map.get(localName); 85 return mNodeList.get(index);
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
AtomicReferenceFieldUpdaterTest.java | 89 * get returns the last value set or assigned 99 assertEquals(one,a.get(this)); 101 assertEquals(two,a.get(this)); 103 assertEquals(m3,a.get(this)); 118 assertEquals(m4,a.get(this)); 120 assertFalse((seven == a.get(this))); 122 assertEquals(seven,a.get(this)); 147 assertEquals(a.get(this), three); 168 assertEquals(m4,a.get(this)); 170 assertEquals(seven,a.get(this)) [all...] |
/external/stlport/stlport/stl/ |
_auto_ptr.h | 54 _Tp* __px = this->get(); 60 _Tp* __pt = this->get(); 66 _Tp* get() const _STLP_NOTHROW 75 _STLP_VERBOSE_ASSERT(get() != 0, _StlMsg_AUTO_PTR_NULL) 76 return get(); 80 _STLP_VERBOSE_ASSERT(get() != 0, _StlMsg_AUTO_PTR_NULL) 81 return *get(); 107 ~auto_ptr() _STLP_NOTHROW { /* boris : reset(0) might be better */ delete this->get(); } 119 { return auto_ptr_ref<_Tp1>(*this, this->get()); } 124 { return auto_ptr_ref<_Tp>(*this, this->get()); } [all...] |
/frameworks/base/common/java/com/android/common/ |
ArrayListCursor.java | 57 mRows[i] = rows.get(i); 80 final Object data = mRows[mPos].get(i); 124 return (byte[]) mRows[mPos].get(columnIndex); 129 Object cell = mRows[mPos].get(columnIndex); 135 Number num = (Number) mRows[mPos].get(columnIndex); 141 Number num = (Number) mRows[mPos].get(columnIndex); 147 Number num = (Number) mRows[mPos].get(columnIndex); 153 Number num = (Number) mRows[mPos].get(columnIndex); 159 Number num = (Number) mRows[mPos].get(columnIndex); 165 return mRows[mPos].get(columnIndex) == null [all...] |
/frameworks/base/core/java/android/net/ |
TrafficStats.java | 40 * Get the total number of packets transmitted through the mobile interface. 48 * Get the total number of packets received through the mobile interface. 56 * Get the total number of bytes transmitted through the mobile interface. 64 * Get the total number of bytes received through the mobile interface. 72 * Get the total number of packets sent through all network interfaces. 80 * Get the total number of packets received through all network interfaces. 88 * Get the total number of bytes sent through all network interfaces. 96 * Get the total number of bytes received through all network interfaces. 104 * Get the number of bytes sent through the network for this UID. 116 * Get the number of bytes received through the network for this UID [all...] |
/frameworks/base/media/libdrm/mobile2/include/dcf/ |
DrmDcfCommon.h | 62 * get the size of Box 70 * get the type of Box 78 * get the user type of Box 86 * get the length of Box 118 * get the version of FullBox 126 * get the flag of FullBox 134 * get the length of FullBox 162 * get the name of textal header 170 * get the value of textal header 178 * get the parameter of textal heade [all...] |
/external/webkit/WebCore/platform/network/cf/ |
ResourceHandleCFNet.cpp | 86 // Store the preemptively used initial credential so that if we get an authentication challenge, we won't use the same one again. 141 if (CFStringCompareWithOptions(originalMethod.get(), newMethod.get(), CFRangeMake(0, CFStringGetLength(originalMethod.get())), kCFCompareCaseInsensitive)) { 143 CFURLRequestSetHTTPRequestMethod(mutableRequest.get(), originalMethod.get()); 146 if (!equalIgnoringCase(handle->request().httpMethod(), "GET") && body && !body->isEmpty()) 147 WebCore::setHTTPBody(mutableRequest.get(), body); 152 CFURLRequestSetHTTPHeaderFieldValue(mutableRequest.get(), CFSTR("Content-Type"), originalContentTypeCF.get()); [all...] |
/cts/tools/host/src/com/android/cts/ |
TestController.java | 38 * Get the jar file path of the controller. 47 * Get the package name. 56 * Get the class name. 65 * Get the method name. 74 * Get the full name of this test controller.
|
/external/webkit/WebCore/manual-tests/ |
print-with-height-transition-in-screen-stylesheet.html | 16 <div>A1: This is a long paragraph which helps us see the mess you can get with long ones.<br> 17 A2: This is a long paragraph which helps us see the mess you can get with long ones.<br> 18 A3: This is a long paragraph which helps us see the mess you can get with long ones.<br> 21 <div class='outer_slide'><div>B1: This is a long paragraph which helps us see the mess you can get with long ones.</div></div> 23 <div class='outer_slide'><div>C1: This is a long paragraph which helps us see the mess you can get with long ones.</div></div>
|
/external/webkit/WebCore/rendering/style/ |
DataRef.h | 33 const T* get() const { return m_data.get(); } function in class:WebCore::DataRef 35 const T& operator*() const { return *get(); } 36 const T* operator->() const { return get(); } 42 return m_data.get();
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimationSetTest.java | 104 assertEquals(SHORT_CHILD_DURATION, children.get(0).getDuration()); 105 assertEquals(MEDIUM_CHILD_DURATION, children.get(1).getDuration()); 106 assertEquals(LONG_CHILD_DURATION, children.get(2).getDuration()); 113 assertEquals(ANIMATIONSET_DURATION, children.get(0).getDuration()); 114 assertEquals(ANIMATIONSET_DURATION, children.get(1).getDuration()); 115 assertEquals(ANIMATIONSET_DURATION, children.get(2).getDuration()); 146 children.get(0).setFillAfter(true); 147 children.get(1).setFillAfter(false); 154 assertTrue(children.get(i).getFillAfter()); 168 children.get(0).setFillBefore(true) [all...] |
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.mm | 31 // Terrible hack; lets us get at the WebFrame private structure. 212 [m_webFrame.get() _clearCoreFrame]; 218 return [m_webFrame.get() webView] != nil; 228 if (![getWebView(m_webFrame.get()) _usesDocumentViews]) { 256 if (!([[m_webFrame.get() _dataSource] _isDocumentHTML])) { 271 WebView *webView = getWebView(m_webFrame.get()); 272 [webView removePluginInstanceViewsFor:(m_webFrame.get())]; 287 WebView *webView = getWebView(m_webFrame.get()); 306 WebView *webView = getWebView(m_webFrame.get()); 343 WebView *webView = getWebView(m_webFrame.get()); [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
edid.h | 108 #define GET(y) *(Uchar *)(c + y) 116 #define YEAR _YEAR(GET(V_YEAR)) 117 #define WEEK GET(V_WEEK) & 0xFF 126 #define VERSION GET(V_VERSION) 127 #define REVISION GET(V_REVISION) 131 #define INPUT_TYPE _INPUT_TYPE(GET(D_INPUT)) 133 #define INPUT_VOLTAGE _INPUT_VOLTAGE(GET(D_INPUT)) 135 #define SETUP _SETUP(GET(D_INPUT)) 137 #define SYNC _SYNC(GET(D_INPUT)) 139 #define DFP _DFP(GET(D_INPUT) [all...] |
/external/webkit/WebCore/platform/graphics/mac/ |
MediaPlayerPrivateQTKit.mm | 231 [[NSNotificationCenter defaultCenter] removeObserver:m_objcObserver.get()]; 232 [m_objcObserver.get() disconnect]; 257 [[NSNotificationCenter defaultCenter] removeObserver:m_objcObserver.get()]; 276 [m_qtMovie.get() setVolume:m_player->volume()]; 281 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get() 284 object:m_qtMovie.get()]; 290 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get() 293 object:m_qtMovie.get()]; 296 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get() 299 object:m_qtMovie.get()]; [all...] |
/external/webkit/JavaScriptCore/wtf/ |
RefPtr.h | 56 template <typename U> RefPtr(const RefPtr<U>& o) : m_ptr(o.get()) { T* ptr = m_ptr; refIfNotNull(ptr); } 58 T* get() const { return m_ptr; } function in class:WTF::RefPtr 100 T* optr = o.get(); 110 T* optr = o.get(); 171 return a.get() == b.get(); 176 return a.get() == b; 181 return a == b.get(); 186 return a.get() != b.get(); [all...] |
/external/webkit/JavaScriptCore/wtf/unicode/glib/ |
UnicodeGLib.cpp | 38 utf8caseFolded.set(g_utf8_casefold(utf8char.get(), -1)); 41 ucs4Result.set(g_utf8_to_ucs4_fast(utf8caseFolded.get(), -1, 0)); 59 utf8result.set(g_utf8_casefold(utf8src.get(), -1)); 63 utf16result.set(g_utf8_to_utf16(utf8result.get(), -1, 0, &utf16resultLength, &gerror.outPtr())); 73 memcpy(result, utf16result.get(), utf16resultLength * sizeof(UChar)); 91 utf8result.set(g_utf8_strdown(utf8src.get(), -1)); 95 utf16result.set(g_utf8_to_utf16(utf8result.get(), -1, 0, &utf16resultLength, &gerror.outPtr())); 105 memcpy(result, utf16result.get(), utf16resultLength * sizeof(UChar)); 123 utf8result.set(g_utf8_strup(utf8src.get(), -1)); 127 utf16result.set(g_utf8_to_utf16(utf8result.get(), -1, 0, &utf16resultLength, &gerror.outPtr())) [all...] |
/hardware/ti/wlan/wl1271/utils/ |
CmdInterfaceCodes.h | 47 * This file contains the definitions for the parameters that can be Set/Get from outside user. 60 /* This file contains the definitions for the parameters that can be Set/Get from outside. 61 The parmeters that can be Set/Get from inside the driver only are defined in the file paramIn.h */ 70 | Set | Reserved | Get | Reserved | Module | Parameter | 75 The 'get' bit indicates whteher this parameter can be get from OS abstraction layer. 76 (All the parameters can be Get/Set from insied the driver.) 87 * \brief Bitmaks of bit which indicates if the Command is GET Command 179 * This Enumeation includes all the eaxternal parameters numbers which are used for Get/Set Commands. 188 * bit 23: Get Bit - indicates if command is Get (ON) or not (OFF) \ [all...] |
/dalvik/libcore/icu/src/main/native/ |
Resources.cpp | 55 UResourceBundle* get() { function in class:ScopedResourceBundle 98 ScopedResourceBundle currencyMap(ures_getByKey(supplData.get(), "CurrencyMap", NULL, &status)); 104 ScopedResourceBundle currency(ures_getByKey(currencyMap.get(), keyChars, NULL, &status)); 110 ScopedResourceBundle currencyElem(ures_getByIndex(currency.get(), 0, NULL, &status)); 116 ScopedResourceBundle currencyTo(ures_getByKey(currencyElem.get(), "to", NULL, &status)); 126 ScopedResourceBundle currencyId(ures_getByKey(currencyElem.get(), "id", NULL, &status)); 133 const jchar* id = ures_getString(currencyId.get(), &length, &status); 152 ScopedResourceBundle currencies(ures_getByKey(root.get(), "Currencies", NULL, &status)); 158 ScopedResourceBundle currencyElems(ures_getByKey(currencies.get(), currName, NULL, &status)); 165 const jchar* currSymbU = ures_getStringByIndex(currencyElems.get(), 0, &currSymbL, &status) [all...] |
/external/webkit/WebKit/mac/Plugins/Hosted/ |
NetscapePluginHostProxy.mm | 111 CFMachPortGetPort(m_deadNameNotificationPort.get()), MACH_MSG_TYPE_MAKE_SEND_ONCE, &previous); 114 RetainPtr<CFRunLoopSourceRef> deathPortSource(AdoptCF, CFMachPortCreateRunLoopSource(0, m_deadNameNotificationPort.get(), 0)); 116 CFRunLoopAddSource(CFRunLoopGetCurrent(), deathPortSource.get(), kCFRunLoopDefaultMode); 124 CFRunLoopAddSource(CFRunLoopGetCurrent(), m_clientPortSource.get(), kCFRunLoopDefaultMode); 125 CFRunLoopAddSource(CFRunLoopGetCurrent(), m_clientPortSource.get(), (CFStringRef)NSEventTrackingRunLoopMode); 136 mach_port_extract_member(mach_task_self(), CFMachPortGetPort(m_deadNameNotificationPort.get()), m_portSet); 144 CFRunLoopSourceInvalidate(m_clientPortSource.get()); 180 ASSERT(m_instances.get(instance->pluginID()) == instance); 187 return m_instances.get(pluginID).get(); [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MediaFeed.java | 99 MediaSet set = mMediaSets.get(i); 107 MediaClustering mc = mClusterSets.get(i); 176 final MediaSet set = mMediaSets.get(i); 210 return mClusterSets.get(mMediaSets.get(mExpandedMediaSetIndex)); 218 MediaClustering mediaClustering = mClusterSets.get(set); 231 MediaClustering clustering = mClusterSets.get(mediaSet); 248 copyMediaBuckets.add(mediaBuckets.get(i)); 259 MediaBucket bucket = mediaBuckets.get(i); 270 MediaClustering clustering = mClusterSets.get(set) [all...] |
/packages/apps/Email/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 167 assertEquals(cal.get(Calendar.YEAR), 2010); 168 assertEquals(cal.get(Calendar.MONTH), 1); // 0 based 169 assertEquals(cal.get(Calendar.DAY_OF_MONTH), 23); 170 assertEquals(cal.get(Calendar.HOUR_OF_DAY), 16); 171 assertEquals(cal.get(Calendar.MINUTE), 16); 172 assertEquals(cal.get(Calendar.SECOND), 17); 182 assertEquals(cal.get(Calendar.YEAR), 2010); 183 assertEquals(cal.get(Calendar.MONTH), 1); // 0 based 184 assertEquals(cal.get(Calendar.DAY_OF_MONTH), 23); 185 assertEquals(cal.get(Calendar.HOUR_OF_DAY), 16) 709 String get(String field) { method in class:CalendarUtilitiesTests.BlockHash [all...] |
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form12x.java | 55 return regs.get(sz - 2).regString() + ", " + 56 regs.get(sz - 1).regString(); 85 rs1 = regs.get(0); 86 rs2 = regs.get(1); 94 rs1 = regs.get(1); 95 rs2 = regs.get(2); 96 if (rs1.getReg() != regs.get(0).getReg()) { 129 makeByte(regs.get(sz - 2).getReg(), 130 regs.get(sz - 1).getReg())));
|
/dalvik/hit/src/com/android/hit/ |
Heap.java | 56 return mFrames.get(id); 64 return mTraces.get(traceSerialNumber); 69 StackTrace trace = mTraces.get(traceSerialNumber); 88 return mThreads.get(serialNumber); 96 return mInstances.get(id); 105 return mClassesById.get(id); 109 return mClassesByName.get(name); 155 ClassObj theClass = mClassesById.get(instance.mClassId); 163 ClassObj superClass = mClassesById.get(theClass.mSuperclassId);
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_GetPutFields.java | 108 booleanValue = getField.get("booleanValue", false); 109 byteValue = getField.get("byteValue", (byte) 0); 110 charValue = getField.get("charValue", (char) 0); 111 doubleValue = getField.get("doubleValue", 0.0); 112 floatValue = getField.get("floatValue", 0.0f); 113 longValue = getField.get("longValue", (long) 0); 114 intValue = getField.get("intValue", 0); 116 getField.get("objectValue", (Object) null); 117 shortValue = getField.get("shortValue", (short) 0);
|
Support_GetPutFieldsDeprecated.java | 109 booleanValue = getField.get("booleanValue", false); 110 byteValue = getField.get("byteValue", (byte) 0); 111 charValue = getField.get("charValue", (char) 0); 112 doubleValue = getField.get("doubleValue", 0.0); 113 floatValue = getField.get("floatValue", 0.0f); 114 longValue = getField.get("longValue", (long) 0); 115 intValue = getField.get("intValue", 0); 117 getField.get("objectValue", (Object) null); 118 shortValue = getField.get("shortValue", (short) 0);
|