OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Get
(Results
276 - 300
of
483
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.cpp
110
SkTypefaceCache& SkTypefaceCache::
Get
() {
126
Get
().add(face, requestedStyle, strong);
131
return
Get
().findByID(fontID);
136
SkTypeface* typeface =
Get
().findByProcAndRef(proc, ctx);
142
Get
().purgeAll();
158
(void)
Get
().findByProcAndRef(DumpProc, NULL);
/external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook-inl.h
62
PtrT
Get
() const {
156
return base::internal::new_hook_.
Get
();
171
return base::internal::delete_hook_.
Get
();
186
return base::internal::premmap_hook_.
Get
();
208
return base::internal::mmap_hook_.
Get
();
248
return base::internal::munmap_hook_.
Get
();
271
return base::internal::mremap_hook_.
Get
();
293
return base::internal::presbrk_hook_.
Get
();
308
return base::internal::sbrk_hook_.
Get
();
/external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_hook-inl.h
62
PtrT
Get
() const {
156
return base::internal::new_hook_.
Get
();
171
return base::internal::delete_hook_.
Get
();
186
return base::internal::premmap_hook_.
Get
();
208
return base::internal::mmap_hook_.
Get
();
248
return base::internal::munmap_hook_.
Get
();
271
return base::internal::mremap_hook_.
Get
();
293
return base::internal::presbrk_hook_.
Get
();
308
return base::internal::sbrk_hook_.
Get
();
/external/chromium_org/tools/cr/cr/
visitor.py
239
def
Get
(self, key, raise_errors=False):
/external/chromium_org/tools/site_compare/commands/
maskmaker.py
14
import tempfile #
Get
a temporary directory to hold intermediates
99
#
Get
the list of URLs to generate masks for
131
#
Get
the scraper
timeload.py
16
import tempfile #
Get
a temporary directory to hold intermediates
/external/chromium_org/v8/src/
lazy-instance.h
32
// be called once, even if two threads are racing to create the object.
Get
()
51
// my_instance.
Get
().SomeMethod(); // MyClass::SomeMethod()
215
const T&
Get
() const {
/external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc
292
uptr StackTrace::
Get
(uptr i) const {
/external/skia/src/core/
SkTypefaceCache.cpp
110
SkTypefaceCache& SkTypefaceCache::
Get
() {
126
Get
().add(face, requestedStyle, strong);
131
return
Get
().findByID(fontID);
136
SkTypeface* typeface =
Get
().findByProcAndRef(proc, ctx);
142
Get
().purgeAll();
158
(void)
Get
().findByProcAndRef(DumpProc, NULL);
/external/v8/src/
lazy-instance.h
32
// be called once, even if two threads are racing to create the object.
Get
()
51
// my_instance.
Get
().SomeMethod(); // MyClass::SomeMethod()
214
const T&
Get
() const {
/art/compiler/dex/
growable_array.h
61
return g_list_->
Get
(idx_++);
118
T
Get
(size_t index) const {
/art/runtime/
indirect_reference_table.h
96
* memory accesses on add/
get
. It will catch additional problems, e.g.:
160
* To
get
the desired behavior for JNI locals, we need to know the bottom
181
* stale references aren't possible (though we may be able to
get
similar
269
const mirror::Object*
Get
(IndirectRef iref) const {
zip_archive.cc
33
//
Get
2 little-endian bytes.
39
//
Get
4 little-endian bytes.
163
z_stream&
Get
() {
179
if (read_buf.
get
() == NULL || write_buf.
get
() == NULL) {
184
UniquePtr<ZStream> zstream(new ZStream(write_buf.
get
(), kBufSize));
188
int zerr = inflateInit2(&zstream->
Get
(), -MAX_WBITS);
201
if (zstream->
Get
().avail_in == 0) {
204
ssize_t actual = TEMP_FAILURE_RETRY(read(in, read_buf.
get
(), bytes_to_read));
210
zstream->
Get
().next_in = read_buf.get()
[
all
...]
/build/tools/releasetools/
ota_from_target_files
124
result = tgtfiles.
get
("path:" + src.name)
128
if not OPTIONS.target_info_dict.
get
("update_rename_support", False):
134
result = tgtfiles.
get
("sha1:" + src.sha1)
135
if result is not None and existing.
get
(result.name) is None:
137
result = tgtfiles.
get
("file:" + src.name.split("/")[-1])
138
if result is not None and existing.
get
(result.name) is None:
156
self.parent = Item.
Get
(os.path.dirname(name), dir=True)
175
def
Get
(cls, name, dir=False):
203
i = cls.ITEMS.
get
(name, None)
214
i = cls.ITEMS.
get
("system/recovery-from-boot.p", None
[
all
...]
/external/chromium/chrome/browser/chromeos/login/
signed_settings_helper.cc
35
CHECK(op_.
get
());
64
return op_.
get
();
449
SignedSettingsHelper* SignedSettingsHelper::
Get
() {
/external/chromium/chrome/browser/speech/
speech_input_manager.cc
162
SpeechInputManager* SpeechInputManager::
Get
() {
215
if (!optional_request_info_.
get
()) {
/external/chromium/chrome/browser/ui/webui/options/chromeos/
system_settings_provider.cc
161
city = icu::ures_getUnicodeStringByKey(zone_item.
get
(), "ec", &status);
199
if (!UserManager::
Get
()->current_user_is_owner())
214
bool SystemSettingsProvider::
Get
(const std::string& path,
230
CrosSettings::
Get
()->FireObservers(kSystemTimezone);
/external/chromium/net/disk_cache/
bitmap.cc
15
//
Get
the LSB, put it on the exponent of a 32 bit float and remove the
103
bool Bitmap::
Get
(int index) const {
230
if (
Get
(bit_index) == value)
/external/chromium/net/spdy/
spdy_session_pool.cc
61
scoped_refptr<SpdySession> SpdySessionPool::
Get
(
146
return spdy_session.
get
() != NULL;
172
list->Append(session->
get
()->GetInfoAsValue());
232
NOTREACHED(); // It shouldn't be in the aliases table if we can't
get
it!
/external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.cc
63
bool
Get
(pair<int, int> rvh_id, IoThreadClientData* client);
87
bool RvhToIoThreadClientMap::
Get
(
156
if (!RvhToIoThreadClientMap::GetInstance()->
Get
(rvh_id, &client_data))
161
client_data.io_thread_client.
get
(env);
/external/chromium_org/apps/
saved_files_service.cc
59
DictionaryValue* file_entries = update.
Get
();
78
DictionaryValue* file_entries = update.
Get
();
94
DictionaryValue* file_entries = update.
Get
();
121
if (!file_entry->
Get
(kFileEntryPath, &path_value))
191
SavedFilesService* SavedFilesService::
Get
(Profile* profile) {
245
SavedFiles* saved_files =
Get
(extension_id);
248
return GetSavedFileEntries(ExtensionPrefs::
Get
(profile_), extension_id);
271
ClearSavedFileEntries(ExtensionPrefs::
Get
(profile_), extension->id());
275
SavedFilesService::SavedFiles* SavedFilesService::
Get
(
287
SavedFiles* saved_files =
Get
(extension_id)
[
all
...]
shell_window_geometry_cache.cc
44
ShellWindowGeometryCache* ShellWindowGeometryCache::
Get
(
293
return Singleton<ShellWindowGeometryCache::Factory>::
get
();
312
extensions::ExtensionPrefs::
Get
(profile));
shell_window_registry.cc
63
ShellWindowRegistry* ShellWindowRegistry::
Get
(
183
AppsClient::
Get
()->GetLoadedBrowserContexts();
204
AppsClient::
Get
()->GetLoadedBrowserContexts();
277
return Singleton<ShellWindowRegistry::Factory>::
get
();
/external/chromium_org/ash/system/chromeos/power/
power_status.cc
97
PowerStatus* PowerStatus::
Get
() {
98
CHECK(g_power_status) << "PowerStatus::
Get
() called before Initialize().";
131
chromeos::DBusThreadManager::
Get
()->GetPowerManagerClient()->
209
//
Get
the horizontal offset in the battery icon array image. The USB /
215
//
Get
the vertical offset corresponding to the current battery level.
276
chromeos::DBusThreadManager::
Get
()->GetPowerManagerClient()->
278
chromeos::DBusThreadManager::
Get
()->GetPowerManagerClient()->
283
chromeos::DBusThreadManager::
Get
()->GetPowerManagerClient()->
/external/chromium_org/base/containers/
mru_cache.h
40
// The deletor will
get
called on all payloads that are being removed or
113
iterator
Get
(const KeyType& key) {
125
// result without affecting the ordering (unlike
Get
).
Completed in 577 milliseconds
<<
11
12
13
14
15
16
17
18
19
20