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

  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 41 * Wrapper around an interned string.
44 InternedString() : interned(NULL), bytes(NULL) {
51 /** The interned string itself. */
52 jstring interned; member in struct:InternedString
54 /** UTF-8 equivalent of the interned string. */
57 /** Hash code of the interned string. */
118 // Free interned string cache.
124 // Free the interned string reference.
125 env->DeleteGlobalRef(current->interned);
195 /** Cache of interned strings. *
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodType.java 297 * Sole factory method to find or create an interned method type.
1202 T interned; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 16 /* This dictionary holds all interned strings. Note that references to
18 When the interned string reaches a refcnt of 0 the string deallocation
24 static PyObject *interned; variable
586 if (PyDict_DelItem(interned, op) != 0)
588 "deletion of interned string failed");
592 Py_FatalError("Immortal interned string died.");
595 Py_FatalError("Inconsistent interned string state.");
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 176 X509CRLImpl interned = X509Factory.intern(crlRsa); local
178 interned.verify(caCert.getPublicKey(), f.getProvider());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 16 /* This dictionary holds all interned strings. Note that references to
18 When the interned string reaches a refcnt of 0 the string deallocation
24 static PyObject *interned; variable
586 if (PyDict_DelItem(interned, op) != 0)
588 "deletion of interned string failed");
592 Py_FatalError("Immortal interned string died.");
595 Py_FatalError("Inconsistent interned string state.");
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 16 /* This dictionary holds all interned strings. Note that references to
18 When the interned string reaches a refcnt of 0 the string deallocation
24 static PyObject *interned; variable
586 if (PyDict_DelItem(interned, op) != 0)
588 "deletion of interned string failed");
592 Py_FatalError("Immortal interned string died.");
595 Py_FatalError("Inconsistent interned string state.");
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
X500Name.java 1137 ObjectIdentifier interned = internedOIDs.putIfAbsent(oid, oid); local
    [all...]
  /external/python/cpython3/Include/
unicodeobject.h 243 * interned = SSTATE_NOT_INTERNED
284 If interned != SSTATE_NOT_INTERNED, the two references from the
287 unsigned int interned:2; member in struct:__anon33193::__anon33194
    [all...]
  /art/dex2oat/linker/
image_writer.cc 1358 mirror::String* interned = FindInternedString(obj->AsString()); local
1501 mirror::String* interned = FindInternedString(obj->AsString()); local
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 174 /* This dictionary holds all interned unicode strings. Note that references
176 When the interned string reaches a refcnt of 0 the string deallocation
182 static PyObject *interned = NULL; variable
396 assert(ascii->state.interned == SSTATE_NOT_INTERNED);
    [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.6.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.0/
kotlin-compiler-embeddable-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.20/
kotlin-compiler-embeddable-1.2.20.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 1154 milliseconds