HomeSort by relevance Sort by last modified time
    Searched full:token (Results 826 - 850 of 1146) sorted by null

<<31323334353637383940>>

  /external/webkit/JavaScriptCore/icu/unicode/
ustring.h 386 * @param src String containing token(s). This string will be modified.
388 * be NULL to get to the next token.
395 * @return A pointer to the next token found in src, or NULL
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
ustring.h 386 * @param src String containing token(s). This string will be modified.
388 * be NULL to get to the next token.
395 * @return A pointer to the next token found in src, or NULL
    [all...]
  /external/webkit/WebCore/icu/unicode/
ustring.h 386 * @param src String containing token(s). This string will be modified.
388 * be NULL to get to the next token.
395 * @return A pointer to the next token found in src, or NULL
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
ustring.h 386 * @param src String containing token(s). This string will be modified.
388 * be NULL to get to the next token.
395 * @return A pointer to the next token found in src, or NULL
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 523 * not overwrite that token, i.e it can only append data to the
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 273 Rfc822Token token = tokens[0]; local
274 email = token.getAddress();
275 displayName = token.getName();
    [all...]
  /external/icu4c/common/
ustring.c 603 /* Create a token */
609 /* Return the last token */
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp     [all...]
  /external/qemu/hw/
bt-l2cap.c 581 /* Token rate */
586 /* Token bucket size */
    [all...]
  /external/strace/
system.c 445 struct token t;
450 if (umove(tcp, (int)a.token, &t) < 0)
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 822 // Check that the security token in the calling global object is
823 // compatible with the security token in the receiving global
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 697 // Check that the security token in the calling global object is
698 // compatible with the security token in the receiving global
    [all...]
  /external/v8/tools/
test.py 811 def AddToken(self, token):
812 self.tokens.append(token)
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c 1017 char **str_ptr, const char *token, int param_type, void *dst, int param_max_len);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ViewContactActivity.java 309 public void onQueryComplete(int token, Object cookie, final Cursor cursor) {
310 if (token == TOKEN_STATUSES) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 428 IBinder token = getWindowToken(); local
429 if (token != null) {
    [all...]
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java     [all...]
  /prebuilt/common/ant/
ant.jar 
  /cts/tools/dasm/src/dasm/
parser.cup 60 terminal token
  /cts/tools/dasm/src/java_cup/
parser.cup 162 terminal java_cup.runtime.token
  /dalvik/libcore/luni/src/main/java/java/io/
ObjectInputStream.java 624 * Return the next token code (TC) from the receiver, which indicates what
    [all...]
  /development/pdk/docs/porting/
bring_up.jd 92 <li>All classes are line-oriented and consist of tokens separated by whitespace. c-style backslash escapes may be used to insert whitespace into a token. &nbsp;Double quotes may also be used to prevent whitespace from breaking text into multiple tokens. A backslash <br />
  /external/bluetooth/bluez/rfcomm/
parser.c 449 printf("%sdebug: state %d, error recovery discards token %d (%s)\n",
  /external/bluetooth/bluez/src/
dbus-hci.c 456 /* This means that there was no pending PIN or SSP token
  /external/bluetooth/glib/docs/reference/gobject/
tut_gsignal.xml 328 magic token/argument which is passed around during signal emission and which is used

Completed in 939 milliseconds

<<31323334353637383940>>