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

1 2 3 4 56 7 8 91011>>

  /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/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.
  /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/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/
content_providers.py 122 logging.error('%s: "chromium" must have a "dir" property' % name)
129 logging.error('%s: "gcs" must have a "bucket" property' % name)
  /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/
input.ime_custom_bindings.js 6 // v8 contexts for extensions which have permission for the API.
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
spreplocal.mk 15 # If we ever need to support other stringprep (e.g. LDAP, XMPP, SASL), we have to add back
  /external/chromium_org/third_party/zlib/
gzwrite.c 64 unsigned have; local
78 have = (unsigned)(strm->next_out - state->next);
79 if (have && ((got = write(state->fd, state->next, have)) < 0 ||
80 (unsigned)got != have)) {
92 have = strm->avail_out;
99 have -= strm->avail_out;
100 } while (have);
298 /* make sure we have some buffer space */
373 /* make sure we have some buffer space *
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
tree.css 46 .tree-row[may-have-children] .expand-icon {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
main.js 13 * Indicates if the DOM and scripts have been already loaded.
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-runtime.js 41 // A generator function should have the same set of properties as any
58 // Unlike sloppy functions, which have read-only data arguments and caller
59 // properties, sloppy generators have a poison pill implemented via
73 // Generators have an additional object interposed in the chain between

Completed in 1056 milliseconds

1 2 3 4 56 7 8 91011>>