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

<<71727374757677787980>>

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
matrix_access.hpp 41 #include "../detail/setup.hpp"
matrix_inverse.hpp 41 #include "../detail/setup.hpp"
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
component_wise.hpp 42 #include "../detail/setup.hpp"
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTracePerspective.java 21 import com.android.ide.eclipse.gltrace.views.detail.DetailsView;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
GlDrawCallDetailProvider.java 17 package com.android.ide.eclipse.gltrace.views.detail;
VertexAttribPointerDataDetailProvider.java 17 package com.android.ide.eclipse.gltrace.views.detail;
  /system/libufdt/tests/
run_stress_test.sh 35 # see ufdt_gen_test_dts.c for detail
  /tools/tradefederation/contrib/src/com/android/media/tests/
CameraPerformanceTest.java 299 protected void addDetail(CtsMetric detail) {
300 mDetails.add(detail);
328 * <p>See also com.android.cts.util.ReportLog for the format detail.
376 for (String detail : details) {
377 Matcher detailMatcher = mDetailRegex.matcher(detail.trim());
411 * <Detail>
420 * </Detail>
422 * See also com.android.compatibility.common.util.ReportLog for the format detail.
427 private static final String DETAIL_TAG = "Detail";
  /external/autotest/client/bin/
job.py 539 except error.TestBaseException, detail:
541 self.record(detail.exit_status, subdir, testname, str(detail))
597 except error.TestBaseException, detail:
598 return detail.exit_status
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckAPI.java 101 public abstract void write(BufferedWriter w, boolean brief, boolean html, boolean detail);
164 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) {
178 if (!detail) {
221 if (detail) {
528 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) {
529 a.write(w, brief, html, detail);
538 b.write(w, brief, html, detail);
826 private static void writeResults(Collection c, BufferedWriter w, boolean brief, boolean html, boolean detail) {
833 info.write(w, brief, false, detail);
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 754 namespace detail { namespace
774 } // end namespace detail
780 IntrusiveRefCntPtr<detail::DirIterState> State;
784 State = new detail::DirIterState;
786 ec = detail::directory_iterator_construct(*State,
791 State = new detail::DirIterState;
792 ec = detail::directory_iterator_construct(*State, de.path());
824 namespace detail { namespace
836 } // end namespace detail
841 IntrusiveRefCntPtr<detail::RecDirIterState> State
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_stream_socket.hpp 15 #include "asio/detail/config.hpp"
19 #include "asio/detail/handler_type_requirements.hpp"
20 #include "asio/detail/throw_error.hpp"
24 #include "asio/detail/push_options.hpp"
239 asio::detail::throw_error(ec, "send");
277 asio::detail::throw_error(ec, "send");
444 asio::detail::throw_error(ec, "receive");
485 asio::detail::throw_error(ec, "receive");
653 asio::detail::throw_error(ec, "write_some");
763 asio::detail::throw_error(ec, "read_some")
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 765 namespace detail { namespace
785 } // end namespace detail
791 IntrusiveRefCntPtr<detail::DirIterState> State;
795 State = new detail::DirIterState;
797 ec = detail::directory_iterator_construct(*State,
802 State = new detail::DirIterState;
803 ec = detail::directory_iterator_construct(*State, de.path());
835 namespace detail { namespace
847 } // end namespace detail
852 IntrusiveRefCntPtr<detail::RecDirIterState> State
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 116 // https://code.google.com/p/android/issues/detail?id=39616
127 // https://code.google.com/p/android/issues/detail?id=39616
137 // https://code.google.com/p/android/issues/detail?id=39616
147 // https://code.google.com/p/android/issues/detail?id=39616
158 // https://code.google.com/p/android/issues/detail?id=39616
169 // https://code.google.com/p/android/issues/detail?id=39616
186 // https://code.google.com/p/android/issues/detail?id=39616
258 // http://code.google.com/p/android/issues/detail?id=13420
299 // http://code.google.com/p/android/issues/detail?id=8258
389 // http://code.google.com/p/android/issues/detail?id=1496
    [all...]
  /art/cmdline/detail/
cmdline_parser_detail.h 26 namespace detail { namespace in namespace:art
125 } // namespace detail // NOLINT [readability/namespace] [5]
  /art/libartbase/base/
bit_struct_detail.h 33 namespace detail { namespace in namespace:art
116 } // namespace detail
  /art/test/712-varhandle-invocations/src/
VarHandleUnitTest.java 136 private void fail(String message, String detail) {
140 .append(detail)
  /compatibility/cdd/3_software/
3_3_native-api-compatibility.md 79 in more detail the requirements for when the full implementation of each
86 section 7.1.4.2 describes in more detail the requirements for when the full
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
DetailFragment.java 49 * The tourist attraction detail fragment which contains the details of a
128 // detail screen is opened from a notification or from the
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
DetailFragment.java 49 * The tourist attraction detail fragment which contains the details of a
128 // detail screen is opened from a notification or from the
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DetailFragment.java 49 * The tourist attraction detail fragment which contains the details of a
128 // detail screen is opened from a notification or from the
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListActivity.java 87 // If two pane layout, locate the contact detail fragment
102 // If two pane layout then update the detail fragment to show the selected contact
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DataHubDxe.uni 13 // system specific.For example, additional detail on errors might be specific to the driver that
38 #string STR_MODULE_DESCRIPTION #language en-US "The data hub is a volatile database that is intended as the major focus for the accumulation of manageability data. The hub is fed by \"producers\" with chunks of data in a defined format. Consumers may then extract the data in a temporal \"log\" order. As an example, progress codes might be recorded in the data hub for future processing. For example, other data contributed to the data hub might include, statistics on enumerated items such as memory, add-in buses, and add-in cards, and data on errors encountered during boot (such as, the system did not boot off the network because the cable was not plugged in). Some classes of data have defined formats. For example, the amount of memory in the system is reported in a standard format so that consumers can be written to extract the data. Other data is system specific. For example, additional detail on errors might be specific to the driver that discovered the error. The consumer might be a driver that tabularizes data from the data hub, providing a mechanism for the raw data to be made available to the OS for post-processing by OS-based applications. The intent of the data hub is for drivers that enumerate and configure parts of the system to report their discoveries to the data hub. This data can then be extracted by other drivers that report those discoveries using standard manageability interfaces such as SMBIOS and Intelligent Platform Management Interface (IPMI). The alternative to a data-hub-like architecture is to require all drivers to be aware of all reporting formats. For more information, refer to http://www.intel.com/technology/framework/ ."
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
SmbiosView.c 238 @param[in] Option Display option: none,outline,normal,detail.
411 @param[in] Option Display option: none,outline,normal,detail.
812 @param[in] Option ECHO, NORMAL, or DETAIL control the amount of detail displayed.
892 @param[in] Option ECHO, NORMAL, or DETAIL control the amount of detail displayed.
970 function to return a string of the detail level.
972 @param[in] ShowType The detail level whose name is desired in clear text.
  /external/capstone/bindings/python/
test_arm.py 32 # "data" instruction generated by SKIPDATA option has no detail
115 md.detail = True

Completed in 1490 milliseconds

<<71727374757677787980>>