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

  /external/webrtc/talk/app/webrtc/java/jni/
androidvideocapturer_jni.cc 202 jboolean is_copy = true; local
203 jbyte* bytes = jni->GetByteArrayElements(j_frame, &is_copy);
  /toolchain/binutils/binutils-2.25/gold/
incremental-dump.cc 300 bool is_copy; local
302 input_file.get_output_symbol_index(symndx, &is_def, &is_copy);
311 is_copy ? "COPY" : (is_def ? "DEF" : "UNDEF"),
incremental.cc 584 bool is_copy; local
586 input_file.get_output_symbol_index(i, &is_def, &is_copy);
587 if (is_copy)
    [all...]
  /art/runtime/
jni_internal_test.cc 347 jboolean is_copy; local
348 EXPECT_EQ(env_->GetByteArrayElements(reinterpret_cast<jbyteArray>(array), &is_copy), nullptr);
352 EXPECT_EQ(env_->GetShortArrayElements(reinterpret_cast<jshortArray>(array), &is_copy), nullptr);
356 EXPECT_EQ(env_->GetCharArrayElements(reinterpret_cast<jcharArray>(array), &is_copy), nullptr);
360 EXPECT_EQ(env_->GetIntArrayElements(reinterpret_cast<jintArray>(array), &is_copy), nullptr);
364 EXPECT_EQ(env_->GetLongArrayElements(reinterpret_cast<jlongArray>(array), &is_copy), nullptr);
368 EXPECT_EQ(env_->GetFloatArrayElements(reinterpret_cast<jfloatArray>(array), &is_copy), nullptr);
372 EXPECT_EQ(env_->GetDoubleArrayElements(reinterpret_cast<jdoubleArray>(array), &is_copy), nullptr);
377 EXPECT_EQ(env_->GetBooleanArrayElements(reinterpret_cast<jbooleanArray>(array2), &is_copy),
383 EXPECT_EQ(env_->GetBooleanArrayElements(reinterpret_cast<jbooleanArray>(object), &is_copy),
398 jboolean is_copy; local
442 jboolean is_copy; local
469 jboolean is_copy; local
1583 jboolean is_copy = JNI_FALSE; local
1605 jboolean is_copy = JNI_FALSE; local
1633 jboolean is_copy = JNI_TRUE; local
    [all...]
jni_internal.cc 2420 bool is_copy = array_data != elements; local
    [all...]

Completed in 828 milliseconds