/external/v8/test/mjsunit/ |
keywords-and-reserved_words.js | 107 // Not keywords - these are all just identifiers. 108 var identifiers = [ variable 122 for (var i = 0; i < identifiers.length; i++) { 123 assertEquals ("identifier", classifyIdentifier(identifiers[i]));
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
asdl.h | 14 at this stage. So, for example, I'll represent identifiers as
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_msilib.py | 9 """The Identifier data type is a text string. Identifiers may contain the
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
asdl.h | 14 at this stage. So, for example, I'll represent identifiers as
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_msilib.py | 9 """The Identifier data type is a text string. Identifiers may contain the
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DexFile.java | 64 /** {@code non-null;} string identifiers section */ 67 /** {@code non-null;} type identifiers section */ 70 /** {@code non-null;} prototype identifiers section */ 73 /** {@code non-null;} field identifiers section */ 76 /** {@code non-null;} method identifiers section */ 286 * Gets the string identifiers section. 292 * @return {@code non-null;} the string identifiers section 325 * Gets the type identifiers section. 331 * @return {@code non-null;} the class identifiers section 338 * Gets the prototype identifiers section [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
DexFile.java | 67 /** {@code non-null;} string identifiers section */ 70 /** {@code non-null;} type identifiers section */ 73 /** {@code non-null;} prototype identifiers section */ 76 /** {@code non-null;} field identifiers section */ 79 /** {@code non-null;} method identifiers section */ 305 * Gets the string identifiers section. 311 * @return {@code non-null;} the string identifiers section 344 * Gets the type identifiers section. 350 * @return {@code non-null;} the class identifiers section 357 * Gets the prototype identifiers section [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DexFile.java | 69 /** {@code non-null;} string identifiers section */ 72 /** {@code non-null;} type identifiers section */ 75 /** {@code non-null;} prototype identifiers section */ 78 /** {@code non-null;} field identifiers section */ 81 /** {@code non-null;} method identifiers section */ 307 * Gets the string identifiers section. 313 * @return {@code non-null;} the string identifiers section 346 * Gets the type identifiers section. 352 * @return {@code non-null;} the class identifiers section 359 * Gets the prototype identifiers section [all...] |
/external/boringssl/src/include/openssl/ |
obj.h | 71 * identifiers. These values are often written as a dotted sequence of numbers, 76 * object identifiers and also has both short and long names for them. 78 * This library provides functions for translating between object identifiers, 82 * stable identifiers. */ 136 /* Dealing with textual representations of object identifiers. */ 166 /* Handling signature algorithm identifiers.
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo_test.py | 62 """Tests that the correct namespace is returned for various identifiers.""" 103 """Tests that provides for created identifiers are not extra.""" 259 """Tests that provided identifiers don't cause a missing provide.""" 270 """Tests that provided identifiers on a class don't cause a missing provide 322 """Tests that required namespaces satisfy identifiers on that namespace.""" 355 """Tests that provided namespaces satisfy identifiers on that namespace.""" 378 """Tests that created identifiers satisfy usage of the identifier.""" 412 """Tests that created identifiers satisfy usage of the identifier."""
|
/external/llvm/test/Verifier/ |
module-flags-1.ll | 29 ; CHECK: module flag identifiers must be unique (or of 'require' type) 32 ; CHECK-NOT: module flag identifiers must be unique
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
test_bad_identifiers.proto | 33 // This file tests that various identifiers work as field and type names even 34 // though the same identifiers are used internally by the java code generator.
|
/external/selinux/secilc/docs/ |
cil_context_statement.xml | 9 <listitem><para>Anonymous - They are defined within the CIL labeling statement using user, role etc. identifiers.</para></listitem> 85 <para>This example uses an anonymous context where the previously declared <literal><link linkend="user">user</link> <link linkend="role">role</link> <link linkend="type">type</link> <link linkend="levelrange">levelrange</link></literal> identifiers are used to specifiy two <literal><link linkend="portcon">portcon</link></literal> statements:</para>
|
/external/v8/test/webkit/ |
keywords-and-reserved_words.js | 66 // Not keywords - these are all just identifiers. 73 // These are identifiers that we used to treat as keywords!
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/ |
c-pragma.h | 25 /* Pragma identifiers built in to the front end parsers. Identifiers
|
/developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/res/xml/ |
backup.xml | 21 <!-- Be sure to exclude any device-specific identifiers, such as the GCM registration key. -->
|
/developers/build/prebuilts/gradle/DocumentCentricRelinquishIdentity/Application/src/main/java/com/example/android/documentcentricrelinquishidentity/ |
NewDocumentActivity.java | 26 * Activity that changes its task identifiers by setting a new {@link android.app.ActivityManager.TaskDescription}
|
/developers/samples/android/content/AutoBackupForApps/Application/src/main/res/xml/ |
backup.xml | 21 <!-- Be sure to exclude any device-specific identifiers, such as the GCM registration key. -->
|
/developers/samples/android/ui/activitytasks/DocumentCentricRelinquishIdentity/Application/src/main/java/com/example/android/documentcentricrelinquishidentity/ |
NewDocumentActivity.java | 26 * Activity that changes its task identifiers by setting a new {@link android.app.ActivityManager.TaskDescription}
|
/development/samples/browseable/AutoBackupForApps/res/xml/ |
backup.xml | 21 <!-- Be sure to exclude any device-specific identifiers, such as the GCM registration key. -->
|
/development/samples/browseable/DocumentCentricRelinquishIdentity/src/com.example.android.documentcentricrelinquishidentity/ |
NewDocumentActivity.java | 26 * Activity that changes its task identifiers by setting a new {@link android.app.ActivityManager.TaskDescription}
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/ |
T.g | 40 // dump declarations for all identifiers seen in statement list
|
/external/clang/include/clang/Serialization/ |
GlobalModuleIndex.h | 11 // containing all of the identifiers known to the various modules within a given 49 /// the identifiers within those module files. 52 /// place where one can look for identifiers determine which 150 /// \brief Returns an iterator for identifiers stored in the index table.
|
/external/kernel-headers/original/uapi/linux/ |
connector.h | 59 * idx and val are unique identifiers which
|
/external/llvm/test/DebugInfo/X86/ |
c-type-units.ll | 8 ; no known LLVM frontends produce appropriate unique identifiers for C types,
|