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

<<81828384858687888990>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 44 namespace detail { namespace in namespace:llvm
101 } // namespace detail
115 return llvm::detail::TrailingZerosCounter<T, sizeof(T)>::count(Val, ZB);
118 namespace detail { namespace in namespace:llvm
170 } // namespace detail
184 return llvm::detail::LeadingZerosCounter<T, sizeof(T)>::count(Val, ZB);
459 namespace detail { namespace
488 } // namespace detail
498 return detail::PopulationCounter<T, sizeof(T)>::count(Value);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
MathExtras.h 45 namespace detail { namespace in namespace:llvm
102 } // namespace detail
116 return llvm::detail::TrailingZerosCounter<T, sizeof(T)>::count(Val, ZB);
119 namespace detail { namespace in namespace:llvm
171 } // namespace detail
185 return llvm::detail::LeadingZerosCounter<T, sizeof(T)>::count(Val, ZB);
477 namespace detail { namespace
506 } // namespace detail
516 return detail::PopulationCounter<T, sizeof(T)>::count(Value);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
MathExtras.h 45 namespace detail { namespace in namespace:llvm
102 } // namespace detail
116 return llvm::detail::TrailingZerosCounter<T, sizeof(T)>::count(Val, ZB);
119 namespace detail { namespace in namespace:llvm
171 } // namespace detail
185 return llvm::detail::LeadingZerosCounter<T, sizeof(T)>::count(Val, ZB);
477 namespace detail { namespace
506 } // namespace detail
516 return detail::PopulationCounter<T, sizeof(T)>::count(Value);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
MathExtras.h 45 namespace detail { namespace in namespace:llvm
102 } // namespace detail
116 return llvm::detail::TrailingZerosCounter<T, sizeof(T)>::count(Val, ZB);
119 namespace detail { namespace in namespace:llvm
171 } // namespace detail
185 return llvm::detail::LeadingZerosCounter<T, sizeof(T)>::count(Val, ZB);
477 namespace detail { namespace
506 } // namespace detail
516 return detail::PopulationCounter<T, sizeof(T)>::count(Value);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
MathExtras.h 45 namespace detail { namespace in namespace:llvm
102 } // namespace detail
116 return llvm::detail::TrailingZerosCounter<T, sizeof(T)>::count(Val, ZB);
119 namespace detail { namespace in namespace:llvm
171 } // namespace detail
185 return llvm::detail::LeadingZerosCounter<T, sizeof(T)>::count(Val, ZB);
477 namespace detail { namespace
506 } // namespace detail
516 return detail::PopulationCounter<T, sizeof(T)>::count(Value);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
MathExtras.h 45 namespace detail { namespace in namespace:llvm
102 } // namespace detail
116 return llvm::detail::TrailingZerosCounter<T, sizeof(T)>::count(Val, ZB);
119 namespace detail { namespace in namespace:llvm
171 } // namespace detail
185 return llvm::detail::LeadingZerosCounter<T, sizeof(T)>::count(Val, ZB);
477 namespace detail { namespace
506 } // namespace detail
516 return detail::PopulationCounter<T, sizeof(T)>::count(Value);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
MathExtras.h 45 namespace detail { namespace in namespace:llvm
102 } // namespace detail
116 return llvm::detail::TrailingZerosCounter<T, sizeof(T)>::count(Val, ZB);
119 namespace detail { namespace in namespace:llvm
171 } // namespace detail
185 return llvm::detail::LeadingZerosCounter<T, sizeof(T)>::count(Val, ZB);
477 namespace detail { namespace
506 } // namespace detail
516 return detail::PopulationCounter<T, sizeof(T)>::count(Value);
  /art/runtime/
hidden_api.cc 76 namespace detail {
278 } // namespace detail
293 detail::MemberSignature member_signature(member);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcslib.py 279 detail, reason = divmod(sts, 256)
280 if reason == 0: return 'exit', detail # Exit status
284 signal = detail
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
antlr.1 50 Ambiguities/errors shown in low detail (default).
52 Ambiguities/errors shown in more detail.
54 Ambiguities/errors shown in excruciating detail.
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
PrintInfo.h 65 @param[in] Option Print option of information detail.
196 @param[in] Option Option for the level of detail output required.
210 @param[in] Option Option for the level of detail output required.
  /external/autotest/client/cros/
webstore_test.py 168 Returns the URL of the detail page for the given item
172 return self.build_url("/detail/" + item_id)
220 # We need to go to the CWS home page before going to the detail
  /external/capstone/cstool/
cstool.c 377 if (insn[i].detail->groups_count) {
381 for(j = 0; j < insn[i].detail->groups_count; j++) {
382 printf("%s ", cs_group_name(handle, insn[i].detail->groups[j]));
  /external/capstone/suite/arm/
test_arm_regression.c 62 // detail can be NULL on "data" instruction if SKIPDATA option is turned ON
63 if (ins->detail == NULL)
66 arm = &(ins->detail->arm);
  /external/capstone/tests/
test_arm.c 38 // detail can be NULL on "data" instruction if SKIPDATA option is turned ON
39 if (ins->detail == NULL)
42 arm = &(ins->detail->arm);
test_arm64.c 37 // detail can be NULL if SKIPDATA option is turned ON
38 if (ins->detail == NULL)
41 arm64 = &(ins->detail->arm64);
  /external/junit-params/apidocs/junitparams/
JUnitParamsRunner.html 84 <li>Detail:&nbsp;</li>
86 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
87 <li><a href="#method.detail">Method</a></li>
597 <!-- ========= CONSTRUCTOR DETAIL ======== -->
599 <li class="blockList"><a name="constructor.detail">
602 <h3>Constructor Detail</h3>
619 <!-- ============ METHOD DETAIL ========== -->
621 <li class="blockList"><a name="method.detail">
624 <h3>Method Detail</h3>
    [all...]
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 35 namespace detail { namespace in namespace:llvm
165 } // end namespace detail
194 public detail::PtrUseVisitorBase {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
AvcConfigurationBox.java 341 String detail = "not parsable"; local
343 detail = SeqParameterSet.read(new ByteArrayInputStream(sequenceParameterSet)).toString();
347 l.add(detail);
  /external/python/cpython2/Demo/pdist/
rcslib.py 279 detail, reason = divmod(sts, 256)
280 if reason == 0: return 'exit', detail # Exit status
284 signal = detail
  /external/python/cpython2/Lib/ctypes/test/
test_bitfields.py 193 except Exception, detail:
194 return detail.__class__, str(detail)
  /external/python/cpython3/Lib/ctypes/test/
test_bitfields.py 192 except Exception as detail:
193 return detail.__class__, str(detail)
  /external/skia/tests/
DrawPathTest.cpp 69 // http://code.google.com/p/chromium/issues/detail?id=131181
162 http://code.google.com/p/skia/issues/detail?id=533
199 http://code.google.com/p/chromium/issues/detail?id=124652
  /external/skqp/tests/
DrawPathTest.cpp 69 // http://code.google.com/p/chromium/issues/detail?id=131181
162 http://code.google.com/p/skia/issues/detail?id=533
199 http://code.google.com/p/chromium/issues/detail?id=124652
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat4x4.hpp 39 namespace detail namespace in namespace:glm
60 /// @cond DETAIL
252 }//namespace detail

Completed in 1834 milliseconds

<<81828384858687888990>>