OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:saves
(Results
51 - 75
of
1519
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/runtime/arch/arm/
portable_entrypoints_arm.S
70
push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee
saves
102
push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee
saves
126
ldrd r2, [sp, #12] @ restore non-callee
saves
r2-r3
133
ldrd r2, [sp, #12] @ restore non-callee
saves
r2-r3
144
push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee
saves
/art/compiler/sea_ir/debug/
dot_gen.h
45
//
Saves
the ssa def->use edges corresponding to @instruction.
101
//
Saves
to @filename the .dot representation of @graph with the options @options.
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentHideShow.java
77
((TextView)tv).setText("The fragment
saves
and restores this text.");
103
((TextView)tv).setText("The TextView
saves
and restores this text.");
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentHideShowSupport.java
78
((TextView)tv).setText("The fragment
saves
and restores this text.");
104
((TextView)tv).setText("The TextView
saves
and restores this text.");
/external/chromium_org/chrome/browser/chromeos/contacts/
contact_database.h
54
// Asynchronously
saves
|contacts_to_save| and |metadata| to the database and
113
//
Saves
data to disk and updates |success|.
/external/chromium_org/chrome/browser/devtools/
devtools_file_helper.h
55
//
Saves
|content| to the file and associates its path with given |url|.
76
// struct to |callback|.
Saves
file system path to prefs.
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
util.js
8
*
Saves
value to local storage that associates with key.
24
*
Saves
user's wallpaper infomation to local and sync storage. Note that local
/external/chromium_org/content/public/browser/android/
compositor.h
100
// Grabs a copy of |texture_id| and
saves
it into |bitmap|. No scaling is
105
// Grabs a copy of |texture_id| and
saves
it into |bitmap|. No scaling is
/external/chromium_org/net/base/
capturing_net_log.h
26
// CapturingNetLog is a NetLog which instantiates Observer that
saves
messages
85
// that
saves
messages to a bounded buffer. It is intended for testing only,
/external/chromium_org/third_party/skia/src/core/
SkPictureStateTree.h
55
* This handles
saves
/restores, and does all necessary matrix setup.
87
// canvas this is playing into (so we can insert
saves
/restores as necessary)
/external/iproute2/include/
ip6tables.h
49
/*
Saves
the union ipt_matchinfo in parsable form to stdout. */
98
/*
Saves
the targinfo in parsable form to stdout. */
iptables.h
72
/*
Saves
the match info in parsable form to stdout. */
124
/*
Saves
the targinfo in parsable form to stdout. */
/external/kernel-headers/original/linux/
seqlock.h
96
* Using xor
saves
one conditional branch.
130
* Using xor
saves
one conditional branch.
/external/llvm/cmake/modules/
TableGen.cmake
89
STRING "Native TableGen executable.
Saves
building one when cross-compiling.")
95
STRING "Native TableGen executable.
Saves
building one when cross-compiling."
/external/skia/src/core/
SkPictureStateTree.h
55
* This handles
saves
/restores, and does all necessary matrix setup.
87
// canvas this is playing into (so we can insert
saves
/restores as necessary)
/art/compiler/jni/quick/
calling_convention.h
160
// | { Callee
saves
} |
198
// | { Callee
saves
} | ([1])
207
// [1] We must save all callee
saves
here to enable any exception throws to restore
208
// callee
saves
for frames above this one.
/art/compiler/sea_ir/types/
types.h
46
//
Saves
the fact that instruction @instruction_id produces a value of type @type.
/art/runtime/arch/
context.h
39
// Read values from callee
saves
in the given frame. The frame also holds
/bionic/libc/arch-arm/bionic/
kill.S
33
/* unlike our auto-generated syscall stubs, this code
saves
lr
tgkill.S
33
/* unlike our auto-generated syscall stubs, this code
saves
lr
tkill.S
33
/* unlike our auto-generated syscall stubs, this code
saves
lr
/bionic/libc/include/sys/
resource.h
37
* once again, creative macro usage
saves
the days
/development/ndk/platforms/android-3/include/sys/
resource.h
37
* once again, creative macro usage
saves
the days
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
DoubleKeyMap.java
6
* This nested hash table
saves
creating a single key each time we access
/external/chromium/chrome/browser/chromeos/
network_message_observer.h
49
//
Saves
the current cellular and plan information.
Completed in 707 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>