HomeSort by relevance Sort by last modified time
    Searched refs:usable (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/ppapi/proxy/
plugin_message_filter.cc 65 bool* usable) {
72 *usable = false;
76 // This instance ID is new so we can return that it's usable and mark it as
79 *usable = true;
plugin_message_filter.h 58 void OnMsgReserveInstanceId(PP_Instance instance, bool* usable);
host_dispatcher.cc 29 // Default to returning true (usable) failure. Otherwise, if there's some
40 bool usable = true; local
41 if (!found->second->Send(new PpapiMsg_ReserveInstanceId(instance, &usable)))
43 return PP_FromBool(usable);
ppb_image_data_proxy.cc 62 // it as usable.
64 // is a usable ImageData of the right size and format, we'll return it
100 ImageDataCacheEntry() : added_time(), usable(false), image() {}
103 usable(false),
110 bool usable; member in struct:ppapi::proxy::__anon14745::ImageDataCacheEntry
151 if (!images_[i].usable)
178 images_[i].usable = true;
181 // datas it has or when it notifies us when one is usable. Its possible
183 // usable, and then the older one immediately gets expired. Therefore,
184 // if the next insertion would overwrite this now-usable entry, make th
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 50 // Check if usable & allocated.
51 if (!usable() || !HaveRingBuffer()) {
89 if (!usable()) {
141 if (!usable()) {
153 if (usable() && last_put_sent_ != put_) {
176 if (!usable()) {
200 if (!usable()) {
223 if (!usable() || !HaveRingBuffer()) {
243 if (!usable()) {
cmd_buffer_helper.h 283 bool usable () const { function in class:gpu::CommandBufferHelper
cmd_buffer_helper_test.cc 273 // Checks immediate_entry_count_ changes based on 'usable' state.
277 EXPECT_EQ(helper_->usable(), true);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 345 int (*usable)();
349 EXPECT_EQ(42, functionPointer.usable());
363 int (*usable)();
367 EXPECT_EQ(42, functionPointer.usable());
386 int (*usable)();
390 EXPECT_EQ(42, functionPointer.usable());
420 int (*usable)();
426 void (*usable)(int);
430 SetGlobalFct.usable(789);
431 EXPECT_EQ(789, GetGlobalFct.usable());
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
html.py 246 usable = False
251 usable = False
253 usable = True
255 usable = False
257 usable = False
259 if usable:
  /external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.c 550 * Calculate the list of application usable extensions. The resulting
565 unsigned char usable[8]; local
611 usable[i] = (client_glx_support[i] & client_glx_only[i])
620 usable[i] = (client_glx_support[i] & client_glx_only[i])
632 CLR_BIT(usable, EXT_create_context_es2_profile_bit);
636 usable);
641 * Calculate the list of application usable extensions. The resulting
656 unsigned char usable[__GL_EXT_BYTES]; local
688 usable[i] = (client_gl_support[i] & client_gl_only[i])
693 __glXGetStringFromTable(known_gl_extensions, usable);
    [all...]
  /external/mesa3d/src/glx/
glxextensions.c 550 * Calculate the list of application usable extensions. The resulting
565 unsigned char usable[8]; local
611 usable[i] = (client_glx_support[i] & client_glx_only[i])
620 usable[i] = (client_glx_support[i] & client_glx_only[i])
632 CLR_BIT(usable, EXT_create_context_es2_profile_bit);
636 usable);
641 * Calculate the list of application usable extensions. The resulting
656 unsigned char usable[__GL_EXT_BYTES]; local
688 usable[i] = (client_gl_support[i] & client_gl_only[i])
693 __glXGetStringFromTable(known_gl_extensions, usable);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_tclvar.c 232 if( pCons->iColumn==0 && pCons->usable
244 if( pCons->iColumn==0 && pCons->usable
test_wholenumber.c 188 if( pConstraint->usable==0 ) continue;
test_fuzzer.c 758 if( pConstraint->usable==0 ) continue;
sqlite.h.in     [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_drm_image.spec 96 should be usable as a scanout buffer with the DRM kernel
100 requests that the image must be usable as a cursor with KMS. When
MESA_multithread_makecurrent.spec 123 but the context remains usable by threads that have the context
  /external/mesa3d/docs/
MESA_drm_image.spec 96 should be usable as a scanout buffer with the DRM kernel
100 requests that the image must be usable as a cursor with KMS. When
MESA_multithread_makecurrent.spec 123 but the context remains usable by threads that have the context
  /external/chromium_org/extensions/renderer/resources/
serial_custom_bindings.js 26 // is necessary for serial connections created in one window to be usable
  /external/chromium_org/base/time/
time_posix.cc 106 #error No usable tick clock function on this platform.
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_aux.c 155 if( pInfo->aConstraint[i].usable && pInfo->aConstraint[i].iColumn==0 ){
  /external/llvm/tools/lli/
lli.cpp 387 // usable by the JIT.
676 errs() << "Unable to find usable child executable: '" << ChildExecPath
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 73 # Define the toolchain targets for all usable toolchains via the macro.
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 4674 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]

Completed in 1580 milliseconds

1 2