HomeSort by relevance Sort by last modified time
    Searched refs:Mapping (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/base/
global_descriptors_posix.h 40 typedef std::vector<std::pair<Key, int> > Mapping;
58 void Reset(const Mapping& mapping);
65 Mapping descriptors_;
global_descriptors_posix.cc 31 for (Mapping::const_iterator
37 // In order to make unittests pass, we define a default mapping from keys to
43 for (Mapping::iterator
54 void GlobalDescriptors::Reset(const Mapping& mapping) {
55 descriptors_ = mapping;
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 63 enum Mapping {
73 unsigned Mapping : 3;
81 static DiagnosticMappingInfo Make(diag::Mapping Mapping, bool IsUser,
84 Result.Mapping = Mapping;
93 diag::Mapping getMapping() const { return diag::Mapping(Mapping); }
94 void setMapping(diag::Mapping Value) { Mapping = Value;
    [all...]
Diagnostic.h 110 /// Level - The level of the diagnostic, after it has been through mapping.
167 /// \brief Mapping information for diagnostics. Mapping info is
168 /// packed into four bits per diagnostic. The low three bits are the mapping
169 /// (an instance of diag::Mapping), or zero if unset. The high bit is set
170 /// when the mapping was established as a user mapping. If the high bit is
441 void setDiagnosticMapping(diag::kind Diag, diag::Mapping Map,
445 /// "unknown-pragmas" to have the specified mapping. This returns true and
450 bool setDiagnosticGroupMapping(StringRef Group, diag::Mapping Map
    [all...]
  /external/clang/lib/Frontend/
Warnings.cpp 70 diag::Mapping Mapping = isPositive ? diag::MAP_WARNING : diag::MAP_IGNORE;
139 if (Diags.setDiagnosticGroupMapping(Opt, Mapping)) {
PrintPreprocessedOutput.cpp 132 diag::Mapping Map, StringRef Str);
389 diag::Mapping Map, StringRef Str) {
  /external/protobuf/src/google/protobuf/compiler/
importer.h 245 // Given a path to a file on disk, find a virtual path mapping to that
246 // file. The first mapping created with MapPath() whose disk_path contains
249 // * SUCCESS: The mapping was found. *virtual_file is filled in so that
251 // * SHADOWED: A mapping was found, but using Open() to open this virtual
253 // other mapping with a higher precedence also matches this virtual path
258 // * CANNOT_OPEN: The mapping was found and was not shadowed, but the
263 // * NO_MAPPING: Indicates that no mapping was found which contains this
279 struct Mapping {
283 inline Mapping(const string& virtual_path, const string& disk_path)
286 vector<Mapping> mappings_
    [all...]
importer.cc 342 mappings_.push_back(Mapping(virtual_path, CanonicalizePath(disk_path)));
354 // Apply the mapping in reverse.
  /external/v8/src/
runtime.h 493 unibrow::Mapping<unibrow::ToUppercase, 128>* to_upper_mapping() {
496 unibrow::Mapping<unibrow::ToLowercase, 128>* to_lower_mapping() {
522 unibrow::Mapping<unibrow::ToUppercase, 128> to_upper_mapping_;
523 unibrow::Mapping<unibrow::ToLowercase, 128> to_lower_mapping_;
isolate.h 876 unibrow::Mapping<unibrow::Ecma262UnCanonicalize>* jsregexp_uncanonicalize() {
880 unibrow::Mapping<unibrow::CanonicalizationRange>* jsregexp_canonrange() {
914 unibrow::Mapping<unibrow::Ecma262Canonicalize>*
921 unibrow::Mapping<unibrow::Ecma262Canonicalize>*
    [all...]
unicode-inl.h 48 template <class T, int s> int Mapping<T, s>::get(uchar c, uchar n,
63 template <class T, int s> int Mapping<T, s>::CalculateValue(uchar c, uchar n,
unicode.h 71 // that either have no mapping or map to a single character independent
75 class Mapping {
77 inline Mapping() { }
regexp-macro-assembler.cc 217 unibrow::Mapping<unibrow::Ecma262Canonicalize>* canonicalize =
interpreter-irregexp.cc 43 typedef unibrow::Mapping<unibrow::Ecma262Canonicalize> Canonicalize;
d8.js     [all...]
  /external/clang/include/clang/Lex/
PPCallbacks.h 146 diag::Mapping mapping, StringRef Str) {
282 diag::Mapping mapping, StringRef Str) {
283 First->PragmaDiagnostic(Loc, Namespace, mapping, Str);
284 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str);
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 35 std::map<const Record*, std::vector<Record*> > Mapping;
44 Mapping[SubGroups[j]].push_back(DiagGroups[i]);
49 return Mapping[Group];
233 // Compute a mapping from a DiagGroup to all of its parents.
236 // Invert the 1-[0/1] mapping of diags to group into a one to many mapping of
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegetbaseuri03.js 78 Check that Node.baseURI is null for a DocumentType as defined in the Infoset Mapping (Appendix C).
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2DocumentType
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 46 unsigned Mapping : 3;
192 Info.setMapping((diag::Mapping) StaticInfo->Mapping);
196 "Unexpected mapping with no-Werror bit!");
202 "Unexpected mapping with show-in-system-header bit!");
528 // Get the mapping information, or compute it lazily.
533 default: llvm_unreachable("Unknown mapping!");
Diagnostic.cpp 163 void DiagnosticsEngine::setDiagnosticMapping(diag::kind Diag, diag::Mapping Map,
178 // If this is a pragma mapping, then set the diagnostic mapping flags so that
233 StringRef Group, diag::Mapping Map, SourceLocation Loc)
240 // Set the mapping.
254 // Otherwise, we want to set the diagnostic mapping's "no Werror" bit, and
262 // Perform the mapping change.
284 // Otherwise, we want to set the diagnostic mapping's "no Werror" bit, and
292 // Perform the mapping change.
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 91 however -128 and -127 both map to -1.0. Mapping -128 to -1.0
104 This is the same mapping as OpenGL 3.1 uses.
106 The above mapping should be considered the reference, but there
108 cannot do this. Particulary the mapping given in NV_texture_shader or
109 the standard OpenGL byte/float mapping is considered acceptable too, as
110 might be a mapping which represents -1.0 by -128, 0.0 by 0 and 1.0 by
114 converting to GL_FLOAT (using the standard OpenGL float/byte mapping)
115 and converting back (using the mapping described here).
  /external/v8/test/cctest/
test-regexp.cc     [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 52 // Mapping from typeId to module.
  /external/clang/lib/Lex/
Pragma.cpp 858 diag::Mapping Map;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 489 milliseconds

1 2