HomeSort by relevance Sort by last modified time
    Searched full:what (Results 201 - 225 of 9590) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 121 void registerForRadioStateChanged(Handler h, int what, Object obj);
124 void registerForVoiceRadioTechChanged(Handler h, int what, Object obj);
133 void registerForOn(Handler h, int what, Object obj);
142 void registerForAvailable(Handler h, int what, Object obj);
151 void registerForNotAvailable(Handler h, int what, Object obj);
160 void registerForOffOrNotAvailable(Handler h, int what, Object obj);
166 void registerForIccStatusChanged(Handler h, int what, Object obj);
169 void registerForCallStateChanged(Handler h, int what, Object obj);
171 void registerForVoiceNetworkStateChanged(Handler h, int what, Object obj);
173 void registerForDataNetworkStateChanged(Handler h, int what, Object obj)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
MultiAutoCompleteTextView_CommaTokenizerTest.java 125 UnderlineSpan what = new UnderlineSpan(); local
126 spannableString.setSpan(what, 0, spannableString.length(),
131 assertEquals(0, actual.getSpanStart(what));
132 assertEquals(spannableString.length(), actual.getSpanEnd(what));
  /dalvik/dx/src/com/android/dx/merge/
CollisionPolicy.java 20 * What to do when two dex files define the same class.
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp 55 * public static int heapInfoNotify(int what)
70 * public static boolean heapSegmentNotify(int when, int what, bool native)
79 int what = args[1]; // 0=merged objects, 1=distinct objects local
83 ret = dvmDdmHandleHpsgNhsgChunk(when, what, native);
  /docs/source.android.com/src/tech/encryption/
index.md 20 detailed description of how it is tied into the Android system and what must
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
TTree.g 22 // What package should the generated source exist in?
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeAdaptor.cs 65 * If you care what the token payload objects' type is, you should
88 * If you care what the token payload objects' type is, you should
98 * What is the Token associated with this node? If
109 return null; // no idea what to do
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DigestCalculator.java 31 * Return the digest calculated on what has been written to the calculator's output stream.
  /external/chromium/chrome/browser/net/
url_request_failed_dns_job.h 4 // This class simulates what wininet does when a dns lookup fails.
  /external/chromium/chrome/browser/sync/
profile_sync_service_observer.h 14 // Observers should query the service to determine what happened.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
selected_keyword_decoration.h 25 // Determines what combination of labels and image will best fit
  /external/chromium/chrome/browser/ui/views/
event_utils.h 17 // Translates event flags into what kind of disposition they represents.
  /external/chromium/chrome/browser/userfeedback/proto/
chrome.proto 18 // What platform has a report been sent from.
  /external/chromium/testing/gtest/xcode/Config/
DebugProject.xcconfig 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
  /external/clang/test/Analysis/
method-call.cpp 14 (void)a->getx(); // assume we know what we're doing
system-header-simulator-cxx.h 53 virtual const char *what() const throw() { function in class:std::exception
  /external/clang/test/Sema/
pragma-pack-3.c 14 // for example changing this to pack(8), I don't even understand what gcc
  /external/compiler-rt/BlocksRuntime/tests/
localisglobal.c 36 printf("local block is not global, not stack, what is it??\n");
  /external/dbus/cmake/modules/
CheckForAbstractSockets.c 23 addr.sun_path[0] = '\0'; /* this is what makes it abstract */
  /external/e2fsprogs/
README 17 suggestions of what sort of information to include when submitting bug
  /external/icu4c/common/unicode/
udeprctd.h 17 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
usystem.h 17 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
  /external/iptables/extensions/
libip6t_HL.man 2 is similar to what is known as TTL value in IPv4. Setting or incrementing the
libxt_CONNMARK.man 13 i.e. \fIctmask\fP defines what bits to clear and \fInfmask\fP what bits of the
23 i.e. \fInfmask\fP defines what bits to clear and \fIctmask\fP what bits of the
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultData.java 22 * If you're not sure what Data implementation to use, just use this one - it will be a sensible

Completed in 851 milliseconds

1 2 3 4 5 6 7 891011>>