HomeSort by relevance Sort by last modified time
    Searched full:self (Results 851 - 875 of 1842) sorted by null

<<31323334353637383940>>

  /external/gtest/test/
gtest_uninitialized_test.py 96 def testExitCodeAndOutput(self):
  /external/kernel-headers/original/asm-arm/arch/
board.h 126 void (*set_power)(struct omap_pwm_led_platform_data *self, int on_off);
  /external/kernel-headers/original/linux/
mutex.h 43 * - detects self-recursing locks and prints out all relevant info
  /external/opencore/baselibs/thread_messaging/src/
pv_interface_proxy.cpp 74 CPVInterfaceProxy *self = OSCL_PLACEMENT_NEW(ptr, CPVInterfaceProxy(app, alloc, stacksize)); local
76 err = self->CPVIConstructL(nreserve1, nreserve2, handlerPri, notifierPri);
79 self->Delete();
82 return self;
  /external/opencore/codecs_v2/omx/omx_proxy/src/
pv_omx_interface_proxy.cpp 83 CPVInterfaceProxy_OMX *self = OSCL_PLACEMENT_NEW(ptr, CPVInterfaceProxy_OMX(app, alloc, stacksize)); local
86 err = self->ConstructL(nreserve1, nreserve2, handlerPri, notifierPri);
89 self->Delete();
92 return self;
  /external/opencore/protocols/http_parcom/include/
http_parser_external.h 163 return *this; // protect against self-assignment
  /external/tcpdump/
print-eigrp.c 340 printf("self");
369 printf("self");
407 printf("self");
430 printf("self");
  /external/v8/src/
smart-pointer.h 91 T* tmp = rhs.p; // swap to handle self-assignment
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerARM.cpp 47 int fd = open("/proc/self/auxv", O_RDONLY);
  /external/webkit/WebCore/Configurations/
Base.xcconfig 48 WARNING_CFLAGS_BASE = -Wall -Wextra -Wcast-align -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings;
  /external/webkit/WebCore/bindings/js/
JSSharedWorkerConstructor.cpp 51 putDirect(exec->propertyNames().prototype, JSSharedWorkerPrototype::self(exec, globalObject), None);
JSWebSocketConstructor.cpp 53 putDirect(exec->propertyNames().prototype, JSWebSocketPrototype::self(exec, globalObject), None);
  /external/webkit/WebCore/platform/graphics/win/
FontPlatformDataCairoWin.cpp 108 // Check for self-assignment.
  /external/webkit/WebKit/mac/Configurations/
Base.xcconfig 49 WARNING_CFLAGS = -Wall -Wextra -Wcast-align -Wchar-subscripts -Wextra-tokens -Wformat-security -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wno-unused-parameter -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings;
  /external/webkit/WebKit/mac/WebView/
WebDelegateImplementationCaching.h 102 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2, id object3, id object4, id object5);
WebDocumentPrivate.h 62 // View that draws the selection and can be made first responder. Often this is self but it could be
  /external/zlib/contrib/puff/
README 57 The deflate format is self-terminating. If the deflate stream does not end
  /frameworks/base/core/jni/
android_bluetooth_common.h 89 /* reference to our java self */
android_ddm_DdmHandleNativeHeap.cpp 52 * Retrieve the native heap information and the info from /proc/<self>/maps,
  /frameworks/base/include/binder/
IPCThreadState.h 35 static IPCThreadState* self();
ProcessState.h 40 static sp<ProcessState> self();
  /frameworks/base/libs/binder/
Permission.cpp 54 IPCThreadState* ipcState = IPCThreadState::self();
  /frameworks/base/media/libstagefright/id3/
testid3.cpp 155 android::ProcessState::self()->startThreadPool();
  /frameworks/base/media/tests/omxjpegdecoder/
jpeg_decoder_bench.cpp 104 android::ProcessState::self()->startThreadPool();
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 44 void (*callback) (struct erase_info *self);

Completed in 332 milliseconds

<<31323334353637383940>>