/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_context.h | 63 /* Whether this atom should be emitted. */ 65 /* Whether this atom may be emitted with state == NULL. */ 168 /* This is emitted in the draw function. */ 301 /* if begin has been emitted */ 494 /* Each atom is emitted in the order it appears here, which can affect 514 /* Invariant state. This must be emitted to get the engine started. */
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_vtbl.c | 236 dirty = state->active & ~state->emitted; 238 state->emitted &= ~I915_UPLOAD_TEX_ALL; 239 dirty = state->active & ~state->emitted; 355 state->emitted |= dirty; 829 /* Mark all state as needing to be emitted when starting a new batchbuffer. 833 i915->state.emitted = 0;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.h | 111 /// PendingLoads - Loads are not emitted to the program immediately. We bunch 119 /// for export to other blocks need to be emitted before any terminator 242 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {} 247 bool Emitted; 268 First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E), 275 bool Emitted;
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_context.h | 63 /* Whether this atom should be emitted. */ 65 /* Whether this atom may be emitted with state == NULL. */ 168 /* This is emitted in the draw function. */ 301 /* if begin has been emitted */ 494 /* Each atom is emitted in the order it appears here, which can affect 514 /* Invariant state. This must be emitted to get the engine started. */
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_vtbl.c | 236 dirty = state->active & ~state->emitted; 238 state->emitted &= ~I915_UPLOAD_TEX_ALL; 239 dirty = state->active & ~state->emitted; 355 state->emitted |= dirty; 829 /* Mark all state as needing to be emitted when starting a new batchbuffer. 833 i915->state.emitted = 0;
|
/external/clang/lib/CodeGen/ |
CodeGenModule.h | 289 /// priorities to be emitted when the translation unit is complete. 293 /// priorities to be emitted when the translation unit is complete. 779 /// present in the object file; these are emitted to the llvm.used 819 /// as a constant; returns 0 if the expression cannot be emitted as a 824 /// constant; returns 0 if the expression cannot be emitted as a 855 /// \param OmitOnError - If true, then this error should only be emitted if no 862 /// \param OmitOnError - If true, then this error should only be emitted if no [all...] |
CGCXXABI.h | 83 /// for 'this' emitted by BuildThisParam. 250 /// Returns true if the given destructor type should be emitted as a linkonce 378 /// variable, given that it couldn't be emitted as a constant.
|
/external/chromium_org/v8/src/arm/ |
assembler-arm.h | 736 // Create an assembler. Instructions and relocation information are emitted 752 // GetCode emits any pending (non-emitted) code and fills the descriptor 808 // Distance between start of patched return sequence and the emitted address 815 // Distance between start of patched debug break slot and the emitted address [all...] |
/external/chromium_org/v8/src/mips/ |
assembler-mips.h | 463 // Create an assembler. Instructions and relocation information are emitted 479 // GetCode emits any pending (non-emitted) code and fills the descriptor 567 // Distance between start of patched return sequence and the emitted address 571 // Distance between start of patched debug break slot and the emitted address 841 // sequences of instructions that must be emitted as a unit, before [all...] |
/external/llvm/lib/MC/ |
MCAssembler.cpp | 36 STATISTIC(EmittedFragments, "Number of emitted assembler fragments - total"); 38 "Number of emitted assembler fragments - relaxable"); 40 "Number of emitted assembler fragments - data"); 42 "Number of emitted assembler fragments - compact encoded inst"); 44 "Number of emitted assembler fragments - align"); 46 "Number of emitted assembler fragments - fill"); 48 "Number of emitted assembler fragments - org"); 51 STATISTIC(ObjectBytes, "Number of emitted object file bytes"); 559 // If the padding itself crosses a bundle boundary, it must be emitted [all...] |
/external/v8/src/mips/ |
assembler-mips.h | 509 // Create an assembler. Instructions and relocation information are emitted 528 // GetCode emits any pending (non-emitted) code and fills the descriptor 619 // Distance between start of patched return sequence and the emitted address 623 // Distance between start of patched debug break slot and the emitted address 884 // sequences of instructions that must be emitted as a unit, before [all...] |
/external/chromium_org/base/strings/ |
safe_sprintf.cc | 140 // Returns the number of bytes that would have been emitted to |buffer_| 162 // bytes that should have been emitted. 169 // to be emitted. The |pad| character is typically either a ' ' space 265 // Number of bytes that would have been emitted to the buffer, if the buffer 349 // have to discard digits in the order that we have already emitted
|
/external/chromium_org/net/base/ |
net_log_event_type_list.h | 232 // This event is emitted after deciding to fall-back to the next source 248 // This event is emitted to show what the PAC script returned. It can contain 260 // This event is emitted whenever the proxy settings used by ProxyService 273 // Emitted when a list of bad proxies is reported to the proxy service. 285 // Emitted when the first proxy server in a list is being marked as 299 // This event is emitted when a javascript error has been triggered by a 308 // This event is emitted when a PAC script called alert(). It contains the 323 // This event is emitted just before a PAC request is bound to a thread. It 410 // This event is emitted when the SOCKS connect fails because the provided 414 // These events are emitted when insufficient data was read whil [all...] |
/art/compiler/utils/ |
assembler.h | 121 // Parent of all queued slow paths, emitted during finalization 195 // Get the size of the emitted code. 209 // hold the emitted instruction. Usage:
|
/external/chromium/net/base/ |
net_log_event_type_list.h | 144 // This event is emitted after deciding to fall-back to the next PAC 160 // This event is emitted to show what the PAC script returned. It can contain 172 // This event is emitted whenever the proxy settings used by ProxyService 201 // This event is emitted when a javascript error has been triggered by a 210 // This event is emitted when a PAC script called alert(). It contains the 221 // This event is emitted just before a PAC request is bound to a thread. It 297 // This event is emitted when the SOCKS connect fails because the provided 301 // These events are emitted when insufficient data was read while [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TextIteratorTest.cpp | 197 "", // FIXME: Why is an empty string emitted here? 301 "second shadow", // The first isn't emitted because a renderer for the first is not created. 337 // In this case a renderer for "text" is created, and emitted AFTER any nodes in the shadow tree.
|
/external/llvm/lib/Target/ARM/ |
ARMJITInfo.cpp | 173 errs() << "JIT: Indirect symbol emitted at [" << LazyPtr 176 errs() << "JIT: Stub emitted at [" << LazyPtr 264 /// relocate - Before the JIT can run a block of code that has been emitted,
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFStreamer.cpp | 54 /// In brief: $a, $t or $d should be emitted at the start of each contiguous 227 int64_t PendingOffset; // Offset: (final $sp) - (emitted $sp) 422 // __aeabi_unwind_cpp_pr2() is used, then the handler data must be emitted
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardConfig.java | 97 * vCard parser code automatically parses the field emitted even when this flag is off. 105 * vCard data emitted by the other softwares/devices when the formal vCard specification 110 * for phonetic name (how the name is pronounced), seen in the vCard emitted by some other
|
/external/clang/lib/Basic/ |
Diagnostic.cpp | 393 bool Emitted; 401 Emitted = (DiagLevel != DiagnosticIDs::Ignored); 402 if (Emitted) { 409 Emitted = ProcessDiag(); 420 return Emitted; 589 /// that applies being emitted. The empty condition is always true, making the [all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 103 // gets emitted by the asmprinter. 314 // really emitted with the magic .comm directive, which creates a symbol table 608 /// the directive emitted (this occurs in ObjC metadata). 613 // FIXME: ObjC metadata is currently emitted as internal symbols that have 639 // gets emitted by the asmprinter. 670 // gets emitted by the asmprinter.
|
/libcore/luni/src/main/java/java/sql/ |
Connection.java | 334 * statement. {@code ResultSet}s emitted from this {@code 345 * making stored procedure calls to the database. {@code ResultSet}s emitted 365 * precompiled SQL statement. {@code ResultSet}s emitted from this 402 * precompiled SQL statement. {@code ResultSet}s emitted from this 526 * statement {@code sql}. {@code ResultSet}s emitted from this 562 * statement {@code sql}. {@code ResultSet}s emitted from this [all...] |
/external/chromium_org/chromeos/cryptohome/ |
async_method_caller.h | 111 // |pca_response| is the response to the enrollment request emitted by the 131 // emitted by the Privacy CA. |key_type| determines whether the certified key
|
/external/chromium_org/third_party/flot/ |
jquery.flot.selection.min.js | 32 When selection support is enabled, a "plotselected" event will be emitted on 47 A "plotunselected" event with no arguments is emitted when the user clicks the
|
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_rule.h | 33 * the input pattern is matched, the output string is emitted. The 292 * Union the set of all characters that may be emitted by this rule
|