HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 2101 - 2125 of 4892) sorted by null

<<81828384858687888990>>

  /external/chromium/base/third_party/symbolize/
symbolize.cc 80 // get inlined.
181 // To keep stack consumption low, we would like this function to not get
259 // To keep stack consumption low, we would like this function to not get
308 // Get the symbol name of "pc" from the file pointed by "fd". Process
370 int get() { return fd_; } function in struct:__anon2451::FileDescriptor
497 if (wrapped_maps_fd.get() < 0) {
504 LineReader reader(wrapped_maps_fd.get(), buf, sizeof(buf));
588 // get inlined.
600 int elf_type = FileGetElfType(wrapped_object_fd.get());
609 int num_bytes_written = g_symbolize_callback(wrapped_object_fd.get(),
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc 108 request.method = "GET";
130 rv = ReadTransaction(trans.get(), &out.response_data);
410 rv = ReadTransaction(trans.get(), &response_data);
437 request.method = "GET";
456 rv = ReadTransaction(trans.get(), &response_data);
498 rv = ReadTransaction(trans.get(), &response_data);
512 request.method = "GET";
540 rv = ReadTransaction(trans.get(), &response_data);
571 rv = ReadTransaction(trans.get(), &response_data);
609 request.method = "GET";
    [all...]
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 36 // entry clearing is needed so that the hash table does not get polluted with
66 * {@link #get} should check for and remove all mappings whose soft values
155 public Object get (final Object key) method in class:SoftValueMap
180 result = ref.get (); // may return null to the caller
196 result = ref.get (); // may return null to the caller
267 final Object currentKeyValue = ref.get (); // can be null already [no need to work around the get() bug, though]
323 result = ref.get (); // can be null already [however, no need to work around 4485942]
416 out.append ("size threshold = " + m_sizeThreshold + ", get clear frequency = " + m_readClearCheckFrequency + ", put clear frequency = " + m_writeClearCheckFrequency + EOL);
417 out.append ("get count: " + m_readAccessCount + ", put count: " + m_writeAccessCount + EOL)
    [all...]
  /external/jdiff/src/jdiff/
MergeChanges.java 88 ConstructorAPI addedCtor = (ConstructorAPI)(classDiff.ctorsAdded.get(startAdded));
141 MethodAPI addedMethod = (MethodAPI)(classDiff.methodsAdded.get(startAdded));
198 if (removedMethod.equalSignatures(classDiff.methodsRemoved.get(i))) {
211 MethodAPI addedMethod2 = (MethodAPI)(classDiff.methodsAdded.get(i));
219 MethodAPI addedMethod = (MethodAPI)(classDiff.methodsAdded.get(addedIdx));
309 FieldAPI addedField = (FieldAPI)(classDiff.fieldsAdded.get(startAdded));
  /external/webkit/WebCore/workers/
DefaultSharedWorkerRepository.cpp 64 SharedWorkerThread* thread() { return m_thread.get(); }
121 if (!origin->equal(m_origin.get()))
217 // Stop the worker thread - the proxy will stay around until we get workerThreadExited() notification.
241 // Since close() stops the thread event loop, this should not ever get called while closing.
281 m_worker->setPendingActivity(m_worker.get());
295 m_worker->unsetPendingActivity(m_worker.get());
355 if (proxy == m_proxies[i].get()) {
372 ASSERT(worker->scriptExecutionContext()->securityOrigin()->canAccess(SecurityOrigin::create(url).get()));
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.cpp 329 // FileSystemPOSIX), we can get the filename that way rather than appending it.
420 int delta = env->CallIntMethod(obj.get(),
445 int delta = env->CallIntMethod(obj.get(),
486 env->CallObjectMethod(obj.get(), mJavaFrame->mStartLoadingResource,
520 env->CallVoidMethod(mJavaFrame->frame(env).get(), mJavaFrame->mReportError,
559 env->CallVoidMethod(mJavaFrame->frame(env).get(), mJavaFrame->mLoadStarted, urlStr, favicon,
586 env->CallVoidMethod(mJavaFrame->frame(env).get(), mJavaFrame->mTransitionToCommitted,
608 env->CallVoidMethod(mJavaFrame->frame(env).get(), mJavaFrame->mLoadFinished, urlStr,
659 env->CallVoidMethod(mJavaFrame->frame(env).get(), mJavaFrame->mSetTitle,
674 env->CallVoidMethod(mJavaFrame->frame(env).get(), mJavaFrame->mWindowObjectCleared, (int)frame)
    [all...]
  /external/webkit/WebKit/mac/History/
WebBackForwardList.mm 78 if (WebBackForwardList *webBackForwardList = backForwardLists().get(backForwardList))
203 [result addObject:kit(list[i].get())];
278 [result appendString:[kit(entries[i].get()) description]];
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 127 if (FAILED(m_webView->setUIDelegate(delegate.get())))
172 if (FAILED(m_webView->setPreferences(preferences.get())))
187 CFStringRef urlStringRef = ::CFURLGetString(htmlURLRef.get());
191 if (FAILED(m_webView->topLevelFrame()->loadRequest(request.get())))
194 return core(m_webView.get());
204 return CFURLGetString(url.get());
389 // when it can be figured out how to get the unicode em-dash to show up.
  /frameworks/base/core/java/android/app/
Dialog.java 568 final int slop = ViewConfiguration.get(mContext).getScaledWindowTouchSlop();
581 * DPAD key events, which then get sent back to the view hierarchy, and
859 * @param get true if the dialog should receive key events, false otherwise
862 public void takeKeyEvents(boolean get) {
863 mWindow.takeKeyEvents(get);
    [all...]
ActivityThread.java 767 DbStats dbStats = stats.dbStats.get(i);
822 DbStats dbStats = stats.dbStats.get(i);
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 155 return mStringBlocks[block].get(tmpValue.data);
173 return mStringBlocks[block].get(tmpValue.data);
201 outValue.string = mStringBlocks[block].get(outValue.data);
222 retArray[j] = index >= 0 ? mStringBlocks[block].get(index) : null;
238 outValue.string = blocks[block].get(outValue.data);
270 //System.out.println("Get pooled: block=" + block
273 return mStringBlocks[block-1].get(id);
642 * Get the locales that this asset manager contains data for.
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 74 WeakReference<KeyCharacterMap> ref = sInstances.get(keyboard);
76 result = ref.get();
108 public int get(int keyCode, int meta) method in class:KeyCharacterMap
126 int map = COMBINING.get(ret);
172 * Get the primary character for this key. In other words, the label
181 * Get the character that is produced by putting accent on the character
187 return DEAD.get((accent << 16) | c);
203 * (the same ones used for {@link #get} and defined as
217 * Get the characters conversion data for a given keyCode.
236 * Get an array of KeyEvent objects that if put into the input strea
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
HierarchicalStateMachine.java 756 Message curMsg = mDeferredMessages.get(i);
809 StateInfo curStateInfo = mStateInfo.get(destState);
831 StateInfo curStateInfo = mStateInfo.get(mInitialState);
873 parentStateInfo = mStateInfo.get(parent);
879 StateInfo stateInfo = mStateInfo.get(state);
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduHeaders.java 335 * Get octet value by header field.
343 Integer octet = (Integer) mHeaderMap.get(field);
496 * Get TextString value by header field.
503 return (byte[]) mHeaderMap.get(field);
545 * Get EncodedStringValue value by header field.
552 return (EncodedStringValue) mHeaderMap.get(field);
556 * Get TO, CC or BCC header value.
564 (ArrayList<EncodedStringValue>) mHeaderMap.get(field);
667 (ArrayList<EncodedStringValue>) mHeaderMap.get(field);
676 * Get LongInteger value by header field
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardUpdateMonitor.java 262 mInfoCallbacks.get(i).onPhoneStateChanged(newState);
269 mInfoCallbacks.get(i).onRingerModeChanged(mode);
279 mInfoCallbacks.get(i).onTimeChanged();
294 mInfoCallbacks.get(i).onRefreshBatteryInfo(
308 mInfoCallbacks.get(i).onRefreshCarrierInfo(mTelephonyPlmn, mTelephonySpn);
326 mSimStateCallbacks.get(i).onSimStateChanged(state);
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 157 * public Data get(String key) {
159 * try { return m.get(key); }
396 rh = readHolds.get();
454 cachedHoldCounter = rh = readHolds.get();
491 rh = readHolds.get();
512 rh = readHolds.get();
568 cachedHoldCounter = rh = readHolds.get();
621 int count = readHolds.get().count;
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 169 c.get(Calendar.DAY_OF_MONTH);
176 c.get(Calendar.DAY_OF_MONTH);
186 c.get(Calendar.DAY_OF_MONTH);
196 c.get(Calendar.DAY_OF_MONTH);
452 c.get(Calendar.DAY_OF_MONTH);
459 c.get(Calendar.DAY_OF_MONTH);
  /ndk/build/core/
setup-app.mk 31 NDK_APP_APPLICATION_MK := $(call get,$(_map),Application.mk)
34 $(eval NDK_$(__name) := $(call get,$(_map),$(__name)))\
43 TARGET_PLATFORM := $(call get,$(_map),APP_PLATFORM)
  /external/webkit/WebCore/loader/
FrameLoader.cpp 230 setPolicyDocumentLoader(m_client->createDocumentLoader(ResourceRequest(KURL(ParsedURLString, "")), SubstituteData()).get());
231 setProvisionalDocumentLoader(m_policyDocumentLoader.get());
447 return frame.get();
455 ASSERT(strcmp(action, "GET") == 0 || strcmp(action, "POST") == 0);
496 // also in setView since this part may get reused for a page from the back/forward cache.
514 if (strcmp(action, "GET") == 0)
859 document->statePopped(m_pendingStateObject.get());
864 document->setDecoder(m_decoder.get());
866 document->setSecurityOrigin(forcedSecurityOrigin.get());
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 233 field_generators_.get(field).GenerateAccessorDeclarations(printer);
278 field_generators_.get(field).GenerateClearingCode(printer);
288 field_generators_.get(field).GenerateInlineAccessorDefinitions(printer);
467 field_generators_.get(descriptor_->field(i))
687 field_generators_.get(descriptor_->field(i))
797 field_generators_.get(descriptor_->field(i))
816 field_generators_.get(descriptor_->field(i))
996 field_generators_.get(field).GenerateClearingCode(printer);
1016 field_generators_.get(field).GenerateClearingCode(printer);
    [all...]
  /frameworks/base/opengl/libagl/
light.cpp 244 // if colorMaterial is enabled, we get the color from the vertex
628 ogles_context_t* c = ogles_context_t::get();
638 ogles_context_t* c = ogles_context_t::get();
644 ogles_context_t* c = ogles_context_t::get();
650 ogles_context_t* c = ogles_context_t::get();
670 ogles_context_t* c = ogles_context_t::get();
695 ogles_context_t* c = ogles_context_t::get();
701 ogles_context_t* c = ogles_context_t::get();
707 ogles_context_t* c = ogles_context_t::get();
730 ogles_context_t* c = ogles_context_t::get();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 169 CdmaConnection conn = (CdmaConnection)connCopy.get(i);
187 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
346 String disableCall = SystemProperties.get(
479 dc = (DriverCall) polledCalls.get(curDC);
543 CdmaConnection cn = (CdmaConnection)foregroundCall.connections.get(n);
551 CdmaConnection cn = (CdmaConnection)ringingCall.connections.get(n);
636 CdmaConnection conn = droppedDuringPoll.get(i);
716 // where a new call waiting could get a hang up from an old call
787 hangup((CdmaConnection)(call.getConnections().get(0)));
825 CdmaConnection cn = (CdmaConnection)call.connections.get(i)
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 79 * quite slow and because it forces classes to get loaded.</p>
275 Vector v = (Vector) h.get(keyStr);
289 logMsg(keyStr + "=" + h.get(keyStr));
380 logMsg(keyStr + "=" + subhash.get(keyStr));
448 Vector v = (Vector) h.get(keyStr);
465 node.appendChild(factory.createTextNode((String)h.get(keyStr)));
534 node.appendChild(factory.createTextNode((String)subhash.get(keyStr)));
745 String foundSize = (String) jarVersions.get(new Long(jarSize));
849 buf.append(f.get(null));
854 buf.append(f.get(null))
    [all...]
  /system/core/nexus/
WifiNetwork.cpp 683 int WifiNetwork::WifiNetworkEnabledProperty::get(int idx, int *buffer) { function in class:WifiNetwork::WifiNetworkEnabledProperty
695 int WifiNetwork::WifiNetworkSsidProperty::get(int idx, char *buffer, size_t max) { function in class:WifiNetwork::WifiNetworkSsidProperty
708 int WifiNetwork::WifiNetworkBssidProperty::get(int idx, char *buffer, size_t max) { function in class:WifiNetwork::WifiNetworkBssidProperty
721 int WifiNetwork::WifiNetworkPskProperty::get(int idx, char *buffer, size_t max) { function in class:WifiNetwork::WifiNetworkPskProperty
735 int WifiNetwork::WifiNetworkWepKeyProperty::get(int idx, char *buffer, size_t max) { function in class:WifiNetwork::WifiNetworkWepKeyProperty
748 int WifiNetwork::WifiNetworkDefaultKeyIndexProperty::get(int idx, int *buffer) { function in class:WifiNetwork::WifiNetworkDefaultKeyIndexProperty
759 int WifiNetwork::WifiNetworkPriorityProperty::get(int idx, int *buffer) { function in class:WifiNetwork::WifiNetworkPriorityProperty
770 int WifiNetwork::WifiNetworkKeyManagementProperty::get(int idx, char *buffer, size_t max) { function in class:WifiNetwork::WifiNetworkKeyManagementProperty
811 int WifiNetwork::WifiNetworkProtocolsProperty::get(int idx, char *buffer, size_t max) { function in class:WifiNetwork::WifiNetworkProtocolsProperty
843 int WifiNetwork::WifiNetworkAuthAlgorithmsProperty::get(int idx, char *buffer, size_t max) function in class:WifiNetwork::WifiNetworkAuthAlgorithmsProperty
885 int WifiNetwork::WifiNetworkPairwiseCiphersProperty::get(int idx, char *buffer, size_t max) { function in class:WifiNetwork::WifiNetworkPairwiseCiphersProperty
920 int WifiNetwork::WifiNetworkGroupCiphersProperty::get(int idx, char *buffer, size_t max) { function in class:WifiNetwork::WifiNetworkGroupCiphersProperty
962 int WifiNetwork::WifiNetworkHiddenSsidProperty::get(int idx, char *buffer, size_t max) { function in class:WifiNetwork::WifiNetworkHiddenSsidProperty
    [all...]
  /packages/apps/Email/src/com/android/exchange/
SyncManager.java 355 SyncError error = syncErrorMap.get(mailboxId);
539 AccountManager.get(SyncManager.this).removeAccount(acct, null, null);
648 // Get a new observer
677 CalendarObserver observer = mCalendarObservers.get(accountId);
726 // Get its sync events; if it's changed, we've got work to do
    [all...]

Completed in 1624 milliseconds

<<81828384858687888990>>