HomeSort by relevance Sort by last modified time
    Searched defs:usable (Results 1 - 14 of 14) sorted by null

  /external/dropbear/
algo.h 37 unsigned usable : 1; /* whether we can use this algorithm */ member in struct:Algo_Type
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 228 bool usable () const { function in class:gpu::CommandBufferHelper
  /external/chromium_org/ppapi/proxy/
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::__anon11880::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/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/net/http/
http_pipelined_connection_impl.cc 794 bool HttpPipelinedConnectionImpl::usable() const { function in class:net::HttpPipelinedConnectionImpl
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 55 private boolean usable = false; field in class:Shader
101 boolean usable = false; field in class:Shader.ShaderSource
116 usable = false;
178 return usable;
181 public void setUsable(boolean usable){
182 this.usable = usable;
200 usable = false;
387 return usable;
392 * @param usable
    [all...]
  /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...]
sqlite3.c 5217 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 5042 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]
sqlite3.c 5592 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]
  /external/sqlite/dist/
sqlite3.h 5042 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]
sqlite3.c 5592 unsigned char usable; \/* True if this constraint is usable *\/ member in struct:sqlite3_index_info::sqlite3_index_constraint
    [all...]

Completed in 2025 milliseconds