/external/bluetooth/glib/po/ |
as.po | [all...] |
bn_IN.po | [all...] |
ja.po | [all...] |
zh_HK.po | 1264 msgid "Enumerator is closed" 1265 msgstr "?????(enumerator)???" 1269 msgid "File enumerator has outstanding operation" 1270 msgstr "?????(enumerator)?????" 1273 msgid "File enumerator is already closed" 1274 msgstr "?????(enumerator)????" [all...] |
zh_TW.po | 1264 msgid "Enumerator is closed" 1265 msgstr "?????(enumerator)???" 1269 msgid "File enumerator has outstanding operation" 1270 msgstr "?????(enumerator)?????" 1273 msgid "File enumerator is already closed" 1274 msgstr "?????(enumerator)????" [all...] |
mai.po | [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrameView.mm | 215 NSEnumerator *enumerator = [supportTypes objectEnumerator]; 216 ASSERT(enumerator != nil); 218 while ((mime = [enumerator nextObject]) != nil) { [all...] |
WebView.mm | [all...] |
/external/clang/include/clang/AST/ |
BuiltinTypes.def | 12 // BuiltinType::Id is the enumerator defining the type.
|
/external/clang/test/SemaCXX/ |
enum-scoped.cpp | 42 e3 = 2147483648 // expected-error{{enumerator value evaluates to 2147483648, which cannot be narrowed to type 'int'}}
|
/external/llvm/include/llvm/Support/ |
type_traits.h | 36 // the value of the "value" enumerator is not constant. Placing
|
/external/v8/src/ |
profile-generator.cc | 2601 GlobalObjectsEnumerator enumerator; local [all...] |
/external/chromium/chrome/browser/history/ |
history.cc | 499 void HistoryService::IterateURLs(URLEnumerator* enumerator) { 500 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::IterateURLs, enumerator);
|
text_database_manager.cc | 160 file_util::FileEnumerator enumerator( 163 while (!(cur_file = enumerator.Next()).empty()) {
|
/external/clang/include/clang/Basic/ |
IdentifierTable.h | 561 /// Enough bits to store any enumerator in ObjCMethodFamily or 721 /// how these enumerator values are used.
|
Attr.td | 74 // This argument is more complex, it includes the enumerator type name,
|
/external/webkit/Source/WebCore/bindings/v8/ |
NPV8Object.cpp | 490 v8::Handle<v8::Function> enumerator = v8::Handle<v8::Function>::Cast(enumeratorObj); local 492 v8::Local<v8::Value> propsObj = enumerator->Call(v8::Handle<v8::Object>::Cast(enumeratorObj), ARRAYSIZE_UNSAFE(argv), argv);
|
/external/webkit/Source/WebCore/platform/mac/ |
PasteboardMac.mm | 526 NSEnumerator* enumerator = [paths objectEnumerator]; 531 while ((path = [enumerator nextObject]) != nil) {
|
/external/bluetooth/glib/gio/ |
gfile.c | 4154 GFileEnumerator *enumerator; member in struct:__anon2341 4173 GFileEnumerator *enumerator; local [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | [all...] |
/external/chromium/base/ |
file_util_unittest.cc | 132 // Collects all the results from the given file enumerator, and provides an 136 explicit FindResultCollector(file_util::FileEnumerator& enumerator) { 138 while (!(cur_file = enumerator.Next()).value().empty()) { 149 // Returns true if the enumerator found the file. [all...] |
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p5.cpp | 175 EnumValue = static_cast<Types>(0) // expected-error{{enumerator value contains unexpanded parameter pack 'Types'}}
|
/external/compiler-rt/lib/asan/ |
asan_malloc_mac.cc | 319 asan_introspection.enumerator = &mi_enumerator;
|
/external/libvpx/examples/includes/geshi/geshi/ |
rails.php | 71 'ERB::Util', 'Enumerable', 'Enumerable::Enumerator', 'Errno',
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.cpp | [all...] |