HomeSort by relevance Sort by last modified time
    Searched full:detail (Results 1026 - 1050 of 6115) sorted by null

<<41424344454647484950>>

  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.h 71 * @see CCommandHandler::RemoteCommandParser for detail on each arguments and return
82 * @see CCommandHandler::RemoteCommandParser for detail on each arguments and return
89 * @see CCommandHandler::RemoteCommandParser for detail on each arguments and return
108 * @see CCommandHandler::RemoteCommandParser for detail on each arguments and return
122 * @see CCommandHandler::RemoteCommandParser for detail on each arguments and return
  /hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
ComposerClient.h 36 namespace detail { namespace in namespace:android::hardware::graphics::composer::V2_2::hal
40 class ComposerClientImpl : public V2_1::hal::detail::ComposerClientImpl<Interface, Hal> {
225 using BaseType2_1 = V2_1::hal::detail::ComposerClientImpl<Interface, Hal>;
232 } // namespace detail
234 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>;
  /hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
Gralloc1Hal.h 33 namespace detail { namespace in namespace:android::hardware::graphics::mapper::V2_1::passthrough
37 class Gralloc1HalImpl : public V2_0::passthrough::detail::Gralloc1HalImpl<Hal> {
167 using BaseType2_0 = V2_0::passthrough::detail::Gralloc1HalImpl<Hal>;
174 } // namespace detail
176 using Gralloc1Hal = detail::Gralloc1HalImpl<hal::MapperHal>;
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConfigurationException.java 49 * no specified detail message and cause.</p>
57 * the specified detail message.</p>
59 * @param message The detail message.
68 * the specified detail message and cause.</p>
70 * @param message The detail message.
  /libcore/ojluni/src/main/java/java/lang/
ClassNotFoundException.java 69 * Constructs a <code>ClassNotFoundException</code> with no detail message.
77 * specified detail message.
79 * @param s the detail message.
87 * specified detail message and optional exception that was
90 * @param s the detail message
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
type_utils.hpp 37 * @file detail/type_utils.hpp
53 namespace detail namespace in namespace:__gnu_pbds
155 typedef __gnu_pbds::detail::__static_assert_dumclass<sizeof(__gnu_pbds::detail::__static_assert<bool(E)>)> UNIQUE##__static_assert_type
164 } // namespace detail
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
type_utils.hpp 37 * @file detail/type_utils.hpp
53 namespace detail namespace in namespace:__gnu_pbds
155 typedef __gnu_pbds::detail::__static_assert_dumclass<sizeof(__gnu_pbds::detail::__static_assert<bool(E)>)> UNIQUE##__static_assert_type
164 } // namespace detail
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 48 if (event.detail == DND.DROP_NONE && GlobalCanvasDragInfo.getInstance().isDragging()) {
52 event.detail = operation;
123 String label = MoveGesture.computeUndoLabel(targetNode, elements, event.detail);
132 boolean createNew = event.detail == DND.DROP_COPY || sourceCanvas != canvas;
137 if (event.detail == DND.DROP_MOVE) {
MoveGesture.java 206 event.detail = DND.DROP_NONE;
225 if (event.detail == DND.DROP_DEFAULT) {
232 event.detail = DND.DROP_MOVE;
234 event.detail = DND.DROP_COPY;
239 if (event.detail != DND.DROP_COPY && event.detail != DND.DROP_MOVE) {
240 event.detail = DND.DROP_NONE;
294 event.detail = DND.DROP_NONE;
297 if (mLeaveTargetNode == null || event.detail == DND.DROP_NONE) {
349 String label = computeUndoLabel(mTargetNode, elements, event.detail);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MaxEvaluationsExceededException.java 41 * Constructs an exception with a default detail message.
50 * Constructs an exception with specified formatted detail message.
64 * Constructs an exception with specified formatted detail message.
MaxIterationsExceededException.java 41 * Constructs an exception with a default detail message.
50 * Constructs an exception with specified formatted detail message.
64 * Constructs an exception with specified formatted detail message.
  /external/apache-http/src/org/apache/http/
MalformedChunkCodingException.java 49 * Creates a MalformedChunkCodingException without a detail message.
56 * Creates a MalformedChunkCodingException with the specified detail message.
58 * @param message The exception detail message
UnsupportedHttpVersionException.java 54 * Creates an exception without a detail message.
61 * Creates an exception with the specified detail message.
63 * @param message The exception detail message
  /external/apache-http/src/org/apache/http/client/
NonRepeatableRequestException.java 53 * Creates a new NonRepeatableEntityException with a <tt>null</tt> detail message.
60 * Creates a new NonRepeatableEntityException with the specified detail message.
62 * @param message The exception detail message
  /external/apache-http/src/org/apache/http/conn/
ConnectionPoolTimeoutException.java 52 * Creates a ConnectTimeoutException with a <tt>null</tt> detail message.
59 * Creates a ConnectTimeoutException with the specified detail message.
61 * @param message The exception detail message
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMEngineException.java 58 * @param message the exception detail message
65 * Creates a new NTLMEngineException with the specified detail message and cause.
67 * @param message the exception detail message
  /external/capstone/cstool/
cstool_arm64.c 16 // detail can be NULL if SKIPDATA option is turned ON
17 if (ins->detail == NULL)
20 arm64 = &(ins->detail->arm64);
cstool_x86.c 16 // detail can be NULL on "data" instruction if SKIPDATA option is turned ON
17 if (ins->detail == NULL)
20 x86 = &(ins->detail->x86);
  /external/capstone/tests/
test_xcore.c 36 // detail can be NULL on "data" instruction if SKIPDATA option is turned ON
37 if (ins->detail == NULL)
40 xcore = &(ins->detail->xcore);
  /external/libvpx/libvpx/test/
decode_test_driver.h 78 const char *detail = vpx_codec_error_detail(&decoder_); local
79 return detail ? detail : vpx_codec_error(&decoder_);
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 123 size_t sz = sizeof(info->detail);
127 vsnprintf(info->detail, sz - 1, fmt, ap);
129 info->detail[sz - 1] = '\0';
  /external/protobuf/csharp/protos/
unittest_issues.proto 21 // Old issue 13: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=13
57 // Issue 21: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=21
79 // Issue 45: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=45
  /external/valgrind/docs/xml/
design-impl.xml 36 how most of Memcheck works. The first paper describes in detail how
38 second paper describes in detail how Memcheck's shadow memory is
72 <para>The following dissertation describes Valgrind in some detail
  /external/vulkan-validation-layers/libs/glm/gtc/
ulp.hpp 43 #include "../detail/setup.hpp"
44 #include "../detail/precision.hpp"
45 #include "../detail/type_int.hpp"
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_unittest.cc 52 // https://code.google.com/p/webrtc/issues/detail?id=2532
55 // https://code.google.com/p/webrtc/issues/detail?id=3408
57 // https://code.google.com/p/webrtc/issues/detail?id=3245

Completed in 1140 milliseconds

<<41424344454647484950>>