/frameworks/base/media/jni/mediaeditor/ |
VideoEditorJava.h | 61 bool* pResult, \ 65 pResult, \ 90 bool* pResult, \ 94 pResult, \ 101 bool* pResult, \ 106 pResult, \ 136 bool* pResult, \ 149 bool* pResult, \ 155 bool* pResult, \ 185 bool* pResult, \ [all...] |
VideoEditorJava.cpp | 31 bool* pResult, 39 if (*pResult) 50 (*pResult) = false; 60 bool* pResult, 71 if (*pResult) 85 (*pResult) = false; 95 bool* pResult, 104 if (*pResult) 115 (*pResult) = false; 125 bool* pResult, [all...] |
VideoEditorClasses.h | 318 bool* pResult, 323 * @param pResult (OUT) Pointer to hold result 329 bool* pResult, 334 * @param pResult (IN/OUT) Pointer to hold result 343 bool* pResult, 365 bool* pResult, 390 bool* pResult, 423 bool* pResult, 448 bool* pResult, 473 bool* pResult, [all...] |
VideoEditorClasses.cpp | [all...] |
VideoEditorOsal.h | 36 bool* pResult, 47 bool* pResult, 56 bool* pResult,
|
/dalvik/vm/native/ |
java_lang_Math.cpp | 20 static void Math_absD(const u4* args, JValue* pResult) 25 static void Math_absF(const u4* args, JValue* pResult) 30 static void Math_absI(const u4* args, JValue* pResult) 35 static void Math_absJ(const u4* args, JValue* pResult) 40 static void Math_cos(const u4* args, JValue* pResult) 45 static void Math_maxI(const u4* args, JValue* pResult) 50 static void Math_minI(const u4* args, JValue* pResult) 55 static void Math_sin(const u4* args, JValue* pResult) 60 static void Math_sqrt(const u4* args, JValue* pResult)
|
java_lang_String.cpp | 23 static void String_charAt(const u4* args, JValue* pResult) 28 static void String_compareTo(const u4* args, JValue* pResult) 33 static void String_equals(const u4* args, JValue* pResult) 38 static void String_fastIndexOf(const u4* args, JValue* pResult) 43 static void String_intern(const u4* args, JValue* pResult) 50 static void String_isEmpty(const u4* args, JValue* pResult) 55 static void String_length(const u4* args, JValue* pResult)
|
java_lang_Double.cpp | 20 static void Double_doubleToLongBits(const u4* args, JValue* pResult) 25 static void Double_doubleToRawLongBits(const u4* args, JValue* pResult) 30 static void Double_longBitsToDouble(const u4* args, JValue* pResult)
|
java_lang_Float.cpp | 20 static void Float_floatToIntBits(const u4* args, JValue* pResult) 25 static void Float_floatToRawIntBits(const u4* args, JValue* pResult) 30 static void Float_intBitsToFloat(const u4* args, JValue* pResult)
|
dalvik_system_VMDebug.cpp | 55 static void Dalvik_dalvik_system_VMDebug_getVmFeatureList(const u4* args, JValue* pResult) { 144 JValue* pResult) 158 JValue* pResult) 170 JValue* pResult) 182 pResult->i = allocProf->allocCount; 185 pResult->i = allocProf->allocSize; 188 pResult->i = allocProf->freeCount; 191 pResult->i = allocProf->freeSize; 194 pResult->i = allocProf->gcCount; 197 pResult->i = allocProf->classInitCount [all...] |
InternalNativePriv.h | 28 # define RETURN_VOID() do { (void)(pResult); return; } while(0) 30 # define RETURN_VOID() do { pResult->i = 0xfefeabab; return; }while(0) 32 #define RETURN_BOOLEAN(_val) do { pResult->i = (_val); return; } while(0) 33 #define RETURN_INT(_val) do { pResult->i = (_val); return; } while(0) 34 #define RETURN_LONG(_val) do { pResult->j = (_val); return; } while(0) 35 #define RETURN_FLOAT(_val) do { pResult->f = (_val); return; } while(0) 36 #define RETURN_DOUBLE(_val) do { pResult->d = (_val); return; } while(0) 37 #define RETURN_PTR(_val) do { pResult->l = (Object*)(_val); return; } while(0) 49 JValue* pResult); \ 50 INTRINSIC_FN(args[0], args[1], args[2], args[3], pResult); [all...] |
java_lang_Object.cpp | 30 JValue* pResult) 41 static void Dalvik_java_lang_Object_hashCode(const u4* args, JValue* pResult) 50 static void Dalvik_java_lang_Object_getClass(const u4* args, JValue* pResult) 63 static void Dalvik_java_lang_Object_notify(const u4* args, JValue* pResult, 75 static void Dalvik_java_lang_Object_notifyAll(const u4* args, JValue* pResult, 87 static void Dalvik_java_lang_Object_wait(const u4* args, JValue* pResult,
|
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp | 30 const u4* args, JValue* pResult) 45 const u4* args, JValue* pResult) 60 const u4* args, JValue* pResult) 76 const u4* args, JValue* pResult) 95 const u4* args, JValue* pResult) 111 const u4* args, JValue* pResult) 129 const u4* args, JValue* pResult) 142 const u4* args, JValue* pResult)
|
sun_misc_Unsafe.cpp | 28 JValue* pResult) 41 JValue* pResult) 52 JValue* pResult) 63 JValue* pResult) 83 JValue* pResult) 104 JValue* pResult) 124 JValue* pResult) 139 JValue* pResult) 155 JValue* pResult) 170 JValue* pResult) [all...] |
java_lang_VMThread.cpp | 31 static void Dalvik_java_lang_VMThread_create(const u4* args, JValue* pResult) 45 JValue* pResult) 58 static void Dalvik_java_lang_VMThread_getStatus(const u4* args, JValue* pResult) 81 static void Dalvik_java_lang_VMThread_holdsLock(const u4* args, JValue* pResult) 105 static void Dalvik_java_lang_VMThread_interrupt(const u4* args, JValue* pResult) 124 JValue* pResult) 143 JValue* pResult) 166 JValue* pResult) 196 JValue* pResult) 215 static void Dalvik_java_lang_VMThread_sleep(const u4* args, JValue* pResult) [all...] |
java_lang_Runtime.cpp | 32 static void Dalvik_java_lang_Runtime_gc(const u4* args, JValue* pResult) 47 JValue* pResult) 71 JValue* pResult) 112 static void Dalvik_java_lang_Runtime_maxMemory(const u4* args, JValue* pResult) 123 JValue* pResult) 134 JValue* pResult)
|
/dalvik/vm/ |
InlineNative.h | 34 JValue* pResult); 115 JValue* pResult, int opIndex) 117 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult); 124 JValue* pResult, int opIndex); 135 JValue* pResult); 138 JValue* pResult); 141 JValue* pResult); 144 JValue* pResult); 147 JValue* pResult); 150 JValue* pResult); [all...] |
InlineNative.cpp | 74 * Always write results to 32-bit or 64-bit fields in "pResult", e.g. do 75 * not write boolean results to pResult->z. The interpreter expects 111 u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) 128 JValue* pResult) 149 pResult->i = ((const u2*)(void*)chars->contents)[arg1 + offset]; 200 JValue* pResult) 215 pResult->i = 0; 258 pResult->i = (s4) thisChars[i] - (s4) compChars[i]; 259 if (pResult->i != otherRes) { 261 pResult->i, otherRes, "compareTo") [all...] |
/frameworks/compile/libbcc/lib/Renderscript/ |
RSInfoWriter.cpp | 31 helper_adapt_list_item(ItemType &pResult, const RSInfo &pInfo, 36 rsinfo::DependencyTableItem &pResult, 39 pResult.id = pInfo.getStringIdxInPool(pItem->first); 40 pResult.sha1 = 43 if (pResult.id == rsinfo::gInvalidStringIndex) { 49 if (pResult.sha1 == rsinfo::gInvalidStringIndex) { 60 rsinfo::PragmaItem &pResult, 63 pResult.key = pInfo.getStringIdxInPool(pItem->first); 64 pResult.value = pInfo.getStringIdxInPool(pItem->second); 66 if (pResult.key == rsinfo::gInvalidStringIndex) [all...] |
/frameworks/compile/libbcc/include/bcc/Support/ |
Sha1Util.h | 39 static bool GetSHA1DigestFromFile(uint8_t pResult[SHA1_DIGEST_LENGTH], 43 static bool GetSHA1DigestFromBuffer(uint8_t pResult[SHA1_DIGEST_LENGTH], 47 static bool GetSHA1DigestFromBuffer(uint8_t pResult[SHA1_DIGEST_LENGTH], 49 return GetSHA1DigestFromBuffer(pResult,
|
/frameworks/compile/libbcc/lib/Support/ |
Sha1Util.cpp | 28 bool Sha1Util::GetSHA1DigestFromFile(uint8_t pResult[SHA1_DIGEST_LENGTH], 59 SHA1Final(pResult, &sha1_context); 64 bool Sha1Util::GetSHA1DigestFromBuffer(uint8_t pResult[SHA1_DIGEST_LENGTH], 74 SHA1Final(pResult, &sha1_context);
|
/external/chromium_org/third_party/sqlite/src/test/ |
threadtest1.c | 76 struct QueryResult *pResult = (struct QueryResult*)pUser; 78 if( pResult->nElem + nArg >= pResult->nAlloc ){ 79 if( pResult->nAlloc==0 ){ 80 pResult->nAlloc = nArg+1; 82 pResult->nAlloc = pResult->nAlloc*2 + nArg + 1; 84 pResult->azElem = realloc( pResult->azElem, pResult->nAlloc*sizeof(char*)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
sync.h | 198 XSyncValue* /*presult*/, 205 XSyncValue* /*presult*/, 242 #define _XSyncValueAdd(presult,a,b,poverflow) {\ 246 ((presult)->lo = (a).lo + (b).lo);\ 247 ((presult)->hi = (a).hi + (b).hi);\ 248 if (t>(presult)->lo) (presult)->hi++;\ 249 *poverflow = ((signa == signb) && !(signa == XSyncValueIsNegative(*presult)));\ 251 #define _XSyncValueSubtract(presult,a,b,poverflow) {\ 255 ((presult)->lo = (a).lo - (b).lo); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
sync.h | 198 XSyncValue* /*presult*/, 205 XSyncValue* /*presult*/, 242 #define _XSyncValueAdd(presult,a,b,poverflow) {\ 246 ((presult)->lo = (a).lo + (b).lo);\ 247 ((presult)->hi = (a).hi + (b).hi);\ 248 if (t>(presult)->lo) (presult)->hi++;\ 249 *poverflow = ((signa == signb) && !(signa == XSyncValueIsNegative(*presult)));\ 251 #define _XSyncValueSubtract(presult,a,b,poverflow) {\ 255 ((presult)->lo = (a).lo - (b).lo); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
sync.h | 198 XSyncValue* /*presult*/, 205 XSyncValue* /*presult*/, 242 #define _XSyncValueAdd(presult,a,b,poverflow) {\ 246 ((presult)->lo = (a).lo + (b).lo);\ 247 ((presult)->hi = (a).hi + (b).hi);\ 248 if (t>(presult)->lo) (presult)->hi++;\ 249 *poverflow = ((signa == signb) && !(signa == XSyncValueIsNegative(*presult)));\ 251 #define _XSyncValueSubtract(presult,a,b,poverflow) {\ 255 ((presult)->lo = (a).lo - (b).lo); [all...] |