OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loaded
(Results
126 - 150
of
6589
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/include/clang/Lex/
ModuleLoader.h
71
/// \param Visibility The visibility provided for the names in the
loaded
74
/// \param IsInclusionDirective Indicates that this module is being
loaded
76
/// it is being
loaded
due to an import declaration.
78
/// \returns If successful, returns the
loaded
module. Otherwise, returns
79
/// NULL to indicate that the module could not be
loaded
.
/external/openssl/patches/
eng_dyn_dirs.patch
8
be considered "
loaded
" for the next call of DSO_load(...) and cause
10
loaded
" even though the load failed.
14
if another library is
loaded
successfully on subsequent calls to
32
+ * this to determine when the DSO has been
loaded
above. */
41
+ * this to determine when the DSO has been
loaded
above. */
/external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java
35
*
loaded
at that time; it may have already been
loaded
or it may be
loaded
in the future via
37
* various game systems and while the texture data itself is streamed in or
loaded
as necessary.
81
/** Loads a single texture into memory. Does nothing if the texture is already
loaded
. */
88
/** Loads all unloaded textures into OpenGL memory. Already-
loaded
textures are ignored. */
91
if (mTextureHash[x].resource != -1 && mTextureHash[x].
loaded
== false) {
100
if (mTextureHash[x].resource != -1 && mTextureHash[x].
loaded
) {
104
mTextureHash[x].
loaded
= false;
119
if (mTextureHash[x].resource != -1 && mTextureHash[x].
loaded
) {
[
all
...]
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
GetTitleTest.java
91
* When the data has empty title, the page title is set to the
loaded
content.
100
assertEquals("Title should be set to the
loaded
data:text/html content", expectedTitle,
105
* When the data has no title, the page title is set to the
loaded
content.
129
* When the
loaded
file has empty title, the page title is set to the url it loads from.
130
* It also contains: hostName, portNumber information if its part of the
loaded
URL.
141
* When the
loaded
file has no title, the page title is set to the urk it loads from.
142
* It also contains: hostName, portNumber information if its part of the
loaded
URL.
/frameworks/base/tools/preload/
WritePreloadedClassFile.java
38
* Preload any class that was
loaded
by at least MIN_PROCESSES processes.
71
* a) it's
loaded
in the bootclasspath (i.e., is a system class)
73
* c) it's
loaded
by more than one process, or it's
loaded
by an
78
// Preload classes that were
loaded
by at least 2 processes. Hopefully,
94
+ " classses were
loaded
by more than one app.");
115
// Make classes that were implicitly
loaded
by the zygote explicit.
/external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb
47
when requiring 'antlr3', only the essential core components are
loaded
56
the most important components of the runtime library.
loaded
by default
62
through strings, tokens, and tree nodes
loaded
by default
66
loaded
by default
70
recognizers.
loaded
by default
73
throughout the library.
loaded
by default
76
not
loaded
by default when 'antlr3' is required, but it is autloaded on demand
86
as a script (not
loaded
as a module), the code will behave as a full
184
# Set up non-essential components to be
loaded
on-demand
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_unittest.cc
64
bookmark_bar_->
Loaded
(model);
78
bookmark_bar_->
Loaded
(model);
91
bookmark_bar_->
Loaded
(model);
/external/chromium/chrome/common/
jstemplate_builder.h
26
// A helper function that generates a string of HTML to be
loaded
. The
33
// A helper function that generates a string of HTML to be
loaded
. The
39
// A helper function that generates a string of HTML to be
loaded
. The
/external/chromium_org/chrome/app/
client_util.h
45
// Called after chrome.dll has been
loaded
but before the entry point
47
// |dll_path| refers to the path of the Chrome dll being
loaded
.
52
// |dll_path| refers to the path of the Chrome dll being
loaded
.
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_view_mac.h
51
//
loaded
.
82
// We wait to show the ExtensionView until several things have
loaded
.
90
//
loaded
.
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_unittest.cc
66
bookmark_bar_->
Loaded
(model_, false);
78
bookmark_bar_->
Loaded
(model_, false);
89
bookmark_bar_->
Loaded
(model_, false);
/external/chromium_org/content/public/common/
frame_navigate_params.h
27
// iframes are
loaded
automatically.
30
// URL of the page being
loaded
.
36
// This is of interest when a MHTML file is
loaded
, as the base URL has been
/external/chromium_org/crypto/
nss_util_internal.h
72
// Returns the private slot for |username_hash| if it is
loaded
. If it is not
73
//
loaded
and |callback| is non-null, the |callback| will be run once the slot
74
// is
loaded
.
/external/chromium_org/third_party/WebKit/Source/core/events/
ResourceProgressEvent.h
51
static PassRefPtr<ResourceProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long
loaded
, unsigned long long total, const String& url)
53
return adoptRef(new ResourceProgressEvent(type, lengthComputable,
loaded
, total, url));
62
ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long
loaded
, unsigned long long total, const String& url);
/external/chromium_org/third_party/openssl/openssl/crypto/conf/
README
28
When this file is
loaded
a configuration module with the specified string
35
loaded
.
43
loaded
is the first one cleaned up.
/external/chromium_org/third_party/sqlite/src/src/
test_autoext.c
88
** Register the "sqr" extension to be
loaded
automatically.
104
** Register the "cube" extension to be
loaded
automatically.
120
** Register the broken extension to be
loaded
automatically.
/external/chromium_org/tools/telemetry/telemetry/core/
temporary_http_server_unittest.py
59
var
loaded
= false;
62
loaded
= true;
70
tab.WaitForJavaScriptExpression('
loaded
', 5)
/external/javassist/src/main/javassist/
Translator.java
23
* when the class file is
loaded
into the JVM.
47
* a class is
loaded
. The <code>Loader</code> calls
62
* @param classname the name of the class being
loaded
.
/external/openssl/crypto/conf/
README
28
When this file is
loaded
a configuration module with the specified string
35
loaded
.
43
loaded
is the first one cleaned up.
/external/skia/tools/skpdiff/
SkCLImageDiffer.h
51
* @param kernel A pointer to return the
loaded
kernel into
61
* @param kernel A pointer to return the
loaded
kernel into
71
* @param kernel A pointer to return the
loaded
kernel into
/frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java
37
/*
LOADED
means all ICC records, including IMSI, are
loaded
*/
38
public static final String INTENT_VALUE_ICC_LOADED = "
LOADED
";
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapLoader.java
27
// 2.) as a place holder for the
loaded
bitmap
34
* REQUESTED -> INIT (cancel),
LOADED
, ERROR, RECYCLED
35
*
LOADED
, ERROR -> RECYCLED
/art/runtime/
asm_support.h
20
// Value
loaded
into rSUSPEND for quick. When this value is counted down to zero we do a suspend
/art/test/068-classloader/src/
IGetDoubled.java
18
* Interface,
loaded
from one loader, used from another.
/bionic/libc/bionic/
libc_init_dynamic.cpp
35
* the dynamic linker when libc.so is
loaded
. This happens before
42
* by the dynamic linker after all libraries have been
loaded
and
65
// as soon as the shared library is
loaded
.
90
// called by the dynamic linker after it has
loaded
all shared
Completed in 389 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>