/external/u-boot/arch/arm/cpu/armv7/ |
D | cache_v7.c | 31 static void v7_dcache_clean_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_clean_inval_range() 43 static void v7_dcache_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_inval_range() 56 static void v7_dcache_maint_range(u32 start, u32 stop, u32 range_op) in v7_dcache_maint_range() 118 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 132 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 148 void mmu_page_table_flush(unsigned long start, unsigned long stop) in mmu_page_table_flush() 162 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 166 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 174 void mmu_page_table_flush(unsigned long start, unsigned long stop) in mmu_page_table_flush()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/ |
D | BroadcastChannelMultiReceiveStressTest.kt | 121 val stop = doReceived(receiverIndex, channel.receive()) in <lambda>() constant 130 val stop = doReceived(receiverIndex, channel.receiveOrNull() ?: break) in <lambda>() constant 137 val stop = doReceived(receiverIndex, event) in <lambda>() constant 146 val stop = doReceived(receiverIndex, event) in <lambda>() constant 155 val stop = doReceived(receiverIndex, event) in <lambda>() constant
|
/external/python/cpython2/Objects/ |
D | sliceobject.c | 61 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() 104 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices() 135 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in _PySlice_Unpack() 180 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in _PySlice_AdjustIndices() 224 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx() 236 PyObject *start, *stop, *step; in slice_new() local 298 Py_ssize_t ilen, start, stop, step; in slice_indices() local
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | checkpoint_test.py | 72 def _build_graph(start, stop): argument 126 def _build_graph(start, stop): argument 161 def _build_graph(start, stop): argument 207 def _build_graph(start, stop, num_epochs): argument 255 def _build_graph(start, stop, num_epochs): argument
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
D | BufferedTokenStream.java | 160 public List<? extends Token> get(int start, int stop) { in get() 208 public List<? extends Token> getTokens(int start, int stop) { in getTokens() 216 public List<? extends Token> getTokens(int start, int stop, BitSet types) { in getTokens() 236 public List<? extends Token> getTokens(int start, int stop, List<Integer> types) { in getTokens() 240 public List<? extends Token> getTokens(int start, int stop, int ttype) { in getTokens() 256 public String toString(int start, int stop) { in toString() 270 public String toString(Token start, Token stop) { in toString()
|
D | LegacyCommonTokenStream.java | 191 public List<? extends Token> getTokens(int start, int stop) { in getTokens() 199 public List<? extends Token> getTokens(int start, int stop, BitSet types) { in getTokens() 227 public List<? extends Token> getTokens(int start, int stop, List<Integer> types) { in getTokens() 231 public List<? extends Token> getTokens(int start, int stop, int ttype) { in getTokens() 306 public List<? extends Token> get(int start, int stop) { in get() 385 public String toString(int start, int stop) { in toString() 404 public String toString(Token start, Token stop) { in toString()
|
D | TokenStream.java | 64 public String toString(int start, int stop); in toString() 72 public String toString(Token start, Token stop); in toString()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimTokenStream.cs | 182 public IList<SlimToken> GetTokens( int start, int stop ) in GetTokens() 193 public IList<SlimToken> GetTokens( int start, int stop, BitSet types ) in GetTokens() 229 public IList<SlimToken> GetTokens( int start, int stop, IList<int> types ) in GetTokens() 234 public IList<SlimToken> GetTokens( int start, int stop, int ttype ) in GetTokens() 397 public virtual string ToString( int start, int stop ) in ToString() 429 public virtual string ToString( IToken start, IToken stop ) in ToString()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BufferedTokenStream.cs | 322 public virtual List<IToken> GetTokens(int start, int stop) in GetTokens() 331 public virtual List<IToken> GetTokens(int start, int stop, BitSet types) in GetTokens() 359 public virtual List<IToken> GetTokens(int start, int stop, IEnumerable<int> types) in GetTokens() 364 public virtual List<IToken> GetTokens(int start, int stop, int ttype) in GetTokens() 378 public virtual string ToString(int start, int stop) in ToString() 399 public virtual string ToString(IToken start, IToken stop) in ToString()
|
D | LegacyCommonTokenStream.cs | 259 public virtual IList<IToken> GetTokens( int start, int stop ) in GetTokens() 270 public virtual IList<IToken> GetTokens( int start, int stop, BitSet types ) in GetTokens() 306 public virtual IList<IToken> GetTokens( int start, int stop, IList<int> types ) in GetTokens() 311 public virtual IList<IToken> GetTokens( int start, int stop, int ttype ) in GetTokens() 494 public virtual string ToString( int start, int stop ) in ToString() 517 public virtual string ToString( IToken start, IToken stop ) in ToString()
|
D | ITokenStream.cs | 83 string ToString( int start, int stop ); in ToString() 93 string ToString( IToken start, IToken stop ); in ToString()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BufferedTokenStream.cs | 283 public virtual List<IToken> GetTokens(int start, int stop) { in GetTokens() 291 public virtual List<IToken> GetTokens(int start, int stop, BitSet types) { in GetTokens() 315 public virtual List<IToken> GetTokens(int start, int stop, IEnumerable<int> types) { in GetTokens() 319 public virtual List<IToken> GetTokens(int start, int stop, int ttype) { in GetTokens() 331 public virtual string ToString(int start, int stop) { in ToString() 350 public virtual string ToString(IToken start, IToken stop) { in ToString()
|
D | LegacyCommonTokenStream.cs | 234 public virtual IList<IToken> GetTokens(int start, int stop) { in GetTokens() 244 public virtual IList<IToken> GetTokens(int start, int stop, BitSet types) { in GetTokens() 272 public virtual IList<IToken> GetTokens(int start, int stop, IList<int> types) { in GetTokens() 276 public virtual IList<IToken> GetTokens(int start, int stop, int ttype) { in GetTokens() 428 public virtual string ToString(int start, int stop) { in ToString() 446 public virtual string ToString(IToken start, IToken stop) { in ToString()
|
D | ITokenStream.cs | 79 string ToString(int start, int stop); in ToString() 89 string ToString(IToken start, IToken stop); in ToString()
|
/external/python/cpython3/Objects/ |
D | sliceobject.c | 117 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() 166 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices() 198 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_Unpack() 243 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in PySlice_AdjustIndices() 287 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx() 299 PyObject *start, *stop, *step; in slice_new() local 376 PyObject *start=NULL, *stop=NULL, *step=NULL; in _PySlice_GetLongIndices() local 517 PyObject *start, *stop, *step; in slice_indices() local
|
/external/autotest/client/cros/video/ |
D | sequence_generator.py | 13 def generate_interval_sequence(start, stop, interval_in_s): argument 51 def generate_random_sequence(start, stop, samples_per_min): argument
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | portable_timer.hh | 53 LARGE_INTEGER stop; member 66 void stop() { QueryPerformanceCounter(&stopVal); } in stop() function in Portable_Timer 109 void stop() in stop() function in Portable_Timer 159 void stop() in stop() function in Portable_Timer
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | ProxyTest.java | 85 long stop = System.nanoTime(); in smallLatency() local 115 long stop = System.nanoTime(); in bigLatency() local 140 long stop = System.nanoTime(); in smallBandwidth() local 164 long stop = System.nanoTime(); in largeBandwidth() local
|
/external/clang/test/CodeGenObjC/ |
D | blocks-5.m | 9 - (void)enumerateKeysAndObjectsUsingBlock:(void (^)(id key, id obj, unsigned char *stop))block ; 35 - (void)enumerateKeysAndObjectsUsingBlock:(void (^)(id key, id obj, unsigned char *stop))block {}
|
/external/webrtc/webrtc/base/ |
D | sigslotrepeater.h | 38 void stop(base_type &s) { s.disconnect(this); } in stop() function 54 void stop(base_type &s) { s.disconnect(this); } in stop() function 70 void stop(base_type &s) { s.disconnect(this); } in stop() function 89 void stop(base_type &s) { s.disconnect(this); } in stop() function
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | VideoSource.java | 45 public void stop() { in stop() method in VideoSource 61 private static native void stop(long nativeSource); in stop() method in VideoSource
|
/external/skia/include/private/ |
D | SkTDArray.h | 218 const T* stop = fArray + fCount; in find() local 230 const T* stop = fArray; in rfind() local 276 T* stop = fArray + fCount; in deleteAll() local 286 T* stop = fArray + fCount; in freeAll() local 296 T* stop = fArray + fCount; in unrefAll() local 306 T* stop = fArray + fCount; in safeUnrefAll() local
|
/external/skqp/include/private/ |
D | SkTDArray.h | 217 const T* stop = fArray + fCount; in find() local 229 const T* stop = fArray; in rfind() local 275 T* stop = fArray + fCount; in deleteAll() local 285 T* stop = fArray + fCount; in freeAll() local 295 T* stop = fArray + fCount; in unrefAll() local 305 T* stop = fArray + fCount; in safeUnrefAll() local
|
/external/u-boot/arch/arm/lib/ |
D | cache.c | 40 __weak void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 44 __weak void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 49 int check_cache_range(unsigned long start, unsigned long stop) in check_cache_range()
|
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/ |
D | client_runner.py | 38 def stop(self): member in ClientRunner 56 def stop(self): member in OpenLoopClientRunner 83 def stop(self): member in ClosedLoopClientRunner
|