HomeSort by relevance Sort by last modified time
    Searched refs:Value (Results 926 - 950 of 2613) sorted by null

<<31323334353637383940>>

  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 52 virtual bool mayPredicate(const Instruction *, const Value *) const;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
SourceValue.java 37 * A {@link Value} that is represented by its type in a two types type system.
42 public class SourceValue implements Value {
45 * The size of this value.
50 * The instructions that can produce this value. For example, for the Java
51 * code below, the instructions that can produce the value of <tt>i</tt>
84 public boolean equals(final Object value) {
85 if (!(value instanceof SourceValue)) {
88 SourceValue v = (SourceValue) value;
  /external/pdfium/xfa/src/fxjse/src/
class.h 43 const v8::FunctionCallbackInfo<v8::Value>* m_pInfo;
  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 63 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
64 Value of: 2
71 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
72 Value of: 2
74 <failure message="Value of: 3&#x0A;Expected: 2" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
75 Value of: 3
  /external/skia/src/sfnt/
SkOTTable_hhea.h 22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableHorizontalHeader>::value;
41 SK_TYPED_ENUM(Value, SK_OT_SHORT,
44 (value)SK_SEQ_END)
SkOTTable_maxp_TT.h 27 SK_TYPED_ENUM(Value, SK_OT_USHORT,
31 (value)SK_SEQ_END)
SkOTTable_post.h 22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTablePostScript>::value;
25 SK_TYPED_ENUM(Value, SK_OT_Fixed,
33 SK_OT_Fixed value; member in struct:SkOTTablePostScript::Format
  /external/v8/include/
v8-profiler.h 249 Local<Value> GetName() const;
279 kSimdValue = 13 // A SIMD value stored in the heap (Proposed ES7).
288 * closures), string value, or an empty string (for compiled code).
434 Local<Value> wrapper);
443 * Returns SnapshotObjectId for a heap object referenced by |value| if
446 SnapshotObjectId GetObjectId(Local<Value> value);
452 Local<Value> FindObjectById(SnapshotObjectId id);
509 * into it. The return value of the function is the last seen heap object Id.
536 * Default value of persistent handle class ID. Must not be used t
    [all...]
  /external/v8/src/compiler/
js-generic-lowering.h 39 void ReplaceWithCompareIC(Node* node, Token::Value token, Strength strength);
  /external/v8/src/crankshaft/
hydrogen-range-analysis.h 27 void UpdateControlFlowRange(Token::Value op, HValue* value, HValue* other);
28 void InferRange(HValue* value);
30 void AddRange(HValue* value, Range* range);
31 void AddToWorklist(HValue* value) {
32 if (in_worklist_.Contains(value->id())) return;
33 in_worklist_.Add(value->id());
34 worklist_.Add(value, zone());
36 void PropagateMinusZeroChecks(HValue* value);
  /external/v8/src/extensions/
free-buffer-extension.cc 21 const v8::FunctionCallbackInfo<v8::Value>& args) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 62 int32 Value() const;
  /system/webservd/libwebserv/
mock_response.h 39 MOCK_METHOD2(ReplyWithJson, void(int, const base::Value*));
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-js1.d 22 Offset Info Type Sym\.Value Sym\. Name \+ Addend
27 Offset Info Type Sym\.Value Sym\. Name \+ Addend
tls-local-63.d 12 Offset Info Type Sym.Value Sym. Name \+ Addend
18 Num: Value Size Type Bind Vis Ndx Name
tls-local-64.d 14 Offset Info Type Sym.Value Sym. Name \+ Addend
20 Num: Value Size Type Bind Vis Ndx Name
weakref3.d 18 Offset +Info +Type +Sym.Value +Sym. Name \+ Addend
22 Offset +Info +Type +Sym.Value +Sym. Name \+ Addend
  /bootable/recovery/updater/
install.cpp 114 Value* MountFn(const char* name, State* state, int argc, Expr* argv[]) {
214 Value* IsMountedFn(const char* name, State* state, int argc, Expr* argv[]) {
244 Value* UnmountFn(const char* name, State* state, int argc, Expr* argv[]) {
302 Value* FormatFn(const char* name, State* state, int argc, Expr* argv[]) {
405 Value* RenameFn(const char* name, State* state, int argc, Expr* argv[]) {
444 Value* DeleteFn(const char* name, State* state, int argc, Expr* argv[]) {
473 Value* ShowProgressFn(const char* name, State* state, int argc, Expr* argv[]) {
494 Value* SetProgressFn(const char* name, State* state, int argc, Expr* argv[]) {
512 Value* PackageExtractDirFn(const char* name, State* state,
540 Value* PackageExtractFileFn(const char* name, State* state
962 char value[PROPERTY_VALUE_MAX]; local
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 39 VariantValue Value;
40 Parser::parseExpression(Code, this, &Value, &Error);
41 Values.push_back(Value);
115 llvm::Optional<DynTypedMatcher> getSingleMatcher(const VariantValue &Value) {
117 Value.getMatcher().getSingleMatcher();
144 EXPECT_EQ(17U, Bar.Args[0].Value.getUnsigned());
150 EXPECT_EQ("B A,Z", Baz.Args[0].Value.getString());
156 EXPECT_EQ(ExpectedBar, getSingleMatcher(Foo.Args[0].Value)->getID().second);
157 EXPECT_EQ(ExpectedBaz, getSingleMatcher(Foo.Args[1].Value)->getID().second);
218 VariantValue Value;
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 26 #include "llvm/IR/Value.h"
124 static TargetTransformInfo::OperandValueKind getOperandInfo(Value *V) {
172 Value *L = BinOp->getOperand(0);
173 Value *R = BinOp->getOperand(1);
187 Value *NextLevelOpL = LS ? LS->getOperand(0) : nullptr;
188 Value *NextLevelOpR = RS ? RS->getOperand(0) : nullptr;
189 Value *NextLevelOp = nullptr;
288 static std::pair<Value *, ShuffleVectorInst *>
291 Value *L = B->getOperand(0);
292 Value *R = B->getOperand(1)
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 62 static void ConnectProlog(Loop *L, Value *BECount, unsigned Count,
70 // Create a PHI node for each outgoing value from the original loop
71 // (which means it is an outgoing value from the prolog code too).
84 // Adding a value to the new PHI node from the original loop preheader.
85 // This is the value that skips all the prolog code.
92 Value *V = PN->getIncomingValueForBlock(Latch);
98 // Adding a value to the new PHI node from the last prolog block
102 // Update the existing PHI node operand with the value from the
124 Value *BrLoopExit =
142 static void CloneLoopBlocks(Loop *L, Value *NewIter, const bool UnrollProlog
    [all...]
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 75 uint64_t Value);
88 uint64_t Value);
212 uint64_t Value) {
259 << format_hex_no_prefix(Value, 16);
342 uint64_t Value) {
351 Timestamp.fromEpochTime(Value);
367 Value = getMainBinarySymbolAddress(Name);
373 Size = Value;
374 Value = CurrentFunctionAddress;
379 CurrentFunctionAddress = Value;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 199 template <> struct isPodLike<Slice> { static const bool value = true; }; member in struct:llvm::isPodLike
596 static Value *foldSelectInst(SelectInst &SI) {
597 // If the condition being selected on is a constant or the same value is
609 static Value *foldPHINodeOrSelectInst(Instruction &I) {
611 // If PN merges together the same value, return that value.
723 // inbounds, then the result of the GEP is a poison value and we can
756 Value *ValOp = SI.getValueOperand();
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodAfterMultipleThreadSuspensionTest.java 25 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
72 Value invokeResult = reply.getNextValueAsValue();
73 assertNull("Expect null result value for 'void'", invokeResult);
InvokeMethodWithSuspensionTest.java 25 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
70 Value invokeResult = reply.getNextValueAsValue();
71 assertNull("Expect null result value for 'void'", invokeResult);

Completed in 1202 milliseconds

<<31323334353637383940>>