HomeSort by relevance Sort by last modified time
    Searched defs:existing (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium/chrome/browser/ui/search_engines/
edit_search_engine_controller.cc 76 const TemplateURL* existing = local
79 if (existing &&
80 (!edit_keyword_delegate_ || existing != template_url_)) {
96 // does in a similar situation (updating an existing TemplateURL with
  /frameworks/rs/
rsSampler.cpp 88 Sampler *existing = rsc->mStateSampler.mAllSamplers[ct]; local
89 if (existing->mHal.state.magFilter != magFilter) continue;
90 if (existing->mHal.state.minFilter != minFilter ) continue;
91 if (existing->mHal.state.wrapS != wrapS) continue;
92 if (existing->mHal.state.wrapT != wrapT) continue;
93 if (existing->mHal.state.wrapR != wrapR) continue;
94 if (existing->mHal.state.aniso != aniso) continue;
95 returnRef.set(existing);
rsProgramRaster.cpp 84 ProgramRaster *existing = rsc->mStateRaster.mRasterPrograms[ct]; local
85 if (existing->mHal.state.pointSprite != pointSprite) continue;
86 if (existing->mHal.state.cull != cull) continue;
87 returnRef.set(existing);
rsProgramStore.cpp 95 ProgramStore *existing = rsc->mStateFragmentStore.mStorePrograms[ct]; local
96 if (existing->mHal.state.ditherEnable != ditherEnable) continue;
97 if (existing->mHal.state.colorRWriteEnable != colorMaskR) continue;
98 if (existing->mHal.state.colorGWriteEnable != colorMaskG) continue;
99 if (existing->mHal.state.colorBWriteEnable != colorMaskB) continue;
100 if (existing->mHal.state.colorAWriteEnable != colorMaskA) continue;
101 if (existing->mHal.state.blendSrc != srcFunc) continue;
102 if (existing->mHal.state.blendDst != destFunc) continue;
103 if (existing->mHal.state.depthWriteEnable != depthMask) continue;
104 if (existing->mHal.state.depthFunc != depthFunc) continue
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java 74 Node existing = getNamedItem(arg.getNodeName()); local
75 if (existing != null) {
76 mNodes.remove(existing);
79 return existing;
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 88 IntSet existing = newRegInterference.get(newReg); local
90 if (existing == null) {
93 return existing.has(oldReg);
95 return existing.has(oldReg)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Graph.java 63 Node existing = nodes.get(a); local
64 if ( existing!=null ) return existing;
  /external/chromium/chrome/browser/password_manager/
password_manager_unittest.cc 167 // Same as above, except with an existing form for the same signon realm,
270 PasswordForm* existing = new PasswordForm(MakeSimpleForm()); local
271 result.push_back(existing);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
InterferenceRegisterMapper.java 88 IntSet existing = newRegInterference.get(newReg); local
90 if (existing == null) {
93 return existing.has(oldReg);
95 return existing.has(oldReg)
  /external/mesa3d/src/glsl/
glsl_symbol_table.cpp 88 symbol_table_entry *existing = get_entry(v->name); local
90 /* If there's already an existing function (not a constructor!) in
91 * the current scope, just update the existing entry to include 'v'.
93 if (existing->v == NULL && existing->t == NULL) {
94 existing->v = v;
98 /* If not declared at this scope, add a new entry. But if an existing
103 if (existing != NULL)
104 entry->f = existing->f;
128 symbol_table_entry *existing = get_entry(f->name) local
    [all...]
linker.cpp 353 ir_variable *const existing = variables.get_variable(var->name); local
354 if (existing != NULL) {
355 if (var->type != existing->type) {
362 && existing->type->is_array()
363 && (var->type->fields.array == existing->type->fields.array)
365 || (existing->type->length == 0))) {
366 if (existing->type->length == 0) {
367 existing->type = var->type;
368 existing->max_array_access =
369 MAX2(existing->max_array_access
637 ir_variable *const existing = local
    [all...]
  /external/qemu/memcheck/
memcheck_malloc_map.c 101 /* Inserts new (or replaces existing) entry into allocation descriptors map.
110 AllocMapEntry* existing = AllocMap_RB_INSERT(map, adesc); local
111 if (existing == NULL) {
120 /* Copy existing entry to the provided buffer and replace it
122 memcpy(replaced, &existing->desc, sizeof(MallocDescEx));
123 AllocMap_RB_REMOVE(map, existing);
124 qemu_free(existing);
memcheck_mmrange_map.c 63 /* Inserts new (or replaces existing) entry into the map.
72 MMRangeMapEntry* existing = MMRangeMap_RB_INSERT(map, rdesc); local
73 if (existing == NULL) {
82 /* Copy existing entry to the provided buffer and replace it
84 memcpy(replaced, &existing->desc, sizeof(MMRangeDesc));
85 MMRangeMap_RB_REMOVE(map, existing);
86 qemu_free(existing);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 93 Scheme existing = registry.get(schemeName); local
94 if (existing == null) {
118 Scheme existing = registry.get(schemeName); local
119 if (existing != null) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 42 /** Set of existing names to check for conflicts with */
60 private ResourceNameValidator(boolean allowXmlExtension, Set<String> existing,
63 mExisting = existing;
160 * @param existing An optional set of names that already exist (and therefore will not
165 public static ResourceNameValidator create(boolean allowXmlExtension, Set<String> existing,
168 return new ResourceNameValidator(allowXmlExtension, existing, isFileType,
183 Set<String> existing = new HashSet<String>(); local
188 existing.add(item.getName());
192 return new ResourceNameValidator(allowXmlExtension, existing, isFileType,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java 92 Set<String> existing = new HashSet<String>(); local
96 new BaseLayoutRule().collectExistingIds(node, existing);
98 assertEquals(2, existing.size());
99 assertContainsSame(Arrays.asList("@+id/Button2", "@+id/Button012"), existing);
209 Set<String> existing = new HashSet<String>(); local
210 assertEquals("@+id/Widget01", baseLayout.findNewId("a.w.Widget", existing));
212 existing.add("@+id/Widget01");
213 assertEquals("@+id/Widget02", baseLayout.findNewId("a.w.Widget", existing));
215 existing.add("@+id/Widget02");
216 assertEquals("@+id/Widget03", baseLayout.findNewId("a.w.Widget", existing));
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ViewTypeDetector.java 118 String existing = mIdToViewTag.get(id); local
119 if (existing != null && !existing.equals(view)) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 134 int existing = grammar.getTokenType(t.getText()); local
135 if ( existing==Label.INVALID ) {
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableMap.java 65 @Nullable LinkedEntry<K, V> existing = table[tableIndex]; local
68 newLinkedEntry(key, entry.getValue(), existing);
71 while (existing != null) {
72 checkArgument(!key.equals(existing.getKey()), "duplicate key: %s", key);
73 existing = existing.next();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbumSet.java 126 final HashSet<Path> existing = new HashSet<Path>(); local
129 existing.add(item.getPath());
143 if (existing.contains(p)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageQueue.java 160 ArrayList<Message> existing = incoming.get(msg.getContextId()); local
161 if (existing == null)
162 incoming.put(msg.getContextId(), existing = new ArrayList<Message>()); local
163 existing.add(msg);
  /cts/tools/dasm/src/java_cup/
lalr_state.java 238 * the state to new or existing states. When considering extension
282 lalr_item itm, new_itm, existing, fix_itm; local
375 /* otherwise relink propagation to items in existing state */
390 /* find corresponding item in the existing state */
391 existing = new_st.items().find(new_itm);
393 /* fix up the item so it points to the existing set */
394 if (existing != null)
395 fix_itm.propagate_items().setElementAt(existing ,l);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 149 SingleMemberAnnotation existing = null; local
155 existing = annotation;
165 if (existing == null) {
175 Expression existingValue = existing.getValue();
186 rewriter.set(existing, VALUE_PROPERTY, array, null);
188 // Existing array: just append the new string
221 SingleMemberAnnotation existing = null; local
227 existing = annotation;
237 if (existing == null) {
247 Expression existingValue = existing.getValue()
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 498 final int existing = m_constants.findCONSTANT_Utf8 (value); local
499 if (existing > 0)
501 return existing;
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetTest.java 141 AtomicInteger existing = new AtomicInteger(12); local
152 expect(backingMap.putIfAbsent(eq(KEY), isA(AtomicInteger.class))).andReturn(existing);
159 expect(backingMap.putIfAbsent(eq(KEY), isA(AtomicInteger.class))).andReturn(existing);
162 expect(backingMap.get(KEY)).andReturn(existing);
168 assertEquals(15, existing.get());

Completed in 1992 milliseconds

1 2 3