/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfExpression.h | 136 /// DwarfExpression implementation for singular DW_AT_location.
|
/external/llvm/lib/Transforms/Utils/ |
UnifyFunctionExitNodes.cpp | 43 // new basic block. The singular exit node is returned.
|
/external/llvm/unittests/Support/ |
TrailingObjectsTest.cpp | 49 // Here, there are two singular optional object types appended. Note
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
MessageOrBuilder.java | 77 * and their corresponding values. A singular ("required" or "optional")
|
MessageLite.java | 305 * * For singular primitive fields, if the field is set in {@code other}, 307 * * For singular message fields, if the field is set in {@code other},
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_field.cc | 96 // singular fields can be written.
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_extension.cc | 97 // for both singular and repeated cases.
|
/external/skia/tests/ |
DrawTextTest.cpp | 146 // 2x2 singular
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
UnifyFunctionExitNodes.cpp | 44 // new basic block. The singular exit node is returned.
|
/external/trappy/trappy/stats/ |
Aggregator.py | 91 :param triggers: trappy.stat.Trigger): A list or a singular trigger object
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
MatrixFit.java | 176 if (Math.abs(m[y][y]) <= sEPS) { // Singular Matrix
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
extension_set.h | 221 // singular fields ------------------------------------------------- 398 // Interface of a lazily parsed singular message extension. 457 // For singular types, indicates if the extension is "cleared". This 465 // For singular message types, indicates whether lazy parsing is enabled 467 // and !is_repeated because we only support lazy parsing for singular 520 // Like ParseField(), but this method may parse singular message extensions [all...] |
message.h | 186 // Merge the fields from the given message into this message. Singular 341 // - A Get*() or Set*() method for singular fields is called on a repeated 415 // extensions. Singular fields will only be listed if HasField(field) would 422 // Singular field getters ------------------------------------------ 469 // Singular field mutators ----------------------------------------- 623 // The methods above, e.g. GetRepeatedInt32(msg, fd, index), provide singular [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
extension_set.h | 221 // singular fields ------------------------------------------------- 398 // Interface of a lazily parsed singular message extension. 457 // For singular types, indicates if the extension is "cleared". This 465 // For singular message types, indicates whether lazy parsing is enabled 467 // and !is_repeated because we only support lazy parsing for singular 520 // Like ParseField(), but this method may parse singular message extensions [all...] |
message.h | 186 // Merge the fields from the given message into this message. Singular 341 // - A Get*() or Set*() method for singular fields is called on a repeated 415 // extensions. Singular fields will only be listed if HasField(field) would 422 // Singular field getters ------------------------------------------ 469 // Singular field mutators ----------------------------------------- 623 // The methods above, e.g. GetRepeatedInt32(msg, fd, index), provide singular [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
extension_set.h | 221 // singular fields ------------------------------------------------- 398 // Interface of a lazily parsed singular message extension. 457 // For singular types, indicates if the extension is "cleared". This 465 // For singular message types, indicates whether lazy parsing is enabled 467 // and !is_repeated because we only support lazy parsing for singular 520 // Like ParseField(), but this method may parse singular message extensions [all...] |
message.h | 186 // Merge the fields from the given message into this message. Singular 341 // - A Get*() or Set*() method for singular fields is called on a repeated 415 // extensions. Singular fields will only be listed if HasField(field) would 422 // Singular field getters ------------------------------------------ 469 // Singular field mutators ----------------------------------------- 623 // The methods above, e.g. GetRepeatedInt32(msg, fd, index), provide singular [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
extension_set.h | 221 // singular fields ------------------------------------------------- 398 // Interface of a lazily parsed singular message extension. 457 // For singular types, indicates if the extension is "cleared". This 465 // For singular message types, indicates whether lazy parsing is enabled 467 // and !is_repeated because we only support lazy parsing for singular 520 // Like ParseField(), but this method may parse singular message extensions [all...] |
message.h | 186 // Merge the fields from the given message into this message. Singular 341 // - A Get*() or Set*() method for singular fields is called on a repeated 415 // extensions. Singular fields will only be listed if HasField(field) would 422 // Singular field getters ------------------------------------------ 469 // Singular field mutators ----------------------------------------- 623 // The methods above, e.g. GetRepeatedInt32(msg, fd, index), provide singular [all...] |
/external/iproute2/include/ |
xtables.h | 123 * @min: lowest allowed value (for singular integral types) 124 * @max: highest allowed value (for singular integral types)
|
/external/iptables/include/ |
xtables.h | 123 * @min: lowest allowed value (for singular integral types) 124 * @max: highest allowed value (for singular integral types)
|
/external/mesa3d/src/mesa/math/ |
m_matrix.c | 63 #define MAT_FLAG_SINGULAR 0x80 /**< is a singular matrix flag */ 344 * \return GL_TRUE for success, GL_FALSE for failure (\p singular matrix). 472 * \return GL_TRUE for success, GL_FALSE for failure (\p singular matrix). 489 * determine if the matrix is singular. 546 * \return GL_TRUE for success, GL_FALSE for failure (\p singular matrix). 645 * \return GL_TRUE for success, GL_FALSE for failure (\p singular matrix). 677 * \return GL_TRUE for success, GL_FALSE for failure (\p singular matrix). 761 * \return GL_TRUE for success, GL_FALSE for failure (\p singular matrix). [all...] |
/external/protobuf/src/google/protobuf/util/ |
field_mask_util.cc | 355 // Sub-paths are only allowed for singular message fields. 360 << " is not a singular message field and cannot "
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
sliceobject.c | 4 This includes both the singular ellipsis object and slice objects.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
sliceobject.c | 4 This includes both the singular ellipsis object and slice objects.
|