HomeSort by relevance Sort by last modified time
    Searched refs:saved (Results 1 - 25 of 300) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/
use-after-scope-temp.cc 16 const IntHolder *saved; variable
19 saved = &holder;
24 int x = saved->val; // BOOM
27 printf("saved value: %d\n", x);
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_xgl_api_read.c 50 SetRead(struct apple_xgl_saved_state *saved)
58 saved->swapped = false;
69 saved->swapped = true;
76 saved->swapped = false;
82 UnsetRead(struct apple_xgl_saved_state *saved)
84 if (saved->swapped) {
102 struct apple_xgl_saved_state saved; local
104 SetRead(&saved);
108 UnsetRead(&saved);
114 struct apple_xgl_saved_state saved; local
127 struct apple_xgl_saved_state saved; local
    [all...]
  /external/mesa3d/src/glx/apple/
apple_xgl_api_read.c 50 SetRead(struct apple_xgl_saved_state *saved)
58 saved->swapped = false;
69 saved->swapped = true;
76 saved->swapped = false;
82 UnsetRead(struct apple_xgl_saved_state *saved)
84 if (saved->swapped) {
102 struct apple_xgl_saved_state saved; local
104 SetRead(&saved);
108 UnsetRead(&saved);
114 struct apple_xgl_saved_state saved; local
127 struct apple_xgl_saved_state saved; local
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
password_manager_list.css 5 #saved-passwords-list .list-inline-button {
15 html[dir='ltr'] #saved-passwords-list .list-inline-button {
19 html[dir='rtl'] #saved-passwords-list .list-inline-button {
28 #saved-passwords-list .url {
33 #saved-passwords-list .name {
38 #saved-passwords-list .password {
43 #saved-passwords-list .password input[type='password'],
44 #saved-passwords-list .password input[type='text'] {
53 #saved-passwords-list .url,
54 #saved-passwords-list .name
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
delete2.cpp 12 void *saved; variable
17 saved = p;
25 // poitner in variable "saved", but because this testcase new and immediately
27 // check saved==p once and set saved to NULL to prevent further comparison of
29 if (saved) {
30 if (p == saved) {
31 saved = NULL;
  /ndk/tests/device/test-stlport_static-exception/jni/
delete2.cpp 12 void *saved; variable
17 saved = p;
25 // poitner in variable "saved", but because this testcase new and immediately
27 // check saved==p once and set saved to NULL to prevent further comparison of
29 if (saved) {
30 if (p == saved) {
31 saved = NULL;
  /external/elfutils/0.153/libdw/
libdw_form.c 66 const unsigned char *saved; local
99 saved = valp;
101 result = u128 + (valp - saved);
137 saved = valp;
139 result = valp - saved;
143 saved = valp;
148 result += valp - saved;
  /external/oprofile/module/ia64/
op_ia64_model.h 24 struct op_saved_msr * saved; member in struct:op_msr_group
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextStateSaver.h 63 if (saved())
76 bool saved() const { return m_saveAndRestore; } function in class:blink::GraphicsContextStateSaver
  /external/srec/config/en.us/
run-chmod.sh 2 chmod 777 ./run-bothtags5-from-saved.sh
  /external/valgrind/main/memcheck/tests/
dw4.c 24 char saved = *a; local
28 *a = saved;
varinfo1.c 25 char saved = *a; local
29 *a = saved;
varinfo2.c 25 char saved = *a; local
29 *a = saved;
varinfo3.c 25 char saved = *a; local
29 *a = saved;
varinfo4.c 25 char saved = *a; local
29 *a = saved;
  /external/chromium_org/content/shell/tools/plugin/Tests/
GetURLWithJavaScriptURLDestroyingPlugin.cpp 49 NPSavedData* saved) OVERRIDE {
NPPNewFails.cpp 49 NPSavedData* saved) OVERRIDE {
GetUserAgentWithNullNPPFromNPPNew.cpp 51 NPSavedData* saved) OVERRIDE {
  /external/chromium_org/content/test/plugin/
plugin_arguments_test.h 36 const char* argv[], NPSavedData* saved) OVERRIDE;
plugin_new_fails_test.cc 14 const char* argv[], NPSavedData* saved) {
plugin_new_fails_test.h 17 const char* argv[], NPSavedData* saved) OVERRIDE;
plugin_private_test.h 21 const char* argv[], NPSavedData* saved) OVERRIDE;
  /external/oprofile/module/x86/
op_nmi.c 180 if (group->saved)
181 kfree(group->saved);
183 group->saved = NULL;
197 counters->saved = NULL;
199 controls->saved = NULL;
205 counters->saved = kmalloc(
207 if (!counters->saved)
214 controls->saved = kmalloc(
216 if (!controls->saved)
223 counters->saved[i].low
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SaveRestoreState.java 39 * last saved state in
46 * assigned to the view, so we assign an ID to the view being saved but not
47 * one to the view that isn't being saved.</p>
85 * Retrieve the text that is currently in the "saved" editor.
88 return ((EditText)findViewById(R.id.saved)).getText();
92 * Change the text that is currently in the "saved" editor.
95 ((EditText)findViewById(R.id.saved)).setText(text);
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
settings.css 23 #tabs-settings input[type="text"].saved {

Completed in 1826 milliseconds

1 2 3 4 5 6 7 8 91011>>