/external/clang/test/Analysis/ |
D | test-after-div-zero.c | 8 …if (x == 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq() 9 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq() 13 …if (0 == x) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq2() 14 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq2() 18 …if (x != 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ne() 19 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ne() 23 …if (x >= 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ge() 24 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ge() 28 …if (x <= 0) {} // expected-warning {{Value being compared against zero has already been used for d… in err_le() 29 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_le() [all …]
|
/external/proguard/src/proguard/shrink/ |
D | AnnotationUsageMarker.java | 83 // We got a positive used flag, so some annotation is being used. in visitAnyAnnotationsAttribute() 84 // Mark this attribute as being used as well. in visitAnyAnnotationsAttribute() 100 // We got a positive used flag, so some annotation is being used. in visitAnyParameterAnnotationsAttribute() 101 // Mark this attribute as being used as well. in visitAnyParameterAnnotationsAttribute() 127 // Mark the annotation as being used. in visitAnnotation() 148 // Mark the element value as being used. in visitConstantElementValue() 167 // Mark the element value as being used. in visitEnumConstantElementValue() 182 // Mark the element value as being used. in visitClassElementValue() 208 // Mark the element value as being used. in visitAnnotationElementValue() 226 // Mark the element value as being used. in visitArrayElementValue() [all …]
|
D | InnerUsageMarker.java | 77 // We got a positive used flag, so some inner class is being used. in visitInnerClassesAttribute() 78 // Mark this attribute as being used as well. in visitInnerClassesAttribute() 94 // Check if the inner class (if any) is marked as being used. in visitInnerClassesInfo() 99 // Check if the outer class (if any) is marked as being used. in visitInnerClassesInfo() 104 // If both the inner class and the outer class are marked as being in visitInnerClassesInfo() 125 // Is the class constant marked as being used? in visitClassConstant() 132 // Is the referenced class marked as being used? in visitClassConstant()
|
D | InterfaceUsageMarker.java | 32 * classes that are being used in the visited class. 70 // Check if any interfaces are being used. in visitProgramClass() 85 // At least one if this interface's interfaces is being used. in visitProgramClass() 124 // The ClassConstant isn't marked as being used yet. But maybe it in visitClassConstant() 131 // The class is being used. Mark the ClassConstant as being used in visitClassConstant()
|
/external/flatbuffers/tests/ |
D | monsterdata_test.json | 70 testhashs32_fnv1: "This string is being hashed!", 71 testhashu32_fnv1: "This string is being hashed!", 72 testhashs64_fnv1: "This string is being hashed!", 73 testhashu64_fnv1: "This string is being hashed!", 74 testhashs32_fnv1a: "This string is being hashed!", 75 testhashu32_fnv1a: "This string is being hashed!", 76 testhashs64_fnv1a: "This string is being hashed!", 77 testhashu64_fnv1a: "This string is being hashed!",
|
/external/clang/test/CXX/special/class.dtor/ |
D | p10-0x.cpp | 9 …rror{{the type of object expression ('const int') does not match the type being destroyed ('declty… in b() 13 … in object destruction expression does not match the type 'const A' of the object being destroyed}} in b() 14 … in object destruction expression does not match the type 'const A' of the object being destroyed}} in b() 21 … in object destruction expression does not match the type 'const A' of the object being destroyed}} in a() 23 … in object destruction expression does not match the type 'const A' of the object being destroyed}} in a() 24 … in object destruction expression does not match the type 'const A' of the object being destroyed}} in a() 33 …cted-error{{the type of object expression ('int') does not match the type being destroyed ('declty… in a() 34 …cted-error{{the type of object expression ('int') does not match the type being destroyed ('declty… in a() 36 …ed-error{{the type of object expression ('int *') does not match the type being destroyed ('declty… in a() 38 …cted-error{{the type of object expression ('int') does not match the type being destroyed ('declty… in a()
|
/external/clang/test/SemaObjC/ |
D | warn-direct-ivar-access.m | 22 …_myMaster = _isTickledPink; // expected-warning {{instance variable '_myMaster' is being directly … 23 // expected-warning {{instance variable '_isTickledPink' is being directly accessed}} 37 …p)._myMaster; // expected-warning {{instance variable '_isTickledPink' is being directly accessed}… 38 // expected-warning {{instance variable '_myMaster' is being directly accessed}} 39 …if (p->_myIntProp) // expected-warning {{instance variable '_myIntProp' is being directly accessed… 40 …p->_myIntProp = 0; // expected-warning {{instance variable '_myIntProp' is being directly accessed… 41 …return p->_isTickledPink; // expected-warning {{instance variable '_isTickledPink' is being direct… 74 …col; } // expected-warning {{instance variable '_property_in_protocol' is being directly accessed}}
|
D | format-cstrings-warning.m | 33 …omething"]; // expected-warning {{using %s directive in NSString which is being passed as a format… 34 … " There"]; // expected-warning {{using %s directive in NSString which is being passed as a format… 35 …lo", 1, 2]; // expected-warning {{using %s directive in NSString which is being passed as a format… 36 … argList]; // expected-warning {{using %s directive in NSString which is being passed as a format… 37 … " There"]; // expected-warning {{using %s directive in NSString which is being passed as a format… 63 …, argList); // expected-warning {{using %s directive in CFString which is being passed as a format… 64 …, argList); // expected-warning {{using %s directive in CFString which is being passed as a format… 74 …MyNSLog(@"%s\n", "Hello"); // expected-warning {{using %s directive in CFString which is being pas… 76 …, "Hello"); // expected-warning {{using %s directive in CFString which is being passed as a format… 77 …, "Hello"); // expected-warning {{using %s directive in CFString which is being passed as a format…
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 40 /// \brief Describes an entity that is being initialized. 43 /// \brief Specifies the kind of entity being initialized. 45 /// \brief The entity being initialized is a variable. 47 /// \brief The entity being initialized is a function parameter. 49 /// \brief The entity being initialized is the result of a function call. 51 /// \brief The entity being initialized is an exception object that 52 /// is being thrown. 54 /// \brief The entity being initialized is a non-static data member 57 /// \brief The entity being initialized is an element of an array. 59 /// \brief The entity being initialized is an object (or array of [all …]
|
/external/vulkan-validation-layers/layers/ |
D | stateless_validation.h | 128 * @param api_name Name of API call being validated. 129 * @param parameter_name Name of parameter being validated. 160 * @param apiName Name of API call being validated. 161 * @param parameterName Name of parameter being validated. 184 * @param apiName Name of API call being validated. 225 * @param apiName Name of API call being validated. 262 * @param apiName Name of API call being validated. 263 * @param parameterName Name of struct parameter being validated. 296 * @param apiName Name of API call being validated. 339 * @param apiName Name of API call being validated. [all …]
|
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
D | fusiontables_v1_messages.py | 101 columnId: Name or identifier for the column being deleted. 102 tableId: Table from which the column is being deleted. 117 columnId: Name or identifier for the column that is being requested. 130 tableId: Table for which a new column is being added. 144 tableId: Table whose columns are being listed. 157 columnId: Name or identifier for the column that is being updated. 158 tableId: Table for which the column is being updated. 171 columnId: Name or identifier for the column that is being updated. 172 tableId: Table for which the column is being updated. 218 styleId: Identifier (within a table) for the style being deleted [all …]
|
/external/python/apitools/samples/fusiontables_sample/ |
D | fusiontables_v1.json | 783 "description": "Name or identifier for the column being deleted.", 789 "description": "Table from which the column is being deleted.", 810 "description": "Name or identifier for the column that is being requested.", 841 "description": "Table for which a new column is being added.", 879 "description": "Table whose columns are being listed.", 903 "description": "Name or identifier for the column that is being updated.", 909 "description": "Table for which the column is being updated.", 936 "description": "Name or identifier for the column that is being updated.", 942 "description": "Table for which the column is being updated.", 1049 "description": "Identifier (within a table) for the style being deleted", [all …]
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/ |
D | XLogger.java | 141 * The result of the method being exited 152 * Log an exception being thrown. The generated log event uses Level ERROR. 155 * the exception being caught. 165 * Log an exception being thrown allowing the log level to be specified. 170 * the exception being caught. 180 * Log an exception being caught. The generated log event uses Level ERROR. 183 * the exception being caught. 192 * Log an exception being caught allowing the log level to be specified. 197 * the exception being caught.
|
/external/libcxx/docs/DesignDocs/ |
D | VisibilityMacros.rst | 22 Mark a symbol as being exported by the libc++ library. This attribute must 26 Mark a symbol as being exported by the libc++ library. This attribute may 32 Mark a symbol as being exported by the libc++ library, but allow it to be 44 Mark a function as not being part of the ABI of any final linked image that 48 Mark a function as being hidden from the ABI (per `_LIBCPP_HIDE_FROM_ABI`) 64 are local to each translation unit in addition to being local to each final 127 a `_LIBCPP_EXTERN_TEMPLATE` declaration as being exported by the libc++ library. 154 of a class template as being exported by the libc++ library. This attribute 179 being exported from those libraries, since those implicit instantiations will 191 Mark the member functions, typeinfo, and vtable of the type as being exported
|
/external/image_io/includes/image_io/jpeg/ |
D | jpeg_xmp_data_extractor.h | 15 /// @param xmp_info_type The type of xmp data being extracted. 31 /// @param segment_index The index of the segment currently being processed. 49 /// The type of xmp data being extracted. 52 /// The xmp data require special processing when the last segment is being 63 /// index tracks which one is being transferred.
|
/external/libpcap/ |
D | pcap-tstamp.manmisc | 30 the operating system running on the host on which the capture is being 54 time standard to which the host is being synchronized, which might be 102 Time stamp provided by the host on which the capture is being done. The 107 Time stamp provided by the host on which the capture is being done. 112 Time stamp provided by the host on which the capture is being done. 119 Time stamp provided by the network adapter on which the capture is being 124 Time stamp provided by the network adapter on which the capture is being
|
D | pcap-tstamp.manmisc.in | 30 the operating system running on the host on which the capture is being 54 time standard to which the host is being synchronized, which might be 102 Time stamp provided by the host on which the capture is being done. The 107 Time stamp provided by the host on which the capture is being done. 112 Time stamp provided by the host on which the capture is being done. 119 Time stamp provided by the network adapter on which the capture is being 124 Time stamp provided by the network adapter on which the capture is being
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/ |
D | TryListBuilder.java | 206 /*Almost. The start of the range being added is in the middle in getBoundingRanges() 208 at the start address of the range being added*/ in getBoundingRanges() 223 /*Oops, too far! We've passed the start of the range being added, but in getBoundingRanges() 238 end before the range being added starts. In either case, we just need in getBoundingRanges() 259 /*Almost. The range being added ends in the middle of an in getBoundingRanges() 261 at the end of the range being added.*/ in getBoundingRanges() 267 /*Oops, too far! The current range starts after the range being added in getBoundingRanges() 269 previous range, and ends at the end of the range being added*/ in getBoundingRanges() 279 /*The last range in the list ended before the end of the range being added. in getBoundingRanges() 281 list, and ends at the end of the range being added.*/ in getBoundingRanges() [all …]
|
/external/tensorflow/tensorflow/python/layers/ |
D | convolutional.py | 68 kernel after being updated by an `Optimizer` (e.g. used to implement 74 bias after being updated by an `Optimizer`. 179 kernel after being updated by an `Optimizer` (e.g. used to implement 185 bias after being updated by an `Optimizer`. 267 kernel after being updated by an `Optimizer` (e.g. used to implement 273 bias after being updated by an `Optimizer`. 385 kernel after being updated by an `Optimizer` (e.g. used to implement 391 bias after being updated by an `Optimizer`. 474 kernel after being updated by an `Optimizer` (e.g. used to implement 480 bias after being updated by an `Optimizer`. [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | androidpublisher_v2.edits.expansionfiles.html | 95 …packageName: string, Unique identifier for the Android app that is being updated; for example, "co… 97 …apkVersionCode: integer, The version code of the APK whose Expansion File configuration is being r… 117 …packageName: string, Unique identifier for the Android app that is being updated; for example, "co… 119 …apkVersionCode: integer, The version code of the APK whose Expansion File configuration is being r… 147 …packageName: string, Unique identifier for the Android app that is being updated; for example, "co… 149 …apkVersionCode: integer, The version code of the APK whose Expansion File configuration is being r… 177 …packageName: string, Unique identifier for the Android app that is being updated; for example, "co… 179 …apkVersionCode: integer, The version code of the APK whose Expansion File configuration is being r…
|
D | adsensehost_v4_1.customchannels.html | 113 …s should be considered an opaque identifier; it is not safe to rely on it being in any particular … 132 …s should be considered an opaque identifier; it is not safe to rely on it being in any particular … 149 …s should be considered an opaque identifier; it is not safe to rely on it being in any particular … 160 …s should be considered an opaque identifier; it is not safe to rely on it being in any particular … 183 …s should be considered an opaque identifier; it is not safe to rely on it being in any particular … 219 …s should be considered an opaque identifier; it is not safe to rely on it being in any particular … 230 …s should be considered an opaque identifier; it is not safe to rely on it being in any particular … 247 …s should be considered an opaque identifier; it is not safe to rely on it being in any particular … 258 …s should be considered an opaque identifier; it is not safe to rely on it being in any particular …
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/ |
D | LinearObjectiveFunction.java | 54 * @param coefficients The coefficients for the linear equation being optimized 62 * @param coefficients The coefficients for the linear equation being optimized 71 * Get the coefficients of the linear equation being optimized. 72 * @return coefficients of the linear equation being optimized 79 * Get the constant of the linear equation being optimized. 80 * @return constant of the linear equation being optimized
|
/external/gflags/src/ |
D | gflags_completions.sh | 38 # - The command being used for completion 39 # - The word being completed 57 # Until an empty value for the completion word stops being misunderstood 63 # binary_index gets the index of the command being completed (which bash 71 # If the command being completed is one of those two, we'll need to 72 # identify the actual command being executed. To do this, we need
|
/external/libchrome/base/synchronization/ |
D | waitable_event_watcher.h | 61 // worry about OnWaitableEventSignaled being called on a deleted MyClass 99 // Does nothing if no event is being watched, nor if the watch has completed. 123 // Closure bound to the event being watched. This will be is_null() if 124 // nothing is being watched. 128 // is waiting. Null if no event is being watched. 133 // may be run. This will be null if nothing is currently being watched.
|
/external/clang/include/clang/AST/ |
D | ASTImporter.h | 233 /// renaming the declaration being imported. 235 /// \param Name the name of the declaration being imported, which conflicts 239 /// the name is being imported. 244 /// declaration being imported. 255 /// \brief Retrieve the context that AST nodes are being imported into. 258 /// \brief Retrieve the context that AST nodes are being imported from. 261 /// \brief Retrieve the file manager that AST nodes are being imported into. 264 /// \brief Retrieve the file manager that AST nodes are being imported from. 290 /// being compared to another RecordDecl as part of import, completing the
|