HomeSort by relevance Sort by last modified time
    Searched full:when (Results 1726 - 1750 of 50734) sorted by null

<<61626364656667686970>>

  /external/chromium_org/third_party/libphonenumber/src/resources/
phonenumber.proto 55 // retained even when dialling internationally, set this flag to true.
62 // about the form the phone number was in when it was provided to us to parse. They can be safely
82 // number "33 (0)1 42 68 53 00" when defaultCountry is supplied as France.
87 // written in the national format (without country code). For example, this would be set when
88 // parsing the French number "(0)1 42 68 53 00", when defaultCountry is supplied as France.
95 // The carrier selection code that is preferred when calling this phone number domestically. This
96 // also includes codes that need to be dialed in some countries when calling from landlines to
98 // itself when calling from a mobile phone to a domestic landline phone and vice versa.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_release_buffers.spec 33 Therefore, Mesa cannot immediately detect when an X window or pixmap is
38 when the back color buffer, depth buffer, stencil buffer, and/or accumu-
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
sampler.rst 28 border color is sampled when coords go outside the range [0,1].
48 The image filter to use when minifying texels. One of PIPE_TEX_FILTER_*.
50 The image filter to use when magnifying texels. One of PIPE_TEX_FILTER_*.
61 The filter to use when minifying mipmapped textures. One of
82 The inequality operator used when compare_mode=1. One of PIPE_FUNC_x.
88 When normalized_coords=0, only a subset of the texture wrap modes are
106 Maximum anistropy ratio to use when sampling from textures. For example,
113 cube map faces when sampled near a texture border to produce a seamless
  /external/chromium_org/third_party/ocmock/
Changes.txt 76 * Renamed some variables to avoid warnings when using -Wshadow
78 * Fixed problems that occured when using mocks as arguments
99 * Fixed bug that caused crash when using method swizzling with void return type.
104 * Added support for calling arbitrary methods when stubbed methods are invoked.
182 * Fixed a bug that could caused crashes when non-char const pointers were described
197 * Now re-throwing fail-fast exceptions, for unexpected invocations for example, when
212 * Added Evan Doll's bugfix, which forwards conformsToProtocol: methods when necessary
228 * Added Jon Reid's bugfix that prevents a crash when trying to stub an unknown method on a
gtest_support.mm 11 // When C++ exceptions are disabled, the C++ library defines |try| and
12 // |catch| so as to allow exception-expecting C++ code to build properly when
  /external/chromium_org/third_party/python_gflags/
README 7 that are useful to it. When one python module imports another, it gains
20 When you install this library, you also get a helper application,
  /external/chromium_org/third_party/skia/include/core/
SkWeakRefCnt.h 17 objects. When an existing strong owner wants to share a reference, it calls
18 ref(). When a strong owner wants to release its reference, it calls
19 unref(). When the shared object's strong reference count goes to zero as
30 affect the original weak reference, weak_unref() must still be called. When
57 The strong references collectively hold one weak reference. When the
129 /** Returns true if there are no strong references to the object. When this
137 /** Called when the strong reference count goes to zero. This allows the
146 /** Called when the strong reference count goes to zero. Calls weak_dispose
  /external/chromium_org/third_party/skia/src/utils/mac/
SkStream_mac.cpp 40 stream->ref(); // unref will be called when the provider is deleted
44 // special-case when the stream is just a block of ram
  /external/chromium_org/third_party/sqlite/src/src/
mem0.c 13 ** This file contains a no-op memory allocation drivers for use when
23 ** used when no other memory allocator is specified using compile-time
  /external/chromium_org/third_party/sqlite/src/test/
pagerfault3.test 46 # Now do the page-size change and VACUUM with IO error injection. When
48 # will have to extend the db file from 3072 to 4096 byts when rolling
  /external/chromium_org/tools/gyp/test/gyp-defines/
gyptest-regyp.py 8 Verifies that when the same value is repeated for a gyp define, duplicates are
15 # Regenerating build files when a gyp file changes is currently only supported
  /external/chromium_org/tools/gyp/test/hello/
gyptest-regyp-output.py 8 Verifies that Makefiles get rebuilt when a source gyp file changes and
14 # Regenerating build files when a gyp file changes is currently only supported
  /external/chromium_org/tools/json_schema_compiler/test/
objects.json 96 "description": "Fired when an object is ready.",
113 "description": "Fired when two objects are ready.",
  /external/chromium_org/ui/app_list/cocoa/
apps_search_results_controller.h 31 // Controller for the search results displayed when a user types in the app list
53 // Returns true when handling Enter, to activate the highlighted search result,
  /external/chromium_org/ui/app_list/views/
search_result_list_view_delegate.h 28 // Called when the app represented by |result| is installed.
31 // Called when the app represented by |result| is uninstalled.
  /external/chromium_org/ui/base/cocoa/
hover_button.h 13 // A button that changes when you hover over it and click it.
39 // when you close a tab so the tab to the left of it takes its place, and
  /external/chromium_org/ui/compositor/
layer_owner.h 21 // This is used when you need to animate the presentation of the owner just
36 // e.g. fading it out when it is destroyed.
  /external/chromium_org/ui/gfx/image/
canvas_image_source.h 20 // with target scale factor and generates ImageSkiaRep when drawing is
26 // Called when a new image needs to be drawn for a scale factor.
  /external/chromium_org/ui/gfx/ozone/dri/
dri_skbitmap.h 15 // the DRM stack when allocating buffers.
48 // Buffer ID used by the DRI modesettings API. This is set when the buffer is
  /external/chromium_org/ui/views/controls/menu/
menu_config.cc 51 // Use 40px tall menu items when running in touch optimized mode.
52 // For Windows use 40px tall menu items when running in touch optimized mode.
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_cursor_loader_updater.h 35 // Called when a CursorLoader is created.
39 // Called when the display has changed (as we may need to reload the cursor
  /external/chromium_org/ui/webui/resources/js/cr/
promise.js 71 * Adds a listener to the future promise. The function will be called when
116 * When a future promise is done call {@code fun}. This also calls the
119 * @param {!Function} fun The function to call when the promise is fulfilled.
121 Promise.when = function(p, fun) {
140 * Creates a new future promise that is fulfilled when any of the promises are
145 * @return {!Promise} The new promise that will be fulfilled when any of the
160 * Creates a new future promise that is fulfilled when all of the promises are
200 * @return {!Promise} The promise that will be fulfilled when the event is
  /external/chromium_org/ui/webui/resources/js/cr/ui/
list_item.js 36 * Called when an element is decorated as a list item.
43 * Called when the selection state of this element changes.
repeating_button.js 41 * Callback function when repeated intervals trigger. Initialized when the
42 * button is held for an initial delay period and cleared when the button
50 * Callback function to arm the repeat timer. Initialized when the button
51 * is pressed and cleared when the interval timer is set or the button is
71 * Called when the user initiates a touch gesture.
86 * Called when the user presses this button.
115 * Called when the user releases this button.
  /external/chromium_org/webkit/child/
worker_task_runner.h 33 // Add/Remove an observer that will get notified when the current worker run
34 // loop is stopping. This observer will not get notified when other threads

Completed in 1257 milliseconds

<<61626364656667686970>>