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

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/src/org/mockito/internal/util/collections/
IdentitySet.java 15 for(Object existing:list) {
16 if (existing == o) {
  /ndk/tests/build/warn-bad-modules/jni/
Application.mk 4 # Itentionally ask for the non-existing 'bar' module to be built.
  /frameworks/rs/
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...]
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);
  /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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DeclareStyleableInfo.java 48 * as an existing one and only differs by name.
51 * @param existing The existing {@link DeclareStyleableInfo} to mirror.
53 public DeclareStyleableInfo(String styleName, DeclareStyleableInfo existing) {
56 mJavaDoc = existing.getJavaDoc();
58 String[] parents = existing.getParents();
64 AttributeInfo[] attrs = existing.getAttributes();
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_symbol_table.cpp 87 symbol_table_entry *existing = get_entry(v->name); local
89 /* If there's already an existing function (not a constructor!) in
90 * the current scope, just update the existing entry to include 'v'.
92 if (existing->v == NULL && existing->t == NULL) {
93 existing->v = v;
97 /* If not declared at this scope, add a new entry. But if an existing
102 if (existing != NULL)
103 entry->f = existing->f;
127 symbol_table_entry *existing = get_entry(f->name) local
    [all...]
  /external/mesa3d/src/glsl/
glsl_symbol_table.cpp 87 symbol_table_entry *existing = get_entry(v->name); local
89 /* If there's already an existing function (not a constructor!) in
90 * the current scope, just update the existing entry to include 'v'.
92 if (existing->v == NULL && existing->t == NULL) {
93 existing->v = v;
97 /* If not declared at this scope, add a new entry. But if an existing
102 if (existing != NULL)
103 entry->f = existing->f;
127 symbol_table_entry *existing = get_entry(f->name) local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 86 IntSet existing = newRegInterference.get(newReg); local
88 if (existing == null) {
91 return existing.has(oldReg);
93 return existing.has(oldReg)
  /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)
  /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/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidatorTest.java 79 Set<String> existing = new HashSet<String>(); local
80 existing.add("foo1");
81 existing.add("foo2");
82 existing.add("foo3");
84 ResourceNameValidator validator = ResourceNameValidator.create(true, existing,
  /external/chromium_org/chrome/browser/extensions/
permissions_updater.cc 44 scoped_refptr<const PermissionSet> existing(
47 PermissionSet::CreateUnion(existing.get(), permissions));
49 PermissionSet::CreateDifference(total.get(), existing.get()));
61 scoped_refptr<const PermissionSet> existing(
64 PermissionSet::CreateDifference(existing.get(), permissions));
66 PermissionSet::CreateDifference(existing.get(), total.get()));
  /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_org/chrome/browser/policy/
configuration_policy_provider.cc 35 // The highest (level, scope) pair for an existing proxy policy is determined
55 const PolicyMap::Entry* existing = policies->Get(key::kProxySettings); local
57 (!existing || current_priority.has_higher_priority_than(*existing))) {
  /external/chromium_org/google_apis/gaia/
gaia_auth_util_unittest.cc 84 const char existing[] = "test@example.com"; local
85 EXPECT_EQ(existing, SanitizeEmail(existing));
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.cc 125 const base::ListValue* existing = NULL; local
126 if (cros_settings->GetList(kAccountsPrefUsers, &existing) && existing)
127 new_list.reset(existing->DeepCopy());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 44 /** Set of existing names to check for conflicts with */
68 private ResourceNameValidator(boolean allowXmlExtension, Set<String> existing,
71 mExisting = existing;
202 * @param existing An optional set of names that already exist (and therefore will not
207 public static ResourceNameValidator create(boolean allowXmlExtension, Set<String> existing,
210 return new ResourceNameValidator(allowXmlExtension, existing, isFileType,
227 Set<String> existing = null; local
229 existing = new HashSet<String>();
234 existing.add(item.getName());
239 return new ResourceNameValidator(allowXmlExtension, existing, isFileType
    [all...]
  /external/qemu/memcheck/
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);
  /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
  /external/chromium_org/chrome/browser/ui/search_engines/
edit_search_engine_controller.cc 85 TemplateURL* existing = local
87 if (existing && (!edit_keyword_delegate_ || existing != template_url_)) {
  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml.py 122 existing = f.read()
125 existing = None
128 if existing != xml_string:
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 96 Scheme existing = registry.get(schemeName); local
97 if (existing == null) {
120 Scheme existing = registry.get(schemeName); local
121 if (existing != null) {
  /packages/apps/Settings/src/com/android/settings/net/
ChartDataLoader.java 130 * an existing {@link NetworkStatsHistory} if provided.
133 NetworkTemplate template, int uid, int set, NetworkStatsHistory existing)
138 if (existing != null) {
139 existing.recordEntireHistory(history);
140 return existing;

Completed in 1579 milliseconds

1 2 3 4 5 6 7 8 91011>>