HomeSort by relevance Sort by last modified time
    Searched full:emitted (Results 201 - 225 of 914) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
emit-rtl.h 83 /* Return the last insn emitted in current sequence or current function. */
diagnostic.h 226 /* The total count of a KIND of diagnostics emitted so far. */
237 /* Returns nonzero if warnings should be emitted. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
emit-rtl.h 83 /* Return the last insn emitted in current sequence or current function. */
diagnostic.h 226 /* The total count of a KIND of diagnostics emitted so far. */
237 /* Returns nonzero if warnings should be emitted. */
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 126 // drag-begin is emitted when the drag is started. We connect so that we can
130 // drag-failed is emitted when the drag is finished. In our case the signal
  /external/clang/bindings/xml/
comment-xml-schema.rng 326 should not be emitted. Schema might be more strict here. -->
362 should not be emitted, unless direction is explicitly specified.
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 28 /// markers in the input source to check that all the emitted diagnostics match
40 /// enough to ensure that the correct diagnostic was emitted.
  /external/dbus/tools/
dbus-launch.1 44 emitted; otherwise Bourne shell code is emitted. Instead of passing
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 61 // In ARM, _MergedGlobals and other most symbols get emitted directly.
100 // Most relocation types are emitted as explicit symbols
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 24 STATISTIC(MCNumEmitted, "Number of MC instructions emitted");
72 ++MCNumEmitted; // Keep track of the # of mi's emitted.
  /external/webkit/Source/WebKit/gtk/webkit/
webkitsoupauthdialog.c 64 * @authDialog: the object on which the signal is emitted
67 * This signal is emitted by the @authDialog when it needs to know
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 188 This signal is emitted whenever the \a title of the main frame changes.
196 This signal is emitted when the \a url of the view changes.
204 This signal is emitted whenever the icon of the page is loaded or changes.
215 This signal is emitted when a new load of the page is started.
223 This signal is emitted when a load of the page is finished.
1172 This signal is emitted when the statusbar \a text is changed by the page.
1178 This signal is emitted every time an element in the web page
1192 This signal is emitted whenever the user clicks on a link and the page's linkDelegationPolicy
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h 226 /* The total count of a KIND of diagnostics emitted so far. */
237 /* Returns nonzero if warnings should be emitted. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h 226 /* The total count of a KIND of diagnostics emitted so far. */
237 /* Returns nonzero if warnings should be emitted. */
  /external/clang/include/clang/Serialization/
ASTWriter.h 534 /// \brief Force a type to be emitted and get its ID.
537 /// \brief Determine the type ID of an already-emitted type.
540 /// \brief Force a type to be emitted and get its index.
543 /// \brief Determine the type index of an already-emitted type.
565 /// \brief Force a declaration to be emitted and get its ID.
568 /// \brief Determine the declaration ID of an already-emitted
  /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/llvm/utils/TableGen/
IntrinsicEmitter.cpp 595 bool Emitted = false;
598 Emitted = true;
602 if (Emitted) OS << '|';
604 Emitted = true;
610 if (Emitted) OS << '|';
614 if (Emitted) OS << '|';
  /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/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/llvm/lib/Target/ARM/
ARMJITInfo.cpp 174 errs() << "JIT: Indirect symbol emitted at [" << LazyPtr
177 errs() << "JIT: Stub emitted at [" << LazyPtr
266 /// relocate - Before the JIT can run a block of code that has been emitted,
  /external/llvm/tools/bugpoint/
ToolRunner.h 127 /// emitted.
191 /// emitted.
239 /// 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;
605 /// that applies being emitted. The empty condition is always true, making the
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 285 // really emitted with the magic .comm directive, which creates a symbol table
330 // gets emitted by the asmprinter.
590 /// the directive emitted (this occurs in ObjC metadata).
595 // FIXME: ObjC metadata is currently emitted as internal symbols that have
621 // gets emitted by the asmprinter.
651 // 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...]

Completed in 2061 milliseconds

1 2 3 4 5 6 7 891011>>