HomeSort by relevance Sort by last modified time
    Searched full:callers (Results 51 - 75 of 979) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/
focus_tracker.h 11 // constructed, and callers can use restoreFocus to return focus to
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar.h 21 // Callers should delete the returned InfoBar immediately after
  /external/chromium/chrome/browser/ui/tabs/
tab_menu_model.h 18 // TODO: nuke this constructor when callers are updated.
  /external/compiler-rt/lib/i386/
floatdisf.S 11 // However, if callers of this routine can be safely assumed to store the argument
floatdixf.S 13 // However, if callers of this routine can be safely assumed to store the argument
  /external/llvm/test/Transforms/DeadArgElim/
deadexternal.ll 41 ; Check that callers are not transformed for weak definitions.
  /external/oprofile/libop/
op_xml_out.h 35 CALLERS, CALLEES,
  /external/v8/test/mjsunit/tools/
tickprocessor-test.func-info 21 Callers occupying less than 2.0% are not shown.
  /external/webkit/LayoutTests/http/tests/resources/
portabilityLayer.php 8 // append a trailing slash, and expect callers to append one when needed.
  /external/webkit/Source/WebKit/win/
WebKitCOMAPI.h 33 // Callers should use this API instead of CoCreateInstance to instantiate WebKit COM classes.
  /frameworks/compile/libbcc/runtime/lib/i386/
floatdisf.S 11 // However, if callers of this routine can be safely assumed to store the argument
  /libcore/json/src/main/java/org/json/
JSONException.java 33 * callers should simply wrap this exception in an unchecked exception and
  /libcore/luni/src/main/java/java/net/
UnknownHostException.java 31 * Callers should usually supply a detail message.
  /libcore/luni/src/main/java/libcore/io/
StructPollfd.java 39 * A non-standard extension that lets callers conveniently map back to the object
  /packages/apps/Email/src/com/android/email/mail/transport/
CountingOutputStream.java 24 * makes that count available to callers.
  /packages/apps/Phone/res/layout/
manage_conference_panel.xml 82 <!-- The scrollview wrapper for the list of callers on
90 <!-- The actual list of callers; this embedded LinearLayout
99 <!-- A conference can have at most MAX_CALLERS_IN_CONFERENCE (= 5) callers,
127 </LinearLayout> <!-- End of "list of callers on conference call" -->
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusRanker.java 33 * The most important corpora come first in the list. Callers should not modify the
  /packages/apps/Contacts/src/com/android/contacts/calllog/
DefaultVoicemailNotifier.java 107 String callers = null; local
131 // This is a new caller. Add it to the back of the list of callers.
132 if (TextUtils.isEmpty(callers)) {
133 callers = name;
135 callers = resources.getString(
136 R.string.notification_voicemail_callers_list, callers, name);
158 .setContentText(callers)
  /external/oprofile/libpp/
callgraph_container.cpp 299 callee_data.callers[caller] += arc_count;
315 sort(sym.callers.begin(), sym.callers.end(), compare_arc_count);
320 cg_symbol::children::iterator cit = sym.callers.begin();
321 cg_symbol::children::iterator cend = sym.callers.end();
328 sym.callers.erase(sym.callers.begin(), cit);
362 cg_data::children::const_iterator cend = data.callers.end();
364 for (cit = data.callers.begin(); cit != cend; ++cit) {
367 sym.callers.push_back(csym)
    [all...]
  /bionic/libm/src/
k_sin.c 26 * 2. Callers must return sin(-0) = -0 without calling here since our
28 * Callers may do the optimization sin(x) ~ x for tiny x.
  /dalvik/vm/native/
InternalNativePriv.h 72 * position, because the callers of this function are trying to convey
73 * the "traditional" meaning of the flags to their callers.
  /external/chromium/chrome/browser/cocoa/
authorization_util.mm 101 // silly and callers probably aren't dealing with that. Put the cast here
102 // to make things a little easier on callers.
  /external/chromium/chrome/browser/extensions/
extension_function_dispatcher.h 45 // chrome-extension://<id> URL are being shown. Callers must check for a
94 // Returns the current browser. Callers should generally prefer
  /external/chromium/googleurl/src/
url_file.h 66 // values that are equal to or larger than the spec_len to simplify callers.
85 // values that are equal to or larger than the spec_len to simplify callers.
  /external/icu4c/common/
servloc.h 459 * Convenience override for callers using locales. This calls
466 * Convenience override for callers using locales. This calls
472 * Convenience override for callers using locales. This calls
478 * Convenience override for callers using locales. This uses
486 * Convenience override for callers using locales. This calls
493 * Convenience function for callers using locales. This calls
500 * Convenience function for callers using locales. This instantiates
516 * Convenience method for callers using locales. This returns the standard

Completed in 801 milliseconds

1 23 4 5 6 7 8 91011>>