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

  /frameworks/base/core/jni/
android_debug_JNITest.cpp 80 jboolean isCopy;
84 utfChars = env->GetStringUTFChars(stringArg, &isCopy);
86 LOGI(" String is '%s', isCopy=%d\n", (const char*) utfChars, isCopy);
  /system/media/mca/filterfw/jni/
jni_util.cpp 103 jboolean isCopy;
104 const char* c_value = env->GetStringUTFChars(value, &isCopy);
106 if (isCopy == JNI_TRUE)
  /sdk/rule_api/src/com/android/ide/common/api/
DropFeedback.java 87 public boolean isCopy;
  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.cpp 137 jboolean isCopy;
138 const char* s = env->GetStringUTFChars(aJString, &isCopy);
154 jboolean isCopy;
155 const jchar* s = env->GetStringChars(aJString, &isCopy);
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 94 static bool isCopy(MachineInstr *MI) {
111 if (!isCopy(MI))
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.h 59 ApplicationCacheGroup(const KURL& manifestURL, bool isCopy = false);
97 bool isCopy() const { return m_isCopy; }
  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.h 110 bool isCopy;
146 parentheses.isCopy = false;
  /external/clang/lib/CodeGen/
CGObjC.cpp 425 bool isCopy() const { return IsCopy; }
436 unsigned IsCopy : 1;
450 IsCopy = (setterKind == ObjCPropertyDecl::Copy);
462 if (IsCopy) {
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 358 milliseconds