Searched defs:existing (Results 1 - 25 of 77) sorted by relevance

1234

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c151 boolean existing = debug_serial((void*)p, &serial); local
164 if(!existing)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DArrays.java548 public static byte[] clone(byte[] data, byte[] existing) argument
554 if ((existing == null) || (existing.length != data.length))
558 System.arraycopy(data, 0, existing, 0, existing.length);
559 return existing;
622 public static long[] clone(long[] data, long[] existing) argument
628 if ((existing == null) || (existing.length != data.length))
632 System.arraycopy(data, 0, existing,
[all...]
/external/mesa3d/src/glsl/
H A Dglsl_symbol_table.cpp87 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 local
[all...]
H A Dlinker.cpp420 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
814 ir_variable *const existing = local
[all...]
/external/google-breakpad/src/third_party/libdisasm/
H A Dia32_implicit.c395 x86_oplist_t * existing; local
397 for ( existing = insn->operands; existing; existing = existing->next ) {
398 if (existing->op.type == op_register &&
399 existing->op.data.reg.id == list->operand) {
400 op = &existing->op;
/external/skia/src/animator/
H A DSkAnimateActive.cpp298 void SkActive::pickUp(SkActive* existing) { argument
307 existing->fInterpolators[index]->timeToValues(
308 existing->fState[index].fTicks - existing->fState[index].fStartTime, existingValues.begin());
320 existing->fState[index].fDuration = (SkMSec) SkScalarMulDiv(fState[index].fDuration,
474 // of the existing animate object then remove it from the list
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dfixture.py59 existing = None variable in class:Dummy_smtplib
66 assert not self.existing, (
67 "smtplib.SMTP() called again before Dummy_smtplib.existing.reset() "
71 self.__class__.existing = self
91 self.__class__.existing = None
/external/guice/core/src/com/google/inject/internal/
H A DErrors.java271 public Errors duplicateScopes(ScopeBinding existing, argument
274 existing.getScope(), annotationType, existing.getSource(), scope);
/external/skia/src/core/
H A DSkResourceCache.cpp257 Rec* existing = fHash->find(rec->getKey()); local
258 if (existing) {
/external/webrtc/webrtc/base/
H A Dnetwork.cc278 // Next, look for existing network objects to re-use.
284 auto existing = networks_map_.find(key); local
285 if (existing == networks_map_.end()) {
295 Network* existing_net = existing->second;
298 // If the existing network was not active, networks have changed.
/external/fio/
H A Dclient.c324 struct fio_client *existing = *cookie; local
327 if (existing) {
332 if (existing->argc == 1)
333 flist_add_tail(&existing->arg_list, &arg_list);
/external/skia/src/pathops/
H A DSkOpSegment.cpp302 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
H A DSkPathOpsDebug.cpp495 const SkOpSpanBase* existing = nullptr; local
501 existing = test;
506 return !existing || !existing->debugContains(opp);
/external/v8/src/
H A Dcompiler.cc437 // 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.
1381 // The existing unoptimized code was replaced with the new one.
1618 // On the first compile, there are no existing shared function info for
1627 // We found an existing shared function info. If it's already compiled,
1632 Handle<SharedFunctionInfo> existing; local
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dtdls.c1017 wpa_tdls_add_peer(struct wpa_sm *sm, const u8 *addr, int *existing) argument
1021 if (existing)
1022 *existing = 0;
1025 if (existing)
1026 *existing = 1;
1027 return peer; /* re-use existing entry */
1793 /* If found, use existing entry instead of adding a new one;
/external/wpa_supplicant_8/src/rsn_supp/
H A Dtdls.c1017 wpa_tdls_add_peer(struct wpa_sm *sm, const u8 *addr, int *existing) argument
1021 if (existing)
1022 *existing = 0;
1025 if (existing)
1026 *existing = 1;
1027 return peer; /* re-use existing entry */
1793 /* If found, use existing entry instead of adding a new one;
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dtdls.c1017 wpa_tdls_add_peer(struct wpa_sm *sm, const u8 *addr, int *existing) argument
1021 if (existing)
1022 *existing = 0;
1025 if (existing)
1026 *existing = 1;
1027 return peer; /* re-use existing entry */
1793 /* If found, use existing entry instead of adding a new one;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.variables_3.2.400.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webrtc/talk/session/media/
H A Dmediasession.cc241 // Generates a new CNAME or the CNAME of an already existing StreamParams
959 RtpHeaderExtension existing; local
960 if (FindByUri(*all_extensions, extension, &existing)) {
961 extension.id = existing.id;
978 RtpHeaderExtension existing; local
979 if (FindByUri(*all_extensions, reference_extension, &existing)) {
980 offered_extensions->push_back(existing);
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c981 avtab_ptr_t existing; local
1004 existing = avtab_search_node(&pdb->te_avtab, &avtab_key);
1005 if (existing) {
1010 if (existing->datum.data != res) {
1020 existing = avtab_search_node(&pdb->te_cond_avtab, &avtab_key);
1021 if (existing) {
1036 if (existing->datum.data != res) {
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.contenttype_3.5.0.v20150421-2214.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/clang/lib/AST/
H A DASTContext.cpp2803 // Look for an existing type with these properties.
2860 IncompleteArrayType *existing = local
2862 assert(!existing && "Shouldn't be in the map!"); (void) existing;
3699 // Look in the folding set for an existing type.
3991 // Look in the folding set for an existing type.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jar ... perforce.P4Fstat parent private java.util.ArrayList existing private java.util.ArrayList nonExisting private static org ...

Completed in 1216 milliseconds

1234