/external/llvm/lib/Analysis/ |
DIBuilder.cpp | 50 SmallVector<Value *, 4> Variables; 83 Value *TElts[] = { GetTagConstant(VMContext, DW_TAG_base_type) }; 85 Value *THElts[] = { TempEnumTypes }; 89 Value *TRElts[] = { TempRetainTypes }; 93 Value *TSElts[] = { TempSubprograms }; 97 Value *TVElts[] = { TempGVs }; 100 Value *Elts[] = { 129 Value *Elts[] = { 138 /// createEnumerator - Create a single enumerator value. 141 Value *Elts[] = [all...] |
/external/chromium/chrome/common/ |
json_schema_validator.cc | 17 double GetNumberValue(Value* value) { 19 if (value->GetAsDouble(&result)) 23 if (value->GetAsInteger(&int_result)) { 27 CHECK(false) << "Unexpected value type: " << value->GetType(); 31 bool GetNumberFromDictionary(DictionaryValue* value, const std::string& key, 33 if (value->GetDouble(key, number)) 37 if (value->GetInteger(key, &int_value)) { 64 "Value does not match any valid type choices." 429 std::string value; local 456 double value = GetNumberValue(instance); local [all...] |
common_param_traits_unittest.cc | 120 input.Set(0, Value::CreateDoubleValue(42.42)); 121 input.Set(1, Value::CreateStringValue("forty")); 122 input.Set(2, Value::CreateNullValue()); 142 input.Set("null", Value::CreateNullValue()); 143 input.Set("bool", Value::CreateBooleanValue(true)); 144 input.Set("int", Value::CreateIntegerValue(42)); 147 subdict->Set("str", Value::CreateStringValue("forty two")); 148 subdict->Set("bool", Value::CreateBooleanValue(false)); 151 sublist->Set(0, Value::CreateDoubleValue(42.42)); 152 sublist->Set(1, Value::CreateStringValue("forty")) [all...] |
/external/v8/test/cctest/ |
test-accessors.cc | 38 using ::v8::Value; 49 static v8::Handle<Value> handle_property(Local<String> name, 70 static v8::Handle<Value> GetIntValue(Local<String> property, 73 int* value = local 74 static_cast<int*>(v8::Handle<v8::External>::Cast(info.Data())->Value()); 75 return v8_num(*value); 80 Local<Value> value, 83 static_cast<int*>(v8::Handle<v8::External>::Cast(info.Data())->Value()); 84 *field = value->Int32Value() 181 Local<Value> value = CompileRun( local [all...] |
/external/clang/lib/CodeGen/ |
CGException.cpp | 249 llvm::Value *Val = LPI->getClause(I)->stripPointerCasts(); 251 // Check if the catch value has the ObjC prefix. 315 /// Returns the value to inject into a selector to indicate the 318 // Possibly we should use @llvm.eh.catch.all.value here. 326 llvm::Value *exn; 327 FreeException(llvm::Value *exn) : exn(exn) {} 340 llvm::Value *addr) { 349 llvm::Value *typedAddr = CGF.Builder.CreateBitCast(addr, ty); 365 llvm::Value *CodeGenFunction::getExceptionSlot() { 371 llvm::Value *CodeGenFunction::getEHSelectorSlot() [all...] |
/device/samsung/tuna/recovery/ |
recovery_updater.c | 31 Value* WriteBootloaderFn(const char* name, State* state, int argc, Expr* argv[]) 34 Value* img; 35 Value* xloader_loc; 36 Value* sbl_loc; 84 Value* FsSizeFixFn(const char* name, State* state, int argc, Expr* argv[])
|
/external/chromium/chrome/browser/prefs/ |
overlay_persistent_pref_store.cc | 36 const Value** result) const { 44 Value** result) { 48 // Try to create copy of underlay if the overlay does not contain a value. 49 Value* underlay_value = NULL; 57 // Return read failure if underlay stores no value for |key|. 62 Value* value) { 63 if (overlay_.SetValue(key, value)) 68 Value* value) { [all...] |
pref_set_observer_unittest.cc | 46 Value::CreateStringValue("http://crbug.com")); 49 Value::CreateBooleanValue(true)); 74 Value::CreateStringValue("http://crbug.com")); 82 Value::CreateBooleanValue(true)); 87 Value::CreateStringValue("en_US.utf8"));
|
/external/chromium/chrome/browser/sync/ |
js_sync_manager_observer.cc | 31 return_args.Append(Value::CreateStringValue( 45 return_args.Append(Value::CreateStringValue( 69 return_args.Append(Value::CreateStringValue("<redacted>")); 76 return_args.Append(Value::CreateBooleanValue(for_decryption)); 88 return_args.Append(Value::CreateStringValue("<redacted>"));
|
/external/llvm/examples/Fibonacci/ |
fibonacci.cpp | 51 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1); 52 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); 64 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); 71 Value *Sub = BinaryOperator::CreateSub(ArgX, One, "arg", RecurseBB); 82 Value *Sum = BinaryOperator::CreateAdd(CallFibX1, CallFibX2,
|
/external/llvm/include/llvm/Analysis/ |
IVUsers.h | 26 class Value; 40 IVStrideUse(IVUsers *P, Instruction* U, Value *O) 54 /// getOperandValToReplace - Return the Value of the operand in the user 56 Value *getOperandValToReplace() const { 60 /// setOperandValToReplace - Assign a new Value as the operand value 62 void setOperandValToReplace(Value *Op) { 80 /// OperandValToReplace - The Value of the operand in the user instruction 150 IVStrideUse &AddUser(Instruction *User, Value *Operand); 153 /// value of the OperandValToReplace of the given IVStrideUse [all...] |
/external/llvm/include/llvm/CodeGen/ |
FunctionLoweringInfo.h | 50 class Value; 63 /// CanLowerReturn - true iff the function's return value can be lowered to 77 DenseMap<const Value*, unsigned> ValueMap; 135 /// isExportedInst - Return true if the specified value is an instruction 137 bool isExportedInst(const Value *V) { 145 unsigned InitializeRegForValue(const Value *V) { 147 assert(R == 0 && "Already initialized this value register!"); 193 DenseMap<const Value*, unsigned>::const_iterator It = ValueMap.find(PN);
|
/external/webkit/Source/WebCore/bindings/v8/ |
DateExtension.cpp | 78 v8::Local<v8::Value> result = V8Proxy::currentContext()->Global()->Get(v8::String::New("Date")); 86 v8::Local<v8::Value> sleepFunctionHandle = dateObject->GetHiddenValue(V8HiddenPropertyName::sleepFunction()); 90 v8::Handle<v8::Value> argv[1]; 105 v8::Handle<v8::Value> DateExtension::Setup(const v8::Arguments& args) 117 v8::Handle<v8::Value> DateExtension::OnSleepDetected(const v8::Arguments&)
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8DeviceOrientationEventCustom.cpp | 40 v8::Handle<v8::Value> V8DeviceOrientationEvent::alphaAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 50 v8::Handle<v8::Value> V8DeviceOrientationEvent::betaAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 60 v8::Handle<v8::Value> V8DeviceOrientationEvent::gammaAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 70 v8::Handle<v8::Value> V8DeviceOrientationEvent::initDeviceOrientationEventCallback(const v8::Arguments& args) 86 return v8::Handle<v8::Value>();
|
V8HTMLInputElementCustom.cpp | 41 v8::Handle<v8::Value> V8HTMLInputElement::selectionStartAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 54 void V8HTMLInputElement::selectionStartAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 64 imp->setSelectionStart(value->Int32Value()); 67 v8::Handle<v8::Value> V8HTMLInputElement::selectionEndAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 80 void V8HTMLInputElement::selectionEndAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 91 imp->setSelectionEnd(value->Int32Value()); 94 v8::Handle<v8::Value> V8HTMLInputElement::setSelectionRangeCallback(const v8::Arguments& args)
|
V8HistoryCustom.cpp | 44 v8::Handle<v8::Value> V8History::pushStateCallback(const v8::Arguments& args) 68 v8::Handle<v8::Value> V8History::replaceStateCallback(const v8::Arguments& args) 92 bool V8History::indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>) 99 bool V8History::namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value>)
|
V8DOMStringMapCustom.cpp | 49 v8::Handle<v8::Value> V8DOMStringMap::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 69 v8::Handle<v8::Value> value = info.Holder()->GetRealNamedPropertyInPrototypeChain(name); local 70 if (!value.IsEmpty()) 82 v8::Handle<v8::Value> V8DOMStringMap::namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 85 v8::Handle<v8::Value> property = info.Holder()->GetRealNamedPropertyInPrototypeChain(name); 87 return value; 89 return value; [all...] |
V8HTMLOptionsCollectionCustom.cpp | 47 v8::Handle<v8::Value> V8HTMLOptionsCollection::removeCallback(const v8::Arguments& args) 55 v8::Handle<v8::Value> V8HTMLOptionsCollection::addCallback(const v8::Arguments& args) 88 v8::Handle<v8::Value> V8HTMLOptionsCollection::lengthAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 96 void V8HTMLOptionsCollection::lengthAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 100 double v = value->NumberValue(); 112 imp->setLength(value->Uint32Value(), ec); 117 v8::Handle<v8::Value> V8HTMLOptionsCollection::indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) 129 v8::Handle<v8::Value> V8HTMLOptionsCollection::indexedPropertySetter(uint32_t index, v8::Local<v8::Value> value, const v8::AccessorInfo& info [all...] |
V8InjectedScriptHostCustom.cpp | 52 Node* InjectedScriptHost::scriptValueAsNode(ScriptValue value) 54 if (!value.isObject() || value.isNull()) 56 return V8Node::toNative(v8::Handle<v8::Object>::Cast(value.v8Value())); 68 v8::Handle<v8::Value> V8InjectedScriptHost::inspectedNodeCallback(const v8::Arguments& args) 76 Node* node = host->inspectedNode(args[0]->ToInt32()->Value()); 83 v8::Handle<v8::Value> V8InjectedScriptHost::internalConstructorNameCallback(const v8::Arguments& args) 95 v8::Handle<v8::Value> V8InjectedScriptHost::inspectCallback(const v8::Arguments& args) 109 v8::Handle<v8::Value> V8InjectedScriptHost::currentCallFrameCallback(const v8::Arguments& args) 121 v8::Handle<v8::Value> V8InjectedScriptHost::databaseIdCallback(const v8::Arguments& args [all...] |
V8XSLTProcessorCustom.cpp | 49 v8::Handle<v8::Value> V8XSLTProcessor::constructorCallback(const v8::Arguments& args) 56 v8::Handle<v8::Value> V8XSLTProcessor::importStylesheetCallback(const v8::Arguments& args) 70 v8::Handle<v8::Value> V8XSLTProcessor::transformToFragmentCallback(const v8::Arguments& args) 85 v8::Handle<v8::Value> V8XSLTProcessor::transformToDocumentCallback(const v8::Arguments& args) 106 v8::Handle<v8::Value> V8XSLTProcessor::setParameterCallback(const v8::Arguments& args) 116 String value = toWebCoreString(args[2]); local 117 imp->setParameter(namespaceURI, localName, value); 123 v8::Handle<v8::Value> V8XSLTProcessor::getParameterCallback(const v8::Arguments& args) 140 v8::Handle<v8::Value> V8XSLTProcessor::removeParameterCallback(const v8::Arguments& args)
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_TransformDequantLumaDCFromPair.c | 36 int i, Round, Value; 42 Value = (pDst[i] * Scale) << Shift; 43 pDst[i] = (OMX_S16)Value; 53 Value = (pDst[i] * Scale + Round) >> Shift; 54 pDst[i] = (OMX_S16)Value; 118 * Return Value:
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineSelect.cpp | 25 MatchSelectPattern(Value *V, Value *&LHS, Value *&RHS) { 82 /// equal the other incoming value of the select. 137 Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0), 148 Value *MatchOp, *OtherOpT, *OtherOpF; 177 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT, 205 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, 206 Value *FalseVal) { 222 Value *OOp = TVI->getOperand(2-OpToFold) [all...] |
/external/chromium/net/base/ |
net_log.h | 15 class Value; 56 #define SOURCE_TYPE(label, value) SOURCE_ ## label = value, 71 // The caller takes ownership of the returned Value*. 72 Value* ToValue() const; 86 // Serializes the parameters to a Value tree. This is intended to be a 88 // The caller takes ownership of the returned Value*. 89 virtual Value* ToValue() const = 0; 153 static Value* EntryToDictionaryValue(NetLog::EventType type, 197 // negative, a parameter called "net_error" with a value of |net_error| i 231 const std::string& value() const { function in class:net::NetLogStringParameter 250 int value() const { function in class:net::NetLogIntegerParameter 269 const NetLog::Source& value() const { function in class:net::NetLogSourceParameter [all...] |
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 89 // Otherwise, just return the character as its ascii value. 103 virtual Value *Codegen() = 0; 111 virtual Value *Codegen(); 119 virtual Value *Codegen(); 129 virtual Value *Codegen(); 139 virtual Value *Codegen(); 148 virtual Value *Codegen(); 159 virtual Value *Codegen(); 317 return Error("expected ',' after for start value"); 323 // The step value is optional [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.h | 86 DenseMap<const Value*, SDValue> NodeMap; 88 /// UnusedArgNodeMap - Maps argument value for unused arguments. This is used 90 DenseMap<const Value*, SDValue> UnusedArgNodeMap; 108 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap; 129 /// Case - A struct to record the Value for a switch case, and the 172 /// LT, GE - If nonzero, we know the current case value must be less-than or 206 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs, 207 const Value *cmpmiddle, 221 const Value *CmpLHS, *CmpMHS, *CmpRHS [all...] |