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

  /external/pdfium/xfa/src/fxjse/src/
context.cpp 32 CFXJSE_Value* lpValue = CFXJSE_Value::Create(pContext->GetRuntime());
33 ASSERT(lpValue);
34 pContext->GetGlobalObject(lpValue);
35 return reinterpret_cast<FXJSE_HVALUE>(lpValue);
108 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hRetValue);
109 if (!lpValue) {
112 v8::Isolate* pIsolate = lpValue->GetIsolate();
115 v8::Local<v8::Value>::New(pIsolate, lpValue->DirectGetValue());
130 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hRetValue);
131 if (!lpValue) {
    [all...]
dynprop.cpp 51 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue);
52 v8::Isolate* pIsolate = lpValue->GetIsolate();
65 lpValue->ForceSetValue(v8::Function::New(
66 lpValue->GetIsolate(), FXJSE_DynPropGetterAdapter_MethodCallback,
value.cpp 14 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue);
15 return lpValue && lpValue->IsUndefined();
18 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue);
19 return lpValue && lpValue->IsNull();
22 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue);
23 return lpValue && lpValue->IsBoolean();
26 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue);
    [all...]
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 539 jbyte* lpValue = NULL;
564 lpValue = (jbyte *) env->GetPrimitiveArrayCritical(pJavaValue, NULL);
565 if (lpValue == NULL) {
574 memcpy(p->data + voffset, lpValue, vsize);
589 if (lpValue != NULL) {
590 env->ReleasePrimitiveArrayCritical(pJavaValue, lpValue, 0);
601 jbyte* lpValue = NULL;
625 lpValue = (jbyte *) env->GetPrimitiveArrayCritical(pJavaValue, NULL);
626 if (lpValue == NULL) {
641 memcpy(lpValue, p->data + voffset, p->vsize)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndattrib.h 86 BYTE *lpValue;
authif.h 47 PCSTR lpValue;
nspapi.h 162 PVOID lpValue;
170 PVOID lpValue;
winsock2.h 771 LPVOID lpValue;
779 LPVOID lpValue;
    [all...]
iads.h 627 LPBYTE lpValue;
633 LPBYTE lpValue;
646 LPBYTE lpValue;
    [all...]

Completed in 301 milliseconds