Searched
full:present (Results
776 -
800 of
8021) sorted by null
<<31323334353637383940>>
/external/chromium_org/tools/telemetry/telemetry/core/ |
gpu_device.py | 40 following attributes to be present in the dictionary:
|
/external/chromium_org/tools/valgrind/ |
locate_valgrind.sh | 51 # TODO(timurrrr): readlink -f is not present on Mac...
|
/external/chromium_org/ui/base/resource/ |
data_pack.h | 43 // |textEncodingType| specified. If no text resources are present, please
|
/external/chromium_org/ui/base/win/ |
hwnd_subclass.h | 62 // Removes |filter| from this HWNDSubclass instance if present.
|
/external/chromium_org/ui/gfx/ |
font_fallback_win.h | 21 // Sets |filename| and |font_name| respectively. If a field is not present
|
/external/chromium_org/ui/keyboard/resources/webui/ |
api_adapter.js | 37 * the type of text input box at present and only "password", "number" and
|
/external/chromium_org/ui/surface/ |
accelerated_surface_win.cc | 154 // Destroy any D3D resources owned by the given present thread. Called on 155 // the given present thread. 211 // The D3D device must be created on the present thread. 400 void AcceleratedPresenter::Present(HDC dc) { 401 TRACE_EVENT0("gpu", "Present"); 649 // will go to zero and the presenter, and potentially also the present thread 837 hr = swap_chain_->Present(&rect, &rect, window_, NULL, 0); [all...] |
/external/chromium_org/ui/views/corewm/ |
window_animations.h | 95 // if the global flag disabling window animations is present.
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_screen_x11.h | 81 // The display objects we present to chrome.
|
/external/chromium_org/webkit/browser/database/ |
database_util.cc | 25 // '/' and '#' must be present in the string. Also, the string cannot start
|
/external/chromium_org/webkit/common/cursors/ |
webcursor_mac.mm | 73 kHelpCursor = 40, // Present on >= 10.7.3. 74 kCellCursor = 41, // Present on >= 10.7.3. 75 kZoomInCursor = 42, // Present on >= 10.7.3. 76 kZoomOutCursor = 43 // Present on >= 10.7.3.
|
/external/clang/test/CodeGen/ |
sanitize-thread-attr.cpp | 10 // is present.
|
/external/compiler-rt/ |
README.android | 33 TODO: This is still not building by default (no Android.mk files are present
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_itanium.cc | 23 // using sanitizers; if it's not present, we'll just use the mangled name.
|
/external/e2fsprogs/lib/ss/ |
ss_internal.h | 64 * Dynamic usage of readline library if present
|
/external/e2fsprogs/misc/ |
dumpe2fs.8.in | 23 present on
|
e2freefrag.8.in | 24 are present as contiguous and aligned free space. The percentage of contiguous
|
/external/guava/guava/src/com/google/common/base/ |
Equivalences.java | 45 * @since 8.0 (present null-friendly behavior)
|
/external/guava/guava/src/com/google/common/collect/ |
ClassToInstanceMap.java | 45 * entry for this class is present. This will only return a value that was
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedInts.java | 75 * Returns the least value present in {@code array}, treating values as unsigned. 78 * @return the value present in {@code array} that is less than or equal to every other value in 95 * Returns the greatest value present in {@code array}, treating values as unsigned. 98 * @return the value present in {@code array} that is greater than or equal to every other value
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionContainsTester.java | 41 assertTrue("contains(present) should return true",
|
MapContainsKeyTester.java | 40 assertTrue("containsKey(present) should return true",
|
MapContainsValueTester.java | 40 assertTrue("containsValue(present) should return true",
|
MapGetTester.java | 42 assertEquals("get(present) should return the associated value",
|
SetAddTester.java | 41 assertFalse("add(present) should return false", getSet().add(samples.e0));
|
Completed in 1242 milliseconds
<<31323334353637383940>>