Searched refs:valid (Results 226 - 250 of 1221) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType0FontDictionary_autogen.h34 bool valid() const {return true;} function in class:SkPdfType0FontDictionary
H A DSkPdfType1FontDictionary_autogen.h25 bool valid() const {return true;} function in class:SkPdfType1FontDictionary
H A DSkPdfType1FormDictionary_autogen.h28 bool valid() const {return true;} function in class:SkPdfType1FormDictionary
H A DSkPdfType3FontDictionary_autogen.h28 bool valid() const {return true;} function in class:SkPdfType3FontDictionary
H A DSkPdfType4ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType4ShadingDictionary
H A DSkPdfType5ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType5ShadingDictionary
H A DSkPdfType6ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType6ShadingDictionary
/external/chromium_org/third_party/sqlite/src/test/
H A Dboundary2.tcl82 set valid 0
84 if {$x>$mx && (!$valid || $mn>$x)} {
86 set valid 1
89 if {!$valid} break
/external/chromium_org/third_party/tlslite/tlslite/
H A Dsessioncache.py63 if session.valid():
/external/clang/test/Analysis/
H A Dcxx11-crashes.cpp6 bool valid; member in class:PlotPoint
/external/icu/icu4c/source/common/
H A Dpropname.h62 # error U_CHARSET_FAMILY is not valid
H A Ducnv_io.h75 # error U_CHARSET_FAMILY is not valid
/external/icu/icu4c/source/i18n/unicode/
H A Dformat.h243 /** Get the locale for this format object. You can choose between valid and actual locale.
244 * @param type type of the locale we're looking for (valid or actual)
252 /** Get the locale for this format object. You can choose between valid and actual locale.
253 * @param type type of the locale we're looking for (valid or actual)
263 void setLocaleIDs(const char* valid, const char* actual);
/external/libpng/
H A Dpnginfo.h61 png_uint_32 valid; /* valid chunk data (see PNG_INFO_ below) */ member in struct:png_info_def
63 png_colorp palette; /* array of color values (valid & PNG_INFO_PLTE) */
86 * valid field to see if the information in these are valid. If you
87 * are writing, set the valid field to those chunks you want written,
137 * the low-order bits is not specified. Data is valid if
138 * (valid & PNG_INFO_sBIT) is non-zero.
152 * Data is valid if (valid
[all...]
/external/libunwind/doc/
H A Dunw_get_accessors.tex23 guaranteed to remain valid until address space \Var{as} is destroyed
33 returns a valid (non-\Const{NULL}) pointer to an
/external/libvpx/libvpx/vpx/
H A Dvpx_decoder.h237 * The list of available frames becomes valid upon completion of the
238 * vpx_codec_decode call, and remains valid until the next call to vpx_codec_decode.
306 const vpx_image_rect_t *valid,
/external/libxml2/
H A Dhash.c61 int valid; member in struct:_xmlHashEntry
265 if (oldtable[i].valid == 0)
284 if (table->table[key].valid == 0) {
333 if (iter->valid == 0)
552 if (table->table[key].valid == 0) {
603 entry->valid = 1;
668 if (table->table[key].valid == 0) {
733 entry->valid = 1;
765 if (table->table[key].valid == 0)
812 if (table->table[key].valid
[all...]
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.h273 SetRegisterIsValid (const lldb_private::RegisterInfo *reg_info, bool valid)
276 return SetRegisterIsValid (reg_info->kinds[lldb::eRegisterKindLLDB], valid);
280 SetRegisterIsValid (uint32_t reg, bool valid)
286 m_reg_valid[reg] = valid;
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips1.s23 # div has been re-encoded. See valid.s
24 # divu has been re-encoded. See valid.s
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h47 GLuint valid; member in struct:_radeon_mipmap_level
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h47 GLuint valid; member in struct:_radeon_mipmap_level
/external/oprofile/libutil++/
H A Dbfd_support.h35 bool valid() const { return abfd; } function in struct:bfd_info
90 * find_separate_debug_file - return true if a valid separate debug file found
94 * @param filename path to valid debug file
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.h96 FT_Bool valid; member in struct:CID_SizeRec_
/external/qemu/android/skin/
H A Dscaler.c20 int valid; member in struct:SkinScaler
50 scaler->valid = 1;
94 if (!scaler->valid) {
116 if ( !scaler->valid )
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType0FontDictionary_autogen.h34 bool valid() const {return true;} function in class:SkPdfType0FontDictionary

Completed in 6458 milliseconds

1234567891011>>