OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ARG_VALUE
(Results
1 - 9
of
9
) sorted by null
/frameworks/support/viewpager2/src/androidTest/java/androidx/viewpager2/widget/swipe/
PageFragment.java
32
private static final String
ARG_VALUE
= "value";
41
args.putInt(
ARG_VALUE
, value);
56
updateValue(data.getInt(
ARG_VALUE
));
67
outState.putInt(
ARG_VALUE
, mValue);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IntrinsicInst.h
402
enum { ARG_DEST = 0,
ARG_VALUE
= 1, ARG_LENGTH = 2, ARG_ELEMENTSIZE = 3 };
411
Value *getValue() const { return const_cast<Value*>(getArgOperand(
ARG_VALUE
)); }
412
const Use &getValueUse() const { return getArgOperandUse(
ARG_VALUE
); }
413
Use &getValueUse() { return getArgOperandUse(
ARG_VALUE
); }
454
setArgOperand(
ARG_VALUE
, Val);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IntrinsicInst.h
402
enum { ARG_DEST = 0,
ARG_VALUE
= 1, ARG_LENGTH = 2, ARG_ELEMENTSIZE = 3 };
411
Value *getValue() const { return const_cast<Value*>(getArgOperand(
ARG_VALUE
)); }
412
const Use &getValueUse() const { return getArgOperandUse(
ARG_VALUE
); }
413
Use &getValueUse() { return getArgOperandUse(
ARG_VALUE
); }
454
setArgOperand(
ARG_VALUE
, Val);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IntrinsicInst.h
402
enum { ARG_DEST = 0,
ARG_VALUE
= 1, ARG_LENGTH = 2, ARG_ELEMENTSIZE = 3 };
411
Value *getValue() const { return const_cast<Value*>(getArgOperand(
ARG_VALUE
)); }
412
const Use &getValueUse() const { return getArgOperandUse(
ARG_VALUE
); }
413
Use &getValueUse() { return getArgOperandUse(
ARG_VALUE
); }
454
setArgOperand(
ARG_VALUE
, Val);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IntrinsicInst.h
402
enum { ARG_DEST = 0,
ARG_VALUE
= 1, ARG_LENGTH = 2, ARG_ELEMENTSIZE = 3 };
411
Value *getValue() const { return const_cast<Value*>(getArgOperand(
ARG_VALUE
)); }
412
const Use &getValueUse() const { return getArgOperandUse(
ARG_VALUE
); }
413
Use &getValueUse() { return getArgOperandUse(
ARG_VALUE
); }
454
setArgOperand(
ARG_VALUE
, Val);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IntrinsicInst.h
402
enum { ARG_DEST = 0,
ARG_VALUE
= 1, ARG_LENGTH = 2, ARG_ELEMENTSIZE = 3 };
411
Value *getValue() const { return const_cast<Value*>(getArgOperand(
ARG_VALUE
)); }
412
const Use &getValueUse() const { return getArgOperandUse(
ARG_VALUE
); }
413
Use &getValueUse() { return getArgOperandUse(
ARG_VALUE
); }
454
setArgOperand(
ARG_VALUE
, Val);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IntrinsicInst.h
402
enum { ARG_DEST = 0,
ARG_VALUE
= 1, ARG_LENGTH = 2, ARG_ELEMENTSIZE = 3 };
411
Value *getValue() const { return const_cast<Value*>(getArgOperand(
ARG_VALUE
)); }
412
const Use &getValueUse() const { return getArgOperandUse(
ARG_VALUE
); }
413
Use &getValueUse() { return getArgOperandUse(
ARG_VALUE
); }
454
setArgOperand(
ARG_VALUE
, Val);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IntrinsicInst.h
402
enum { ARG_DEST = 0,
ARG_VALUE
= 1, ARG_LENGTH = 2, ARG_ELEMENTSIZE = 3 };
411
Value *getValue() const { return const_cast<Value*>(getArgOperand(
ARG_VALUE
)); }
412
const Use &getValueUse() const { return getArgOperandUse(
ARG_VALUE
); }
413
Use &getValueUse() { return getArgOperandUse(
ARG_VALUE
); }
454
setArgOperand(
ARG_VALUE
, Val);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IntrinsicInst.h
402
enum { ARG_DEST = 0,
ARG_VALUE
= 1, ARG_LENGTH = 2, ARG_ELEMENTSIZE = 3 };
411
Value *getValue() const { return const_cast<Value*>(getArgOperand(
ARG_VALUE
)); }
412
const Use &getValueUse() const { return getArgOperandUse(
ARG_VALUE
); }
413
Use &getValueUse() { return getArgOperandUse(
ARG_VALUE
); }
454
setArgOperand(
ARG_VALUE
, Val);
Completed in 714 milliseconds