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

1 2 3 4 5 6 7 8 91011

  /external/clang/bindings/python/clang/
enumerations.py 1 #===- enumerations.py - Python Enumerations ------------------*- python -*--===#
11 Clang Enumerations
14 This module provides static definitions of enumerations that exist in libclang.
16 Enumerations are typically defined as a list of tuples. The exported values are
19 All enumerations are centrally defined in this file so they are all grouped
25 # enumerations from the C++ API.
  /external/clang/test/SemaCXX/
warn-c++11-extensions.cpp 8 enum struct E1 { A, B }; // expected-warning {{scoped enumerations are a C++11 extension}}
9 enum class E2 { C, D }; // expected-warning {{scoped enumerations are a C++11 extension}}
  /dalvik/tests/035-enum/src/
Main.java 6 * Try some stuff with enumerations.
  /external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
p3.cpp 13 // Enumerations.
  /external/llvm/bindings/python/llvm/
enumerations.py 1 #===- enumerations.py - Python LLVM Enumerations -------------*- python -*--===#
11 LLVM Enumerations
14 This file defines enumerations from LLVM.
17 dedicated types elsewhere in the package. The enumerations are centrally
core.py 14 from . import enumerations namespace
54 enumerations. You should not need to call this outside this module.
94 for name, value in enumerations.OpCodes:
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1-0x.cpp 23 template enum Z<int>::E; // expected-error {{enumerations cannot be explicitly instantiated}}
  /external/tinyxml/docs/
functions_enum.html 3 <title>TinyXml: Class Members - Enumerations</title>
8 <div class="qindex"><a class="qindex" href="functions.html">All</a> | <a class="qindex" href="functions_func.html">Functions</a> | <a class="qindex" href="functions_vars.html">Variables</a> | <a class="qindexHL" href="functions_enum.html">Enumerations</a> | <a class="qindex" href="functions_rela.html">Related&nbsp;Functions</a></div>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Enumerations.py 1 """Suite Enumerations: Enumerations for the Finder
__init__.py 18 import Enumerations
30 'tpnm' : Enumerations,
44 'tpnm' : ('Finder.Enumerations', 'Enumerations'),
55 from Enumerations import *
  /external/clang/include/clang/Basic/
TypeTraits.h 1 //===--- TypeTraits.h - C++ Type Traits Support Enumerations ----*- C++ -*-===//
11 /// \brief Defines enumerations for the type traits support.
ExpressionTraits.h 11 /// \brief Defines enumerations for expression traits intrinsics.
  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p1.cpp 9 // - scoped member enumerations
60 // - unscoped member enumerations
  /art/test/035-enum/src/
Main.java 20 * Try some stuff with enumerations.
  /external/chromium_org/ppapi/api/dev/
pp_cursor_type_dev.idl 7 * This file defines enumerations for cursor types.
  /external/chromium_org/ppapi/api/
pp_file_info.idl 7 * This file defines three enumerations for use in the PPAPI C file IO APIs.
  /external/chromium_org/ppapi/c/dev/
pp_cursor_type_dev.h 15 * This file defines enumerations for cursor types.
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
code_generator_v8.py 99 enumerations = definitions.enumerations
100 if enumerations:
101 v8_types.set_enum_types(enumerations)
  /external/chromium_org/third_party/libxml/src/
TODO_SCHEMAS 12 + enumerations
  /external/clang/test/SemaObjC/
enum-fixed-type.m 4 # error Enumerations with a fixed underlying type are not supported
  /external/chromium_org/ppapi/c/
pp_file_info.h 17 * This file defines three enumerations for use in the PPAPI C file IO APIs.
  /external/chromium_org/ppapi/generators/test_parser/
enum.idl 5 /* This file tests parsing of enumerations under different conditions */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-gobject-enums.cc.tmpl 44 /* enumerations from "@filename@" */
  /external/chromium_org/ui/base/accessibility/
accessibility_types.h 16 // Provides enumerations used to preserve platform-independence in
  /external/harfbuzz_ng/src/
hb-gobject-enums.cc.tmpl 44 /* enumerations from "@filename@" */

Completed in 3760 milliseconds

1 2 3 4 5 6 7 8 91011