HomeSort by relevance Sort by last modified time
    Searched refs:pass (Results 276 - 300 of 782) sorted by null

<<11121314151617181920>>

  /system/core/adb/
jdwp_service.c 61 pass-through connection to the debugger (and receives the
553 int pass; member in struct:__anon43819
589 if (jdwp->pass == 0) {
593 jdwp->pass = 1;
613 s->pass = 0;
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 109 class HttpLib2Error(Exception): pass
119 class RedirectMissingLocation(HttpLib2ErrorWithResponse): pass
120 class RedirectLimit(HttpLib2ErrorWithResponse): pass
121 class FailedToDecompressContent(HttpLib2ErrorWithResponse): pass
122 class UnimplementedDigestAuthOptionError(HttpLib2ErrorWithResponse): pass
123 class UnimplementedHmacDigestAuthOptionError(HttpLib2ErrorWithResponse): pass
125 class RelativeURIError(HttpLib2Error): pass
126 class ServerNotFoundError(HttpLib2Error): pass
203 pass
383 pass
    [all...]
  /build/tools/releasetools/
common.py 41 class Options(object): pass
60 class ExternalError(RuntimeError): pass
84 pass
100 pass
111 pass
124 pass
140 pass
176 pass
407 "-inform", "DER", "-passin", "pass:"],
img_from_target_files 76 pass
210 pass # deprecated
  /dalvik/vm/compiler/template/
gen-template.py 389 pass
392 pass
  /dalvik/vm/mterp/x86/
OP_IGET.S 31 movl rIBASE,OUT_ARG0(%esp) # pass in method->clazz
OP_IGET_WIDE.S 29 movl rPC,OUT_ARG0(%esp) # pass in method->clazz
OP_IPUT.S 32 movl rIBASE,OUT_ARG0(%esp) # pass in method->clazz
OP_IPUT_OBJECT.S 31 movl rIBASE,OUT_ARG0(%esp) # pass in method->clazz
OP_IPUT_WIDE.S 29 movl rIBASE,OUT_ARG0(%esp) # pass in method->clazz
  /device/ti/panda/audio/test/
TestFlinger.py 59 in order to pass, set this to True
98 pass
169 """Returns a string, either 'PASS', 'FAIL', 'FAIL/TIMEOUT', or 'FAIL/SIGNAL(n)
182 return "PASS"
188 return "PASS"
193 return "PASS"
257 pass
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 100 pass
167 pass
  /external/antlr/antlr-3.4/runtime/Python/tests/
t052import.py 80 pass
101 pass
    [all...]
t054main.py 47 pass
290 pass
  /external/icu4c/test/intltest/
jamotest.cpp 445 const UnicodeString& summary, UBool pass,
449 TransliteratorTest::expectAux(tag, jsum, pass, jexp);
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
Filter.java 66 protected Pass defaultPass;
67 protected List<Pass> postRenderPasses;
77 * Inner class Pass
78 * Pass are like filters in filters.
81 public class Pass {
89 * init the pass called internally
123 * init the pass called internally
139 * init the pass called internally
197 * returns the default pass texture format
205 * returns the default pass depth format
247 Pass pass = it.next(); local
    [all...]
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 34 pass # Python < 2.2 doesn't have 'property'.
66 class _object : pass
  /external/libppp/src/
route.c 390 int pass; local
421 for (pass = 0; pass < 2; pass++) {
429 if (RTF_WASCLONED == 0 && pass == 0)
456 if ((pass == 0 && (rtm->rtm_flags & RTF_WASCLONED)) ||
457 (pass == 1 && !(rtm->rtm_flags & RTF_WASCLONED))) {
461 log_Printf(LogDEBUG, "route_IfDelete: Skip it (pass %d)\n", pass);
  /external/libvpx/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 23 ;note: In first pass, store the result in transpose(8linesx9columns) on stack. Temporary stack size is 184.
24 ;Line width is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack,
34 ;first-pass filter
121 ;second pass filter
  /external/llvm/autoconf/m4/
link_options.m4 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
  /external/llvm/projects/sample/autoconf/m4/
link_options.m4 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
  /external/tinyxml/
xmltest.cpp 31 bool pass = !strcmp( expected, found ); local
32 if ( pass )
33 printf ("[pass]");
42 if ( pass )
46 return pass;
52 bool pass = ( expected == found ); local
53 if ( pass )
54 printf ("[pass]");
63 if ( pass )
67 return pass;
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1213575.js 29 // to pass 'the hole' to a defined setter.
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 909 dlog(1, "not connected => pass\n");
916 dlog(1, "pass_signals => pass\n");
1243 Int pass; local
    [all...]
  /external/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 12 '<p>(Tests are considered to pass even if they treat Win1254 and ISO-8859-4 as separate.)</p>' +

Completed in 475 milliseconds

<<11121314151617181920>>