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

1 2 3 4 5 6 7 8 91011>>

  /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...]
utf8-allowed-chars.c 35 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
41 // expected-error@9 {{non-ASCII characters are not allowed outside of literals and identifiers}}
42 // expected-error@10 {{non-ASCII characters are not allowed outside of literals and identifiers}}
43 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
44 // expected-error@14 {{non-ASCII characters are not allowed outside of literals and identifiers}}
45 // expected-error@21 {{non-ASCII characters are not allowed outside of literals and identifiers}} expected-warning@21 {{declaration does not declare anything}}
53 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
60 // expected-error@9 {{non-ASCII characters are not allowed outside of literals and identifiers}}
61 // expected-error@11 {{non-ASCII characters are not allowed outside of literals and identifiers}}
62 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
    [all...]
  /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)
t013parser.py 18 assert parser.identifiers == ['foobar']
  /external/clang/test/Modules/
invalidate-identifiers.c 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/invalidate-identifiers -emit-llvm-only %s
  /external/sepolicy/
initial_sids 4 # Define initial security identifiers
  /external/clang/utils/
find-unused-diagnostics.sh 7 # Gather all diagnostic identifiers from the .td files.
10 # Now look for all potential identifiers in the source files.
  /external/clang/test/Parser/
altivec-csk-bool.c 5 // keywords (and therefore available for use as identifiers) when in
  /external/deqp/modules/gles2/scripts/
gen-keywords.py 82 invalidIdentifiers.append(IdentifierCase(name, identifier)) # Invalid identifiers
85 CaseGroup("keywords", "Usage of keywords as identifiers.", keywords),
86 CaseGroup("reserved_keywords", "Usage of reserved keywords as identifiers.", reservedKeywords),
87 CaseGroup("invalid_identifiers", "Usage of invalid identifiers.", invalidIdentifiers)
  /external/llvm/test/TableGen/
ValidIdentifiers.td 4 // Ensure that generated names for anonymous records are valid identifiers via the ctags index.
  /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 4 // Wide character predefined identifiers
  /external/deqp/modules/gles3/scripts/
gen-keywords.py 96 invalidIdentifiers.append(IdentifierCase(name, identifier)) # Invalid identifiers
99 CaseGroup("keywords", "Usage of keywords as identifiers.", keywords),
100 CaseGroup("reserved_keywords", "Usage of reserved keywords as identifiers.", reservedKeywords),
101 CaseGroup("invalid_identifiers", "Usage of invalid identifiers.", invalidIdentifiers)
  /external/icu/icu4c/source/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 60 var identifiers = ['a','b','c','d','e','f']; variable
61 var or_trees = makeTrees("|", identifiers);
62 var and_trees = makeTrees("&", identifiers);
78 eval(identifiers[j] + "+= ''");
81 eval(identifiers[j] + "= +" + identifiers[j]);
99 eval(identifiers[j] + "+= ''");
102 eval(identifiers[j] + "= +" + identifiers[j]);
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 39 * identifiers of some type, such as URLs, for the presence of
47 * security an spoofing issues with Unicode identifiers.
51 * The tests available on identifiers fall into two general categories:
55 * -# Two identifier tests. Check whether two specific identifiers are confusable.
68 * A USpoofChecker may be used repeatedly to perform checks on any number of identifiers.
71 * whether two identifiers are possible confusable, are thread safe.
81 * When testing whether pairs of identifiers are confusable, with the uspoof_areConfusable()
84 * -# USPOOF_SINGLE_SCRIPT_CONFUSABLE: All of the characters from the two identifiers are
85 * from a single script, and the two identifiers are visually confusable.
86 * -# USPOOF_MIXED_SCRIPT_CONFUSABLE: At least one of the identifiers contains character
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
serial_number_generator.py 28 "You can only make identifiers out of integers (not %r)"
32 "You cannot make identifiers out of negative numbers: %r"
99 ValueError: You cannot make identifiers out of negative numbers: -100
103 ValueError: You can only make identifiers out of integers (not 'test')
  /external/clang/test/Modules/Inputs/invalidate-identifiers/
a.h 1 // Ensure that loading 'i' introduces enough identifiers to cause the
  /external/iproute2/include/linux/
genetlink.h 26 * List of reserved static generic netlink identifiers:
  /external/kernel-headers/original/uapi/linux/
genetlink.h 26 * List of reserved static generic netlink identifiers:
net_dropmon.h 61 * Our group identifiers

Completed in 799 milliseconds

1 2 3 4 5 6 7 8 91011>>