Searched defs:true (Results 76 - 100 of 274) sorted by relevance

1234567891011

/external/openfst/src/include/fst/extensions/pdt/
H A Dpdtscript.h89 PdtExpandOptions(bool c = true, bool k = false, argument
193 bool kp = false, bool gc = true)
192 PdtShortestPathOptions(QueueType qt = FIFO_QUEUE, bool kp = false, bool gc = true) argument
/external/openfst/src/include/fst/
H A Drandom-weight.h52 TropicalWeightGenerator_(int seed = time(0), bool allow_zero = true) argument
84 LogWeightGenerator_(int seed = time(0), bool allow_zero = true) argument
117 MinMaxWeightGenerator_(int seed = time(0), bool allow_zero = true) argument
151 StringWeightGenerator(int seed = time(0), bool allow_zero = true) argument
192 ProductWeightGenerator(int seed = time(0), bool allow_zero = true) argument
218 LexicographicWeightGenerator(int seed = time(0), bool allow_zero = true) argument
255 GallicWeightGenerator(int seed = time(0), bool allow_zero = true) argument
269 PowerWeightGenerator(int seed = time(0), bool allow_zero = true) argument
293 SignedLogWeightGenerator_(int seed = time(0), bool allow_zero = true) argument
329 SparsePowerWeightGenerator(int seed = time(0), bool allow_zero = true) argument
[all...]
/external/openfst/src/include/fst/script/
H A Drmepsilon.h49 RmEpsilonOptions(QueueType qt = AUTO_QUEUE, float d = kDelta, bool c = true, argument
196 void RmEpsilon(MutableFstClass *arc, bool connect = true,
/external/clang/include/clang/AST/
H A DCXXInheritance.h176 explicit CXXBasePaths(bool FindAmbiguities = true, argument
177 bool RecordPaths = true,
178 bool DetectVirtual = true)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h153 inline const llvm::APSInt& getZeroWithPtrWidth(bool isUnsigned = true) { argument
/external/clang/lib/AST/
H A DMangle.cpp43 unsigned discriminator = Context.getBlockId(BD, true);
103 return true;
112 return true;
236 (void) getBlockId(cast<BlockDecl>(DC), true); local
H A DTemplateBase.cpp57 Out << (Val.getBoolValue() ? "true" : "false");
61 Out.write_escaped(StringRef(&Ch, 1), /*UseHexEscapes=*/ true); local
115 return true;
136 return true;
155 return true;
175 return true;
193 return true;
216 return true;
221 return true;
226 return true;
[all...]
/external/clang/lib/Rewrite/
H A DDeltaTree.cpp77 /// IsLeaf - This is true if this is a leaf of the btree. If false, this is
85 DeltaTreeNode(bool isLeaf = true) argument
105 /// true.
178 /// true.
222 return true;
287 return true;
/external/clang/test/CodeGenCXX/
H A Ddebug-info-line.cpp123 void fn() noexcept(true); variable
H A Dtemp-order.cpp25 A(TempTracker &_TT, unsigned _P, bool _Truth = true) argument
57 static unsigned f1(bool val = true) { argument
111 while (A b = A(tt, 3, true)) {
/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h41 #define true (bool)1 macro
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc60 rep.AddStack(trace, true);
71 thr->is_freeing = true;
75 SyncVar *s = ctx->metamap.GetOrCreateAndLock(thr, pc, addr, true);
95 thr->is_freeing = true;
111 s->is_broken = true;
112 unlock_locked = true;
128 rep.AddStack(trace, true);
148 SyncVar *s = ctx->metamap.GetOrCreateAndLock(thr, pc, addr, true);
159 s->is_broken = true;
160 report_double_lock = true;
476 rep.AddStack(StackDepotGet(stk), true); local
480 rep.AddStack(StackTrace(&dummy_pc, 1), true); local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fSampleVariableTests.cpp110 return true;
202 static bool verifyImageWithVerifier (const tcu::Surface& resultImage, tcu::TestLog& log, const Verifier& verifier, bool logOnSuccess = true) argument
223 error = true;
545 bool allOk = true;
682 return true;
689 bool allOk = true;
702 bool rangeOk = true;
722 bool uniquenessOk = true;
757 samplePosNotUnique = true;
830 distibutionError = true;
[all...]
/external/e2fsprogs/intl/
H A Drelocatable.c66 #undef true macro
69 #define true 1 macro
234 same = true;
375 tried_find_shared_library_fullname = true;
/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h106 * \param[in] computeU If true, both T and U are computed; if false, only T is computed.
112 ComplexSchur(const MatrixType& matrix, bool computeU = true) argument
131 * matrix, and that \p computeU was set to true (the default
170 * \param[in] computeU If true, both T and U are computed; if false, only T is computed.
189 ComplexSchur& compute(const MatrixType& matrix, bool computeU = true);
200 * When computeU is true, this routine computes the matrix U such that
203 * NOTE Q is referenced if computeU is true; so, if the initial orthogonal matrix
209 ComplexSchur& computeFromHessenberg(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bool computeU=true);
262 * return true, else return false. */
271 return true;
[all...]
H A DEigenSolver.h134 * \param[in] computeEigenvectors If true, both the eigenvectors and the
146 EigenSolver(const MatrixType& matrix, bool computeEigenvectors = true) argument
165 * \p computeEigenvectors was set to true (the default).
187 * \p computeEigenvectors was set to true (the default).
252 * \param[in] computeEigenvectors If true, both the eigenvectors and the
259 * \p computeEigenvectors is true, then the eigenvectors are also computed
269 * is true, and \f$ 10n^3 \f$ if \p computeEigenvectors is false.
276 EigenSolver& compute(const MatrixType& matrix, bool computeEigenvectors = true);
405 m_isInitialized = true;
H A DGeneralizedEigenSolver.h140 * \param[in] computeEigenvectors If true, both the eigenvectors and the
148 GeneralizedEigenSolver(const MatrixType& A, const MatrixType& B, bool computeEigenvectors = true) argument
168 * \p computeEigenvectors was set to true (the default).
230 * \param[in] computeEigenvectors If true, both the eigenvectors and the
237 * \p computeEigenvectors is true, then the eigenvectors are also computed
249 GeneralizedEigenSolver& compute(const MatrixType& A, const MatrixType& B, bool computeEigenvectors = true);
333 m_isInitialized = true;
/external/eigen/bench/btl/generic_bench/
H A Dbtl.hh72 void trim( bool left = true, bool right = true ) argument
172 : overwriteResults(false), checkResults(true), realclock(false), tries(DEFAULT_NB_TRIES)
205 Instance.overwriteResults = true;
213 Instance.realclock = true;
231 return true;
/external/lldb/include/lldb/Core/
H A DInputReader.h72 m_echo(true),
144 bool echo = true)
140 Initialize(void* baton, lldb::InputReaderGranularity token_size = lldb::eInputReaderGranularityLine, const char* end_token = �, const char *prompt = �, bool echo = true) argument
/external/lldb/include/lldb/DataFormatters/
H A DFormatManager.h117 bool can_create = true)
126 bool can_create = true);
157 bool only_enabled = true,
116 GetCategory(const char* category_name = NULL, bool can_create = true) argument
155 AnyMatches(ConstString type_name, TypeCategoryImpl::FormatCategoryItems items = TypeCategoryImpl::ALL_ITEM_TYPES, bool only_enabled = true, const char** matching_category = NULL, TypeCategoryImpl::FormatCategoryItems* matching_type = NULL) argument
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h395 bool AbortOnFailure = true) {
394 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure = true) argument
/external/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp142 key_valid = true;
148 key_valid = true;
155 key_valid = true;
171 m_value_was_set = true;
172 SetValueForKey (ConstString(key), value_sp, true); local
331 const bool will_modify = true;
381 return true;
385 return true;
405 return true;
417 return true;
[all...]
/external/llvm/include/llvm/Analysis/
H A DIntervalIterator.h188 return true;
250 bool DeleteInts = true) {
258 intervals_begin(IntervalPartition &IP, bool DeleteIntervals = true) { argument
249 intervals_begin(Function *F, bool DeleteInts = true) argument
/external/llvm/include/llvm/IR/
H A DCallSite.h51 CallSiteBase(CallTy *CI) : I(CI, true) { assert(CI); }
71 /// isCall - true if a CallInst is enclosed.
76 /// isInvoke - true if a InvokeInst is enclosed.
206 /// \brief Return true if this function has the given attribute.
211 /// \brief Return true if the call or the callee has the given attribute.
227 /// \brief Return true if the call should not be treated as a call to a
233 /// @brief Return true if the call should not be inlined.
237 void setIsNoInline(bool Value = true) { argument
312 /// @brief Return true if the return value is known to be not null.
317 return true;
[all...]
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h53 unsigned TransAl = 1, bool StackReal = true)
91 /// isFPCloseToIncomingSP - Return true if the frame pointer is close to
94 virtual bool isFPCloseToIncomingSP() const { return true; }
98 /// assign frame slots to all CSI entries and return true. If this method
124 /// targetHandlesStackFrameRounding - Returns true if the target is
150 /// saved registers and returns true if it isn't possible / profitable to do
161 /// saved registers and returns true if it isn't possible / profitable to do
171 /// hasFP - Return true if the specified function should have a dedicated
172 /// frame pointer register. For most targets this is true only if the function
179 /// add/sub sp brackets around call sites. Returns true i
52 TargetFrameLowering(StackDirection D, unsigned StackAl, int LAO, unsigned TransAl = 1, bool StackReal = true) argument
[all...]

Completed in 3020 milliseconds

1234567891011