Searched defs:stop (Results 226 - 250 of 429) sorted by path

1234567891011>>

/external/libxml2/
H A Dxmlregexp.c193 xmlRegStatePtr stop; member in struct:_xmlRegAtom
1104 fprintf(output, "start %d end %d\n", atom->start->no, atom->stop->no);
1556 if ((to != NULL) && (atom->stop != to) &&
1561 xmlFAGenerateEpsilonTransition(ctxt, atom->stop, to);
1568 xmlFAGenerateEpsilonTransition(ctxt, atom->stop, to);
1581 xmlFAGenerateEpsilonTransition(ctxt, atom->stop,
1589 xmlFAGenerateEpsilonTransition(ctxt, atom->start, atom->stop);
1590 xmlFAGenerateEpsilonTransition(ctxt, atom->stop, atom->start);
1594 xmlFAGenerateEpsilonTransition(ctxt, atom->stop, atom->start);
1643 atom->stop, counte
[all...]
H A Dxmlschemas.c338 #define HSTOP(ctx) if ((ctx)->stop) goto exit;
627 int stop; /* If the parser should stop; i.e. a critical error. */ member in struct:_xmlSchemaParserCtxt
9644 ctxt->stop = XML_SCHEMAP_S4S_ATTR_INVALID_VALUE;
20938 * Let's better stop on the first error here.
23171 * depth at which the bubbles should stop; this will be
26799 * We will stop validation if there was an error during
26804 * TODO: If we are sure how to stop the validation at once
26806 * instantly stop the validation.
27862 * Don't stop validatio
[all...]
/external/linux-tools-perf/bench/
H A Dsched-messaging.c278 struct timeval start, stop, diff; local
314 gettimeofday(&stop, NULL);
316 timersub(&stop, &start, &diff);
H A Dsched-pipe.c52 struct timeval start, stop, diff; local
86 gettimeofday(&stop, NULL);
87 timersub(&stop, &start, &diff);
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h646 * should stop the counter when perf_event_overflow() returns
650 void (*stop) (struct perf_event *event, int flags); member in struct:pmu
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h28 // value. The interval bounds are accessible through the start() and stop()
52 // KeyT stop() const;
75 // const KeyT &stop() const;
529 // - Traits::stopLess(start(i), stop(i)) - Non-empty, sane intervals.
531 // - Traits::stopLess(stop(i), start(i + 1) - Sorted.
533 // - value(i) != value(i + 1) || !Traits::adjacent(stop(i), start(i + 1))
542 const KeyT &stop(unsigned i) const { return this->first[i].second; } function in class:llvm::IntervalMapImpl::LeafNode
546 KeyT &stop(unsigned i) { return this->first[i].second; } function in class:llvm::IntervalMapImpl::LeafNode
553 /// @return First index with !stopLess(key[i].stop, x), or size.
557 assert((i == 0 || Traits::stopLess(stop(
[all...]
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1106 SlotIndex stop = Indexes->getMBBEndIdx(MBB); local
1107 if (!(stop > lastIndex)) {
1109 *OS << "Block ends at " << stop
1112 lastIndex = stop;
/external/llvm/lib/Support/
H A Dregcomp.c257 p_ere(struct parse *p, int stop) /* character this ERE should end at */ argument
268 while (MORE() && (c = PEEK()) != '|' && c != stop)
293 assert(!MORE() || SEE(stop));
/external/llvm/tools/lli/
H A DRemoteTarget.cpp58 void RemoteTarget::stop() { function in class:RemoteTarget
/external/nist-sip/java/gov/nist/javax/sip/
H A DEventScanner.java99 public void stop() { method in class:EventScanner
114 * Brutally stop the event scanner. This does not wait for the refcount to
H A DSipProviderImpl.java134 protected void stop() { method in class:SipProviderImpl
142 this.eventScanner.stop();
1069 lp.messageProcessor.stop();
H A DSipStackImpl.java1188 sipProviderImpl.stop();
1243 * Finalization -- stop the stack on finalization. Exit the transaction
1270 * @see javax.sip.SipStack#stop()
1272 public void stop() { method in class:SipStackImpl
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageProcessor.java304 public abstract void stop(); method in class:MessageProcessor
H A DTCPMessageProcessor.java42 * Mike Andrews suggested that the thread be accessible so as to implement clean stop using
43 * Thread.join(). Roger M. Persson contributed a bug fix for cleanup on stop().
175 public synchronized void stop() { method in class:TCPMessageProcessor
H A DTLSMessageProcessor.java34 * accessible so as to implement clean stop using Thread.join().
191 public synchronized void stop() { method in class:TLSMessageProcessor
H A DUDPMessageProcessor.java278 public void stop() { method in class:UDPMessageProcessor
/external/nist-sip/java/javax/sip/
H A DSipStack.java39 void stop(); method in interface:SipStack
/external/openssh/contrib/redhat/
H A Dsshd.init56 stop() function
77 stop)
78 stop
81 stop
91 stop
103 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
/external/openssl/apps/
H A Dapps.c2830 double app_tminterval(int stop,int usertime) argument
2867 if (stop==TM_START)
2887 double app_tminterval(int stop,int usertime) argument
2900 if (stop==TM_START) tmstart = clock();
2909 double app_tminterval(int stop,int usertime) argument
2930 if (stop==TM_START) tmstart = now;
2935 if (stop==TM_START) tmstart = now;
2945 double app_tminterval(int stop,int usertime) argument
2967 if (stop==TM_START) tmstart = now;
2976 double app_tminterval(int stop,in argument
2999 app_tminterval(int stop,int usertime) argument
[all...]
/external/openssl/crypto/modes/
H A Dgcm128.c1719 size_t start,stop,gcm_t,ctr_t,OPENSSL_rdtsc(); local
/external/oprofile/module/
H A Doprofile.h75 /* dump and stop */
115 /* stop profiling on all CPUs */
116 void (*stop)(void); member in struct:op_int_operations
119 /* stop profiling on the given CPU */
/external/oprofile/module/x86/
H A Dop_x86_model.h42 void (*stop)(struct op_msrs const * const msrs); member in struct:op_x86_model_spec
/external/oprofile/opcontrol/
H A Dopcontrol.cpp62 int stop; variable
84 {"stop", 0, &stop, 1},
310 " --stop stop data collection\n"
860 if (stop) {
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...
/external/proguard/src/proguard/gui/splash/
H A DSplashPanel.java108 public void stop() method in class:SplashPanel
113 // Let the animation thread stop itself.
154 // Check if we should stop the animation.

Completed in 774 milliseconds

1234567891011>>