Searched refs:empty (Results 101 - 125 of 8144) sorted by last modified time

1234567891011>>

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drmepsilon.h141 while (!eps_queue_.empty()) {
183 while (!visited_states_.empty()) {
244 while (!states.empty()) {
251 while (!arcs.empty()) {
389 while (!arcs.empty()) {
H A Dshortest-path.h293 while (!heap.empty()) {
H A Dsynchronize.h99 const String *empty = FindString(new String()); local
100 StateId start = FindState(Element(fst_->Start(), empty, empty));
110 if ((w != Weight::Zero()) && (e.istring)->empty() && (e.ostring)->empty())
145 if (!s->empty())
157 if (l && !(s->empty())) r->push_back(l);
170 // Tests if the concatenation of s and l is empty
172 if (s->empty())
H A Dunion-find.h47 CHECK(exec_stack_.empty());
52 for (; ! exec_stack_.empty(); exec_stack_.pop()) {
H A Dvector-fst.h252 if (!state->arcs.empty()) {
548 if (!filename.empty()) {
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py230 if loadEmpty or not track.empty:
H A Dmidifile.py193 def __init__ (self, track, channel, name, empty):
197 self.empty = empty
1447 empty = False
1450 empty = True
1452 md.trackList.append(trackGrid(track.trackNum, trk, track.name, empty))
/external/skia/platform_tools/android/tests/
H A Dmakefile_writer_tests.py131 for empty in (None, []):
133 makefile_writer.write_group(f, 'name', empty, truth)
/external/skia/src/core/
H A DSkAntiRun.h27 bool empty() const { function in class:SkAlphaRuns
H A DSkBitmapHeap.cpp266 } else if (originalBitmap.empty()) {
H A DSkBitmapScaler.cpp181 SkASSERT(!filterValues.empty());
268 // return empty.
H A DSkClipStack.cpp16 // 0-2 are reserved for invalid, empty & wide-open
107 // Should this set to an empty, inverse filled path?
191 // The calling code will correctly set the result to the empty clip
240 // (which should yield the empty set) or reduces the
271 // the xor could yield the empty set. Similarly the xor
382 // either wide-open or empty.
414 SkDEBUGFAIL("We shouldn't get here with an empty element.");
568 while (!fDeque.empty()) {
587 while (!fDeque.empty()) {
837 if (fDeque.empty()) {
[all...]
H A DSkData.cpp58 SK_DECLARE_STATIC_LAZY_PTR(SkData, empty, NewEmptyImpl, DeleteEmpty);
59 return SkRef(empty.get());
H A DSkPathRef.cpp39 SK_DECLARE_STATIC_LAZY_PTR(SkPathRef, empty, CreateEmptyImpl);
40 return SkRef(empty.get());
81 * Special gotchas if the path is effectively empty (<= 1 point) or
82 * if it is non-finite. In those cases bounds need to stay empty,
422 // empty ID
H A DSkScan_AntiPath.cpp145 if (!fRuns.empty()) {
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp431 if (!this->fTypefaces.empty()) {
2035 if (!this->fTypefaces.empty()) {
/external/skia/src/effects/
H A DSkLayerRasterizer.cpp109 if (fLayers->empty()) {
/external/skia/src/fonts/
H A DSkRemotableFontMgr.cpp24 SK_DECLARE_STATIC_LAZY_PTR(SkRemotableFontIdentitySet, empty, NewEmptyImpl);
25 return SkRef(empty.get());
/external/skia/src/gpu/
H A DGrAllocPool.cpp51 bool empty() const { return fBytesTotal == fBytesFree; } function in struct:GrAllocPool::Block
95 if (fBlock->empty()) {
H A DGrAllocator.h106 bool empty() const { return fCount == 0; } function in class:GrAllocator
208 bool empty() const { return fAllocator.empty(); } function in class:GrTAllocator
H A DGrBufferAllocPool.cpp63 while (!fBlocks.empty()) {
88 while (!fBlocks.empty()) {
123 SkASSERT(!fBlocks.empty());
131 SkASSERT(fBlocks.empty() || !fBlocks.back().fBuffer->isMapped());
145 SkASSERT((fBytesInUse && !fBlocks.empty()) ||
148 SkASSERT((0 == fBytesInUse) == fBlocks.empty());
232 SkASSERT(!fBlocks.empty());
328 SkASSERT(!fBlocks.empty());
H A DGrClipMaskCache.h27 while (!fStack.empty()) {
53 if (fStack.empty()) {
72 //SkASSERT(!fStack.empty());
74 if (!fStack.empty()) {
84 if (fStack.empty()) {
93 if (fStack.empty()) {
105 if (fStack.empty()) {
119 if (fStack.empty()) {
131 if (fStack.empty()) {
147 if (fStack.empty()) {
[all...]
H A DGrInOrderDrawBuffer.cpp921 return fStates.empty() || !fStates.back().isEqual(this->getDrawState());
928 (fClips.empty() ||
H A DGrOrderedSet.h17 * Creates an empty set
27 bool empty() const { return fRBTree.empty(); } function in class:GrOrderedSet
54 * @return an iterator to the first item in sorted order, or end() if empty
59 * Gets the last valid iterator. This is always valid, even on an empty.
67 * empty.
H A DGrRedBlackTree.h46 * Creates an empty tree.
55 * legal to decerement end() if the tree is not empty to get the last
75 bool empty() const {return 0 == fCount;} function in class:GrRedBlackTree
83 * @return an iterator to the first item in sorted order, or end() if empty
87 * Gets the last valid iterator. This is always valid, even on an empty.
94 * empty.
615 // the new root (if the tree is not empty) black.

Completed in 323 milliseconds

1234567891011>>