Searched refs:curPtr (Results 1 – 6 of 6) sorted by relevance
/external/spdx-tools/tvloader/parser2v2/ |
D | parse_file_test.go | 771 curPtr := parser.fileAOP 778 if parser.fileAOP != curPtr { 779 t.Errorf("expected no change in AOP pointer, was %v, got %v", curPtr, parser.fileAOP) 787 if parser.fileAOP != curPtr { 788 t.Errorf("expected no change in AOP pointer, was %v, got %v", curPtr, parser.fileAOP) 797 if parser.fileAOP == curPtr {
|
/external/spdx-tools/tvloader/parser2v1/ |
D | parse_file_test.go | 755 curPtr := parser.fileAOP 762 if parser.fileAOP != curPtr { 763 t.Errorf("expected no change in AOP pointer, was %v, got %v", curPtr, parser.fileAOP) 771 if parser.fileAOP != curPtr { 772 t.Errorf("expected no change in AOP pointer, was %v, got %v", curPtr, parser.fileAOP) 781 if parser.fileAOP == curPtr {
|
/external/spdx-tools/tvloader/parser2v3/ |
D | parse_file_test.go | 772 curPtr := parser.fileAOP 779 if parser.fileAOP != curPtr { 780 t.Errorf("expected no change in AOP pointer, was %v, got %v", curPtr, parser.fileAOP) 788 if parser.fileAOP != curPtr { 789 t.Errorf("expected no change in AOP pointer, was %v, got %v", curPtr, parser.fileAOP) 798 if parser.fileAOP == curPtr {
|
/external/lz4/lib/ |
D | lz4hc.c | 1430 const BYTE* const curPtr = ip + cur; in LZ4HC_compress_optimal() local 1433 if (curPtr > mflimit) break; in LZ4HC_compress_optimal() 1449 …newMatch = LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, MINMATCH-1, nbSearches, dict, favorDecSp… in LZ4HC_compress_optimal() 1452 …newMatch = LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, last_match_pos - cur, nbSearches, dict, … in LZ4HC_compress_optimal()
|
/external/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 2656 PtnElem *curPtr = nodePtr; in hasNext() local 2662 if ( curPtr != nullptr ) { in hasNext() 2663 if ( curPtr->next != nullptr ) { in hasNext() 2668 curPtr=nullptr; in hasNext()
|
/external/cronet/third_party/icu/source/i18n/ |
D | dtptngen.cpp | 2656 PtnElem *curPtr = nodePtr; in hasNext() local 2662 if ( curPtr != nullptr ) { in hasNext() 2663 if ( curPtr->next != nullptr ) { in hasNext() 2668 curPtr=nullptr; in hasNext()
|