Searched refs:has (Results 51 - 75 of 479) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp76 extensions.has("GL_ARB_imaging") ||
77 extensions.has("GL_EXT_blend_color")) {
119 if (glVer >= GR_GL_VER(3,3) || extensions.has("GL_ARB_timer_query")) {
123 } else if (extensions.has("GL_EXT_timer_query")) {
141 if (extensions.has("GL_EXT_direct_state_access")) {
159 if (glVer >= GR_GL_VER(4,2) || extensions.has("GL_ARB_texture_storage")) {
161 } else if (extensions.has("GL_EXT_texture_storage")) {
191 if (glVer >= GR_GL_VER(3,0) || extensions.has("GL_ARB_vertex_array_object")) {
198 if (glVer >= GR_GL_VER(3,0) || extensions.has("GL_ARB_map_buffer_range")) {
205 if (glVer >= GR_GL_VER(3,0) || extensions.has("GL_ARB_framebuffer_objec
[all...]
/external/chromium_org/v8/test/mjsunit/es6/
H A Dcollections.js41 assertDoesNotThrow(function () { m.has(new Object) });
52 assertDoesNotThrow(function () { m.has(new Object) });
75 assertFalse(set.has(key));
77 assertTrue(set.has(key));
79 assertFalse(set.has(key));
81 assertFalse(set.has(key));
135 assertTrue(m.has(key));
136 assertFalse(m.has(new Object));
226 assertFalse(s.has(NaN));
227 assertFalse(s.has(Na
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonTokenStream.pm20 has 'token_source' => (
25 has 'tokens' => (
31 has 'channel_override_map' => (
36 has 'discard_set' => (
41 has 'channel' => (
47 has 'discard_off_channel_tokens' => (
53 has 'last_marker' => (
59 has 'p' => (
H A DANTLRFileStream.pm10 has 'file_name' => (
/external/chromium_org/chrome/browser/resources/options/
H A Doptions_page.css198 list:not([has-element-focus]) > [selected],
199 list:not([has-element-focus]) > [lead][selected] {
204 list[has-element-focus] > [selected],
205 list[has-element-focus] > [lead][selected],
206 list:not([has-element-focus]) > [selected]:hover,
207 list:not([has-element-focus]) > [selected][lead]:hover {
212 .settings-list[has-element-focus] > [lead],
213 .settings-list[has-element-focus] > [lead][selected] {
218 .settings-list[has-element-focus] > [lead]:nth-child(2),
219 .settings-list[has
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
H A Dinstall_host.sh40 echo Native messaging host $HOST_NAME has been installed.
/external/chromium_org/third_party/icu/source/test/testdata/
H A Dtstfiles.mk6 # Not everything has been moved to this file yet, as this is a new facility.
/external/chromium_org/v8/test/perf-test/Collections/
H A Dmap.js40 if (!map.has(i)) {
45 if (map.has(i)) {
H A Dweakmap.js48 if (!wm.has(keys[i])) {
53 if (wm.has(keys[i])) {
/external/icu/icu4c/source/test/testdata/
H A Dtstfiles.mk6 # Not everything has been moved to this file yet, as this is a new facility.
/external/llvm/autoconf/m4/
H A Dc_printf_a.m46 [AC_CACHE_CHECK([if printf has the %a format character],[llvm_cv_c_printf_a],
/external/valgrind/main/none/tests/s390x/
H A Dex.stdout.exp8 ------- EX 0,... has no effect (writes out target)
H A Dexrl.stdout.exp8 ------- EXRL 0,... has no effect (writes out target)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
H A DSuggestionAnswer.java17 * Structured representation of the JSON payload of a suggestion with an answer. An answer has
19 * image. Each image line has 0 or more text fields, each of which is required to contain a string
109 mAdditionalText = jsonLine.has(ANSWERS_JSON_ADDITIONAL_TEXT) ?
113 mStatusText = jsonLine.has(ANSWERS_JSON_STATUS_TEXT) ?
117 mImage = jsonLine.has(ANSWERS_JSON_IMAGE) ?
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DCookie.java124 if (o.has("expires")) {
128 if (o.has("domain")) {
132 if (o.has("path")) {
/external/libhevc/common/arm/
H A Dihevc_deblk_luma_horz.s73 movlt r7,#0x0 @ r7 has the beta_index value
83 movlt r3,#0x0 @ r3 has the tc_index value
164 add r3,r8,r9 @ r3 has the d0 value
165 add r4,r11,r12 @ r4 has the d3 value
171 add r14,r8,r11 @ r13 has the value dp
172 add r12,r12,r9 @ r12 has the value dq
176 add r11, r3, r4 @ r3 has the value d
198 ldr r2,[r0,-r1,lsl #2] @ has the -4 value
199 ldrb r7,[r0,-r1] @ has the -1 value
202 ldrb r3,[r0,#0] @ r4 has th
[all...]
/external/chromium_org/athena/system/
H A Dorientation_controller.cc40 if (!update.has(ui::ACCELEROMETER_SOURCE_SCREEN))
/external/chromium_org/chromeos/accelerometer/
H A Daccelerometer_reader.h36 bool has[ui::ACCELEROMETER_SOURCE_COUNT]; member in struct:chromeos::AccelerometerReader::ConfigurationData
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DImageQualityController.h59 static bool has(RenderObject*);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DCacheStorage.h27 ScriptPromise has(ScriptState*, const String& cacheName);
H A DFetchHeaderList.h36 bool has(const String&) const;
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbool.pxd20 # The Python False object. This object has no methods. It needs to
25 # The Python True object. This object has no methods. It needs to
/external/chromium_org/third_party/skia/platform_tools/chromeos/bin/
H A Dchromeos_setup.sh37 # build, which throws lots of "mangling of va_list has changed" warnings.
/external/chromium_org/ui/accelerometer/
H A Daccelerometer_types.h51 // Returns true if |source| has a valid value in this update.
52 bool has(AccelerometerSource source) const { function in class:ui::AccelerometerUpdate
/external/clang/unittests/AST/
H A DStmtPrinterTest.cpp119 has(compoundStmt(has(stmt().bind("id"))))),
145 has(compoundStmt(has(stmt().bind("id"))))),

Completed in 7320 milliseconds

1234567891011>>