/frameworks/base/libs/binder/ |
ProcessState.cpp | 132 // no interface token on this magic transaction
|
/frameworks/base/services/java/com/android/server/ |
AppWidgetService.java | 326 long token = Binder.clearCallingIdentity(); local 330 Binder.restoreCallingIdentity(token); 641 long token = Binder.clearCallingIdentity(); local 646 Binder.restoreCallingIdentity(token); [all...] |
/frameworks/base/test-runner/src/android/test/ |
ServiceTestCase.java | 130 null, // token not needed when not talking with the activity manager
|
/hardware/ti/omap3/dspbridge/inc/ |
csl.h | 304 * String (the token)
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
csl.h | 305 * String (the token)
|
/packages/apps/Browser/src/com/android/browser/ |
TitleBar.java | 335 // checking the window token lets us be sure that we
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
SimpleCharStream.java | 407 * Method to adjust line and column numbers for the start of a token.
|
/packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/ |
SimpleCharStream.java | 407 * Method to adjust line and column numbers for the start of a token.
|
/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/ |
SimpleCharStream.java | 407 * Method to adjust line and column numbers for the start of a token.
|
/packages/apps/Gallery3D/src/com/cooliris/picasa/ |
PicasaApi.java | 104 // Get the token without user interaction.
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SearchActivity.java | 237 protected void onQueryComplete(int token, Object cookie, Cursor c) {
|
/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | 182 public static void unbindFromService(ServiceToken token) { 183 if (token == null) { 184 Log.e("MusicUtils", "Trying to unbind with null token"); 187 ContextWrapper cw = token.mWrappedContext; [all...] |
/packages/apps/Phone/src/com/android/phone/ |
ManageConferenceUtils.java | 323 public void onQueryComplete(int token, Object cookie, CallerInfo ci) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiResourceAttributeNode.java | 187 * Finally if anywhere in the string we find the special token "android:", we use the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/ |
TestLayoutDevicesXsd.java | 314 /** WHitespace around token is accepted by the schema. */
|
/system/core/init/ |
readme.txt | 10 whitespace into a token. Double quotes may also be used to prevent
|
/external/libxml2/ |
relaxng.c | [all...] |
/cts/tools/signature-tools/lib/ |
stringtemplate.jar | |
/external/libpcap/ |
gencode.c | 937 * Token Ring doesn't really have a link-level type field. 947 * if a token ring packet has *no* routing 960 off_nl = 22; /* Token Ring+802.2+SNAP */ 961 off_nl_nosnap = 17; /* Token Ring+802.2 */ [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/internal/nls/ |
messages.properties | 319 security.8F=Unexpected token encountered: {0}. {1} 320 security.90=Unexpected token encountered: {0}
|
/external/bluetooth/glib/glib/ |
gstrfuncs.c | 2494 gchar *token; local [all...] |
/external/jpeg/ |
ansi2knr.c | 187 * and with a left brace as the first token on the following line 206 lpd 96-01-15 changed to require that the first non-comment token
|
/external/kernel-headers/original/linux/ |
sysctl.h | 187 VM_SWAP_TOKEN_TIMEOUT=28, /* default time for token time out */ 697 /* /proc/sys/net/token-ring */
|
/external/opencore/protocols/sdp/common/include/ |
session_info.h | 701 inline void setKeyFreshToken(const char *token, int size) 703 intKeyFreshToken.set(token, size); [all...] |
/external/skia/src/animator/ |
SkAnimatorScript2.cpp | 153 virtual bool getIndex(const char* token, int len, size_t* result) { 155 bool success = fEngine->getMaker().find(token, len, &displayable);
|