HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 176 - 200 of 1247) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/libhidl/base/include/hidl/
SynchronizedQueue.h 27 namespace details { namespace in namespace:android::hardware
97 } // namespace details
  /system/libvintf/test/
utils-fake.h 28 namespace details { namespace in namespace:android::vintf
76 } // namespace details
  /system/libvintf/
utils.h 31 namespace details { namespace in namespace:android::vintf
94 } // namespace details
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 71 /** Map from test name to test details. */
213 Map<String, String> details,
217 mDetails = details;
234 Map<String, String> details = new HashMap<String, String>(); local
248 details.put(testName, testDetails);
257 return new RefreshResult(items, results, details, reportLogs);
283 String details,
287 mDetails = details;
  /external/libnl/python/netlink/route/
tc.py 211 def details(): member in class:Tc
322 def format(self, details=False, stats=False, nodev=False,
329 if details:
330 buf += fmt.nl('\t' + self.details())
450 def format(self, details=False, _stats=False, nodev=False,
457 if details:
458 buf += fmt.nl('\t' + self.details())
525 def format(self, details=False, _stats=False, nodev=False,
533 if details:
534 buf += fmt.nl('\t' + self.details())
    [all...]
  /external/v8/src/compiler/
access-info.cc 284 PropertyDetails const details = descriptors->GetDetails(number); local
287 if (details.IsReadOnly()) {
291 if (details.kind() == kData && !holder.is_null()) {
298 switch (details.type()) {
307 Representation details_representation = details.representation();
321 // Extract the field type from the property details (make sure its
501 PropertyDetails const details = local
504 if (details.IsReadOnly()) return false;
506 if (details.type() != DATA) return false;
507 int const index = details.field_index()
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 51 public static Control createTooltipControl(Composite parent, String header, String details) {
52 return createTooltipControl(parent, header, details, 0);
57 String details,
66 html += "<tr><td align=justify>" + details + "</td></tr>";
70 control = createTooltipControl_Label(parent, details);
  /external/valgrind/coregrind/
m_redir.c 23 General Public License for more details.
    [all...]
  /tools/test/connectivity/acts/framework/acts/
records.py 42 RECORD_DETAILS = "Details"
60 self.details: A string explaining the details of the test case.
71 self.details = None
95 self.details = e.details
98 self.details = str(e)
183 d[TestResultEnums.RECORD_DETAILS] = self.details
194 'Details': <details>,
    [all...]
  /external/valgrind/memcheck/tests/
leak_cpp_interior.stderr.exp 34 To see details of leaked memory, give 'full' arg to leak_check
46 To see details of leaked memory, give 'full' arg to leak_check
58 To see details of leaked memory, give 'full' arg to leak_check
70 To see details of leaked memory, give 'full' arg to leak_check
84 To see details of leaked memory, give 'full' arg to leak_check
98 To see details of leaked memory, give 'full' arg to leak_check
112 To see details of leaked memory, give 'full' arg to leak_check
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
DeqpInstrumentation.java 168 public void testCaseResult (String code, String details)
174 info.putString("dEQP-TestCaseResult-Details", details);
  /external/kmod/libkmod/python/kmod/
_util.pxd 12 # details.
_util.pyx 12 # details.
kmod.pxd 12 # details.
list.pxd 12 # details.
module.pxd 12 # details.
  /external/libusb/android/jni/
Android.mk 12 # Lesser General Public License for more details.
Application.mk 12 # Lesser General Public License for more details.
  /external/llvm/bindings/go/llvm/
bitreader.go 6 // License. See LICENSE.TXT for details.
support.go 6 // License. See LICENSE.TXT for details.
transforms_ipo.go 6 // License. See LICENSE.TXT for details.
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 6 * License. See LICENSE.TXT for details.
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 6 * License. See LICENSE.TXT for details.
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.mli 6 * License. See LICENSE.TXT for details.
  /external/ltp/testcases/kernel/power_management/
README 13 ## for more details. ##
82 Refer to README in LTPROOT/utils/benchmark/ebizzy-0.2 directory for details of ebizzy.

Completed in 3343 milliseconds

1 2 3 4 5 6 78 91011>>