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

  /frameworks/base/core/jni/
android_os_FileUtils.cpp 80 jstring file, jintArray outArray)
96 jint* array = (jint*)env->GetPrimitiveArrayCritical(outArray, 0);
98 int len = env->GetArrayLength(outArray);
109 env->ReleasePrimitiveArrayCritical(outArray, array, 0);
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 180 byte[] outArray = writeDex();
182 if (outArray == null) {
190 if (!createJar(args.outName, outArray)) {
402 byte[] outArray = null;
427 outArray = outputDex.toDex(humanOut, args.verboseDump);
431 out.write(outArray);
456 return outArray;
    [all...]
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.cpp 283 OutputArray outArray = context.createOutputArray(length);
284 if (!context.startArray(inArray, outArray))
287 outputArrayStack.append(outArray);
306 OutputArray outArray = outputArrayStack.last();
307 context.endArray(inArray, outArray);
308 outValue = outArray;
335 OutputArray outArray = outputArrayStack.last();
336 context.putProperty(outArray, indexStack.last(), outValue);
783 bool startArray(RefPtr<SerializedArray>, JSArray* outArray)
785 m_gcBuffer.append(outArray);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.cpp 500 NPObject* outArray = NPVARIANT_TO_OBJECT(args[1]);
512 browser->invoke(obj->npp, outArray, pushIdentifier, args, 1, &browserResult);
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 94 milliseconds