HomeSort by relevance Sort by last modified time
    Searched defs:existing (Results 51 - 75 of 809) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jetty/src/java/org/eclipse/jetty/servlet/
ServletContextHandler.java 369 Set<String> existing = ((ConstraintAware)_securityHandler).getRoles(); local
370 if (existing != null)
371 union.addAll(existing);
853 return null; //existing filter
887 return null; //existing filter
923 return null; //existing filter
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/webapp/
MetaData.java 250 Descriptor existing = _webFragmentNameMap.get(descriptor.getName()); local
251 if (existing != null && !isAllowDuplicateFragmentNames())
253 throw new IllegalStateException("Duplicate fragment name: "+descriptor.getName()+" for "+existing.getResource()+" and "+descriptor.getResource());
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
XmlReader.java 442 String existing = current.getText(); local
443 current.setText(existing != null ? existing + text : text);
  /external/mesa3d/src/glsl/
linker.cpp 420 ir_variable *const existing = variables.get_variable(var->name); local
421 if (existing != NULL) {
422 if (var->type != existing->type) {
429 && existing->type->is_array()
430 && (var->type->fields.array == existing->type->fields.array)
432 || (existing->type->length == 0))) {
434 existing->type = var->type;
441 existing->type->name);
447 if (existing->explicit_location
448 && (var->location != existing->location))
814 ir_variable *const existing = local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 273 * in the set. Thus, adding one element to an existing {@link Field} does not
314 final Field existing = fields.get(number); local
317 if (existing != null) {
318 lastField.mergeFrom(existing);
    [all...]
  /external/v8/src/
compiler.cc 437 // When requesting debug code as a replacement for existing code, we provide
438 // the same kind as the existing code (to prevent implicit tier-change).
521 // regenerating existing bytecode. Fix this!
650 // Parsing is not required when optimizing from existing bytecode.
699 // Parsing is not required when optimizing from existing bytecode.
784 // TurboFan can optimize directly from existing bytecode.
1632 Handle<SharedFunctionInfo> existing; local
    [all...]
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 429 long[] existing = new long[POSSIBLE_SETS.length + 1]; local
435 existing[num++] = token;
439 existing[num++] = CURRENT_SET_TOKEN;
443 available[i] = new RestoreSet("Local disk image", "flash", existing[i]);
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 301 final NetworkStatsHistory existing = mStats.get(key); local
303 // update when no existing, or when bucket duration changed
305 if (existing == null) {
307 } else if (existing.getBucketDuration() != mBucketDuration) {
308 updated = new NetworkStatsHistory(existing, mBucketDuration);
315 return existing;
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 268 final ContactEntry existing = (ContactEntry) duplicates.get(id); local
269 if (existing != null) {
270 // Check if the existing number is a default number. If not, clear the phone number
272 if (!existing.isDefaultNumber) {
273 existing.phoneLabel = null;
274 existing.phoneNumber = null;
618 * Given an existing list of contact entries and a single entry that is to be pinned at a
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
WifiSetupActivity.java 448 ScanResult existing = consolidatedScanResults.get(key); local
449 if (existing == null || existing.level < result.level) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 372 String existing = mProject.getPersistentProperty(CONFIG_INCLUDES); local
373 if (!encoded.equals(existing)) {
453 // See if we have an existing XML model for this file; if so, we can
758 // Is there an existing error for us to clean up?
    [all...]
LayoutActionBar.java 201 * Attempts to update the existing toolbar actions, if the action list is
609 Integer existing = (Integer) mLintToolBar.getData(); local
611 if (!current.equals(existing)) {
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 618 * We are replacing a pre-existing block, so find any
1069 Frame existing = startFrames[label]; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 895 ASN1Encodable existing = bagAttr.getBagAttribute(aOid); local
896 if (existing != null)
899 if (!existing.toASN1Primitive().equals(attr))
902 "attempt to add existing attribute with different value");
992 ASN1Encodable existing = bagAttr.getBagAttribute(aOid); local
1054 ASN1Encodable existing = bagAttr.getBagAttribute(aOid); local
1158 ASN1Encodable existing = bagAttr.getBagAttribute(oid); local
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 158 final int [] existing = cls.getFields (COVERAGE_FIELD_NAME); local
159 if (existing.length > 0)
270 final int [] existing = cls.getFields (SUID_FIELD_NAME); local
271 existingSUIDFieldCount = existing.length;
279 final Field_info field = fields.get (existing [f]);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlets/
DoSFilter.java 546 * from this connection, return the existing object with the stored stats.
590 RateTracker existing = _rateTrackers.putIfAbsent(loadId, tracker); local
591 if (existing != null)
592 tracker = existing;
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 302 SkOpSpanBase* existing = nullptr; local
308 existing = test;
314 if (existing && existing->contains(opp)) {
315 result = existing->ptT();
335 // see if any existing alias matches segment, pt, and t
    [all...]
  /external/webrtc/talk/session/media/
mediasession.cc 241 // Generates a new CNAME or the CNAME of an already existing StreamParams
959 RtpHeaderExtension existing; local
978 RtpHeaderExtension existing; local
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 1691 Integer existing = mIndexOfSpan.get(mSpans[i]); local
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java 613 OSUInfo existing = mOSUMap.get(entry.getKey()); local
616 if (existing == null || existing.getBSSID() != bssid) {
620 // Maintain existing entries.
621 osus.put(entry.getKey(), existing); local
649 for (OSUInfo existing : mOSUMap.values()) {
650 if (existing.getIconStatus() == OSUInfo.IconStatus.Available) {
765 OSUThread existing = mServiceThreads.get(homeSP.getFQDN()); local
766 if (existing != null) {
767 if (System.currentTimeMillis() - existing.getLaunchTime() > REMEDIATION_TIMEOUT)
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java 162 * point at the existing base APK (when adding splits to an existing app).
561 // Verify that stage looks sane with respect to existing application.
595 // Inherit any packages and native libraries from existing install that
620 "Failed to inherit existing install", e);
781 // Partial installs must be consistent with existing install
784 "Missing existing base package for " + mPackageName);
787 final PackageLite existing; local
790 existing = PackageParser.parsePackageLite(new File(appInfo.getCodePath()), 0);
797 assertApkConsistent("Existing base", existingBase)
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
ResourceBundle.java 74 for (LayoutFileBundle existing : bundles) {
75 if (existing.equals(bundle)) {
308 NameTypeLocation existing = result.get(item.name); local
309 if (existing != null && !existing.type.equals(item.type)) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 881 final int existing = mSpanIndexCache.get(position, -1); local
    [all...]
LinearLayoutManager.java 516 final View existing = findViewByPosition(mPendingScrollPosition); local
517 if (existing != null) {
522 mOrientationHelper.getDecoratedEnd(existing);
525 current = mOrientationHelper.getDecoratedStart(existing)
667 // This case may happen if new views are added or an existing view expands and pushes
729 Log.d(TAG, "updated anchor info from existing children");
741 * Finds an anchor child from existing Views. Most of the time, this is the view closest to
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 618 // Do not include non-existing frames for B-pictures when cnt_type is zero
3319 int32_t existing = 0; local
3608 int32_t pos = 0, poc = 0, existing = 1; local
    [all...]

Completed in 4331 milliseconds

1 23 4 5 6 7 8 91011>>