HomeSort by relevance Sort by last modified time
    Searched full:definition (Results 476 - 500 of 9917) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/
keywords.dox 14 definition is an absolute requirement of the specification.
19 definition is an absolute prohibition of the specification.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 5 (* top ::= definition | external | expression | ';' *)
20 print_endline "parsed a function definition.";
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 7 (* top ::= definition | external | expression | ';' *)
22 print_endline "parsed a function definition.";
  /external/llvm/test/tools/llvm-readobj/
cxx-cli-aux.test 1 Ensure that we can read the COFF auxiliary symbols 'section definition' and
2 'CLR token definition' as used in C++/CLI object files. Auxiliary section
  /external/proguard/src/proguard/
DuplicateClassPrinter.java 52 "Note: duplicate definition of program class [" +
60 "Note: duplicate definition of library class [" +
  /external/stlport/stlport/
stdlib.h 32 /* Native stdlib.h contains errno macro definition making inclusion of native
41 ../include/stdlib.h(817) : warning C4115: '_exception' : named type definition in parentheses
  /frameworks/base/core/java/android/widget/
package.html 19 <li><b>XML definition file</b> - An XML file in res/values/ that defines
35 <li><strong>res/values/attrs.xml</strong> - Definition file</li>
  /frameworks/compile/mclinker/include/mcld/LD/
DiagLayouts.inc 4 DIAG(warn_duplicate_std_sectmap, DiagnosticEngine::Warning, "Duplicated definition of section map \"from %0 to %0\".", "Duplicated definition of section map \"from %0 to %0\".")
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
keywords.dox 14 definition is an absolute requirement of the specification.
19 definition is an absolute prohibition of the specification.
  /ndk/sources/cxx-stl/stlport/stlport/
stdlib.h 32 /* Native stdlib.h contains errno macro definition making inclusion of native
41 ../include/stdlib.h(817) : warning C4115: '_exception' : named type definition in parentheses
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
stdlib.h 32 /* Native stdlib.h contains errno macro definition making inclusion of native
41 ../include/stdlib.h(817) : warning C4115: '_exception' : named type definition in parentheses
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
stdlib.h 32 /* Native stdlib.h contains errno macro definition making inclusion of native
41 ../include/stdlib.h(817) : warning C4115: '_exception' : named type definition in parentheses
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
stdlib.h 32 /* Native stdlib.h contains errno macro definition making inclusion of native
41 ../include/stdlib.h(817) : warning C4115: '_exception' : named type definition in parentheses
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
stdlib.h 32 /* Native stdlib.h contains errno macro definition making inclusion of native
41 ../include/stdlib.h(817) : warning C4115: '_exception' : named type definition in parentheses
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
stdlib.h 32 /* Native stdlib.h contains errno macro definition making inclusion of native
41 ../include/stdlib.h(817) : warning C4115: '_exception' : named type definition in parentheses
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymacconfig.h 88 * The definition in pyconfig.h is only valid on the OS release
94 * work properly on 10.4 unless we surpress the definition
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymacconfig.h 88 * The definition in pyconfig.h is only valid on the OS release
94 * work properly on 10.4 unless we surpress the definition
  /cts/tools/signature-tools/src/signature/model/impl/
SigClassDefinition.java 179 public static int hashCode(IClassDefinition definition) {
183 // return definition.getQualifiedName().hashCode();
187 + ((definition.getName() == null) ? 0 : definition.getName()
191 + ((definition.getPackageName() == null) ? 0 : definition
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_browsertest.cc 32 void AddCookie(const std::string& host, const std::string& definition);
39 const std::string& definition);
77 const std::string& definition) {
86 definition));
105 const std::string& definition) {
110 GURL(host), definition, net::CookieOptions(), local
  /external/chromium_org/third_party/WebKit/Source/wtf/
EnumClass.h 67 // Definition should be a struct that encapsulates an enum list.
88 template <typename Definition>
89 class EnumClass : public Definition {
90 typedef enum Definition::Enums Value;
118 struct __enumName ## Definition { \
124 typedef EnumClass< __enumName ## Definition > __enumName
  /external/chromium_org/tools/metrics/histograms/
update_histogram_enum.py 47 # Locate the enum definition and collect all entries in it
48 inside_enum = False # We haven't found the enum definition yet
87 """Updates the enum node named |histogram_enum_name| based on the definition
156 Log('Comparing histograms enum with new enum definition.')
177 the beginning and end of the source enum definition, respectively.
180 Log('Reading histogram enum definition from "{0}".'.format(source_enum_path))
  /external/clang/test/Index/
annotate-subscripting.m 47 // CHECK: Punctuation: "*" [25:11 - 25:12] VarDecl=arr:25:12 (Definition)
48 // CHECK: Identifier: "arr" [25:12 - 25:15] VarDecl=arr:25:12 (Definition)
49 // CHECK: Punctuation: "=" [25:16 - 25:17] VarDecl=arr:25:12 (Definition)
79 // CHECK: Punctuation: "*" [35:16 - 35:17] VarDecl=dict:35:17 (Definition)
80 // CHECK: Identifier: "dict" [35:17 - 35:21] VarDecl=dict:35:17 (Definition)
81 // CHECK: Punctuation: "=" [35:22 - 35:23] VarDecl=dict:35:17 (Definition)
complete-exprs.m 27 // CHECK-CC1: macro definition:{TypedText bool} (51)
28 // CHECK-CC1: macro definition:{TypedText NO} (65)
30 // CHECK-CC1: macro definition:{TypedText YES} (65)
48 // CHECK-CC4: macro definition:{TypedText bool} (51)
49 // CHECK-CC4: macro definition:{TypedText NO} (65)
51 // CHECK-CC4: macro definition:{TypedText YES} (65)
load-namespaces.cpp 30 // CHECK: load-namespaces.cpp:3:11: Namespace=std:3:11 (Definition) Extent=[3:1 - 7:2]
31 // CHECK: load-namespaces.cpp:4:13: Namespace=rel_ops:4:13 (Definition) Extent=[4:3 - 6:4]
33 // CHECK: load-namespaces.cpp:9:11: Namespace=std:9:11 (Definition) Extent=[9:1 - 11:2]
41 // CHECK: load-namespaces.cpp:18:11: Namespace=std:18:11 (Definition) Extent=[18:1 - 20:2]
43 // CHECK: load-namespaces.cpp:19:12: ParmDecl=:19:12 (Definition) Extent=[19:9 - 19:12]
46 // CHECK: load-namespaces.cpp:24:11: FunctionDecl=g:24:11 (Definition) Extent=[24:1 - 25:2]
load-stmts.cpp 121 // CHECK: load-stmts.cpp:1:13: TypedefDecl=T:1:13 (Definition) Extent=[1:1 - 1:14]
122 // CHECK: load-stmts.cpp:2:8: StructDecl=X:2:8 (Definition) Extent=[2:1 - 2:23]
123 // CHECK: load-stmts.cpp:2:16: FieldDecl=a:2:16 (Definition) Extent=[2:12 - 2:17]
124 // CHECK: load-stmts.cpp:2:19: FieldDecl=b:2:19 (Definition) Extent=[2:12 - 2:20]
125 // CHECK: load-stmts.cpp:3:6: FunctionDecl=f:3:6 (Definition) Extent=[3:1 - 11:2]
126 // CHECK: load-stmts.cpp:3:12: ParmDecl=x:3:12 (Definition) Extent=[3:8 - 3:13]
127 // CHECK: load-stmts.cpp:4:10: VarDecl=y:4:10 (Definition) Extent=[4:8 - 4:15]
130 // CHECK: load-stmts.cpp:4:19: VarDecl=z:4:19 (Definition) Extent=[4:17 - 4:24]
137 // CHECK: load-stmts.cpp:6:10: VarDecl=z2:6:10 (Definition) Extent=[6:7 - 6:17]
143 // CHECK: load-stmts.cpp:7:13: VarDecl=z3:7:13 (Definition) Extent=[7:10 - 7:20
    [all...]

Completed in 382 milliseconds

<<11121314151617181920>>