HomeSort by relevance Sort by last modified time
    Searched refs:store (Results 176 - 200 of 613) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/vm/mterp/armv5te/
OP_APUT.S 1 %default { "store":"str", "shift":"2" }
26 $store r2, [r0, #offArrayObject_contents] @ vBB[vCC]<- r2
OP_IPUT.S 1 %default { "store":"str", "postbarrier":"@ no-op ", "prebarrier":"@ no-op ", "sqnum":"0" }
45 $prebarrier @ releasing store
46 $store r0, [r9, r3] @ obj.field (8/16/32 bits)<- r0
OP_IPUT_JUMBO.S 1 %default { "store":"str", "postbarrier":"@ no-op ", "prebarrier":"@ no-op ", "sqnum":"0" }
55 $prebarrier @ releasing store
56 $store r0, [r9, r3] @ obj.field (8/16/32 bits)<- r0
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 559 int OpenSSLStreamAdapter::SSLVerifyCallback(int ok, X509_STORE_CTX* store) {
563 X509* cert = X509_STORE_CTX_get_current_cert(store);
564 int depth = X509_STORE_CTX_get_error_depth(store);
565 int err = X509_STORE_CTX_get_error(store);
577 // Get our SSL structure from the store
579 store,
590 X509* cert = X509_STORE_CTX_get_current_cert(store);
591 int err = X509_STORE_CTX_get_error(store);
602 reinterpret_cast<void*>(X509_STORE_CTX_get_current_cert(store));
openssladapter.h 81 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
opensslstreamadapter.h 141 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
  /external/oprofile/events/mips/r10000/
events 13 event:0x04 counters:0 um:zero minimum:500 name:STORE_COND_ISSUED : Store conditional issued
14 event:0x04 counters:1 um:zero minimum:500 name:STORE_COND_GRADUATED : Store conditional graduated
15 event:0x05 counters:0 um:zero minimum:500 name:FAILED_STORE_CONDITIONAL : Failed store conditional
24 event:0x09 counters:1 um:zero minimum:500 name:SCACHE_LOAD_STORE_CACHEOP_OPERATIONS : Secondary cache load / store and cache-ops operations
34 event:0x0e counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_CLEANEXCLUSIVE_SCACHE_BLOCKS : Stores or prefetches with store hint to CleanExclusive secondary cache blocks
36 event:0x0f counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_SHD_SCACHE_BLOCKS : Stores or prefetches with store hint to Shared secondary cache blocks
  /external/stlport/src/
sparc_atomic.s 36 add %o2, 0x1, %o3 ! Increment and store current
58 sub %o2, 0x1, %o3 ! decrement and store current
sparc_atomic64.s 34 addx %o2, 0x1, %o3 ! Increment and store current
54 subx %o2, 0x1, %o3 ! decrement and store current
  /external/valgrind/main/drd/tests/
annotate_ignore_rw2.stderr.exp 7 Conflicting store by thread 1 at 0x........ size 4
annotate_ignore_write.stderr.exp 12 Conflicting store by thread 1 at 0x........ size 4
  /external/webkit/Source/WebKit2/Shared/
WebPageCreationParameters.cpp 41 encoder->encode(store);
77 if (!decoder->decode(parameters.store))
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic.s 36 add %o2, 0x1, %o3 ! Increment and store current
58 sub %o2, 0x1, %o3 ! decrement and store current
sparc_atomic64.s 34 addx %o2, 0x1, %o3 ! Increment and store current
54 subx %o2, 0x1, %o3 ! decrement and store current
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore4Test.java 286 keyStore.store(os, password);
298 keyStore.store(os, null);
311 keyStore.store(os, "".toCharArray());
324 keyStore.store(null, null);
337 uninitialized.store(null, null);
356 keyStore.store(new KeyStore.LoadStoreParameter() {
372 keyStore.store(null);
385 keyStore.store(new KeyStore.LoadStoreParameter() {
404 keyStore.store(new KeyStore.LoadStoreParameter() {
420 keyStore.store(new KeyStore.LoadStoreParameter()
    [all...]
  /external/libvpx/vp8/common/arm/neon/
loopfilter_neon.asm 56 vst1.u8 {q5}, [r0], r1 ; store op1
57 vst1.u8 {q6}, [r0], r1 ; store op0
58 vst1.u8 {q7}, [r0], r1 ; store oq0
59 vst1.u8 {q8}, [r0], r1 ; store oq1
110 vst1.u8 {d10}, [r0], r1 ; store u op1
111 vst1.u8 {d11}, [r2], r1 ; store v op1
112 vst1.u8 {d12}, [r0], r1 ; store u op0
113 vst1.u8 {d13}, [r2], r1 ; store v op0
114 vst1.u8 {d14}, [r0], r1 ; store u oq0
115 vst1.u8 {d15}, [r2], r1 ; store v oq
    [all...]
mbloopfilter_neon.asm 59 vst1.u8 {q4}, [r0] ; store op2
60 vst1.u8 {q5}, [r2] ; store op1
61 vst1.u8 {q6}, [r3], r1 ; store op0
63 vst1.u8 {q7}, [r3] ; store oq0
64 vst1.u8 {q8}, [r12], r1 ; store oq1
65 vst1.u8 {q9}, [r12] ; store oq2
116 vst1.u8 {d8}, [r0], r1 ; store u op2
117 vst1.u8 {d9}, [r3], r1 ; store v op2
118 vst1.u8 {d10}, [r0], r1 ; store u op1
119 vst1.u8 {d11}, [r3], r1 ; store v op
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc 57 GtkListStore** store) {
60 *store = gtk_list_store_new(1, G_TYPE_STRING);
61 *combobox = gtk_combo_box_new_with_model(GTK_TREE_MODEL(*store));
62 g_object_unref(*store);
226 GtkListStore* store = self->cookie_expires_combobox_store_; local
228 gtk_list_store_clear(store);
230 gtk_list_store_append(store, &iter);
231 gtk_list_store_set(store, &iter, 0, no_cookie.c_str(), -1);
488 GtkListStore* store = self->cookie_expires_combobox_store_; local
490 gtk_list_store_clear(store);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
InMemoryResourceLoader.java 31 * Content needs to be stored first using the {@link #store(String, String)} method.
55 public void store(String name, String contents) { method in class:InMemoryResourceLoader
  /external/libvpx/vp8/decoder/arm/armv6/
dequantize_v6.asm 41 strh r7, [r2], #2 ;store result
56 strh r7, [r2], #2 ;store result
  /external/markdown/markdown/extensions/
fenced_code.py 87 """ Match and store Fenced Code Blocks in the HtmlStash. """
96 placeholder = self.markdown.htmlStash.store(code, safe=True)
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 69 unsigned char load, store; local
83 store = STORE_BYTE;
88 store = STORE_WORD;
108 *eip++ = store;
  /external/webkit/Source/WebKit2/UIProcess/
WebPreferences.h 62 const WebPreferencesStore& store() const { return m_store; } function in class:WebKit::WebPreferences
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
update_webgl_conformance_tests.py 130 action='store',
  /packages/apps/Email/src/com/android/email/mail/store/
ServiceStore.java 17 package com.android.email.mail.store;
23 import com.android.email.mail.Store;
33 public abstract class ServiceStore extends Store {
39 * Creates a new store for the given account.

Completed in 1609 milliseconds

1 2 3 4 5 6 78 91011>>