HomeSort by relevance Sort by last modified time
    Searched refs:VH (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Analysis/
AssumptionCache.cpp 63 for (auto &VH : AssumeHandles) {
64 if (!VH)
67 assert(&F == cast<Instruction>(VH)->getParent()->getParent() &&
69 assert(match(cast<CallInst>(VH), m_Intrinsic<Intrinsic::assume>()) &&
71 assert(AssumptionSet.insert(VH).second &&
84 for (auto &VH : AC.assumptions())
85 if (VH)
86 OS << " " << *cast<CallInst>(VH)->getArgOperand(0) << "\n";
119 for (auto &VH : I.second->assumptions())
120 if (VH)
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CursorRecyclerViewAdapter.java 29 public abstract class CursorRecyclerViewAdapter<VH extends RecyclerView.ViewHolder>
30 extends RecyclerView.Adapter<VH> {
66 public void onBindViewHolder(VH viewHolder, Cursor cursor) {}
69 public void onBindViewHolder(VH viewHolder, int position) {
GroupingCursorRecyclerViewAdapter.java 33 public abstract class GroupingCursorRecyclerViewAdapter<VH extends RecyclerView.ViewHolder>
34 extends CursorRecyclerViewAdapter<VH> {
47 protected abstract VH onCreateStandAloneViewHolder(Context context, ViewGroup parent);
48 protected abstract void onBindStandAloneViewHolder(VH holder, Context context, Cursor cursor);
50 protected abstract VH onCreateGroupViewHolder(Context context, ViewGroup parent);
51 protected abstract void onBindGroupViewHolder(VH holder, Context context, Cursor cursor,
54 protected abstract VH onCreateChildViewHolder(Context context, ViewGroup parent);
55 protected abstract void onBindChildViewHolder(VH holder, Context context, Cursor cursor);
114 public VH onCreateViewHolder(ViewGroup parent, int viewType) {
128 public void onBindViewHolder(VH holder, int position)
    [all...]
GroupingRecyclerViewAdapter.java 32 public abstract class GroupingRecyclerViewAdapter<E, VH extends RecyclerView.ViewHolder>
33 extends RecyclerView.Adapter<VH> {
46 protected abstract VH onCreateStandAloneViewHolder(Context context, ViewGroup parent);
48 VH holder, Context context, int positionInData);
50 protected abstract VH onCreateGroupViewHolder(Context context, ViewGroup parent);
51 protected abstract void onBindGroupViewHolder(VH holder, Context context, int positionInData,
54 protected abstract VH onCreateChildViewHolder(Context context, ViewGroup parent);
55 protected abstract void onBindChildViewHolder(VH holder, Context context, int positionInData);
111 public VH onCreateViewHolder(ViewGroup parent, int viewType) {
125 public void onBindViewHolder(VH holder, int position)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
CursorRecyclerAdapter.java 35 public abstract class CursorRecyclerAdapter<VH extends RecyclerView.ViewHolder>
36 extends RecyclerView.Adapter<VH> {
189 public VH onCreateViewHolder(final ViewGroup parent, final int viewType) {
194 public void onBindViewHolder(final VH holder, final int position) {
210 public abstract void bindViewHolder(VH holder, Context context, Cursor cursor);
215 public abstract VH createViewHolder(Context context, ViewGroup parent, int viewType);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ValueMap.h 249 typedef ValueMapCallbackVH<KeyT, ValueT, Config, ValueInfoT> VH;
252 static inline VH getEmptyKey() {
253 return VH(PointerInfo::getEmptyKey(), NULL);
255 static inline VH getTombstoneKey() {
256 return VH(PointerInfo::getTombstoneKey(), NULL);
258 static unsigned getHashValue(const VH &Val) {
261 static bool isEqual(const VH &LHS, const VH &RHS) {
  /external/llvm/include/llvm/IR/
ValueMap.h 293 typedef ValueMapCallbackVH<KeyT, ValueT, Config> VH;
295 static inline VH getEmptyKey() {
296 return VH(DenseMapInfo<Value *>::getEmptyKey());
298 static inline VH getTombstoneKey() {
299 return VH(DenseMapInfo<Value *>::getTombstoneKey());
301 static unsigned getHashValue(const VH &Val) {
307 static bool isEqual(const VH &LHS, const VH &RHS) {
310 static bool isEqual(const KeyT &LHS, const VH &RHS) {
  /packages/apps/Car/Settings/src/com/android/car/settings/common/
TypedPagedListAdapter.java 54 public static abstract class LineItem<VH extends ViewHolder> {
85 abstract void bindViewHolder(VH holder);
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java 728 final ViewHolder vh = getChildViewHolderInt(child);
729 if (vh != null) {
730 if (!vh.isTmpDetached() && !vh.shouldIgnore()) {
732 + " detached: " + vh);
735 Log.d(TAG, "reAttach " + vh);
737 vh.clearTmpDetachFlag();
746 final ViewHolder vh = getChildViewHolderInt(view);
747 if (vh != null) {
748 if (vh.isTmpDetached() && !vh.shouldIgnore())
3728 ViewHolder vh = getChildViewHolderInt(child); local
5910 final ViewHolder vh = getChildViewHolderInt(view); local
7855 ViewHolder vh = getChildViewHolderInt(child); local
7925 ViewHolder vh = getChildViewHolderInt(child); local
8263 final ViewHolder vh = getChildViewHolderInt(view); local
8278 final ViewHolder vh = getChildViewHolderInt(view); local
8332 final ViewHolder vh = getChildViewHolderInt(scrap); local
9401 final ViewHolder vh = getChildViewHolderInt(host); local
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 3890 ViewHolder vh = getChildViewHolderInt(child); local
6089 final ViewHolder vh = getChildViewHolderInt(view); local
8127 ViewHolder vh = getChildViewHolderInt(child); local
8197 ViewHolder vh = getChildViewHolderInt(child); local
8536 final ViewHolder vh = getChildViewHolderInt(view); local
8551 final ViewHolder vh = getChildViewHolderInt(view); local
8605 final ViewHolder vh = getChildViewHolderInt(scrap); local
9782 final ViewHolder vh = getChildViewHolderInt(host); local
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_g729.rtp 291 7?8??.??3R?-K???X?G??<4p?k???I??X??vH?{? ?b?3p???????X??x'B ?N????V5<4??l??eI??Xr?????{ H(?Q,h{R????N????%e(?Q-8_??A?<4??m??I??X.?Q?????
    [all...]
hrtf_g722_1C_48.rtp 151 ??? ]i??}b??3?n?? F?f*BI : o?VH??B???#??@?? +L??I??h*? ???k;U9i**?)b]\(?????}?U?I??Xw#[??=$ l=?.ah?C9y? ?U5J??T?R??&.???%ek@????2??X)?3?????XN_*??h'??1?nlOJpT?U ? ?I? ?P?Bd?A?~)???E?Qp???iAy?1?E?q???} ?/{cl9@??D9???X???Pe?l4g?L?:???/%?iW b?-% ?}H?g
677 g???T????j?+H ?????'?a},?????D.??kd??2D?? M???I?~? tF?X[ n??\? ????Vh??*D?Y ??q??&_?}?D?Pi?/??
    [all...]
toggling_stereo_g729_pt18_pt125.rtp     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 2476 milliseconds