Searched defs:kError (Results 1 - 6 of 6) sorted by relevance

/external/skia/tools/
H A Dgpuveto.cpp22 static const int kError = 1; variable
34 return kError;
42 return kError;
52 return kError;
72 return kError;
/external/google-breakpad/src/google_breakpad/processor/
H A Dstack_frame_symbolizer.h62 kError, enumerator in enum:google_breakpad::StackFrameSymbolizer::SymbolizerResult
/external/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp34 static const char *kError = "ERROR: "; variable
217 (*OutStream) << endl << kError;
/external/lzma/CPP/7zip/Archive/
H A DIArchive.h67 kError enumerator in enum:NArchive::NUpdate::NOperationResult::__anon11575
/external/openfst/src/include/fst/
H A Dproperties.h50 const uint64 kError = 0x0000000000000004ULL; member in namespace:fst
154 = kError | kAcceptor | kNotAcceptor | kIDeterministic | kNonIDeterministic |
175 const uint64 kExtrinsicProperties = kError;
179 = kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
189 = kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
199 = kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
209 const uint64 kAddArcProperties = kExpanded | kMutable | kError | kNotAcceptor |
215 const uint64 kSetArcProperties = kExpanded | kMutable | kError;
219 = kExpanded | kMutable | kError | kAcceptor | kIDeterministic |
226 = kExpanded | kMutable | kError | kAccepto
[all...]
/external/v8/test/cctest/
H A Dtest-parsing.cc1227 kError enumerator in enum:ParserSyncTestResult
1339 } else if (result == kError) {
1633 RunParserSyncTest(context_data, statement_data, kError);
1728 RunParserSyncTest(context_data, statement_data, kError, NULL, 0, always_flags,
1793 RunParserSyncTest(context_data, statement_data, kError);
1937 RunParserSyncTest(context_data, statement_data, kError);
2045 RunParserSyncTest(context_data, statement_data, kError);
2071 RunParserSyncTest(context_data, statement_data, kError);
2125 RunParserSyncTest(context_data, statement_data, kError);
2145 RunParserSyncTest(context_data, statement_data, kError);
[all...]

Completed in 221 milliseconds