Home
last modified time | relevance | path

Searched refs:S_FALSE (Results 1 – 25 of 54) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncExtFunctionAvailable.java69 return XBoolean.S_FALSE; in execute()
78 return m_functionTable.functionAvailable(methName) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
82 return XBoolean.S_FALSE; in execute()
90 ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
DFuncExtElementAvailable.java68 return XBoolean.S_FALSE; in execute()
80 ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
84 return XBoolean.S_FALSE; in execute()
92 ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
DFuncBoolean.java45 return m_arg0.execute(xctxt).bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
DFuncNot.java45 return m_arg0.execute(xctxt).bool() ? XBoolean.S_FALSE : XBoolean.S_TRUE; in execute()
DFuncFalse.java45 return XBoolean.S_FALSE; in execute()
DFuncStartsWith.java46 ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
DFuncContains.java55 return (index > -1) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp144 return S_FALSE; in Open()
151 return S_FALSE; in Open()
158 return S_FALSE; in Open()
197 return S_FALSE; in Open()
200 return S_FALSE; in Open()
236 if (result == S_FALSE) in Open()
DLzmaHandler.cpp290 return S_FALSE; in Open()
293 return S_FALSE; in Open()
395 if (result == S_FALSE) in Extract()
/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp19 case SZ_ERROR_DATA: return S_FALSE; in SResToHRESULT()
80 return S_FALSE; in Code()
127 return S_FALSE; in Code()
132 return (status == LZMA_STATUS_FINISHED_WITH_MARK ? S_OK : S_FALSE); in Code()
DLzmaDecoder.cpp19 case SZ_ERROR_DATA: return S_FALSE; in SResToHRESULT()
91 return S_FALSE; in CodeSpec()
144 return S_FALSE; in CodeSpec()
149 return (status == LZMA_STATUS_FINISHED_WITH_MARK ? S_OK : S_FALSE); in CodeSpec()
DBcj2Coder.cpp186 else if (result == S_FALSE || result == E_NOTIMPL) in CodeReal()
262 catch(...) { return S_FALSE; } in Code()
356 return S_FALSE; in CodeReal()
383 catch(...) { return S_FALSE; } in Code()
/external/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.cpp91 return S_FALSE; in GetStream()
99 return S_FALSE; in GetStream()
101 return S_FALSE; in GetStream()
DOpenArchive.cpp154 return S_FALSE; in OpenStream()
164 return S_FALSE; in OpenStream()
299 if (result == S_FALSE) in OpenStream()
324 return S_FALSE; in OpenStream()
453 resSpec = (formatIndices.Size() == 0 ? S_OK : S_FALSE); in Open()
454 if (result == S_FALSE) in Open()
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DAnd.java54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
57 return XBoolean.S_FALSE; in execute()
DLte.java47 return left.lessThanOrEqual(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
DLt.java47 return left.lessThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
DNotEquals.java47 return (left.notEquals(right)) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
DGt.java47 return left.greaterThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
DGte.java48 ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
DBool.java50 return right.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
DOr.java54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE; in execute()
DEquals.java48 return left.equals(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
/external/lzma/CPP/7zip/Archive/7z/
D7zFolderInStream.cpp37 if (result != S_OK && result != S_FALSE) in OpenStream()
118 return S_FALSE; in GetSubStreamSize()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h454 return S_FALSE; in CreateBlendState()
550 return S_FALSE; in CreateDepthStencilState()
593 return S_FALSE; in CreateRasterizerState()
631 return S_FALSE; in CreateSamplerState()
727 return S_FALSE; in CreateInputLayout()
833 return S_FALSE; in create_resource()
1149 return S_FALSE;
1261 return S_FALSE; in CreateRenderTargetView()
1342 return S_FALSE; in CreateDepthStencilView()
1468 return S_FALSE; \
[all …]

123