/external/toybox/scripts/ |
mkstatus.py | 45 unknowns=[] variable 47 if not i in reverse: unknowns.append(i) 49 if unknowns: print "uncategorized: %s" % " ".join(unknowns)
|
/frameworks/base/tools/aapt/ |
Images.cpp | 1146 png_unknown_chunk unknowns[3]; local [all...] |
/frameworks/base/tools/aapt2/compile/ |
Png.cpp | 422 png_unknown_chunk unknowns[3]; local 423 unknowns[0].data = nullptr; 424 unknowns[1].data = nullptr; 425 unknowns[2].data = nullptr; 514 strcpy((char*)unknowns[pIndex].name, "npTc"); 515 unknowns[pIndex].data = (png_byte*) info->serialize9Patch(); 516 unknowns[pIndex].size = info->info9Patch.serializedSize(); 518 checkNinePatchSerialization(&info->info9Patch, unknowns[pIndex].data); 522 strcpy((char*)unknowns[oIndex].name, "npOl"); 523 unknowns[oIndex].data = (png_byte*) calloc(chunkSize, 1) [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
CommandLine.java | 39 options.put("--any", Boolean.FALSE); // unknowns have ANY content model 40 options.put("--emptybogons", Boolean.FALSE); // unknowns have EMPTY content model 41 options.put("--norootbogons", Boolean.FALSE); // unknowns can't be the root
|
/external/libpng/ |
pngset.c | [all...] |
pngtest.c | 1361 png_unknown_chunkp unknowns; local 1550 png_unknown_chunkp unknowns; local [all...] |
pngget.c | 1110 png_unknown_chunkpp unknowns) 1112 if (png_ptr != NULL && info_ptr != NULL && unknowns != NULL) 1114 *unknowns = info_ptr->unknown_chunks; [all...] |
pnginfo.h | 37 * splt_palettes, scal_unit, row_pointers, and unknowns. By default, these
|
libpng.3 | [all...] |
libpng-manual.txt | [all...] |
/external/pdfium/third_party/lpng_v163/ |
pngset.c | [all...] |
pngget.c | 1067 png_unknown_chunkpp unknowns)
1069 if (png_ptr != NULL && info_ptr != NULL && unknowns != NULL)
1071 *unknowns = info_ptr->unknown_chunks;
[all...] |
pnginfo.h | 38 * splt_palettes, scal_unit, row_pointers, and unknowns. By default, these
|
/external/libexif/libexif/pentax/ |
mnote-pentax-tag.h | 29 * Missing features which are probably in the unknowns somewhere ...
|
/external/selinux/checkpolicy/ |
checkmodule.c | 139 printf(" reject: Reject loading of policy with unknowns\n");
|
/external/opencv3/3rdparty/libpng/ |
pngget.c | 1038 png_unknown_chunkpp unknowns) 1040 if (png_ptr != NULL && info_ptr != NULL && unknowns != NULL) 1042 *unknowns = info_ptr->unknown_chunks;
|
pnginfo.h | 38 * splt_palettes, scal_unit, row_pointers, and unknowns. By default, these
|
pngset.c | 1028 png_infop info_ptr, png_const_unknown_chunkp unknowns, int num_unknowns) 1057 png_const_unknown_chunkp from = unknowns + i; [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pnginfo.h | 38 * splt_palettes, scal_unit, row_pointers, and unknowns. By default, these
|
/external/ceres-solver/include/ceres/ |
loss_function.h | 46 // Consider a structure from motion problem. The unknowns are 3D
|
/external/eigen/Eigen/src/PardisoSupport/ |
PardisoSupport.h | 359 eigen_assert(((MatrixBase<XDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major matrices of unknowns are not supported");
|
/external/eigen/doc/ |
TutorialSparse.dox | 87 Such problem can be mathematically expressed as a linear problem of the form \f$ Ax=b \f$ where \f$ x \f$ is the vector of \c m unknowns (in our case, the values of the pixels), \f$ b \f$ is the right hand side vector resulting from the boundary conditions, and \f$ A \f$ is an \f$ m \times m \f$ matrix containing only a few non-zero elements resulting from the discretization of the Laplacian operator.
|
/external/skia/src/pathops/ |
SkDQuadLineIntersection.cpp | 26 with three equations and three unknowns (x, y and t)."
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ViewMetadataRepository.java | 398 // Always sorted, we don't have a natural order for these unknowns [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
platform.py | [all...] |