Searched
full:basic (Results
1326 -
1350 of
8959) sorted by null
<<51525354555657585960>>
/sdk/emulator/skins/dynamic/ |
layout | 115 image basic.png
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RopMethod.java | 27 /** {@code non-null;} basic block list of the method */ 48 * @param blocks {@code non-null;} basic block list of the method 68 * Gets the basic block list for this method.
|
/dalvik/dx/src/com/android/dx/rop/code/ |
RopMethod.java | 26 /** {@code non-null;} basic block list of the method */ 47 * @param blocks {@code non-null;} basic block list of the method 67 * Gets the basic block list for this method.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ElemDesc.java | 123 * @param flags Bit flags that describe the basic properties of this element type. 131 * Tell if this element type has the basic bit properties that are passed 134 * @param flags Bit flags that describe the basic properties of interest.
|
/external/chromium_org/base/mac/ |
libdispatch_task_runner_unittest.cc | 92 task_runner_->PostTask(FROM_HERE, BoundRecordTaskOrder(this, "Basic Task")); 95 "BEGIN Basic Task", 96 "END Basic Task"
|
/external/chromium_org/chrome/browser/ui/pdf/ |
pdf_browsertest.cc | 27 // Tests basic PDF rendering. This can be broken depending on bad merges with 28 // the vendor, so it's important that we have basic sanity checking. 30 #define MAYBE_Basic Basic
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view_unittest.cc | 37 // Test basic construction and initialization. 87 // Verify basic layout. 178 // Test basic layout for hosted apps.
|
/external/chromium_org/net/http/ |
http_auth_cache.h | 121 // |scheme| - the authentication scheme (i.e. basic, negotiate). 142 // |scheme| - the authentication scheme (i.e. basic, negotiate). 158 // |scheme| - the authentication scheme (i.e. basic, negotiate).
|
http_auth_handler_factory.cc | 52 "basic", new HttpAuthHandlerBasic::Factory()); 138 if (IsSupportedScheme(supported_schemes, "basic")) 140 "basic", new HttpAuthHandlerBasic::Factory());
|
http_auth_handler_factory.h | 111 // The default factory supports Basic, Digest, NTLM, and Negotiate schemes. 140 // authentication scheme such as Basic, Digest, or Negotiate. 160 // include "basic", "digest", "ntlm", and "negotiate", where case matters.
|
/external/clang/include/clang/Frontend/ |
DiagnosticRenderer.h | 19 #include "clang/Basic/Diagnostic.h" 20 #include "clang/Basic/LLVM.h" 21 #include "clang/Basic/SourceLocation.h"
|
/external/clang/include/clang/Lex/ |
PTHManager.h | 17 #include "clang/Basic/Diagnostic.h" 18 #include "clang/Basic/IdentifierTable.h" 19 #include "clang/Basic/LangOptions.h"
|
/external/clang/lib/Basic/ |
Version.cpp | 14 #include "clang/Basic/Version.h" 15 #include "clang/Basic/LLVM.h" 42 SVNRepository.find("/lib/Basic"));
|
/external/clang/lib/Frontend/ |
TextDiagnosticPrinter.cpp | 15 #include "clang/Basic/DiagnosticOptions.h" 16 #include "clang/Basic/FileManager.h" 17 #include "clang/Basic/SourceManager.h"
|
/external/clang/lib/Rewrite/Frontend/ |
HTMLPrint.cpp | 18 #include "clang/Basic/Diagnostic.h" 19 #include "clang/Basic/FileManager.h" 20 #include "clang/Basic/SourceManager.h"
|
/external/clang/tools/diagtool/ |
TreeView.cpp | 13 #include "clang/Basic/AllDiagnostics.h" 14 #include "clang/Basic/Diagnostic.h" 15 #include "clang/Basic/DiagnosticOptions.h"
|
/external/deqp/doc/testspecs/GLES31/ |
functional.uniform_location.txt | 55 Basic primitive type, array, nested array and min/max cases test with all basic 61 otherwise identical to the basic primitive type cases.
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RopMethod.java | 27 /** {@code non-null;} basic block list of the method */ 48 * @param blocks {@code non-null;} basic block list of the method 68 * Gets the basic block list for this method.
|
/external/llvm/include/llvm/Analysis/ |
CFG.h | 10 // This family of functions performs analyses on basic blocks, and instructions 11 // contained within basic blocks. 40 /// Search for the specified successor of basic block BB and return its position
|
Interval.h | 53 /// Nodes - The basic blocks in this interval. 68 /// contains - Find out if a basic block is in this interval 77 /// isSuccessor - find out if a basic block is a successor of this Interval
|
/external/llvm/include/llvm/CodeGen/ |
LivePhysRegs.h | 42 /// when walking backward/forward through a basic block. 114 /// \brief Adds all live-in registers of basic block @p MBB. 121 /// \brief Adds all live-out registers of basic block @p MBB.
|
/external/llvm/include/llvm/IR/ |
Instruction.def | 92 // Terminator Instructions - These instructions are used to terminate a basic 93 // block of the program. Every basic block must end with one of these 94 // instructions for it to be a well formed basic block.
|
/external/llvm/include/llvm/Transforms/Utils/ |
CodeExtractor.h | 57 /// \brief Create a code extractor for a single basic block. 59 /// In this formation, we don't require a dominator tree. The given basic 65 /// Given a sequence of basic blocks where the first block in the sequence
|
/external/llvm/lib/Bitcode/Writer/ |
ValueEnumerator.h | 69 /// GlobalBasicBlockIDs - This map memoizes the basic block ID's referenced by 77 /// BasicBlocks - This contains all the basic blocks for the currently 152 /// specified basic block. This is relatively expensive information, so it
|
/external/llvm/lib/MC/MCAnalysis/ |
MCObjectDisassembler.cpp | 200 // First, determine the basic block boundaries and call targets. 224 // Split text atoms into basic block atoms. 258 // Create functions and basic blocks. 301 // Basic idea of the disassembly + discovery: 307 // - split basic blocks referencing the atom 314 // - create basic block, update preds/succs, etc.. 331 assert(!TA && "Discovered basic block already has an associated atom!"); 343 // Look for an already encountered basic block that needs splitting 400 // Now we have a basic block atom, add successors. 433 assert(BBI->Atom && "Found a basic block without an associated atom!") [all...] |
Completed in 592 milliseconds
<<51525354555657585960>>