HomeSort by relevance Sort by last modified time
    Searched refs:no (Results 151 - 175 of 2104) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/src/utils/
SkEventTracer.cpp 29 static uint8_t no = 0; variable
30 return &no;
  /external/valgrind/main/drd/tests/
hg04_race.stderr.exp 9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
hg05_race2.stderr.exp 9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
tc21_pthonce.stderr.exp 9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
  /frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
OverlayBaseTest.java 46 private boolean getExpected(boolean no, boolean so, boolean mo) {
49 return no;
56 return no;
60 private String getExpected(String no, String so, String mo) {
63 return no;
70 return no;
74 private int getExpected(int no, int so, int mo) {
77 return no;
84 return no;
88 private int[] getExpected(int[] no, int[] so, int[] mo)
232 final String no = "Lorem ipsum dolor sit amet, consectetur adipisicing elit, " + local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.css 3 #resource-browser-results .no-results {
11 background: transparent none no-repeat scroll 4px 12px;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
MismatchedTokenException.pm 31 no Moose;
UnwantedTokenException.pm 34 no Moose;
  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
Lexer.pm 18 no Moose;
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
share_dialog.css 6 -webkit-app-region: no-drag;
20 background: url(../images/common/spinner.svg) center/16px no-repeat;
  /external/libusb-compat/
libusb-config.in 7 exec_prefix_set=no
36 if test $exec_prefix_set = no ; then
  /external/qemu/distrib/sdl-1.2.15/
sdl-config.in 6 exec_prefix_set=no
28 if test $exec_prefix_set = no ; then
  /prebuilts/tools/darwin-x86/sdl/bin/
sdl-config 6 exec_prefix_set=no
28 if test $exec_prefix_set = no ; then
  /build/core/clang/
HOST_x86_common.mk 11 -no-integrated-as
15 -no-integrated-as
24 -no-integrated-as
33 -no-integrated-as
41 -no-integrated-as
50 -no-integrated-as
  /ndk/sources/cxx-stl/gabi++/src/
new.cc 19 // ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
113 void* operator new(std::size_t size, const std::nothrow_t& no)
128 void* operator new[](std::size_t size, const std::nothrow_t& no)
130 return ::operator new(size, no);
  /external/jpeg/
ltconfig 42 # Oops. We have no working printf. Try to find a not-so-buggy echo.
89 with_gcc=no
90 with_gnu_ld=no
127 --no-verify do not verify that HOST is a valid host type
143 --disable-shared) enable_shared=no ;;
145 --disable-static) enable_static=no ;;
152 --no-verify) verify_host=no ;;
293 echo "$progname: you must specify a host type if you use \`--no-verify'" 1>&2
332 result=no
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltconfig 42 # Oops. We have no working printf. Try to find a not-so-buggy echo.
89 with_gcc=no
90 with_gnu_ld=no
127 --no-verify do not verify that HOST is a valid host type
143 --disable-shared) enable_shared=no ;;
145 --disable-static) enable_static=no ;;
152 --no-verify) verify_host=no ;;
293 echo "$progname: you must specify a host type if you use \`--no-verify'" 1>&2
332 result=no
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
configure.ac 42 default_enable_minimal=no
45 *-mingw*) default_enable_minimal=yes; default_enable_debugalloc=no;
46 need_nanosleep=no;;
47 *-cygwin*) default_enable_heap_checker=no; default_enable_cpu_profiler=no;;
48 *-freebsd*) default_enable_heap_checker=no;;
49 *-darwin*) default_enable_heap_checker=no;;
78 enable_cpu_profiler=no
79 enable_heap_profiler=no
80 enable_heap_checker=no
    [all...]
  /external/libcxx/test/
testit 104 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS) -o ./$TEST_EXE
112 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS)
118 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS)
154 afunc no
161 afunc no
  /external/llvm/test/MC/X86/
x86_long_nop.s 1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
5 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=slm %s | llvm-objdump -d -no-show-raw-insn - | FileCheck --check-prefix=SLM %s
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit 104 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS) -o ./$TEST_EXE
112 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS)
118 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS)
154 afunc no
161 afunc no
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 12 --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no]
17 than the exe name, to make a follow/no-follow decision
18 --child-silent-after-fork=no|yes omit child output between fork & exec? [no]
19 --vgdb=no|yes|full activate gdbserver? [yes]
26 --track-fds=no|yes track open file descriptors? [no]
27 --time-stamp=no|yes add timestamps to log messages? [no]
    [all...]
  /external/qemu/
android-configure.sh 20 OPTION_DEBUG=no
21 OPTION_IGNORE_AUDIO=no
22 OPTION_NO_PREBUILTS=no
24 OPTION_HELP=no
25 OPTION_STATIC=no
26 OPTION_MINGW=no
29 GLES_SUPPORT=no
59 --no-strip) OPTION_NO_STRIP=yes
65 --no-prebuilts) OPTION_NO_PREBUILTS=yes
71 --no-gles) GLES_PROBE=n
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 11 RSSFeedCommon.FileError=Error: no output file specified for feed, eg., ./feed.xml\!
15 RSSFeedCommon.ProjectError=Error: no project name specified, eg., EMF or WTP\!
16 RSSFeedCommon.FeedURLError=Error: no feedURL specified, eg., http://server/path/to/feed.xml\!
20 RSSFeedCommon.XpathError=Error: no xpath string to search for, eg., /*/*[name() = 'entry'][1]/*[name() = 'updated']/text()
27 RSSFeedAddEntryTask.BranchError=Warning: no branch specified, eg., 3.2.0\!
28 RSSFeedAddEntryTask.BuildIDError=Warning: no buildID specified, eg., S200506071234\!
29 RSSFeedAddEntryTask.BuildURLError=Warning: no buildURL specified, eg., http://server/path/to/project/downloads/drops/branch/buildID/\!
70 RSSFeedWatcherTask.WarningNoScriptAction=Warning: Assuming no script action for
71 RSSFeedWatcherTask.WarningNoCommandlineParams=Warning: Assuming no commandline params for
  /external/chromium_org/third_party/sqlite/src/test/
colmeta.test 59 16 {main abc d} {1 {no such table column: abc.d}}
69 9 {{} v1 a} {1 {no such table column: v1.a}}
70 10 {main v1 b} {1 {no such table column: v1.b}}
71 11 {main v1 badname} {1 {no such table column: v1.badname}}
72 12 {main v1 rowid} {1 {no such table column: v1.rowid}}

Completed in 1243 milliseconds

1 2 3 4 5 67 8 91011>>