/external/mesa3d/docs/ |
MESA_resize_buffers.spec | 33 cannot properly respond to window system events. In particular, 38 since most applications call glViewport in responce to window size 41 In some situations, however, the application may not call glViewport
|
MESA_drm_image.spec | 56 Accepted in the <attrib_list> parameter of eglCreateDRMImageMESA: 65 Bits accepted in EGL_DRM_BUFFER_USE_MESA: 70 Accepted in the <target> parameter of eglCreateImageKHR: 86 In the attribute list, pass EGL_WIDTH, EGL_HEIGHT and format and 87 use in the attrib list using EGL_DRM_BUFFER_FORMAT_MESA and 90 is a CPU-endian, 32-bit quantity, with alpha in the upper 8 bits, 112 non-NULL and the stride (in bytes) is written to <stride>, if 118 in the attrib list. 137 client APIs. By referenceing an EGLImage in a client API, the 149 some of the original discussion in the issues section [all...] |
/external/mesa3d/docs/OLD/ |
MESA_trace.spec | 43 and linkage issues. In the driver dispatch table a simple 49 The extension spec is in the public domain. The current implementation 50 in Mesa is covered by Mesa's XFree86-style copyright by the authors above. 62 would result in symbol collisions. 72 trace into frames, in whatever way considered adequate. 84 will be traced as requested by Enable/DisableTraceMESA, in the order 103 data in the context. There is no need to have the ability mark names 173 using C syntax. The primary intention of tracing is to aid in program 181 attribute groups. The state values included in those attribute groups 185 that <traceName> will be interpreted as a filename in most implementations [all...] |
/external/webkit/LayoutTests/fast/js/resources/ |
string-concatenate-outofmemory.js | 2 'This test checks if repeated string concatenation causes an exception (and not a crash). From WebKit Bug <a href="http://bugs.webkit.org/show_bug.cgi?id=11131">Repeated string concatenation results in OOM crash</a>.' 11 'We also verify that the the string is stil functional after the out of memory exception is raised. In <a href="rdar://problem/5352887">rdar://problem/5352887</a>, accessing the string after the exception would crash.'
|
/external/webkit/LayoutTests/storage/ |
open-database-while-transaction-in-progress.js | 1 // Opens the database used in this test case 6 "Test to make sure that calling openDatabase() while a transaction is in progress on a different handle to the same database does not result in a deadlock.", 11 // In order to trigger this bug, the transaction must acquire an exclusive 14 // than cache_size * page_size bytes in the database. The default value for
|
test-authorizer.js | 53 //executeStatement(tx, "SELECT * FROM Test WHERE Foo IN (1, 2, 3);", "SQLITE_CREATE_TEMP_INDEX"); 91 // SQLITE_DROP_TEMP_INDEX: allowed in write mode 101 // SQLITE_DROP_VTABLE: allowed in write mode 128 // In order to test all other 'CREATE' operations, we must create the table first 134 // In order to test the 'DROP' and 'other' operations, we need to first create the respective entities
|
/frameworks/compile/libbcc/runtime/make/platform/ |
clang_darwin.mk | 3 # not present in the libgcc that shipped on the platform. In such cases, we link 19 # must be in the same linkage unit.
|
/external/webkit/Source/WebKit2/UIProcess/ |
TiledDrawingAreaProxy.cpp | 4 * Redistribution and use in source and binary forms, with or without 9 * 2. Redistributions in binary form must reproduce the above copyright 10 * notice, this list of conditions and the following disclaimer in the 16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS 20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 86 page->process()->deprecatedSend(DrawingAreaLegacyMessage::SetSize, page->pageID(), CoreIPC::In(m_size)); 102 page->process()->deprecatedSend(DrawingAreaLegacyMessage::SuspendPainting, page->pageID(), CoreIPC::In()); 107 page->process()->deprecatedSend(DrawingAreaLegacyMessage::ResumePainting, page->pageID(), CoreIPC::In()); 176 page()->process()->connection()->deprecatedSend(DrawingAreaLegacyMessage::RequestTileUpdate, page()->pageID(), CoreIPC::In(tileID, dirtyRect, contentsScale())) [all...] |
WebContext.cpp | 4 * Redistribution and use in source and binary forms, with or without 9 * 2. Redistributions in binary form must reproduce the above copyright 10 * notice, this list of conditions and the following disclaimer in the 16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS 20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 261 m_process->deprecatedSend(InjectedBundleMessage::PostMessage, 0, CoreIPC::In(message.first, WebContextUserMessageEncoder(message.second.get()))); 344 // When out of process plug-ins are enabled, we don't want to invalidate the plug-in site data 390 m_process->deprecatedSend(InjectedBundleMessage::PostMessage, 0, CoreIPC::In(messageName, WebContextUserMessageEncoder(messageBody))); 662 // FIXME: We should probably encode something in the case that the arguments do not decode correctly [all...] |
/external/chromium/testing/ |
generate_gmock_mutant.py | 4 # found in the LICENSE file. 11 // found in the LICENSE file. 19 // The intention of this file is to make possible using GMock actions in 29 // the function signature hence the X1, X2 ... XN parameters in CreateFunctor. 49 // string result = SStringPrintf("In request of %d %s ", n, request); 81 // // In this case we have a single pre-bound argument - 3. We ignore 336 Each string is created by replacing all '%' in |pattern| with element of |it|. 338 return [pattern.replace("%", x) for x in it] 442 for prebound in xrange(0, 6 + 1): 443 for args in xrange(0, 6 + 1) [all...] |
/external/iptables/iptables/ |
iptables-apply | 47 be able to answer affirmatively. In this case, the script rolls back to the 52 -t | --timeout Specify the timeout in seconds (default: $TIMEOUT) 62 for opt in $OPTS; do 63 case "$opt" in 66 case "${OPT_STATE:-}" in 69 case "$TIMEOUT" in 81 case "$opt" in 102 case "${0##*/}" in 115 for cmd in "${COMMANDS[@]}"; do 151 case "${ret:-}" in [all...] |
/external/webkit/Source/WebKit2/Shared/ |
WebContextMenuItemData.cpp | 4 * Redistribution and use in source and binary forms, with or without 9 * 2. Redistributions in binary form must reproduce the above copyright 10 * notice, this list of conditions and the following disclaimer in the 16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS 20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 106 encoder->encode(CoreIPC::In(static_cast<uint32_t>(m_type), static_cast<uint32_t>(m_action), m_title, m_checked, m_enabled, m_submenu));
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_dump.c | 47 case In: return "In";
|
/external/v8/test/mjsunit/ |
object-literal-gc.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above 10 // disclaimer in the documentation and/or other materials provided 19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 31 // works. In particular, test that the garbage collector handles the
|
/external/v8/test/mjsunit/regress/ |
regress-192.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above 10 // disclaimer in the documentation and/or other materials provided 19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 33 // UPDATE: This bug report is no longer valid. In ES5, creating object
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableRowElement02.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 64 // each asychronous load started in setUpTests. 81 Retrieve the second TR(1st In THEAD) element within the document and
|
HTMLTableRowElement03.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 64 // each asychronous load started in setUpTests. 81 Retrieve the third TR(1st In TFOOT) element within the document and
|
HTMLTableRowElement04.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 64 // each asychronous load started in setUpTests. 81 Retrieve the fifth TR(2nd In TBODY) element within the document and
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableRowElement02.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 64 // each asychronous load started in setUpTests. 81 Retrieve the second TR(1st In THEAD) element within the document and
|
HTMLTableRowElement03.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 64 // each asychronous load started in setUpTests. 81 Retrieve the third TR(1st In TFOOT) element within the document and
|
HTMLTableRowElement04.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 64 // each asychronous load started in setUpTests. 81 Retrieve the fifth TR(2nd In TBODY) element within the document and
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
InjectedBundle.cpp | 4 * Redistribution and use in source and binary forms, with or without 9 * 2. Redistributions in binary form must reproduce the above copyright 10 * notice, this list of conditions and the following disclaimer in the 16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS 20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 79 WebProcess::shared().connection()->deprecatedSend(WebContextLegacyMessage::PostMessage, 0, CoreIPC::In(messageName, InjectedBundleUserMessageEncoder(messageBody))); 87 bool succeeded = WebProcess::shared().connection()->deprecatedSendSync(WebContextLegacyMessage::PostSynchronousMessage, 0, CoreIPC::In(messageName, InjectedBundleUserMessageEncoder(messageBody)), CoreIPC::Out(messageDecoder));
|
/system/core/rootdir/ |
Android.mk | 19 # in the system image. In theory, we don't need these for -user builds 21 # to run the dex pre-optimization *in* the emulator. So keep the file until 54 # to allow -user builds to properly run the dex pre-optimization pass in
|
/external/webrtc/src/common_audio/signal_processing_library/main/interface/ |
signal_processing_library.h | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 216 // Copy and set operations. Implementation in copy_set_operations.c. 241 // Minimum and maximum operations. Implementation in min_max_operations.c. 268 // Vector scaling operations. Implementation in vector_scaling_operations.c. 301 // iLBC specific functions. Implementations in ilbc_specific_functions.c. 370 // Randomization functions. Implementations collected in randomization_functions.c an [all...] |
/external/bison/data/ |
glr.cc | 11 # This program is distributed in the hope that it will be useful, 23 # This is in order to reduce the maintenance burden. The glr.c 25 # problems. The C++ interface is the same as that of lalr1.cc. In 43 # the locations in a (C++) union, the position and location classes 46 # user must initialize the first positions (in particular the 124 ]dnl In this section, the parse param are the original parse_params. 219 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
|