HomeSort by relevance Sort by last modified time
    Searched full:identifiers (Results 1 - 25 of 676) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-039.js 4 ECMA Section: 7.5 Identifiers
5 Description: Identifiers are of unlimited length
8 - identifiers are case sensitive
15 var TITLE = "Identifiers";
lexical-040.js 4 ECMA Section: 7.5 Identifiers
5 Description: Identifiers are of unlimited length
8 - identifiers are case sensitive
15 var TITLE = "Identifiers";
lexical-041.js 4 ECMA Section: 7.5 Identifiers
5 Description: Identifiers are of unlimited length
8 - identifiers are case sensitive
15 var TITLE = "Identifiers";
lexical-042.js 4 ECMA Section: 7.5 Identifiers
5 Description: Identifiers are of unlimited length
8 - identifiers are case sensitive
15 var TITLE = "Identifiers";
lexical-004.js 8 Reserved words cannot be used as identifiers.
lexical-005.js 8 Reserved words cannot be used as identifiers.
lexical-007.js 8 Reserved words cannot be used as identifiers.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.5-1.js 24 ECMA Section: 7.5 Identifiers
25 Description: Identifiers are of unlimited length
28 - identifiers are case sensitive
36 var TITLE = "Identifiers";
7.5-10-n.js 24 ECMA Section: 7.5 Identifiers
25 Description: Identifiers are of unlimited length
28 - identifiers are case sensitive
36 var TITLE = "Identifiers";
7.5-2-n.js 24 ECMA Section: 7.5 Identifiers
25 Description: Identifiers are of unlimited length
28 - identifiers are case sensitive
36 var TITLE = "Identifiers";
7.5-3-n.js 24 ECMA Section: 7.5 Identifiers
25 Description: Identifiers are of unlimited length
28 - identifiers are case sensitive
36 var TITLE = "Identifiers";
7.5-4-n.js 24 ECMA Section: 7.5 Identifiers
25 Description: Identifiers are of unlimited length
28 - identifiers are case sensitive
36 var TITLE = "Identifiers";
7.5-5-n.js 24 ECMA Section: 7.5 Identifiers
25 Description: Identifiers are of unlimited length
28 - identifiers are case sensitive
36 var TITLE = "Identifiers";
7.5-6.js 24 ECMA Section: 7.5 Identifiers
25 Description: Identifiers are of unlimited length
28 - identifiers are case sensitive
36 var TITLE = "Identifiers";
7.5-7.js 24 ECMA Section: 7.5 Identifiers
25 Description: Identifiers are of unlimited length
28 - identifiers are case sensitive
36 var TITLE = "Identifiers";
7.5-8-n.js 24 ECMA Section: 7.5 Identifiers
25 Description: Identifiers are of unlimited length
28 - identifiers are case sensitive
36 var TITLE = "Identifiers";
7.5-9-n.js 24 ECMA Section: 7.5 Identifiers
25 Description: Identifiers are of unlimited length
28 - identifiers are case sensitive
36 var TITLE = "Identifiers";
  /external/ppp/pppd/plugins/pppoatm/
atmsap.h 14 * Selected ISO/IEC TR 9577 Network Layer Protocol Identifiers (NLPID)
20 * Selected Organizationally Unique Identifiers (OUIs)
27 * Selected vendor-specific application identifiers (for B-HLI). Such an
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Choice.java 215 // identifiers table: [2][number of distinct identifiers]
216 // identifiers[0]: stores identifiers (includes nested choices)
217 // identifiers[1]: stores identifiers' indexes in array of types
218 private final int[][] identifiers; field in class:ASN1Choice
235 // create map of all identifiers
247 // add all choice's identifiers
248 int[][] choiceToAdd = ((ASN1Choice) t).identifiers;
    [all...]
  /external/chromium/third_party/icu/source/data/translit/
en.txt 17 // This list is currently incomplete, and care should be taken to translate these identifiers.
  /external/icu4c/data/translit/
en.txt 17 // This list is currently incomplete, and care should be taken to translate these identifiers.
  /external/srec/srec/Semproc/src/
ExpressionParser.c 218 self->ptokenBuf = self->identifiers[self->idCount];
237 self->ptokenBuf = self->identifiers[self->idCount];
254 self->ptokenBuf = self->identifiers[self->idCount];
262 rc = EP_LookUpFunction(self, self->identifiers[self->idCount-1], &self->userData, &self->pfunction);
267 PLogError(L("%s: Function '%s' is undefined"), ESR_rc2str(rc), self->identifiers[self->idCount-1]);
273 LSTRCPY(self->functionName, self->identifiers[self->idCount-1]);
276 self->ptokenBuf = self->identifiers[self->idCount];
292 self->ptokenBuf = self->identifiers[self->idCount];
321 self->ptokenBuf = self->identifiers[self->idCount];
338 self->ptokenBuf = self->identifiers[self->idCount]
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-002-n.js 31 printStatus ("Non-character escapes in identifiers negative test.");
35 "Non-character escapes in identifiers negative test.");
  /external/clearsilver/man/man3/
dictCreate.3 37 useCase - true to be case sensitive in identifiers
  /external/iproute2/include/linux/
genetlink.h 26 * List of reserved static generic netlink identifiers:

Completed in 679 milliseconds

1 2 3 4 5 6 7 8 91011>>