| /external/pdfium/core/fpdfdoc/ |
| cpdf_numbertree.cpp | 41 CPDF_Object* pFound = SearchNumberNode(pKid, num); 42 if (pFound) 43 return pFound;
|
| cpdf_nametree.cpp | 219 CPDF_Object* pFound = SearchNameNodeByName(pKid, csName, nLevel + 1, nIndex, 221 if (pFound) 222 return pFound; 265 CPDF_Object* pFound = SearchNameNodeByIndex( 267 if (pFound) 268 return pFound;
|
| /external/libusb/examples/getopt/ |
| getopt.c | 650 const struct option *pfound = NULL; 668 pfound = p; 673 else if (pfound == NULL) 676 pfound = p; 680 || pfound->has_arg != p->has_arg 681 || pfound->flag != p->flag 682 || pfound->val != p->val) 698 if (pfound != NULL) 706 if (pfound->has_arg) 716 argv[0], pfound->name) 646 const struct option *pfound = NULL; local 807 const struct option *pfound = NULL; local [all...] |
| /toolchain/binutils/binutils-2.27/libiberty/ |
| getopt.c | 650 const struct option *pfound = NULL; 668 pfound = p; 673 else if (pfound == NULL) 676 pfound = p; 695 if (pfound != NULL) 703 if (pfound->has_arg) 713 argv[0], pfound->name); 718 argv[0], argv[optind - 1][0], pfound->name); 722 optopt = pfound->val; 727 else if (pfound->has_arg == 1 646 const struct option *pfound = NULL; local 804 const struct option *pfound = NULL; local [all...] |
| /toolchain/binutils/binutils-2.27/binutils/ |
| rddbg.c | 99 void *dhandle, bfd_boolean *pfound) 115 *pfound = FALSE; 159 *pfound = TRUE; 274 void *dhandle, bfd_boolean *pfound) 299 *pfound = TRUE; 349 read_ieee_debugging_info (bfd *abfd, void *dhandle, bfd_boolean *pfound) 372 *pfound = TRUE;
|
| /external/pdfium/core/fpdfapi/page/ |
| cpdf_psengine.cpp | 165 const auto* pFound = std::lower_bound( 170 if (pFound != std::end(kPsOpNames) && pFound->name == word) 171 m_Operators.push_back(pdfium::MakeUnique<CPDF_PSOP>(pFound->op));
|
| /external/python/cpython3/Modules/ |
| getpath.c | 474 int pfound, efound; /* 1 if found; -1 if found build directory */ local 667 pfound = search_for_prefix(argv0_path, home, _prefix, lib_python); 668 if (!pfound) { 680 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */ 702 if ((!pfound || !efound) && !Py_FrozenFlag) 796 if (pfound > 0) {
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| getpath.c | 384 int pfound, efound; /* 1 if found; -1 if found build directory */
local 513 if (!(pfound = search_for_prefix(argv0_path, home))) {
525 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */
545 if ((!pfound || !efound) && !Py_FrozenFlag)
637 if (pfound > 0) {
|
| /external/python/cpython2/Modules/ |
| getpath.c | 435 int pfound, efound; /* 1 if found; -1 if found build directory */ local 562 if (!(pfound = search_for_prefix(argv0_path, home))) { 574 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */ 594 if ((!pfound || !efound) && !Py_FrozenFlag) 689 if (pfound > 0) {
|
| /toolchain/binutils/binutils-2.27/bfd/ |
| syms.c | 852 location. This is used by COFF and ELF targets. It sets *pfound 928 bfd_boolean *pfound, 944 *pfound = FALSE; [all...] |
| /external/expat/tests/ |
| runtests.c | 3543 int *pfound = (int *)userData; local 3662 int *pfound = (int *)userData; local [all...] |