HomeSort by relevance Sort by last modified time
    Searched refs:Pointer (Results 126 - 150 of 183) sorted by null

1 2 3 4 56 7 8

  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 310 rec = new DNSRecord.Pointer(domain, recordClass, unique, ttl, service);
JmDNSImpl.java 759 DNSEntry pointerEntry = this.getCache().getDNSEntry(new DNSRecord.Pointer(type, DNSRecordClass.CLASS_ANY, false, 0, info.getQualifiedName()));
    [all...]
  /external/libffi/src/mips/
n32.S 57 REG_S $fp, SIZEOF_FRAME - 2*FFI_SIZEOF_ARG($sp) # Save frame pointer
62 move t9, callback # callback function pointer
79 SUBU $sp, $sp, v0 # move the stack pointer to reflect the
88 # Copy the stack pointer to t9
211 # Load the function pointer
214 # If the return value pointer is NULL, assume no return value.
309 REG_L $fp, SIZEOF_FRAME - 2*FFI_SIZEOF_ARG($sp) # Restore frame pointer
311 ADDU $sp, SIZEOF_FRAME # Fix stack pointer
409 move a0, $12 # Pointer to the ffi_closure
o32.S 54 REG_S $fp, FP_OFF($sp) # Save frame pointer
61 move t9, callback # callback function pointer
72 SUBU $sp, v0 # move the stack pointer to reflect the
135 # Load the function pointer
138 # If the return value pointer is NULL, assume no return value.
177 REG_L $fp, FP_OFF($sp) # Restore frame pointer
179 ADDU $sp, SIZEOF_FRAME # Fix stack pointer
244 REG_S $fp, FP_OFF2($sp) # Save frame pointer
258 REG_L $16, 20($12) # cif pointer follows tramp.
270 move a0, $12 # Pointer to the ffi_closur
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 161 TPointerEvent& pointer = *aEvent.Pointer(); local
162 pointer.iType = TPointerEvent::EButton1Down;
163 pointer.iPosition = iPos;
164 pointer.iParentPosition = aBasePos;
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 202 type = WebCore::Cursor::Pointer;
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 152 BASIC_TYPE(Pointer,ptrValue,void *)
  /external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc 246 // Tests using InvokeArgument with a function that takes a pointer argument.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 77 case Type::Pointer:
526 // The lambda conversion to block pointer is special; the semantics can't be
816 // Cast the dest ptr to the appropriate i8 pointer type.
855 // If the type contains a pointer to data member we can't memset it to zero.
    [all...]
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 41 * Pointer to the root node of the tree.
  /external/v8/tools/
splaytree.js 42 * Pointer to the root node of the tree.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 87 typedef unsigned char *Pointer;
92 Pointer dev;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 87 typedef unsigned char *Pointer;
92 Pointer dev;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 87 typedef unsigned char *Pointer;
92 Pointer dev;
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 370 FValue: Pointer;
971 FEntries[I].FValue := Pointer(Value);
975 FEntries[FCount].FValue := Pointer(Value);
  /external/llvm/lib/VMCore/
Core.cpp 374 /*--.. Operations on array, pointer, and vector types (sequence types) .....--*/
    [all...]
  /external/v8/src/
gdb-jit.cc 1106 w->Write<uint8_t>(DW_OP_reg5); // The frame pointer's here on ia32
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
splay.js 136 * Pointer to the root node of the tree.
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 440 g_paint_patcher.Pointer()->RefPatch();
507 g_paint_patcher.Pointer()->DerefPatch();
753 // Wrap the created object in a smart pointer so it won't leak.
758 // Copy to the class smart pointer, and notify that an instance of
    [all...]
  /external/v8/benchmarks/
splay.js 136 * Pointer to the root node of the tree.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 130 * Pointer to the root node of the tree.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 130 * Pointer to the root node of the tree.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 131 * Pointer to the root node of the tree.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 156 factory_ = g_safe_browsing_service_factory_impl.Pointer();
315 // the pointer. Instead, we simply NULL out the client, and when the db
326 // pointer to them.
911 // accessing the database, so it's safe to delete and then NULL the pointer.
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 201 // is already used (consider a function returning a function pointer) or too
244 case DeclaratorChunk::Pointer:
    [all...]

Completed in 579 milliseconds

1 2 3 4 56 7 8