HomeSort by relevance Sort by last modified time
    Searched full:basic (Results 2701 - 2725 of 8959) sorted by null

<<101102103104105106107108109110>>

  /external/libvorbis/lib/
codebook.c 13 function: basic codebook pack/unpack/code/decode operations
34 /* first the basic parameters */
157 /* first the basic parameters */
  /external/llvm/docs/
HowToSetUpLLVMStyleRTTI.rst 24 Basic Setup
27 This section describes how to set up the most basic form of LLVM-style RTTI
53 The most basic working setup for LLVM-style RTTI requires the following
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 153 /// the specified basic block's address of label.
259 /// getAddrLabelSymbol - Return the symbol to be used for the specified basic
265 /// basic block when its address is taken. If other blocks were RAUW'd to
  /external/llvm/lib/AsmParser/
LLParser.h 310 /// basic block, this installs its name.
314 /// GetBB - Get a basic block with the specified name or ID, creating a
320 /// DefineBB - Define the specified basic block, which is either named or
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 157 /// FunctionBBs - While parsing a function body, this is a list of the basic
183 /// BlockAddrFwdRefs - These are blockaddr references to basic blocks. These
192 /// relative to the instruction ID: basic block numbers, and types.
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 11 // information, such as unused registers, at any point in a machine basic block.
178 assert(MBBI != MBB->end() && "Already past the end of the basic block!");
181 assert(MBBI != MBB->end() && "Already at the end of the basic block!");
SpillPlacement.cpp 13 // basic blocks are weighted by the block frequency and added to become the node
16 // Transparent basic blocks have the variable live through, but don't care if it
339 // basic block numbering, so there is a strong tendency towards chains of
VirtRegMap.cpp 152 // VirtRegMap analysis. It also updates live-in information on basic blocks
222 // Live-in lists on basic blocks are required for physregs.
249 // This is a virtual register that is live across basic blocks. Its
  /external/llvm/lib/IR/
Dominators.cpp 78 // the special checks necessary if Def and User are in the same basic block.
107 // Loop through the basic block until we find Def or User.
260 // Otherwise, just loop through the basic block until we find Def or User.
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 66 // The new PHI node is inserted in the prolog end basic block.
313 // For each extra loop iteration, create a copy of the loop's basic blocks
321 // Clone all the basic blocks in the loop, but we don't clone the loop
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_flow.c 61 /* get current basic block */
89 /* create new basic block */
388 /* create endif/merge basic block for the phi functions */
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 37 * The basic model of the list scheduler is to take a basic block,
263 * basic block, or it's FB_WRITE and we should do a better job at
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverSpdyTest.java 235 .addHeader("www-authenticate: Basic realm=\"protected area\"")
245 assertContainsNoneMatching(denied.getHeaders(), "authorization: Basic .*");
249 "authorization: Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS);
  /external/proguard/src/proguard/evaluation/value/
ReferenceValue.java 77 // Basic unary methods.
211 // Basic binary methods.
390 // Fall back on a basic Object or array of Objects type.
  /external/valgrind/main/docs/internals/
tracking-fn-entry-exit.txt 36 * Store at the end of each basic block the jmpkind into a tool-global, static
43 - for a control transfer to the 1st basic block of a function, override
91 basic block instead of the beginning of the next BB. This way, we can perhaps
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 6 basic user options for all Valgrind tools, with defaults in [ ]:
82 --vgdb-poll=<number> gdbserver poll max every <number> basic blocks [5000]
167 --dump-error=<number> show translation for basic block associated
  /frameworks/base/docs/html/distribute/googleplay/
wear.jd 29 apps are able to send basic notifications to Android Wear devices, you can go much further.
72 Google Play ? your apps can participate if they meet a set of basic quality criteria. See <a
88 require zero or low user interaction. Although all apps can send basic notifications to Wear
  /frameworks/base/docs/html/google/play/billing/
api.jd 67 <strong>Figure 1.</strong> The basic sequence for a purchase request.
103 <strong>Figure 2.</strong> The basic sequence for a consumption request.
119 <p>Here is the basic flow for purchasing a consumable in-app product:</p>
  /frameworks/base/docs/html/samples/new/
index.jd 22 The sample is compatible with Android Auto and also provides a basic UI
89 This sample shows the basic usage of the new "Document Centric Apps" API.
330 <p>This sample demonstrates the basic use of the Camera2 API. The sample code
  /frameworks/base/docs/html/training/basics/firstapp/
creating-project.jd 109 <p>Your Android project is now a basic "Hello World" app that contains some default files. Take a
165 discussed above, which describes a basic layout for the MyActivity class.</dd>
207 <p>Your Android project is now a basic "Hello World" app that contains some default files.
  /frameworks/base/docs/html/training/tv/start/
layouts.jd 14 <li><a href="#structure">Build Basic TV Layouts</a></li>
91 <h2 id="structure">Build Basic TV Layouts</h2>
93 <p>Layouts for TV devices should follow some basic guidelines to ensure they are usable and
  /frameworks/compile/slang/
README.rst 129 2. Basic Reflection: Export Variables and Functions
312 type is basic non-pointer types. Types defined in rs_types.rsh may also be
334 This allows the runtime to support vector version of the basic math
  /hardware/invensense/60xx/mlsdk/mllite/
mlsupervisor.c 27 * @brief Basic sensor fusion supervisor functionalities.
31 * @brief Basic sensor fusion supervisor functionalities.
229 //Most basic compass calibration, used only with lite MPL
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 131 case mentioned in [basic.lookup.elab]/2,
135 [basic.lookup.unqual] lookup mentioned
136 in [basic.lookup.elab]/2. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 12 Encoding basic Python object hierarchies::
128 If ``skipkeys`` is true then ``dict`` keys that are not basic types
198 If ``skipkeys`` is false then ``dict`` keys that are not basic types

Completed in 563 milliseconds

<<101102103104105106107108109110>>