HomeSort by relevance Sort by last modified time
    Searched refs:createBlock (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/skia/tools/trace/
SkChromeTracingTracer.h 65 void createBlock();
SkChromeTracingTracer.cpp 58 this->createBlock();
65 void SkChromeTracingTracer::createBlock() {
77 this->createBlock();
  /external/skqp/tools/trace/
SkChromeTracingTracer.h 65 void createBlock();
SkChromeTracingTracer.cpp 58 this->createBlock();
65 void SkChromeTracingTracer::createBlock() {
77 this->createBlock();
  /external/skia/src/gpu/
GrBufferAllocPool.h 129 bool createBlock(size_t requestSize);
GrBufferAllocPool.cpp 173 if (!this->createBlock(size)) {
230 if (!this->createBlock(fallbackSize)) {
273 bool GrBufferAllocPool::createBlock(size_t requestSize) {
  /external/skqp/src/gpu/
GrBufferAllocPool.h 129 bool createBlock(size_t requestSize);
GrBufferAllocPool.cpp 173 if (!this->createBlock(size)) {
230 if (!this->createBlock(fallbackSize)) {
273 bool GrBufferAllocPool::createBlock(size_t requestSize) {
  /external/clang/lib/Analysis/
CFG.cpp 572 void autoCreateBlock() { if (!Block) Block = createBlock(); }
573 CFGBlock *createBlock(bool add_successor = true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 117 void createBlock(StringRef FileName);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 117 void createBlock(StringRef FileName);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 124 void createBlock(StringRef FileName);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 124 void createBlock(StringRef FileName);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 124 void createBlock(StringRef FileName);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 124 void createBlock(StringRef FileName);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 117 void createBlock(StringRef FileName);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 117 void createBlock(StringRef FileName);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 124 void createBlock(StringRef FileName);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 124 void createBlock(StringRef FileName);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 124 void createBlock(StringRef FileName);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 124 void createBlock(StringRef FileName);
  /frameworks/base/core/java/android/text/
DynamicLayout.java 834 final boolean createBlock = newLineCount > 0;
839 if (createBlock) numAddedBlocks++;
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 817 /// createBlock - Create a new block in the CFG. The CFG owns the block;
819 CFGBlock *createBlock();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CFG.h 787 /// createBlock - Create a new block in the CFG. The CFG owns the block;
789 CFGBlock *createBlock();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/
CFG.h 787 /// createBlock - Create a new block in the CFG. The CFG owns the block;
789 CFGBlock *createBlock();
    [all...]

Completed in 761 milliseconds

1 2 3