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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/google_apis/gaia/
gaia_auth_util_unittest.cc 79 const char existing[] = "test@example.com"; local
80 EXPECT_EQ(existing, SanitizeEmail(existing));
  /art/compiler/optimizing/
ssa_type_propagation.cc 23 static Primitive::Type MergeTypes(Primitive::Type existing, Primitive::Type new_type) {
25 switch (existing) {
29 return existing;
38 Primitive::Type existing = phi->GetType(); local
46 return existing != new_type;
  /external/chromium_org/chrome/browser/extensions/
location_bar_controller.cc 53 ExtensionActionMap::iterator existing = local
55 if (existing != active_script_actions_.end()) {
56 action = existing->second.get();
  /external/chromium_org/chrome/browser/ui/search_engines/
edit_search_engine_controller.cc 89 TemplateURL* existing = local
91 if (existing && (!edit_keyword_delegate_ || existing != template_url_)) {
  /external/chromium_org/extensions/browser/
blob_holder.cc 28 BlobHolder* existing = static_cast<BlobHolder*>( local
31 if (existing)
32 return existing;
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.cc 132 const base::ListValue* existing = NULL; local
133 if (cros_settings->GetList(kAccountsPrefUsers, &existing) && existing)
134 new_list.reset(existing->DeepCopy());
  /frameworks/rs/
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...]
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);
  /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.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,
  /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/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/components/policy/core/browser/
managed_bookmarks_tracker.cc 123 const BookmarkNode* existing = NULL; local
129 existing = node;
134 if (existing) {
135 // Reuse the existing node. The Move() is a nop if |existing| is already
137 model_->Move(existing, folder, folder_index);
139 UpdateBookmarks(existing, children);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_refcnt.c 151 boolean existing = debug_serial((void*)p, &serial); local
164 if(!existing)
  /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/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/gallium/auxiliary/util/
u_debug_refcnt.c 151 boolean existing = debug_serial((void*)p, &serial); local
164 if(!existing)
  /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...]
  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 125 struct module *new, *existing; local
132 existing = module_find_with_name(g_module_head, file);
133 if (existing) {
134 LOGE("found opened module %s with name\n", existing->name);
135 existing->ref_count++;
137 return existing;
159 existing = module_find_with_handle(g_module_head, new->handle);
160 if (existing) {
161 LOGE("found opened module %s with handle\n", existing->name);
162 existing->ref_count++
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 100 Scheme existing = registry.get(schemeName); local
101 if (existing == null) {
124 Scheme existing = registry.get(schemeName); local
125 if (existing != null) {
  /external/chromium_org/components/password_manager/core/browser/
password_manager_unittest.cc 361 // Same as above, except with an existing form for the same signon realm,
557 PasswordForm* existing = new PasswordForm(MakeSimpleForm()); local
558 result.push_back(existing);
589 PasswordForm* existing = new PasswordForm(MakeSimpleForm()); local
590 result.push_back(existing);
749 // Simulate loading a simple form with no existing stored password.
    [all...]
  /external/chromium_org/components/policy/core/common/
policy_service_impl.cc 39 // The highest (level, scope) pair for an existing proxy policy is determined
59 const PolicyMap::Entry* existing = policies->Get(key::kProxySettings); local
61 (!existing || current_priority.has_higher_priority_than(*existing))) {
213 // An existing namespace's policies have changed.
  /external/chromium_org/third_party/skia/src/gpu/
GrPictureUtils.cpp 252 const GrAccelData* existing = local
254 if (existing) {
255 return existing;
  /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...]

Completed in 2150 milliseconds

1 2 3 4 5 6 7 8 91011