OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOKEN
(Results
1 - 8
of
8
) sorted by null
/external/e2fsprogs/lib/ss/
parse.c
24
enum parse_mode { WHITESPACE,
TOKEN
, QUOTED_STRING };
88
/* random-
token
mode */
89
parse_mode =
TOKEN
;
96
while (parse_mode ==
TOKEN
) {
128
parse_mode =
TOKEN
;
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java
34
/* TODO: The
token
from the Chrome Developer Dashboard. */
35
private static final String
TOKEN
= "[INSERT
TOKEN
HERE]";
37
/* TODO: The
token
secret from the Chrome Developer Dashboard. */
38
private static final String TOKEN_SECRET = "[INSERT
TOKEN
SECRET HERE]";
74
oauth.setTokenWithSecret(
TOKEN
, TOKEN_SECRET);
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java
34
/* TODO: The
token
from the Chrome Developer Dashboard. */
35
private static final String
TOKEN
= "[INSERT
TOKEN
HERE]";
37
/* TODO: The
token
secret from the Chrome Developer Dashboard. */
38
private static final String TOKEN_SECRET = "[INSERT
TOKEN
SECRET HERE]";
74
oauth.setTokenWithSecret(
TOKEN
, TOKEN_SECRET);
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj
424
/*@egen*/
Token
t; }
451
/*@egen*/
Token
t; }
479
TOKEN
:
500
// different
token
type than inner ")" instances.
518
TOKEN
:
535
// to make sure matchedToken.
token
=
token
.toString()
572
TOKEN
:
580
TOKEN
:
590
TOKEN
:
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php
45
const
TOKEN
= '[REPLACE THIS WITH YOUR OAUTH
TOKEN
]';
46
const TOKEN_SECRET = '[REPLACE THIS WITH YOUR OAUTH
TOKEN
SECRET]';
48
public $
token
;
variable
54
$this->
token
= new OAuthToken(self::
TOKEN
, self::TOKEN_SECRET);
variable
109
$this->consumer, $this->
token
, 'GET', $url, array());
112
$this->
token
);
/external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java
396
* ":"), {@code Scanner} would recognize it only as a single
token
.
412
// The character index within this.text at which the current
token
begins.
415
// The line and column numbers of the current
token
.
419
// The line and column numbers of the previous
token
(allows throwing
428
private static final Pattern
TOKEN
= Pattern.compile(
458
/** Advance to the next
token
. */
474
// Match the next
token
.
479
matcher.usePattern(
TOKEN
);
495
*
token
.
505
* If the next
token
exactly matches {@code token}, consume it and retur
[
all
...]
/cts/tools/signature-tools/lib/
antlr-2.7.7.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 1849 milliseconds