/external/clang/test/Preprocessor/ |
assembler-with-cpp.c | 1 // RUN: %clang_cc1 -x assembler-with-cpp -E %s -o - | FileCheck -strict-whitespace -check-prefix=CHECK-Identifiers-False %s 11 // CHECK-Identifiers-False: 1: X . 15 // CHECK-Identifiers-False: # 321 19 // CHECK-Identifiers-False: # B C 24 // CHECK-Identifiers-False: # BAR42 29 // CHECK-Identifiers-False: 2: ' 30 // CHECK-Identifiers-False: 3: " 36 // CHECK-Identifiers-False: 4: '' 45 // CHECK-Identifiers-False: 5: expanded ( 50 // CHECK-Identifiers-False: 6: blarg $fo [all...] |
/external/webkit/Source/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";
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t013parser.g | 7 this.identifiers = []; 11 this.identifiers.push(name);
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t013parser.g | 7 self.identifiers = [] 13 self.identifiers.append(name)
|
/external/sepolicy/ |
initial_sids | 4 # Define initial security identifiers
|
/external/webkit/Source/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
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
basic.rb | 8 grammar Identifiers; 12 @identifiers = [] 17 attr_reader :reported_errors, :identifiers 20 @identifiers << name 38 lexer = Identifiers::Lexer.new( input ) 40 parser = Identifiers::Parser.new( tokens ) 45 parser.identifiers.should == %w(blah_de_blah) 51 lexer = Identifiers::Lexer.new( '' ) 52 parser = Identifiers::Parser.new( lexer ) 64 parser = Identifiers::Parser.new( 'blah_de_blah', :file => 'blah.txt' [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Choice.java | 214 * identifiers table: [2][number of distinct identifiers] 215 * identifiers[0]: stores identifiers (includes nested choices) 216 * identifiers[1]: stores identifiers' indexes in array of types 218 private final int[][] identifiers; field in class:ASN1Choice 235 // create map of all identifiers 246 // add all choice's identifiers 247 int[][] choiceToAdd = ((ASN1Choice) t).identifiers; [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignatureEncryptionAlgorithmFinder.java | 6 * Finder which is used to look up the algorithm identifiers representing the encryption algorithms that
|
/external/clang/test/Sema/ |
ms_wide_predefined_expr.cpp | 3 // Wide character predefined identifiers
|
/external/icu4c/data/translit/ |
en.txt | 17 // This list is currently incomplete, and care should be taken to translate these identifiers.
|
/external/v8/test/mjsunit/compiler/ |
expression-trees.js | 59 var identifiers = ['a','b','c','d','e','f','g','h']; variable 60 var or_trees = makeTrees("|", identifiers); 61 var and_trees = makeTrees("&", identifiers); 79 eval(identifiers[j] + "+= ''"); 82 eval(identifiers[j] + "= +" + identifiers[j]); 102 eval(identifiers[j] + "+= ''"); 105 eval(identifiers[j] + "= +" + identifiers[j]);
|