HomeSort by relevance Sort by last modified time
    Searched refs:BE (Results 151 - 175 of 715) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/loader/
Android.mk 12 # The above copyright notice and this permission notice shall be included
18 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /external/mesa3d/src/mesa/
Android.libmesa_sse41.mk 12 # The above copyright notice and this permission notice shall be included
18 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Android.libmesa_st_mesa.mk 12 # The above copyright notice and this permission notice shall be included
18 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Android.mesa_gen_matypes.mk 12 # The above copyright notice and this permission notice shall be included
18 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Android.mk 10 # The above copyright notice and this permission notice shall be included
16 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /external/protobuf/js/
test_bootstrap.js 16 // contributors may be used to endorse or promote products derived from
23 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/smali/deodexerant/
Android.mk 15 # contributors may be used to endorse or promote products derived from
22 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 13 // loops may actually be several loops that share the same header node.
177 // be a preheader, etc). For best success, the loop simplification and
178 // induction variable canonicalization pass should be used to normalize loops
192 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
197 // Not in current loop? It must be an exit block.
223 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
228 // Not in current loop? It must be an exit block.
254 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI
    [all...]
ProfileInfo.h 15 // Note that to be useful, all profile-based optimizations should preserve
80 ~ProfileInfoT(); // We want to be subclassed
194 for (typename BlockCounts::const_iterator bi = bwi->second.begin(), be = bwi->second.end(); bi != be; ++bi) {
214 for (typename FType::const_iterator BI = F->begin(), BE = F->end();
215 BI != BE; ++BI) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DbgInfoPrinter.cpp 110 for (BasicBlock::const_iterator BI = (*FI).begin(), BE = (*FI).end();
111 BI != BE; ++BI)
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
LoopExtractor.cpp 155 // BlockFile - A file which contains a list of blocks that should not be
213 /// SplitLandingPadPreds - The landing pad needs to be extracted with the invoke
272 for (Function::iterator BI = F.begin(), BE = F.end(); BI != BE; ++BI) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 135 /// processCmp - If the value of this comparison could be determined locally,
183 for (BasicBlock::iterator BI = FI->begin(), BE = FI->end(); BI != BE; ) {
LoopDeletion.cpp 95 // be used.
110 // marked volatile. This could be made more aggressive by using aliasing
114 for (BasicBlock::iterator BI = (*LI)->begin(), BE = (*LI)->end();
115 BI != BE; ++BI) {
126 /// we do ensure that this never remove a loop that might be infinite, as doing
153 // be in the situation of needing to be able to solve statically which exit
154 // block will be branched to, or trying to preserve the branching logic in
165 // They could be infinite, in which case we'd be changing program behavior
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffConsumer.cpp 37 for (BasicBlock::iterator BI = FI->begin(), BE = FI->end(); BI != BE; ++BI)
  /external/v8/samples/
count-hosts.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /hardware/intel/img/psb_video/fw/msvdx/
Android.mk 12 # next paragraph) shall be included in all copies or substantial portions
18 # IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
  /hardware/intel/img/psb_video/fw/topazhp/
Android.mk 12 # next paragraph) shall be included in all copies or substantial portions
18 # IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
  /hardware/intel/img/psb_video/fw/topazsc/
Android.mk 12 # next paragraph) shall be included in all copies or substantial portions
18 # IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
  /prebuilts/go/darwin-x86/src/cmd/link/internal/amd64/
l.go 20 // The above copyright notice and this permission notice shall be included in
26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /prebuilts/go/darwin-x86/src/cmd/link/internal/x86/
l.go 20 // The above copyright notice and this permission notice shall be included in
26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /prebuilts/go/linux-x86/src/cmd/link/internal/amd64/
l.go 20 // The above copyright notice and this permission notice shall be included in
26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /prebuilts/go/linux-x86/src/cmd/link/internal/x86/
l.go 20 // The above copyright notice and this permission notice shall be included in
26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 68 // TODO: This can be removed after we enable history tracking with
187 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred,
190 CanQualType T = getContext().getCanonicalType(BE->getType());
192 const BlockDecl *BD = BE->getBlockDecl();
241 Bldr.generateNode(BE, Pred,
242 State->BindExpr(BE, Pred->getLocationContext(), V),
246 getCheckerManager().runCheckersForPostStmt(Dst, Tmp, BE, *this);
466 // reason about, since we expect all regions to be wrapped in Locs.
487 // FIXME: all pre/post visits should eventually be handled by ::Visit().
570 BlockEdge BE = N->getLocation().castAs<BlockEdge>()
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 19 3. The name of the author may not be used to endorse or promote products
25 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
47 # the channel to which most tokens will be assigned
50 # the channel for tokens which should not be passed to a parser by a token stream
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 26 # definately in the encoding, but characters above it may or may not be.
37 # Higher values above this char might be in the encoding, although in the
54 Cp274 csIBM274,EBCDIC-BE
77 Cp500 EBCDIC-CP-CH,EBCDIC-CP-BE,IBM500,csIBM500 0x0019
259 # can be found at http://www.iana.org/assignments/character-sets

Completed in 511 milliseconds

1 2 3 4 5 67 8 91011>>