HomeSort by relevance Sort by last modified time
    Searched defs:hValue (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fxjs/
cfxjse_arguments.cpp 50 v8::Local<v8::Value> hValue = (*m_pInfo)[index];
51 ASSERT(!hValue.IsEmpty());
52 if (!hValue->IsObject())
54 return FXJSE_RetrieveObjectBinding(hValue.As<v8::Object>(), pClass);
cfxjse_context.cpp 53 v8::Local<v8::Value> hValue;
54 hValue = hException.As<v8::Object>()->Get(
56 if (hValue->IsString() || hValue->IsStringObject())
57 hReturnValue->Set(0, hValue);
61 hValue = hException.As<v8::Object>()->Get(
63 if (hValue->IsString() || hValue->IsStringObject())
64 hReturnValue->Set(1, hValue);
237 v8::Local<v8::Value> hValue = hScript->Run()
    [all...]
cfxjse_value.cpp 269 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
270 return hValue->IsUndefined();
278 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
279 return hValue->IsNull();
287 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
288 return hValue->IsBoolean();
296 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
297 return hValue->IsString();
305 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
306 return hValue->IsNumber()
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.c 130 half hValue = *(half *) &value;
160 half lb = hValue - tolerance * ulp;
161 half ub = hValue + tolerance * ulp;
164 fprintf(stderr, "Value: %f, ulp: %f\n", (float) hValue, (float) ulp);
  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.cpp 103 Optional<CXFA_Measurement> hValue =
105 if (hValue && hValue->GetValue() > XFA_LAYOUT_FLOAT_PERCISION) {
106 containerSize.height = hValue->ToUnit(XFA_Unit::Pt);
    [all...]
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 

Completed in 127 milliseconds