HomeSort by relevance Sort by last modified time
    Searched refs:continuation (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/SemaCXX/
member-expr-static.cpp 6 extern void kernel_thread_start(thread_continue_t continuation);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
continue.s 1 ; Test line continuation, making sure a commented line is not
  /prebuilts/tools/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/
bolts-tasks-1.4.0.jar 
  /external/clang/tools/scan-build-py/libscanbuild/
runner.py 156 def run_analyzer(opts, continuation=report_failure):
159 requested, it calls the continuation to generate it. """
192 return continuation(opts)
198 def filter_debug_flags(opts, continuation=run_analyzer):
205 return continuation(opts)
209 def set_file_path_relative(opts, continuation=filter_debug_flags):
216 return continuation(opts)
220 def language_check(opts, continuation=set_file_path_relative):
246 return continuation(opts)
250 def arch_check(opts, continuation=language_check)
    [all...]
  /external/libedit/examples/
tc1.c 69 static int continuation = 0; variable
83 return (continuation ? b : a);
202 if (!continuation && num == 1)
209 continuation = 0;
217 if (continuation) {
231 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf);
234 continuation = ncontinuation;
236 if (continuation)
wtc1.c 16 static int continuation; variable
26 return continuation ? b : a;
178 if(!continuation && numc == 1)
185 continuation = 0;
193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line);
195 continuation = ncontinuation;
197 if(continuation)
  /external/python/cpython2/Lib/idlelib/
PyParse.py 205 # based) of the non-continuation lines.
206 # Creates self.{goodlines, continuation}.
229 # whether & why the last stmt is a continuation.
230 continuation = C_NONE
303 continuation = C_STRING_FIRST_LINE
305 continuation = C_STRING_NEXT_LINES
319 continuation = C_BACKSLASH
323 # String continuation takes precedence over bracket
324 # continuation, which beats backslash continuation
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyParse.py 205 # based) of the non-continuation lines.
206 # Creates self.{goodlines, continuation}.
229 # whether & why the last stmt is a continuation.
230 continuation = C_NONE
303 continuation = C_STRING_FIRST_LINE
305 continuation = C_STRING_NEXT_LINES
319 continuation = C_BACKSLASH
323 # String continuation takes precedence over bracket
324 # continuation, which beats backslash continuation
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyParse.py 205 # based) of the non-continuation lines.
206 # Creates self.{goodlines, continuation}.
229 # whether & why the last stmt is a continuation.
230 continuation = C_NONE
303 continuation = C_STRING_FIRST_LINE
305 continuation = C_STRING_NEXT_LINES
319 continuation = C_BACKSLASH
323 # String continuation takes precedence over bracket
324 # continuation, which beats backslash continuation
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 205 # based) of the non-continuation lines.
206 # Creates self.{goodlines, continuation}.
229 # whether & why the last stmt is a continuation.
230 continuation = C_NONE
303 continuation = C_STRING_FIRST_LINE
305 continuation = C_STRING_NEXT_LINES
319 continuation = C_BACKSLASH
323 # String continuation takes precedence over bracket
324 # continuation, which beats backslash continuation
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 205 # based) of the non-continuation lines.
206 # Creates self.{goodlines, continuation}.
229 # whether & why the last stmt is a continuation.
230 continuation = C_NONE
303 continuation = C_STRING_FIRST_LINE
305 continuation = C_STRING_NEXT_LINES
319 continuation = C_BACKSLASH
323 # String continuation takes precedence over bracket
324 # continuation, which beats backslash continuation
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
GestureDescriptionTest.java 129 StrokeDescription continuation = local
131 assertFalse(continuation.willContinue());
133 continuation = continuedStroke.continueStroke(mNominalPath, 0, 100, true);
134 assertTrue(continuation.willContinue());
  /external/e2fsprogs/lib/et/
et_c.awk 138 (continuation == 1) && ($0 ~ /\\[ \t]*$/) {
144 (continuation == 1) && ($0 ~ /"[ \t]*$/) {
147 continuation = 0;
180 continuation++;
188 continuation++;
  /hardware/interfaces/audio/common/test/utility/include/utility/
AssertOk.h 44 // Call continuation if the provided result isOk
45 template <class T, class Continuation>
47 Continuation continuation) {
49 return !isOkStatus ? isOkStatus : continuation();
  /prebuilts/go/darwin-x86/src/mime/
mediatype.go 121 var continuation map[string]map[string]string
143 if continuation == nil {
144 continuation = make(map[string]map[string]string)
147 if pmap, ok = continuation[baseName]; !ok {
148 continuation[baseName] = make(map[string]string)
149 pmap = continuation[baseName]
163 for key, pieceMap := range continuation {
  /prebuilts/go/linux-x86/src/mime/
mediatype.go 121 var continuation map[string]map[string]string
143 if continuation == nil {
144 continuation = make(map[string]map[string]string)
147 if pmap, ok = continuation[baseName]; !ok {
148 continuation[baseName] = make(map[string]string)
149 pmap = continuation[baseName]
163 for key, pieceMap := range continuation {
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
chickenrun.swg 63 *(a++)=continuation; \
64 continuation=(C_word)closure; \
74 *(a++)=(C_word)continuation; \
76 continuation=(C_word)closure; \
193 C_SCHEME_UNDEFINED); /* <- no continuation is passed:
221 SWIG_Chicken_Finalizer(C_word argc, C_word closure, C_word continuation, C_word s)
232 cdata->destroy(3,closure,continuation,s);
236 C_kontinue(continuation, C_SCHEME_UNDEFINED);
  /development/ndk/platforms/android-21/include/linux/
som.h 152 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /external/v8/benchmarks/
base.js 106 var continuation = null;
112 while (continuation || index < length) {
113 if (continuation) {
114 continuation = continuation();
118 continuation = suite.RunStep(runner);
120 if (continuation && typeof window != 'undefined' && window.setTimeout) {
232 // individual benchmark in the suite and returns a continuation
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
som.h 136 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
som.h 136 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
som.h 152 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
som.h 152 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
som.h 152 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
som.h 152 unsigned int continuation :1; member in struct:subspace_dictionary_record

Completed in 884 milliseconds

1 2 3 4 5 6 7