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

1 2 3 4 56 7 8 91011>>

  /external/zlib/src/test/
infcover.c 264 if (val > 255) { /* have two digits */
288 unsigned have; local
311 in = h2b(hex, &have); assert(in != NULL);
312 if (step == 0 || step > have)
313 step = have;
315 have -= step;
338 have += strm.avail_in;
339 strm.avail_in = step > have ? have : step;
340 have -= strm.avail_in
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 45 // that we expect to get. When it reaches zero, we have all results.
93 // then we have the final results. Use them to build the list
100 // This function is called when we have the final list of URls to display.
  /external/chromium_org/third_party/mesa/src/docs/
WL_bind_wayland_display.spec 98 A wl_buffer can have several planes, typically in case of planar
100 compositor will have to create one or more EGLImages for the
107 EGL and the compositor should have another way to get the buffer
  /external/chromium_org/ui/webui/resources/css/
tree.css 54 .tree-row[may-have-children] .expand-icon {
117 html[dir=rtl] .tree-row[may-have-children] > .tree-label {
140 .tree-row[may-have-children] > .tree-label {
  /external/clang/test/Misc/
warning-flags.c 6 (1) It documents all existing warnings that currently have no associated -W flag,
12 (2) It prevents us adding new warnings to Clang that have no -W flag. All
13 new warnings should have -W flags.
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 98 A wl_buffer can have several planes, typically in case of planar
100 compositor will have to create one or more EGLImages for the
107 EGL and the compositor should have another way to get the buffer
  /build/core/
dex_preopt_odex_install.mk 14 # If we have product-specific config for this module?
61 # Append the odex for the 2nd arch if we have one.
74 # For a Java library, we build odex for both 1st arch and 2nd arch, if we have one.
116 # Use pattern rule - we may have multiple installed odex files.
  /build/target/board/generic_x86/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /build/target/board/generic_x86_64/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /development/ndk/samples/two-libs/jni/
Android.mk 17 # generate two distinct shared libraries and have them both
  /external/antlr/
Android.mk 21 #Remove DOTTreeGenerator.java, so that we don't have the StringTemplate library as a dependency
  /external/chromium_org/chrome/browser/resources/
about_flash.js 37 // Get data and have it displayed upon loading.
about_nacl.js 40 // Get data and have it displayed upon loading.
about_voicesearch.js 36 // Get data and have it displayed upon loading.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
node_breadcrumb.js 30 * The attribute to mark nodes that have been touched, and in what order.
71 * elements that have been tagged.
104 // would have had chromevoxtag set, in which case
115 * The nodes must have been marked first by calling smartStart_.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
fake_objects.js 39 * Asserts that this object doesn't have any listener added.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
options.js 23 alert('You already have SO host permission!');
  /external/chromium_org/chrome/common/extensions/docs/server2/
host_file_system_provider.py 50 be pinned to a specific commit (|pinned_commit| in constructor) and can have
51 have its default instance overridden (|default_master_instance| in the
  /external/chromium_org/chrome/common/extensions/docs/static/js/
samples.js 39 // If we have a #fragment that corresponds to a search, prefill the search box
  /external/chromium_org/chrome/renderer/resources/extensions/
app_view_deny.js 9 var errorMessage = "You do not have permission to use the appview element." +
input.ime_custom_bindings.js 6 // v8 contexts for extensions which have permission for the API.
  /external/chromium_org/extensions/renderer/resources/
web_view_deny.js 9 var errorMessage = "You do not have permission to use the webview element." +
  /external/chromium_org/remoting/webapp/
cs_oauth2_trampoline.js 7 // all we have to do here is check the extension id in the case that there is
  /external/chromium_org/third_party/icu/source/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/chromium_org/third_party/icu/source/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or

Completed in 990 milliseconds

1 2 3 4 56 7 8 91011>>