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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/training/
best-permissions-ids.jd 1 page.title=Best Practices for Permissions and Identifiers
9 and identifiers properly in your apps.</p
  /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/iproute2/man/man8/
ip-token.8 31 from Router advertisements. The primary target for tokenized identifiers are
33 using DHCPv6 or SLAAC. By using tokenized identifiers, hosts can still
36 IPv6 Identifiers are described in the draft
37 [1]: <draft-chown-6man-tokenised-ipv6-identifiers-02>.
58 list all tokenized interface identifiers for the networking interfaces from
  /external/clang/test/Modules/
invalidate-identifiers.c 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/invalidate-identifiers -emit-llvm-only %s
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug464.go 8 // for identifiers wrongly used as types.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug464.go 8 // for identifiers wrongly used as types.
  /system/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/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...]
  /external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
control 15 hardware identifiers required to generate state keys (such as machine and disk
  /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/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/opencv3/3rdparty/include/ffmpeg_/libavutil/
eval.h 40 * @param const_names NULL terminated array of zero terminated strings of constant identifiers, for example {"PI", "E", 0}
41 * @param const_values a zero terminated array of values for the identifiers from const_names
42 * @param func1_names NULL terminated array of zero terminated strings of funcs1 identifiers
44 * @param func2_names NULL terminated array of zero terminated strings of funcs2 identifiers
65 * @param const_names NULL terminated array of zero terminated strings of constant identifiers, for example {"PI", "E", 0}
66 * @param func1_names NULL terminated array of zero terminated strings of funcs1 identifiers
68 * @param func2_names NULL terminated array of zero terminated strings of funcs2 identifiers
83 * @param const_values a zero terminated array of values for the identifiers from av_expr_parse() const_names
  /external/autotest/client/site_tests/network_3GIdentifiers/
network_3GIdentifiers.py 27 """This test verifies that a modem returns valid identifiers."""
46 """Validates GSM identifiers."""
79 """Validates CDMA identifiers."""
106 logging.info('Validating GSM identifiers')
110 logging.info('Validating CDMA identifiers')
control 19 The test queries the modem for the following identifiers:
  /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...]

Completed in 2572 milliseconds

1 2 3 4 5 6 7 8 91011>>