HomeSort by relevance Sort by last modified time
    Searched full:identifier (Results 151 - 175 of 5290) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/jdiff/src/jdiff/
SingleComment.java 7 * Represents a single comment element. Has an identifier and some text.
14 /** The identifier for this comment. */
  /external/llvm/test/MC/Mips/
set-at-noat-bad-syntax.s 14 # CHECK: error: unexpected token, expected identifier or integer
17 # CHECK: error: unexpected token, expected identifier or integer
  /external/srtp/crypto/include/
crypto.h 14 * @brief A cipher_type_id_t is an identifier for a particular cipher
28 * @brief An auth_type_id_t is an identifier for a particular authentication
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1StringType.java 74 * Tests provided identifier.
76 * @param identifier identifier to be verified
77 * @return true if identifier correspond to primitive or constructed
78 * identifier of this ASN.1 string type, otherwise false
80 public final boolean checkTag(int identifier) {
81 return this.id == identifier || this.constrId == identifier;
  /prebuilts/misc/common/swig/include/2.0.11/uffi/
uffi.swg 32 ;;; You can define your own identifier converter if you want.
33 ;;; Use the -identifier-converter command line argument to
36 (defun identifier-convert-null (id &key type)
40 (defun identifier-convert-lispify (cname &key type)
68 (defun identifier-convert-low-level (cname &key type)
83 (let ((symbol (funcall *swig-identifier-converter* string :type :constant)))
88 (let ((symbol (funcall *swig-identifier-converter* name :type :operator)))
95 (let ((symbol (funcall *swig-identifier-converter* name :type :type)))
  /libcore/luni/src/main/java/org/xml/sax/
InputSource.java 23 * a public identifier, a system identifier, a byte stream (possibly
43 * identifier.</p>
77 * Create a new input source with a system identifier.
80 * public identifier as well, or setEncoding to specify
83 * <p>If the system identifier is a URL, it must be fully
86 * @param systemId The system identifier (URI).
104 * public identifier, and may use setEncoding to specify the object's
125 * public identifier.</p>
142 * Set the public identifier for this input source
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t025lexerRulePropertyRef.g 10 IDENTIFIER:
  /external/antlr/antlr-3.4/runtime/Python/tests/
t025lexerRulePropertyRef.g 10 IDENTIFIER:
  /external/clang/include/clang/Basic/
Attributes.h 21 /// Is the identifier known as a GNU-style attribute?
23 /// Is the identifier known as a __declspec-style attribute?
25 // Is the identifier known as a C++-style attribute?
27 // Is the identifier known as a pragma attribute?
  /external/clang/test/CodeGenCXX/
debug-info-template-limit.cpp 4 // CHECK: ![[LINE:[0-9]+]] = !MDCompositeType(tag: DW_TAG_class_type, name: "TC<int>"{{.*}}, identifier: "_ZTS2TCIiE")
  /external/clang/test/FixIt/
fixit-unrecoverable.cpp 9 return static_cst<float>(y); // expected-error{{use of undeclared identifier 'static_cst'; did you mean 'static_cast'?}}
  /external/clang/test/Index/
IBOutletCollection.m 12 // CHECK-TOK: Identifier: "IBOutletCollection" [4:3 - 4:21] macro expansion=IBOutletCollection:1:9
15 // CHECK-TOK: Identifier: "Test" [4:22 - 4:26] ObjCClassRef=Test:3:12
18 // CHECK-TOK: Identifier: "Test" [4:28 - 4:32] ObjCClassRef=Test:3:12
20 // CHECK-TOK: Identifier: "anOutletCollection" [4:34 - 4:52] ObjCIvarDecl=anOutletCollection:4:34 (Definition)
  /external/clang/test/Parser/
cxx0x-literal-operators.cpp 3 void operator "" (const char *); // expected-error {{expected identifier}}
goto.c 5 goto ; /* expected-error {{expected identifier}} */
namespaces.cpp 12 namespace = PR14085; // expected-error {{expected identifier}}
  /external/clang/test/SemaCXX/
typo-correction-cxx11.cpp 4 decltype(ned); // expected-error-re {{use of undeclared identifier 'ned'{{$}}}}
  /external/clang/test/SemaObjC/
property-expression-error.m 22 Foo.x; // expected-error {{expected identifier or '('}}
  /frameworks/compile/slang/tests/F_bad_pragmas/
stderr.txt.expect 5 bad_pragmas.rs:10:18: error: expected identifier or '('
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion49.txt 7 android:id : Identifier of the layer. [reference]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 48 * @param uniqueId Unique identifier for a session
62 * @param uniqueId Unique identifier for a session
74 * @param uniqueId Unique identifier for a session
84 * @param uniqueId Unique identifier for a session
94 * @param uniqueId Unique identifier for a session
103 * @param uniqueId Unique identifier for a session
114 * @param uniqueId Unique identifier for a session
125 * @param uniqueId Unique identifier for a session
141 * @param uniqueId Unique identifier for a session
152 * @param uniqueId Unique identifier for a sessio
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
T.g 16 /* With this true, enum is seen as a keyword. False, it's an identifier */
24 stat: identifier {NSLog(@"enum is an ID");}
28 identifier
  /external/clang/test/SemaTemplate/
lookup-dependent-bases.cpp 15 D::foo2(); // expected-warning {{use of undeclared identifier 'D'; unqualified lookup into dependent bases of class template 'B' is a Microsoft extension}}
31 D::foo2(); // expected-error {{use of undeclared identifier 'D'}}
49 D::foo2(); // expected-warning {{use of undeclared identifier 'D'; unqualified lookup into dependent bases of class template 'C' is a Microsoft extension}}
recovery-crash.cpp 6 static void Work(int); // expected-note{{must qualify identifier}}
11 Work(x); // expected-error{{use of undeclared identifier}}
30 // expected-error {{use of undeclared identifier 'Mumble'}}
  /external/javassist/src/main/javassist/tools/rmi/
Sample.java 27 public Object forward(Object[] args, int identifier) {
28 return importer.call(objectId, identifier, args);
31 public static Object forwardStatic(Object[] args, int identifier)
  /external/javassist/src/main/javassist/tools/reflect/
ClassMetaobject.java 198 * <code>methodPrefix "_m_"</code> and the identifier.
202 static public Object invoke(Object target, int identifier, Object[] args)
207 String head = methodPrefix + identifier;
230 public Object trapMethodcall(int identifier, Object[] args)
235 return m[identifier].invoke(null, args);
287 * the method specified by <code>identifier</code>.
292 * @param identifier the identifier index
297 public final Method getMethod(int identifier) {
298 return getReflectiveMethods()[identifier];
    [all...]

Completed in 195 milliseconds

1 2 3 4 5 67 8 91011>>