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

  /external/ImageMagick/MagickCore/
token.c 155 % GetNextToken() gets a token from the token stream. A token is defined as
158 % parenthesis (e.g. rgb(0,0,0)). GetNextToken() also recognizes these
161 % The format of the GetNextToken method is:
163 % void GetNextToken(const char *start,const char **end,
177 MagickExport void GetNextToken(const char *start,const char **end,
methods.h 508 #define GetNextToken PrependMagickMethod(GetNextToken)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
PiPcd.h 428 EFI_PEI_PCD_PPI_GET_NEXT_TOKEN GetNextToken;
Pcd.h 853 PCD_PPI_GET_NEXT_TOKEN GetNextToken;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PiPcd.h 420 EFI_PCD_PROTOCOL_GET_NEXT_TOKEN GetNextToken;
Pcd.h 860 PCD_PROTOCOL_GET_NEXT_TOKEN GetNextToken;
  /build/kati/
find.cc 430 bool GetNextToken(StringPiece* tok) {
483 if (!GetNextToken(&tok) || tok != "-d")
485 if (!GetNextToken(&tok) || tok.empty())
493 if (!GetNextToken(&tok) || tok.empty())
500 if (!GetNextToken(&tok) || tok.empty())
503 if (!GetNextToken(&tok) || tok != "\\)") {
508 if (!GetNextToken(&tok) || tok.empty())
512 if (!GetNextToken(&tok) || tok.empty())
543 if (!GetNextToken(&tok))
549 if (!GetNextToken(&tok) || tok.empty()
    [all...]
  /external/libchrome/base/json/
json_parser.cc 247 if (GetNextToken() != T_END_OF_INPUT) {
248 if (!CanConsume(1) || (NextChar() && GetNextToken() != T_END_OF_INPUT)) {
370 JSONParser::Token JSONParser::GetNextToken() {
464 // If the comment is unterminated, GetNextToken will report T_END_OF_INPUT.
471 return ParseToken(GetNextToken());
509 Token token = GetNextToken();
524 token = GetNextToken();
541 token = GetNextToken();
544 token = GetNextToken();
573 Token token = GetNextToken();
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.cpp 836 bool CPDF_DataAvail::GetNextToken(CFX_ByteString& token) {
947 if (!GetNextToken(token)) {
983 if (!GetNextToken(token)) {
991 if (!GetNextToken(token)) {
    [all...]

Completed in 300 milliseconds