HomeSort by relevance Sort by last modified time
    Searched refs:have (Results 176 - 200 of 1197) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/core/rootdir/
Android.mk 5 # Only copy init.rc if the target doesn't have its own.
  /bootable/recovery/updater/
Android.mk 49 # Each library in TARGET_RECOVERY_UPDATER_LIBS should have a function
64 # Note that we have to remove any existing depency files before creating new one,
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 11 /** System.identityHashCode() is not always unique; we have to
13 * expensive: we have to create a hashtable with all tree nodes in it.
25 * If you specify your own kind of tree nodes, you will likely have to
27 * if no token payload but you might have to set token type for diff
30 * You don't have to subclass CommonErrorNode; you will likely need to
73 * make sure that this is consistent with have the user will build
104 * children; i.e., you don't have to copy the list. We are
105 * constructing these nodes so we should have this control for
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
checker.py 34 'descriptions, or methods whose @return tags don\'t have a '
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_mathjax.js 67 * Get MathML represententations for all images that have latex alt text.
81 * Get MathML represententations for all images that have asciimath alt text.
  /external/chromium_org/native_client_sdk/src/doc/
Makefile 13 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_css_value_keywords.py 125 assert property['mode'] != 'UASheet', 'UASheet mode only value keywords should have the prefix "-internal-".'
  /external/chromium_org/third_party/zlib/
gzguts.h 98 unsigned have; /* amount of output data unused at next */ member in struct:__anon109
  /external/chromium_org/ui/wm/core/
nested_accelerator_dispatcher_linux.cc 35 #error Unknown build platform: you should have either use_ozone or use_x11.
  /external/chromium_org/v8/test/mjsunit/
char-escape.js 40 // Do the single escape chars have the right value?
51 // Do the hex and unicode escape chars have the right value?
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 49 at your option, any later version of Perl 5 you may have available.
Util.pm 88 at your option, any later version of Perl 5 you may have available.
  /external/markdown/markdown/extensions/
headerid.py 171 'forceid' : ['True', 'Force all headers to have an id.']
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 55 out_lines.should have( 3 ).things
75 lines.should have( 3 ).things
95 lines.should have( 4 ).things
226 # broken!("Non-ASCII encodings have not been implemented yet")
242 # lines.should have(3).things
  /external/chromium_org/third_party/skia/tools/
compare_codereview.py 83 quotes in the value have been removed, and character and
84 entity references have been replaced.
202 quotes in the value have been removed, and character and
203 entity references have been replaced.
212 # <li> tags can be nested. So we have to count the
331 'Error: control %s and roll %s have no common trybots.'
  /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c 15 You should have received a copy of the GNU Lesser General Public
71 " movl $1,%0 # We have CPUID support \n"
91 " movl $1,%0 # We have CPUID support \n"
109 mov has_CPUID,1 ; We have CPUID support
156 " jl 1f # We dont have the CPUID instruction\n"
175 " jl 1f # We dont have the CPUID instruction\n"
194 jl done ; We dont have the CPUID instruction
236 " jl 1f # Nope, we dont have function 800000001h\n"
254 " jl 1f # Nope, we dont have function 800000001h\n"
272 jl done ; Nope, we dont have function 800000001
    [all...]
  /external/skia/tools/
compare_codereview.py 83 quotes in the value have been removed, and character and
84 entity references have been replaced.
202 quotes in the value have been removed, and character and
203 entity references have been replaced.
212 # <li> tags can be nested. So we have to count the
331 'Error: control %s and roll %s have no common trybots.'
  /sdk/bash_completion/
adb.bash 19 unset -v have
20 type $1 &> /dev/null && have="yes"
22 if [ "$have" != "yes" ]; then
  /external/qemu/distrib/zlib-1.2.8/
zlib.h 51 but other algorithms will be added later and will have the same stream
150 returned by zalloc for objects of exactly 65536 bytes *must* have their
456 operation to complete. (The size of the uncompressed data may have been
553 compressed data instead of a zlib wrapper. The gzip header will have no
1671 unsigned have; member in struct:gzFile_s
    [all...]
  /external/zlib/src/
zlib.h 51 but other algorithms will be added later and will have the same stream
150 returned by zalloc for objects of exactly 65536 bytes *must* have their
456 operation to complete. (The size of the uncompressed data may have been
553 compressed data instead of a zlib wrapper. The gzip header will have no
1671 unsigned have; member in struct:gzFile_s
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_sequence.js 35 * The originalEvent may or may not have parameters stickyMode and keyPrefix
71 * keyEvent-like objects instead so we don't have to worry about what happens
77 * pressed by itself, the keys object will have:
96 // TODO(dtseng): This is incomplete; pull once we have appropriate libs.
114 * A cache of all key sequences that have been set as double-tappable. We need
147 * - If both commands have the same key code and neither of them have the
148 * ChromeVox modifier active then we have a match.
149 * - Next we try and match with the ChromeVox modifier. If both commands have
151 * has sticky mode or an active prefix, then we also have a match
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 21 * have one grammar import others and share same error variables
29 if ( state == null ) { // don't ever let us have a null state
58 * recovery, override mismatchRecover() and have it call
94 // we have no information about the follow; we can only consume
155 // if we've already reported an error and have not matched a token
181 * handling because the exception classes do not have to have pointers back
184 * would have to subclassing exception, but then somehow get ANTLR
279 * recognizer tracks its own number. So parser and lexer each have
296 * want to have a lot of information spit out. Override in that cas
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
automation_custom_bindings.js 111 // We usually get a 'placeholder' tree first, which doesn't have any url
121 // have been cached in idToCallback, so call and delete it now that we
122 // have the complete tree.
  /external/chromium_org/v8/test/mjsunit/es6/
generators-parsing.js 70 // You can have a generator in strict mode.
73 // Generators can have return statements also, which internally parse to a kind
85 // You can have a generator without a yield.
  /external/elfutils/0.153/libdwfl/
dwfl_segment_report_module.c 14 You should have received a copy of the GNU General Public License along
166 /* We already have this whole note segment from our initial read. */
235 Without them, we don't have a module to report. */
287 /* If we have already seen a build ID, we don't care any more. */
442 /* We must have seen the segment covering offset 0, or else the ELF
544 will have adjusted this pointer in place so it's now an
567 /* Now that we have chosen the module's name and bounds, report it.
583 They have been copied. */
593 /* We have reported the module. Now let the caller decide whether we
650 const size_t have = MIN (buffer_available, file_trimmed_end) local
    [all...]

Completed in 610 milliseconds

1 2 3 4 5 6 78 91011>>