HomeSort by relevance Sort by last modified time
    Searched full:intern (Results 51 - 75 of 824) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/protobuf/php/ext/google/protobuf/
def.c 31 #define PROTOBUF_WRAP_INTERN(wrapper, intern, intern_dtor) \
35 intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, \
40 intern) \
42 class_name *intern = ALLOC(class_name); \
43 memset(intern, 0, sizeof(class_name)); \
44 class_name_lower##_init_c_instance(intern TSRMLS_CC); \
46 .handle = zend_objects_store_put(intern, NULL, class_name_lower##_free, \
51 intern) \
53 PROTOBUF_SETUP_ZEND_WRAPPER(class_name, class_name_lower, wrapper, intern);
67 name *intern = (name *)object;
    [all...]
  /art/runtime/
intern_table.h 51 * Used to intern strings.
56 * String.intern. Some code (XML parsers being a prime example) relies on being able to intern
93 // Lookup a strong intern, returns null if not found.
101 // Lookup a weak intern, returns null if not found.
122 // Adds all of the resolved image strings from the image spaces into the intern table. The
128 // Add a new intern table for inserting to, previous intern tables are still there but no
133 // Read the intern table from memory. The elements aren't copied, the intern hash set data wil
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NoOpStringInternStrategy.java 25 public String intern(String value) { method in class:NoOpStringInternStrategy
  /external/libmojo/third_party/jinja2/
_compat.py 42 intern = sys.intern variable
66 intern = intern variable
  /external/pdfium/core/fxcrt/
string_pool_template.h 19 StringType Intern(const StringType& str) { return *m_Pool.insert(str).first; }
  /libcore/ojluni/src/main/java/sun/util/locale/
BaseLocale.java 59 this.language = (language != null) ? LocaleUtils.toLowerString(language).intern() : "";
60 this.script = (script != null) ? LocaleUtils.toTitleString(script).intern() : "";
61 this.region = (region != null) ? LocaleUtils.toUpperString(region).intern() : "";
62 this.variant = (variant != null) ? variant.intern() : "";
177 * (intern'ed in the proper case).
180 assert language.intern() == language
181 && region.intern() == region;
285 String lang = LocaleUtils.toLowerString(key.lang.get()).intern();
286 String scrt = LocaleUtils.toTitleString(key.scrt.get()).intern();
287 String regn = LocaleUtils.toUpperString(key.regn.get()).intern();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/
optrecord.py 21 # The previously builtin function `intern()` was moved
23 from sys import intern
69 # Intern all strings since we have lot of duplication across filenames,
77 self.Pass = intern(self.Pass)
78 self.Name = intern(self.Name)
79 self.Function = intern(self.Function)
85 k = intern(k)
88 v = intern(v)
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/opt-viewer/
optrecord.py 21 # The previously builtin function `intern()` was moved
23 from sys import intern
69 # Intern all strings since we have lot of duplication across filenames,
77 self.Pass = intern(self.Pass)
78 self.Name = intern(self.Name)
79 self.Function = intern(self.Function)
85 k = intern(k)
88 v = intern(v)
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/opt-viewer/
optrecord.py 21 # The previously builtin function `intern()` was moved
23 from sys import intern
69 # Intern all strings since we have lot of duplication across filenames,
77 self.Pass = intern(self.Pass)
78 self.Name = intern(self.Name)
79 self.Function = intern(self.Function)
85 k = intern(k)
88 v = intern(v)
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/opt-viewer/
optrecord.py 21 # The previously builtin function `intern()` was moved
23 from sys import intern
69 # Intern all strings since we have lot of duplication across filenames,
77 self.Pass = intern(self.Pass)
78 self.Name = intern(self.Name)
79 self.Function = intern(self.Function)
85 k = intern(k)
88 v = intern(v)
  /prebuilts/clang/host/linux-x86/clang-4579689/share/opt-viewer/
optrecord.py 21 # The previously builtin function `intern()` was moved
23 from sys import intern
69 # Intern all strings since we have lot of duplication across filenames,
77 self.Pass = intern(self.Pass)
78 self.Name = intern(self.Name)
79 self.Function = intern(self.Function)
85 k = intern(k)
88 v = intern(v)
  /prebuilts/clang/host/linux-x86/clang-4630689/share/opt-viewer/
optrecord.py 21 # The previously builtin function `intern()` was moved
23 from sys import intern
69 # Intern all strings since we have lot of duplication across filenames,
77 self.Pass = intern(self.Pass)
78 self.Name = intern(self.Name)
79 self.Function = intern(self.Function)
85 k = intern(k)
88 v = intern(v)
  /prebuilts/clang/host/linux-x86/clang-4639204/share/opt-viewer/
optrecord.py 21 # The previously builtin function `intern()` was moved
23 from sys import intern
69 # Intern all strings since we have lot of duplication across filenames,
77 self.Pass = intern(self.Pass)
78 self.Name = intern(self.Name)
79 self.Function = intern(self.Function)
85 k = intern(k)
88 v = intern(v)
  /prebuilts/clang/host/linux-x86/clang-4691093/share/opt-viewer/
optrecord.py 21 # The previously builtin function `intern()` was moved
23 from sys import intern
69 # Intern all strings since we have lot of duplication across filenames,
77 self.Pass = intern(self.Pass)
78 self.Name = intern(self.Name)
79 self.Function = intern(self.Function)
85 k = intern(k)
88 v = intern(v)
  /build/kati/
symtab.cc 117 CHECK(Intern("") == s);
126 kEmptySym = Intern("");
127 kShellSym = Intern("SHELL");
148 Symbol Intern(StringPiece s) {
178 Symbol Intern(StringPiece s) {
179 return g_symtab->Intern(s);
eval.cc 39 posix_sym_(Intern(".POSIX")),
42 kati_readonly_(Intern(".KATI_READONLY")) {
144 Var* var = Intern(name).GetGlobalVar();
202 Symbol lhs = Intern(rule_var.lhs);
231 Var* var = current_scope_->Lookup(Intern(name));
281 Symbol lhs = Intern(TrimRightSpace(var_name));
320 Var* var_list = LookupVar(Intern("MAKEFILE_LIST"));
321 var_list->AppendVar(this, NewLiteral(Intern(TrimLeadingCurdir(fname)).str()));
375 Symbol sym = Intern(lhs);
rule.cc 35 Symbol input_sym = Intern(TrimLeadingCurdir(input));
66 outputs.push_back(Intern(TrimLeadingCurdir(tok)));
125 // TODO: Maybe better to avoid Intern here?
127 NewLiteral(Intern(TrimLeftSpace(rest.substr(term_index + 1))).str()));
153 rule->output_patterns.push_back(Intern(tok));
  /external/guava/guava/src/com/google/common/collect/
Interners.java 41 * unlike {@link String#intern}, using this interner does not consume memory in the permanent
47 @Override public E intern(E sample) {
59 * String#intern}, using this interner does not consume memory in the permanent generation.
73 @Override public E intern(E sample) {
103 * Returns a function that delegates to the {@link Interner#intern} method of the given interner.
120 return interner.intern(input);
  /external/python/cpython3/Modules/clinic/
pyexpat.c.h 230 " intern=None)\n"
240 const char *namespace_separator, PyObject *intern);
246 static const char * const _keywords[] = {"encoding", "namespace_separator", "intern", NULL};
250 PyObject *intern = NULL; local
253 &encoding, &namespace_separator, &intern)) {
256 return_value = pyexpat_ParserCreate_impl(module, encoding, namespace_separator, intern);
  /toolchain/binutils/binutils-2.27/bfd/
coff-alpha.c 500 struct internal_reloc *intern)
504 intern->r_vaddr = H_GET_64 (abfd, ext->r_vaddr);
505 intern->r_symndx = H_GET_32 (abfd, ext->r_symndx);
509 intern->r_type = ((ext->r_bits[0] & RELOC_BITS0_TYPE_LITTLE)
511 intern->r_extern = (ext->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0;
512 intern->r_offset = ((ext->r_bits[1] & RELOC_BITS1_OFFSET_LITTLE)
515 intern->r_size = ((ext->r_bits[3] & RELOC_BITS3_SIZE_LITTLE)
518 if (intern->r_type == ALPHA_R_LITUSE
519 || intern->r_type == ALPHA_R_GPDISP)
525 if (intern->r_size != 0
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 29 * Intern table for instances.
58 public static Prototype intern(String descriptor) { method in class:Prototype
77 * placed in the intern table.
120 Type.intern(descriptor.substring(startAt, at));
139 * Helper for {@link #intern} which returns an empty array to
195 public static Prototype intern(String descriptor, Type definer, method in class:Prototype
197 Prototype base = intern(descriptor);
232 // ...and intern it.
233 return intern(sb.toString());
410 * Puts the given instance in the intern table if it's not alread
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
ClassPool.java 69 public void intern(@Nonnull ClassDef classDef) { method in class:ClassPool
77 dexPool.typeSection.intern(poolClassDef.getType());
79 dexPool.typeListSection.intern(poolClassDef.getInterfaces());
89 dexPool.fieldSection.intern(field);
96 dexPool.annotationSetSection.intern(field.getAnnotations());
106 dexPool.methodSection.intern(method);
109 dexPool.annotationSetSection.intern(method.getAnnotations());
112 dexPool.annotationSetSection.intern(parameter.getAnnotations());
116 dexPool.annotationSetSection.intern(poolClassDef.getAnnotations());
131 dexPool.stringSection.intern((StringReference)reference)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 27 /** {@code non-null;} intern table mapping string descriptors to instances */
53 public static Prototype intern(String descriptor) { method in class:Prototype
92 Type.intern(descriptor.substring(startAt, at));
108 * Helper for {@link #intern} which returns an empty array to
164 public static Prototype intern(String descriptor, Type definer, method in class:Prototype
166 Prototype base = intern(descriptor);
201 // ...and intern it.
202 return intern(sb.toString());
378 * Puts the given instance in the intern table if it's not already
  /external/llvm/include/llvm/Support/
StringPool.h 13 // To intern a string:
16 // PooledStringPtr Str = Pool.intern("wakka wakka");
39 /// StringPool - An interned string pool. Use the intern method to add a
63 /// intern - Adds a string to the pool and returns a reference-counted
66 PooledStringPtr intern(StringRef Str);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
StringPool.h 13 // To intern a string:
16 // PooledStringPtr Str = Pool.intern("wakka wakka");
40 /// StringPool - An interned string pool. Use the intern method to add a
64 /// intern - Adds a string to the pool and returns a reference-counted
67 PooledStringPtr intern(StringRef Str);

Completed in 896 milliseconds

1 23 4 5 6 7 8 91011>>