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

  /external/pdfium/fxjs/
cfxjse_arguments.cpp 47 v8::Local<v8::Value> hValue = (*m_pInfo)[index];
48 ASSERT(!hValue.IsEmpty());
49 if (!hValue->IsObject())
51 return FXJSE_RetrieveObjectBinding(hValue.As<v8::Object>(), pClass);
cfxjse_value.cpp 353 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
354 return hValue->IsUndefined();
362 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
363 return hValue->IsNull();
371 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
372 return hValue->IsBoolean();
380 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
381 return hValue->IsString();
389 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
390 return hValue->IsNumber()
    [all...]
cfxjse_context.cpp 119 v8::Local<v8::Value> hValue;
120 hValue = hException.As<v8::Object>()->Get(
122 if (hValue->IsString() || hValue->IsStringObject())
123 hReturnValue->Set(0, hValue);
127 hValue = hException.As<v8::Object>()->Get(
129 if (hValue->IsString() || hValue->IsStringObject())
130 hReturnValue->Set(1, hValue);
215 v8::Local<v8::Value> hValue = hScript->Run()
    [all...]
cfxjse_value.h 80 void ForceSetValue(v8::Local<v8::Value> hValue) {
81 m_hValue.Reset(m_pIsolate, hValue);
  /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);
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.h 54 status_t setHdmiOverscan(int hValue, int vValue);
MultiDisplayObserver.cpp 80 status_t MultiDisplayCallback::setHdmiOverscan(int hValue, int vValue)
82 ITRACE("oversacn compensation, h: %d v: %d", hValue, vValue);
  /frameworks/av/drm/libmediadrm/
DrmHal.cpp 778 [&](Status status, const hidl_string& hValue) {
780 value = toString8(hValue);
805 [&](Status status, const hidl_vec<uint8_t>& hValue) {
807 value = toVector(hValue);
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 

Completed in 172 milliseconds