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

  /art/test/647-jni-get-field-id/
get_field_id.cc 28 ScopedUtfChars name_chars(env, name);
29 if (name_chars.c_str() == nullptr) {
36 jfieldID field_id = env->GetFieldID(cls, name_chars.c_str(), signature_chars.c_str());
  /external/python/cpython3/Modules/
grpmodule.c 148 char *name_chars; local
155 if (PyBytes_AsStringAndSize(bytes, &name_chars, NULL) == -1)
158 if ((p = getgrnam(name_chars)) == NULL) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
codeobject.c 5 #define NAME_CHARS \
8 /* all_name_chars(s): true iff all chars in s are valid NAME_CHARS */
14 static unsigned char *name_chars = (unsigned char *)NAME_CHARS; local
16 if (ok_name_char[*name_chars] == 0) {
18 for (p = name_chars; *p; p++)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
codeobject.c 5 #define NAME_CHARS \
8 /* all_name_chars(s): true iff all chars in s are valid NAME_CHARS */
14 static unsigned char *name_chars = (unsigned char *)NAME_CHARS; local
16 if (ok_name_char[*name_chars] == 0) {
18 for (p = name_chars; *p; p++)
  /external/python/cpython2/Objects/
codeobject.c 5 #define NAME_CHARS \
8 /* all_name_chars(s): true iff all chars in s are valid NAME_CHARS */
14 static const unsigned char *name_chars = (unsigned char *)NAME_CHARS; local
17 if (ok_name_char[*name_chars] == 0) {
19 for (p = name_chars; *p; p++)
  /external/v8/src/wasm/
module-compiler.cc 3050 int name_chars = SNPrintF(ArrayVector(buffer), "wasm-%08x", hash); local
    [all...]

Completed in 113 milliseconds