/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | 279 final Field_info field = fields.get (existing [f]); 302 final CONSTANT_Class_info ifc = (CONSTANT_Class_info) constants.get (interfaces.get (i)); 319 // if we get here, the class declares a 'serialVersionUID' field 349 // visit class attributes [to get src file name, etc]: 382 final Method_info method = methods.get (m); 445 final Attribute_info attribute = attributes.get (a); 475 clinit = methods.get (m_clinitID); 534 final Attribute_info attribute = attributes.get (a); 696 attributes.get (a).accept (this, ctx) [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
Workspace.java | 448 startButton.setAction(actionsMap.get(StartServerAction.ACTION_NAME)); 454 stopButton.setAction(actionsMap.get(StopServerAction.ACTION_NAME)); 460 refreshButton.setAction(actionsMap.get(RefreshWindowsAction.ACTION_NAME)); 466 showDevicesButton.setAction(actionsMap.get(ShowDevicesAction.ACTION_NAME)); 473 loadButton.setAction(actionsMap.get(LoadGraphAction.ACTION_NAME)); 479 displayNodeButton.setAction(actionsMap.get(CaptureNodeAction.ACTION_NAME)); 485 captureLayersButton.setAction(actionsMap.get(CaptureLayersAction.ACTION_NAME)); 491 invalidateButton.setAction(actionsMap.get(InvalidateAction.ACTION_NAME)); 497 requestLayoutButton.setAction(actionsMap.get(RequestLayoutAction.ACTION_NAME)); 525 saveMenuItem.setAction(actionsMap.get(SaveSceneAction.ACTION_NAME)) 1257 updateProfiles(get()); method [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/ |
configMgr.c | 428 DESCRIPTION: Called by the OS abstraction layer in order to get a parameter the driver. 429 If the parameter can not be get from outside the driver it returns a fialure status 430 The parameters is get from the module that uses as its father in the system 475 return pConfigManager->paramAccessTable[moduleNumber - 1].get(pConfigManager->paramAccessTable[moduleNumber - 1].handle, pParam); [all...] |
/bionic/libc/arch-sh/bionic/ |
crtbegin_dynamic.S | 48 # so we use a tiny trampoline that will get relocated
|
/build/core/combo/ |
HOST_darwin-x86.mk | 90 define get-file-size
|
/cts/tests/tests/app/src/android/app/cts/ |
ActivityManager_RunningAppProcessInfoTest.java | 69 final RunningAppProcessInfo rap = list.get(0);
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureStorageTester.java | 75 assertEquals(TEST_GESTURE_NAME, predictions.get(0).name);
|
GestureTest.java | 53 assertEquals(line, mGesture.getStrokes().get(0));
|
/cts/tools/annotation-helper/src/spechelper/ |
SimpleComputer.java | 130 String buffer = context.getDocument().get(0, offs);
|
/cts/tools/dasm/src/dasm/ |
DopInfo.java | 104 public static DopInfo get(String name) { method in class:DopInfo 105 return (DopInfo) dopsTable.get(name); 109 return dopsTable.get(name) != null; 233 Dop dop = Dops.get(i);
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
AttributeFactory.java | 87 name = (CstUtf8) pool.get(nameIdx);
|
/dalvik/dx/src/com/android/dx/rop/code/ |
PlainInsn.java | 106 TypeBearer lastType = sources.get(szSources - 1).getTypeBearer();
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstArray.java | 91 * Get the underlying list. 146 public Constant get(int n) { method in class:CstArray.List
|
/dalvik/tests/036-finalizer/src/ |
Main.java | 57 Object ref = wimp.get();
|
/dalvik/tests/072-precise-gc/src/ |
Main.java | 34 * Get a bunch of non-constant String objects into registers. These 94 if (wrefs[i].get() != null)
|
/development/apps/Development/src/com/android/development/ |
EnterURL.java | 154 HistoryEntry he = mHistory.get(position); 165 HistoryEntry he = mHistory.get(i); 207 HistoryEntry he = mHistory.get(i); 278 he = mHistory.get(i);
|
/development/build/tools/ |
windows_sdk.mk | 19 $(error MinGW is required to build a Windows SDK. Please 'apt-get install mingw32') 22 $(error Need a unix2dos command. Please 'apt-get install tofrodos')
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLShape.java | 34 mFaceList.get(face).setColor(color);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
LabelMaker.java | 274 * Get the width in pixels of a given label. 280 return mLabels.get(labelID).width; 284 * Get the height in pixels of a given label. 290 return mLabels.get(labelID).height; 294 * Get the baseline of a given label. That's how many pixels from the top of 302 return mLabels.get(labelID).baseline; 341 Label label = mLabels.get(labelID);
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsMessageReceiver.java | 38 Object[] pdus = (Object[]) extras.get("pdus");
|
/external/apache-http/src/org/apache/http/impl/ |
HttpConnectionMetricsImpl.java | 103 value = this.metricsCache.get(metricName);
|
/external/chromium/net/base/ |
cert_verifier.cc | 146 NewRunnableMethod(request_.get(), &Request::DoVerify), true)) {
|
filter.h | 22 // repeatedly to get all the filtered data. After all data have been fitlered 162 net::IOBuffer* stream_buffer() const { return stream_buffer_.get(); } 176 // start filtering. Then after this function is called, the caller can get 196 // advertised in the GET), as well as the mime type of the content.
|
io_buffer.h | 125 char* StartOfBuffer() { return real_data_.get(); }
|
mime_sniffer.cc | 79 // to render as GIF from a security perspective, we actually get better 282 counter.get(), result); 293 counter.get(), result); 347 counter.get(), result)) 353 // If we get here, we've hit an initial tag that hasn't matched one of the 400 counter.get(), &unused)) { 420 // Empty mime types are as unknown as they get.
|