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

<<31323334353637383940>>

  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/
mtd.h 44 void (*callback) (struct erase_info *self);
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/
mtd.h 44 void (*callback) (struct erase_info *self);
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/mtd/
mtd.h 44 void (*callback) (struct erase_info *self);
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/mtd/
mtd.h 44 void (*callback) (struct erase_info *self);
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/mtd/
mtd.h 44 void (*callback) (struct erase_info *self);
  /packages/apps/IM/src/com/android/im/service/
ChatSessionAdapter.java 145 Contact self = mConnection.getLoginUser(); local
151 if (!c.equals(self)) {
364 Contact self = mConnection.getLoginUser(); local
366 if (!member.equals(self)) { // avoid to insert the user himself
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsDictionary.java 48 public void onChange(boolean self) {
UserDictionary.java 49 public void onChange(boolean self) {
  /system/core/libacc/
FEATURES 74 - Self-referential macros are handled as in gcc.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
connIbss.h 62 CONN_IBSS_STA_JOINED , /* Event sent when other STA joined our self IBSS */
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.h 81 TI_HANDLE hDriver; /* Handle to self */
  /dalvik/tests/082-inline-execute/src/
Main.java 19 * twice - once using self-cosimulation (if available) and once without.
20 * The non-self-cosimulation test ensures that the answer computed the first
  /external/bluetooth/glib/docs/reference/gobject/
tut_gtype.xml 410 void (*do_action_public_virtual) (MamanBar *self, guint8 i);
412 void (*do_action_public_pure_virtual) (MamanBar *self, guint8 i);
672 void (*do_action) (MamanIbaz *self);
677 void maman_ibaz_do_action (MamanIbaz *self);
682 void maman_ibaz_do_action (MamanIbaz *self)
684 MAMAN_IBAZ_GET_INTERFACE (self)->do_action (self);
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
xtea.c 142 Performs a self-test of the XTEA block cipher
143 @return CRYPT_OK if functional, CRYPT_NOP if self-test has been disabled
  /external/dropbear/libtomcrypt/src/hashes/chc/
chc.c 249 Self-test the hash
250 @return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
  /external/dropbear/libtomcrypt/src/hashes/
md2.c 187 Self-test the hash
188 @return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 182 /** Self-test
183 @return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
  /external/gtest/test/
gtest_output_test.py 224 def testOutput(self):
232 self.assert_(output == golden or
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_async_read.cpp 45 OsclAsyncFileBuffer* self = OSCL_NEW(OsclAsyncFileBuffer, (aBufferSize, aId)); local
46 OsclError::PushL(self);
47 self->ConstructL();
49 return self;
98 OsclAsyncFile* self = OSCL_NEW(OsclAsyncFile, (aFile, aCacheSize, aLogger)); local
99 OsclError::PushL(self);
100 self->ConstructL();
102 return self;
    [all...]
  /external/quake/quake/src/QW/server/
sv_phys.c 144 pr_global_struct->self = EDICT_TO_PROG(ent);
166 old_self = pr_global_struct->self;
172 pr_global_struct->self = EDICT_TO_PROG(e1);
179 pr_global_struct->self = EDICT_TO_PROG(e2);
184 pr_global_struct->self = old_self;
529 pr_global_struct->self = EDICT_TO_PROG(pusher);
607 pr_global_struct->self = EDICT_TO_PROG(ent);
825 pr_global_struct->self = EDICT_TO_PROG(sv.edicts);
  /external/v8/src/
heap-profiler.h 58 SELF = 100 // This case is used in ClustersCoarser only.
102 case SELF: return Heap::catch_var_symbol();
  /external/v8/tools/
profile_view.js 50 * of self weights for a bottom up view is needed.
186 * Returns a share of the function's self time in application's total time.
  /external/webkit/WebCore/bridge/
testbindings.mm 60 return self;
133 return self;
  /external/webkit/WebCore/inspector/front-end/
EventListenersSidebarPane.js 72 var self = this;
88 self.sections.push(section);
  /external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm 588 self = [self init];
589 if (!self)
592 return self;
604 // the willSendRequest call may cancel this load, in which case self could be deallocated
605 RetainPtr<WebCoreResourceHandleAsDelegate> protect(self);
813 NSCachedURLResponse *result = [self connection:connection willCacheResponse:cachedResponse];
836 [self performSelectorOnMainThread:@selector(_callConnectionWillCacheResponseWithInfo:) withObject:info waitUntilDone:YES modes:modes];
    [all...]

Completed in 193 milliseconds

<<31323334353637383940>>