/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
HardwarePropertyChooser.java | 83 String name = indexToName.get(index); 100 processSelection(indexToName.get(0), false /* pack */); 105 mChosenProperty = mProperties.get(name);
|
/sdk/traceview/src/com/android/traceview/ |
DmTraceReader.java | 100 threadId = buffer.get(); 111 MethodData methodData = mMethodMap.get(methodId); 163 buffer.get(); 189 ThreadData threadData = mThreadMap.get(call.getThreadId()); 229 threadData = mThreadMap.get(call.getThreadId()); 245 ThreadData threadData = mThreadMap.get(call.getThreadId()); 256 // Get the next context switch. This one is entered 258 Call contextSwitch = mSwitchList.get(nthContextSwitch++); 268 contextSwitch = mSwitchList.get(nthContextSwitch++); 295 threadData = mThreadMap.get(call.getThreadId()) [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemTemplateElement.java | 83 * Get an integer representation of the element type. 140 * Get the owning "composed" stylesheet. This looks up the 142 * on a Stylesheet object, which will Get the owning 153 * Get the owning stylesheet. This looks up the 165 * Get the owning root stylesheet. This looks up the 328 * Get the type of the node. 578 * Get the stylesheet owner. 588 * Get the owning xsl:template element. 794 * Get the "xml:space" attribute. 895 * Given a namespace, get the corrisponding prefix [all...] |
/external/kernel-headers/original/linux/ |
wireless.h | 139 * - Add SIOCSIWSTATS to get /proc/net/wireless programatically 210 * - RtNetlink requests support (SET/GET) 219 #define SIOCGIWNAME 0x8B01 /* get name == wireless protocol */ 226 #define SIOCGIWNWID 0x8B03 /* get network id (the cell) */ 228 #define SIOCGIWFREQ 0x8B05 /* get channel/frequency (Hz) */ 230 #define SIOCGIWMODE 0x8B07 /* get operation mode */ 232 #define SIOCGIWSENS 0x8B09 /* get sensitivity (dBm) */ 236 #define SIOCGIWRANGE 0x8B0B /* Get range of parameters */ 238 #define SIOCGIWPRIV 0x8B0D /* get private ioctl interface info */ 240 #define SIOCGIWSTATS 0x8B0F /* Get /proc/net/wireless stats * [all...] |
ipmi_smi.h | 58 * get message or get event command that the interface initiated. 103 /* Called by the upper layer to request that we try to get 119 message handler get the modules that this handler belongs 144 byte from the get device id response after the completion code. 170 is called, and the lower layer must get the interface from that
|
/external/wpa_supplicant/ |
wireless_copy.h | 139 * - Add SIOCSIWSTATS to get /proc/net/wireless programatically 210 * - RtNetlink requests support (SET/GET) 231 #define SIOCGIWNAME 0x8B01 /* get name == wireless protocol */ 238 #define SIOCGIWNWID 0x8B03 /* get network id (the cell) */ 240 #define SIOCGIWFREQ 0x8B05 /* get channel/frequency (Hz) */ 242 #define SIOCGIWMODE 0x8B07 /* get operation mode */ 244 #define SIOCGIWSENS 0x8B09 /* get sensitivity (dBm) */ 248 #define SIOCGIWRANGE 0x8B0B /* Get range of parameters */ 250 #define SIOCGIWPRIV 0x8B0D /* get private ioctl interface info */ 252 #define SIOCGIWSTATS 0x8B0F /* Get /proc/net/wireless stats * [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wireless_copy.h | 139 * - Add SIOCSIWSTATS to get /proc/net/wireless programatically 210 * - RtNetlink requests support (SET/GET) 231 #define SIOCGIWNAME 0x8B01 /* get name == wireless protocol */ 238 #define SIOCGIWNWID 0x8B03 /* get network id (the cell) */ 240 #define SIOCGIWFREQ 0x8B05 /* get channel/frequency (Hz) */ 242 #define SIOCGIWMODE 0x8B07 /* get operation mode */ 244 #define SIOCGIWSENS 0x8B09 /* get sensitivity (dBm) */ 248 #define SIOCGIWRANGE 0x8B0B /* Get range of parameters */ 250 #define SIOCGIWPRIV 0x8B0D /* get private ioctl interface info */ 252 #define SIOCGIWSTATS 0x8B0F /* Get /proc/net/wireless stats * [all...] |
/frameworks/base/core/java/android/pim/vcard/ |
VCardEntry.java | 408 values = mParameterMap.get(paramName); 422 return mParameterMap.get(type); 570 companyName = orgList.get(0); 575 companyName = orgList.get(0); 583 builder.append(orgList.get(i)); 673 case 5: mSuffix = elems.get(4); 674 case 4: mPrefix = elems.get(3); 675 case 3: mMiddleName = elems.get(2); 676 case 2: mGivenName = elems.get(1); 677 default: mFamilyName = elems.get(0) [all...] |
/frameworks/base/packages/TtsService/src/android/tts/ |
TtsService.java | 550 if (mSpeechQueue.get(i).mCallingApp.equals(callingApp)){ 664 if (mSpeechQueue.get(i).mType != SpeechItem.TEXT_TO_FILE){ 718 String param = params.get(i);
720 utteranceId = params.get(i + 1);
749 String param = speechItem.mParams.get(i); 751 utteranceId = speechItem.mParams.get(i+1); 796 String param = speechItem.mParams.get(i); 799 speechRate = speechItem.mParams.get(i+1); 801 language = speechItem.mParams.get(i+1); 803 country = speechItem.mParams.get(i+1) [all...] |
/packages/apps/Gallery3D/src/com/cooliris/cache/ |
CacheService.java | 174 return (sAlbumCache.get(ALBUM_CACHE_METADATA_INDEX, 0) != null && sAlbumCache.get(ALBUM_CACHE_DIRTY_INDEX, 0) == null); 176 return (sAlbumCache.get(ALBUM_CACHE_METADATA_INDEX, 0) != null && sAlbumCache.get(ALBUM_CACHE_DIRTY_INDEX, 0) == null && sAlbumCache 177 .get(ALBUM_CACHE_DIRTY_BUCKET_INDEX, 0) == null); 182 return sAlbumCache.get(setId, 0) != null; 199 final byte[] existingData = sAlbumCache.get(ALBUM_CACHE_DIRTY_BUCKET_INDEX, 0); 242 final byte[] albumData = sAlbumCache.get(ALBUM_CACHE_METADATA_INDEX, 0); 282 final byte[] albumData = sAlbumCache.get(ALBUM_CACHE_METADATA_INDEX, 0); 319 byte[] albumData = sAlbumCache.get(set.mId, 0) [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
BasicBlock.java | 79 Rop one = insns.get(i).getOpcode(); 86 Insn lastInsn = insns.get(sz - 1); 186 int succ = successors.get(0); 188 succ = successors.get(1); 196 * convenient shorthand for {@code getInsns().get(0)}. 201 return insns.get(0);
|
/dalvik/vm/analysis/ |
RegisterMap.h | 67 * Get the format. 83 * Get the "on heap" flag. 90 * Get the register bit vector width, in bytes. 114 * Get the number of entries in this map. 197 * Get the register map for the next method. "*pPtr" will be advanced past 284 * Get the expanded form of the register map associated with the specified
|
/external/dnsmasq/src/ |
config.h | 125 leases file, otherwise dnsmasq may get very confused. 128 define this to get dnsmasq's built-in TFTP server. 131 define this to get dnsmasq's DHCP server. 134 define this to get the ability to call scripts on lease-change 140 define this if you have arc4random() to get better security from DNS spoofs 250 /* Define before sys/socket.h is included so we get socklen_t */
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
AttributeCollection.java | 32 public final Attribute_info get (final int offset) method in class:AttributeCollection 34 return (Attribute_info) m_attributes.get (offset); 53 return (InnerClassesAttribute_info) get (innerClassesAttributeOffset); 68 for (int i = 0; i < _attributes_count; i++) result += get (i).length (); 90 _clone.m_attributes.add (((Attribute_info) m_attributes.get (a)).clone ()); 110 get (i).writeInClassFormat (out);
|
/external/icu4c/test/perf/utfperf/ |
utfperf.cpp | 155 static UPerfFunction* get(const UtfPerformanceTest &testcase) { function in class:Roundtrip 222 static UPerfFunction* get(const UtfPerformanceTest &testcase) { function in class:FromUnicode 272 static UPerfFunction* get(const UtfPerformanceTest &testcase) { function in class:FromUTF8 330 case 0: name = "Roundtrip"; if (exec) return Roundtrip::get(*this); break; 331 case 1: name = "FromUnicode"; if (exec) return FromUnicode::get(*this); break; 332 case 2: name = "FromUTF8"; if (exec) return FromUTF8::get(*this); break;
|
/external/netcat/scripts/ |
webproxy | 27 ## GET line, since that's all you really ever need to send, and suppresses 84 # ping client machine and get its bare IP address 100 # GET type://host.name:80/file/path HTTP/1.0 127 # check for non-GET *after* we log the query... 128 test "$x1" != "GET" && echo "sorry, this proxy only does GETs" && exit 0 136 echo "oops, can't get to $hh : $hp".
|
/external/stlport/stlport/stl/ |
_string_base.h | 146 : _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) { 147 _M_move_src(src.get()); 149 : _M_end_of_storage(src.get()._M_end_of_storage), _M_finish(src.get()._M_finish), 150 _M_start_of_storage(__move_source<_AllocProxy>(src.get()._M_start_of_storage)) { 151 src.get()._M_start_of_storage._M_data = 0;
|
/external/webkit/WebCore/dom/ |
ProcessingInstruction.cpp | 130 String href = attrs.get("href"); 131 String alternate = attrs.get("alternate"); 133 m_title = attrs.get("title"); 134 m_media = attrs.get("media"); 166 String charset = attrs.get("charset"); 213 newSheet->setMedia(MediaList::create(newSheet.get(), m_media));
|
/external/webkit/WebCore/html/ |
HTMLFormCollection.cpp | 47 : HTMLCollection(form.get(), OtherCollection, formCollectionInfo(form.get())) 200 Vector<Element*>* idVector = info()->idCache.get(idAttrVal.impl()); 210 Vector<Element*>* nameVector = info()->nameCache.get(nameAttrVal.impl()); 227 Vector<Element*>* idVector = info()->idCache.get(idAttrVal.impl()); 236 Vector<Element*>* nameVector = info()->nameCache.get(nameAttrVal.impl());
|
/external/webkit/WebCore/platform/graphics/chromium/ |
HarfbuzzSkia.cpp | 88 if (!glyphs16.get()) 92 paint.getTextWidths(glyphs16.get(), numGlyphs * sizeof(uint16_t), reinterpret_cast<SkScalar*>(advances)); 114 if (!glyphs16.get()) 116 int numGlyphs = paint.textToGlyphs(characters, length * sizeof(uint16_t), glyphs16.get()); 148 // Skia does let us get a single point from the path. 176 // We can't actually get the |y| correct because Skia doesn't export
|
/external/webkit/WebCore/platform/text/ |
StringHash.h | 34 // null strings. get(), contains(), and add() on HashMap<String,..., StringHash> 85 return equal(a.get(), b.get()); 206 return hash(key.get()); 211 return equal(a.get(), b.get());
|
/external/webkit/WebCore/websockets/ |
WorkerThreadableWebSocketChannel.cpp | 229 ASSERT(m_workerClientWrapper.get()); 274 ThreadableWebSocketChannelClientWrapper* clientWrapper = m_workerClientWrapper.get(); 295 ThreadableWebSocketChannelClientWrapper* clientWrapper = m_workerClientWrapper.get(); 353 ThreadableWebSocketChannelClientWrapper* clientWrapper = m_workerClientWrapper.get(); 355 result = runLoop.runInMode(m_workerContext.get(), m_taskMode); 356 clientWrapper = m_workerClientWrapper.get();
|
/external/webkit/WebKit/android/jni/ |
WebHistory.cpp | 90 list->removeItem(entries[i].get()); 116 pFrame->loader()->history()->setCurrentItem(current.get()); 151 page->backForwardList()->entries()[index].get(); 163 // Get the actual bytes and the length from the java array. 170 RefPtr<WebHistoryItem> bridge = new WebHistoryItem(env, obj, newItem.get()); 171 newItem->setBridge(bridge.get()); 180 read_item_recursive(newItem.get(), &ptr, (int)size); 189 bridge->updateHistoryItem(newItem.get()); 243 webItem = m_parent.get(); 268 if (!realItem.get()) [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebsecurityorigin.cpp | 66 Call QWebFrame::securityOrigin() to get the QWebSecurityOrigin for a frame in a 127 return DatabaseTracker::tracker().usageForOrigin(d->origin.get()); 139 return DatabaseTracker::tracker().quotaForOrigin(d->origin.get()); 155 DatabaseTracker::tracker().setQuota(d->origin.get(), quota); 186 QWebSecurityOriginPrivate* priv = new QWebSecurityOriginPrivate(coreOrigins[i].get()); 204 if (!DatabaseTracker::tracker().databaseNamesForOrigin(d->origin.get(), nameVector))
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
AccessibilityControllerWin.cpp | 95 // Get the root accessible object by querying for the accessible object for the 106 // Get the accessible object for this event. 115 // Get the name of the focused element, and log it to stdout. 222 // Get the accessible object for this event. 271 thisComparable->isSameObject(elementComparable.get(), &isSame); 276 JSValueRef argument = JSValueMakeString(frame->globalContext(), jsNotification.get());
|