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

<<21222324252627282930>>

  /system/core/sh/
arith_lex.c 1044 } /* end of scanning one token */
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 964 string token; local
965 in >> token; local
968 } else if (token == "zone") {
975 } else if (token == "rule") {
986 } else if (token == "link") {
999 } else if (token.length() > 0 && token[0] == '#') {
    [all...]
  /frameworks/base/libs/surfaceflinger/
SurfaceFlinger.cpp 231 uint32_t token = mTokens.acquire(); local
233 sp<Client> client = new Client(token, this);
235 mTokens.release(token);
238 status_t err = mClientsMap.add(token, client);
240 mTokens.release(token);
244 new BClient(this, token, client->getControlBlockMemory());
    [all...]
  /external/srec/srec/crec/
srec_context.c 2896 arc_token *token = token_base + i; local
2952 arc_token *token = token_base + i; local
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 521 \newtoks \evenheadline % Token sequence for heading line of even pages
522 \newtoks \oddheadline % Token sequence for heading line of odd pages
523 \newtoks \evenfootline % Token sequence for footing line of even pages
524 \newtoks \oddfootline % Token sequence for footing line of odd pages
    [all...]
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 437 long token = Binder.clearCallingIdentity(); local
439 Binder.restoreCallingIdentity(token);
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 530 * @return The token ID for this element
    [all...]
DecimalFormatProperties.java 313 * @return The token ID for this element
ElemApplyTemplates.java 113 * @return Token ID for this element types
ElemCallTemplate.java 90 * @return The token ID for this element
ElemElement.java 145 * @return The token ID for this element
ElemForEach.java 232 * @return The token ID for this element
  /external/bison/src/
scan-skel.c 979 fatal ("invalid token in skeleton: %s", skel_text);
1194 } /* end of scanning one token */
    [all...]
  /external/libpcap/
pcap-dlpi.c 416 * D/I/X Ethernet and 802.3, or for {FDDI,Token Ring} plus
417 * 802.2 and {FDDI,Token Ring} plus 802.2 plus SNAP.
655 ** it's IBM, probably means a Token Ring device. (Perhaps we
661 ** says that works on Token Ring (he says that 0 does *not*
822 * XXX - what about DL_TPB? Is that Token Bus?
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/
FilenameUtils.java     [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 143 /** The user token handler. */
216 ("User token handler may not be null.");
313 // See if we have a user token bound to the execution context
    [all...]
  /external/expat/lib/
expat.h     [all...]
  /external/ipsec-tools/
ChangeLog 269 src/setkey/token.l: use a single PATH_IPSEC_H to fix some
549 src/setkey/setkey.8, src/setkey/test-pfkey.c, src/setkey/token.l:
700 * src/: libipsec/pfkey_dump.c, setkey/token.l: From Larry Baird:
  /external/opencore/extern_tools_v2/bin/linux/
make 
  /external/v8/tools/v8.xcodeproj/
project.pbxproj 128 89A88E250E71A6C20043BA31 /* token.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF18E0E719B8F00D62E90 /* token.cc */; };
189 89F23C790E78D5B2006B2466 /* token.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF18E0E719B8F00D62E90 /* token.cc */; };
    [all...]
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 582 case 0: // Magic token: EOL
591 case 1: // Magic token: EOF
600 case 2: { // Magic token: Delta
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flex.skl 645 } /* end of scanning one token */
1006 * token and flags that we need to
1007 * try matching the token before
    [all...]
skel.c 650 " } /* end of scanning one token */",
1011 " * token and flags that we need to",
1012 " * try matching the token before",
    [all...]
  /frameworks/base/core/java/android/app/
Service.java 390 * unique integer token representing the start request. Do not call this method directly.
648 ActivityThread thread, String className, IBinder token,
653 mToken = token;
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 276 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
291 switch (token) {
661 public void onQueryComplete(int token, Object cookie, CallerInfo ci){
    [all...]

Completed in 297 milliseconds

<<21222324252627282930>>