HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 1076 - 1100 of 4292) sorted by null

<<41424344454647484950>>

  /external/valgrind/main/memcheck/tests/
vcpu_bz2.stdout.exp 10 final combined CRC = 0xA212ABF8
  /ndk/build/core/
import-locals.mk 71 # dependees on final link command).
default-build-commands.mk 13 # must appear on the final static linker command (order is important).
17 # libraries. This ensures that any libgcc function used by the final
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/ghdr/
sml.h 109 SML_API_DEF Ret_t smlEndMessage(InstanceID_t id, Boolean_t final);
168 typedef Ret_t (*smlEndMessageFunc) (InstanceID_t id, VoidPtr_t userData, Boolean_t final);
  /bionic/libc/arch-mips/string/
memset.S 190 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks
  /bionic/libc/arch-mips64/string/
memset.S 190 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks
  /bionic/libc/tools/
genlibgcc_compat.py 6 * to copy their definition into the final libc.so binary.
27 * into the final libfoo.so. However, doing so will link a bunch of other __cxa
60 * Final note: some of the functions below should really be in libm.so to
  /external/bluetooth/bluedroid/stack/include/
obx_api.h 131 BOOLEAN final; /* TRUE, if this is the final packet of this PUT transaction. */ member in struct:__anon6206
138 BOOLEAN final; /* TRUE, if this is the final packet of this GET transaction. */ member in struct:__anon6207
213 tOBX_GET_EVT get; /* This element is associated with OBX_GET_REQ_EVT. TRUE, if this is the final packet that contains the OBEX headers for this GET request. */
355 #define OBX_REQ_CONNECT 0x00 /* need to set final bit */
356 #define OBX_REQ_DISCONNECT 0x01 /* need to set final bit */
359 #define OBX_REQ_SETPATH 0x05 /* need to set final bit */
361 #define OBX_REQ_SESSION 0x07 /* need to set final bit */
362 #define OBX_REQ_ABORT 0x7F /* need to set final bit *
    [all...]
  /external/chromium_org/chrome/test/chromedriver/net/
websocket.cc 101 header.final = true;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.cpp 586 if (WebSocketFrame::isControlOpCode(frame.opCode) && !frame.final) {
616 if (frame.final) {
642 if (frame.final) {
663 if (frame.final) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h 149 bool final);
174 // When the final answer is set, the state transitions to ST_ACTIVE or
178 // When the final answer is set, the state transitions to ST_ACTIVE or
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
digest.c 149 /* Whether it's nice or not, "Inits" can be used on "Final"'d contexts
272 ret=ctx->digest->final(ctx,md);
  /external/chromium_org/third_party/skia/third_party/lua/src/
lcode.c 473 int final; /* position after whole expression */ local
482 final = luaK_getlabel(fs);
483 patchlistaux(fs, e->f, final, reg, p_f);
484 patchlistaux(fs, e->t, final, reg, p_t);
  /external/chromium_org/v8/include/
v8config.h 162 // V8_HAS_CXX11_FINAL - final marker supported
257 // '__final' is a non-C++11 GCC synonym for 'final', per GCC r176655.
268 // Visual Studio 2010 and earlier spell "final" as "sealed".
389 # define V8_FINAL final
  /external/clang/include/clang/Format/
Format.h 31 class ParseErrorCategory final : public std::error_category { class in namespace:clang::format
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 178 A granule position on the final page in a stream that indicates
179 less audio data than the final packet would normally return is used to
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.h 23 class X86ATTInstPrinter final : public MCInstPrinter { class in namespace:llvm
X86IntelInstPrinter.h 24 class X86IntelInstPrinter final : public MCInstPrinter { class in namespace:llvm
  /external/llvm/lib/Target/X86/
X86Subtarget.h 47 class X86Subtarget final : public X86GenSubtargetInfo { class in namespace:llvm
  /external/openssl/crypto/evp/
digest.c 149 /* Whether it's nice or not, "Inits" can be used on "Final"'d contexts
272 ret=ctx->digest->final(ctx,md);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 136 Weight Final(StateId s) {
138 Weight final = ComputeFinal(s); local
139 this->SetFinal(s, final);
141 return CacheImpl<A>::Final(s);
478 bool finala = fsta->Final(sa) != Weight::Zero();
630 Weight final = Times(ComposeFstImplBase<A>::fst1_->Final(tuple.state_id1), local
631 ComposeFstImplBase<A>::fst2_->Final(tuple.state_id2));
632 return final;
706 virtual Weight Final(StateId s) const { return impl_->Final(s);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
output.h 2 These functions are defined in final.c, and varasm.c.
24 /* Initialize data in final at the beginning of a compilation. */
68 extern void final (rtx, FILE *, int);
70 /* The final scan for one insn, INSN. Args are same as in `final', except
87 Defined in final.c. */
92 Defined in final.c. */
96 Defined in final.c. */
100 Defined in final.c. */
137 Uses insn_shuid array, so it works only in the final pass. May be used b
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 826 final = self.newBlock()
828 self.emit('SETUP_FINALLY', final)
835 self.nextBlock(final)
836 self.setups.push((END_FINALLY, final))
837 self.visit(node.final)
845 final = self.newBlock()
859 self.emit('SETUP_FINALLY', final)
870 self.nextBlock(final)
871 self.setups.push((END_FINALLY, final))
    [all...]

Completed in 1778 milliseconds

<<41424344454647484950>>