/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
unittest_reference_types_nano.proto | 18 // Singular 80 // Singular with defaults
|
/external/protobuf/src/google/protobuf/ |
unittest_no_field_presence.proto | 40 // This proto includes every type of field in both singular and repeated 53 // Singular
|
unittest_no_arena.proto | 64 // This proto includes every type of field in both singular and repeated 81 // Singular 153 // Singular with defaults
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
MatrixTest.java | 81 * Test that matrix inverse works (non-singular case). 97 * Test that attempting to invert a singular matrix throws an exception.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_unordered_container.h | 62 are not singular, and for which @c __pred(x) returns @c 70 are not singular, and for which @c __pred(x) returns @c
|
safe_unordered_base.h | 53 /** Initializes the iterator and makes it singular. */ 61 * singular. Otherwise, the iterator will reference @p __seq and 144 /** Detach all iterators, leaving them singular. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_unordered_container.h | 62 are not singular, and for which @c __pred(x) returns @c 70 are not singular, and for which @c __pred(x) returns @c
|
safe_unordered_base.h | 53 /** Initializes the iterator and makes it singular. */ 61 * singular. Otherwise, the iterator will reference @p __seq and 154 /** Detach all iterators, leaving them singular. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
safe_unordered_container.h | 62 are not singular, and for which @c __pred(x) returns @c 70 are not singular, and for which @c __pred(x) returns @c
|
safe_unordered_base.h | 53 /** Initializes the iterator and makes it singular. */ 61 * singular. Otherwise, the iterator will reference @p __seq and 154 /** Detach all iterators, leaving them singular. */
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
safe_unordered_container.h | 62 are not singular, and for which @c __pred(x) returns @c 70 are not singular, and for which @c __pred(x) returns @c
|
safe_unordered_base.h | 53 /** Initializes the iterator and makes it singular. */ 61 * singular. Otherwise, the iterator will reference @p __seq and 154 /** Detach all iterators, leaving them singular. */
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
safe_unordered_container.h | 62 are not singular, and for which @c __pred(x) returns @c 70 are not singular, and for which @c __pred(x) returns @c
|
safe_unordered_base.h | 53 /** Initializes the iterator and makes it singular. */ 61 * singular. Otherwise, the iterator will reference @p __seq and 154 /** Detach all iterators, leaving them singular. */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
safe_unordered_container.h | 62 are not singular, and for which @c __pred(x) returns @c 70 are not singular, and for which @c __pred(x) returns @c
|
safe_unordered_base.h | 53 /** Initializes the iterator and makes it singular. */ 61 * singular. Otherwise, the iterator will reference @p __seq and 154 /** Detach all iterators, leaving them singular. */
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/languages/ |
Test_hi.java | 30 // test that month uses the plural form with singular digit
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/ |
Test_hi.java | 29 // test that month uses the plural form with singular digit
|
/external/protobuf/objectivec/Tests/ |
unittest_objc_startup.proto | 40 // Singular
|
/external/spirv-llvm/lib/SPIRV/Mangler/ |
FunctionDescriptor.h | 41 /// @brief Create a singular value, that represents a 'null' FunctionDescriptor.
|
/kernel/tests/net/test/ |
all_tests.sh | 22 # $2 = singular string
|
/external/clang/test/Analysis/ |
localization.m | 146 return [NSString stringWithFormat:KHLocalizedString(@"value.singular",nil), count]; // expected-warning {{Plural cases are not supported accross all languages. Use a .stringsdict file}} expected-note {{Plural}} 156 return [NSString stringWithFormat:KHLocalizedString(@"value.singular",nil), count]; // expected-warning {{Plural cases are not supported accross all languages. Use a .stringsdict file}} expected-note {{Plural}} 201 // return KHLocalizedString(([NSString stringWithFormat:@"RELATIVE_DATE_%@_%@", ((1 == 1) ? @"FUTURE" : @"PAST"), plural ? @"PLURAL" : @"SINGULAR"]));
|
/external/icu/icu4c/source/test/intltest/ |
quantityformattertest.cpp | 123 "format singular",
|
/external/libmojo/third_party/jinja2/ |
ext.py | 264 singular_names, singular = self._parse_block(parser, True) 300 node = self._make_node(singular, plural, variables, plural_expr, 341 def _make_node(self, singular, plural, variables, plural_expr, 347 singular = singular.replace('%%', '%') 351 # singular only: 354 node = nodes.Call(gettext, [nodes.Const(singular)], 357 # singular and plural 361 nodes.Const(singular),
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
MessageLiteOrBuilder.java | 42 * all getters for singular fields will return default values and repeated
|