HomeSort by relevance Sort by last modified time
    Searched full:presult (Results 51 - 75 of 128) sorted by null

1 23 4 5 6

  /frameworks/compile/libbcc/include/bcc/
Compiler.h 82 enum ErrorCode runCodeGen(Script &pScript, llvm::raw_ostream &pResult);
94 enum ErrorCode compile(Script &pScript, llvm::raw_ostream &pResult,
98 enum ErrorCode compile(Script &pScript, OutputFile &pResult,
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_object.c 316 * PKCS11 Section 11.2 applies for pResult and pulResultLen.
324 CK_BYTE* pResult,
362 else if (pResult == NULL)
364 /* If pResult is NULL, the caller only wants the buffer length.
373 sOperation.params[1].tmpref.buffer = (uint8_t*)pResult;
401 /* The data is already in pResult, we get the returned length */
413 * PKCS11 Section 11.2 applies for pResult and pulResultLen.
421 CK_BYTE* pResult,
465 else if (pResult == NULL)
467 /* If pResult is NULL, the caller only wants the output buffer length
    [all...]
  /dalvik/vm/native/
java_lang_reflect_Field.cpp 437 JValue* pResult)
455 JValue* pResult)
490 JValue* pResult)
523 JValue* pResult)
550 &(value.i), &(pResult->i)) < 0)
563 JValue* pResult)
606 const u4* args, JValue* pResult)
625 JValue* pResult)
640 JValue* pResult)
656 JValue* pResult)
    [all...]
dalvik_system_DexFile.cpp 152 JValue* pResult)
250 JValue* pResult)
298 JValue* pResult)
350 JValue* pResult)
408 JValue* pResult)
472 JValue* pResult)
InternalNative.cpp 142 void dvmAbstractMethodStub(const u4* args, JValue* pResult)
java_lang_System.cpp 188 static void Dalvik_java_lang_System_arraycopy(const u4* args, JValue* pResult)
370 JValue* pResult)
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 90 M4OSA_Bool* pResult)
94 "M4OSA_Int32* %x)",pStrIn1,pStrIn2,pResult);
99 M4OSA_DEBUG_IF2(M4OSA_NULL == pResult, M4ERR_PARAMETER,
105 *pResult = M4OSA_FALSE;
113 *pResult = M4OSA_FALSE;
118 *pResult = M4OSA_TRUE;
  /external/iproute2/tc/
m_police.c 135 int presult = 0; local
236 if (get_police_result(&p.action, &presult, *argv)) {
305 if (presult)
306 addattr32(n, MAX_MSG, TCA_POLICE_RESULT, presult);
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /dalvik/vm/interp/
Stack.h 200 JValue* pResult, ...);
202 bool fromJni, JValue* pResult, va_list args);
204 bool fromJni, JValue* pResult, const jvalue* args);
Interp.h 40 void dvmInterpret(Thread* thread, const Method* method, JValue* pResult);
Stack.cpp 425 JValue* pResult, ...)
428 va_start(args, pResult);
429 dvmCallMethodV(self, method, obj, false, pResult, args);
443 bool fromJni, JValue* pResult, va_list args)
522 (*method->nativeFunc)((u4*)self->interpSave.curFrame, pResult,
526 dvmInterpret(self, method, pResult);
549 bool fromJni, JValue* pResult, const jvalue* args)
627 (*method->nativeFunc)((u4*)self->interpSave.curFrame, pResult,
631 dvmInterpret(self, method, pResult);
    [all...]
  /dalvik/vm/arch/generic/
Call.cpp 55 int argc, const u4* argv, const char* signature, void* func, JValue* pResult);
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE_RANGE.S 8 * bool (func)(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult)
OP_EXECUTE_INLINE.S 7 * bool (func)(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult)
  /dalvik/vm/mterp/mips/
OP_EXECUTE_INLINE.S 7 * bool (func)(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult)
OP_EXECUTE_INLINE_RANGE.S 8 * bool (func)(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult)
  /external/llvm/test/CodeGen/X86/
2010-05-12-FastAllocKills.ll 29 define fastcc i32 @sqlite3AtoF(i8* %z, double* nocapture %pResult) nounwind ssp {
  /external/libvpx/libwebm/
mkvparser.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/dart/
SDL_dart.c 314 Uint8 *pResult;
328 pResult = _this->hidden->pMixBuffers[iFreeBuf].pBuffer;
329 return pResult;
  /dalvik/vm/reflect/
Proxy.cpp 42 static void proxyConstructor(const u4* args, JValue* pResult,
44 static void proxyInvoker(const u4* args, JValue* pResult,
851 static void proxyConstructor(const u4* args, JValue* pResult,
870 static void proxyInvoker(const u4* args, JValue* pResult,
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 1808 int presult; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c     [all...]
util.c 242 ** Convert this string to a double and write it into *pResult.
260 ** into *pResult.
262 int sqlite3AtoF(const char *z, double *pResult, int length, u8 enc){
276 *pResult = 0.0; /* Default return value, in case of an error */
402 *pResult = result;
407 return !sqlite3Atoi64(z, pResult, length, enc);
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c     [all...]

Completed in 1153 milliseconds

1 23 4 5 6