Searched
full:specified (Results
676 -
700 of
15610) sorted by null
<<21222324252627282930>>
/external/clang/test/Misc/ |
backend-optimization-failure.cpp | 10 /* expected-warning {{loop not vectorized: failed explicitly specified loop vectorization}} */ switch (A[i]) {
|
/external/clang/test/Sema/ |
attr-weak.c | 6 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}}
|
/external/clang/test/SemaCXX/ |
static-data-member.cpp | 14 static double ABC::c = 1.0; // expected-error {{'static' can only be specified inside the class definition}}
|
/external/clang/test/Tooling/ |
clang-check-chdir.cpp | 1 // Verifies that paths are resolved relatively to the directory specified in the
|
/external/compiler-rt/test/ubsan/TestCases/Misc/ |
nonnull-arg.cpp | 43 // CTOR-NEXT: {{.*}}nonnull-arg.cpp:16:31: note: nonnull attribute specified here 47 // METHOD-NEXT: {{.*}}nonnull-arg.cpp:19:54: note: nonnull attribute specified here 51 // FUNC-NEXT: {{.*}}nonnull-arg.cpp:24:16: note: nonnull attribute specified here 55 // VARIADIC-NEXT: {{.*}}nonnull-arg.cpp:27:16: note: nonnull attribute specified here
|
/external/e2fsprogs/contrib/ |
fallocate.c | 124 printf("Error: no length argument specified\n"); 129 printf("Error: invalid length value specified\n"); 134 printf("Error: invalid offset value specified\n"); 149 printf("Error: no filename specified\n");
|
/external/e2fsprogs/tests/ |
test_script.in | 2 # Run all or specified test scripts
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/ |
_README.txt | 3 project. It can also be used for updating a specified list of bugs which
|
/external/google-breakpad/src/client/linux/sender/ |
google_crash_report_sender.cc | 64 error_text.append("\nProduct name must be specified."); 68 error_text.append("\nProduct version must be specified."); 72 error_text.append("\nClient ID must be specified."); 76 error_text.append("\nMinidump pathname must be specified.");
|
/external/guava/guava/src/com/google/common/collect/ |
AbstractListMultimap.java | 63 * {@link Collection} specified in the {@link Multimap} interface. 74 * {@link Collection} specified in the {@link Multimap} interface. 85 * {@link Collection} specified in the {@link Multimap} interface. 114 * Compares the specified object to this multimap for equality.
|
ListMultimap.java | 50 * {@link java.util.Collection} specified in the {@link Multimap} interface. 60 * {@link java.util.Collection} specified in the {@link Multimap} interface. 70 * {@link java.util.Collection} specified in the {@link Multimap} interface. 87 * Compares the specified object to this multimap for equality.
|
SortedMultisetBridge.java | 24 * that specified {@code elementSet()} to return {@code SortedSet}.
|
/external/guava/guava/src/com/google/common/io/ |
FileWriteMode.java | 20 * Modes for opening a file for writing. The default when mode when none is specified is to
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
BinaryTreeTraverser.java | 36 * Returns the left child of the specified node, or {@link Optional#absent()} if the specified 42 * Returns the right child of the specified node, or {@link Optional#absent()} if the specified
|
EnumBiMap.java | 46 * Returns a new, empty {@code EnumBiMap} using the specified key and value 58 * Returns a new bimap with the same mappings as the specified map. If the 59 * specified map is an {@code EnumBiMap}, the new bimap has the same types as 60 * the provided map. Otherwise, the specified map must contain at least one
|
EnumHashBiMap.java | 47 * Returns a new, empty {@code EnumHashBiMap} using the specified key type. 57 * Constructs a new bimap with the same mappings as the specified map. If the 58 * specified map is an {@code EnumHashBiMap} or an {@link EnumBiMap}, the new 59 * bimap has the same key type as the input bimap. Otherwise, the specified
|
/external/icu/icu4c/source/io/ |
ufmt_cmn.h | 80 * Determine if a UChar is a digit for a specified radix. 90 * Convert an int64_t to a UChar* in a specified radix 120 * Convert a UChar* in a specified radix to an int64_t. 133 * Convert a UChar* in a specified radix to a pointer,
|
/external/iptables/extensions/ |
libipt_SAME.man | 8 Addresses to map source to. May be specified more than once for
|
libxt_ecn.man | 1 This allows you to match the ECN bits of the IPv4/IPv6 and TCP header. ECN is the Explicit Congestion Notification mechanism as specified in RFC3168
|
libxt_set.man | 13 address and destination port pair can be found in the specified set. If 14 the set type of the specified set is single dimension (for example ipmap), 16 found in the specified set. 19 If the \fB\-\-return\-nomatch\fP option is specified and the set type
|
libxt_tos.man | 6 Matches packets with the given TOS mark value. If a mask is specified, it is
|
libxt_udp.man | 1 These extensions can be used if `\-\-protocol udp' is specified. It
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
ArrayMemberValue.java | 34 * Constructs an array. The initial value or type are not specified. 43 * Constructs an array. The initial value is not specified. 80 throw new ClassNotFoundException("no array type specified"); 89 * @return null if the type is not specified.
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_apply.3 | 11 capng_apply will transfer the specified internal posix capabilities settings to the kernel. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if transferring both is desired.
|
capng_print_caps_text.3 | 11 capng_print_caps_text will create a text string representation of the internal capability set specified. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free.
|
Completed in 152 milliseconds
<<21222324252627282930>>