OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current
(Results
901 - 925
of
28275
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
l-ipo.h
33
/* The macro to test if the
current
module being parsed is the
37
/* The macro to test if the
current
module being parsed is an
42
/*
Current
module id. */
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
l-ipo.h
33
/* The macro to test if the
current
module being parsed is the
37
/* The macro to test if the
current
module being parsed is an
42
/*
Current
module id. */
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
l-ipo.h
33
/* The macro to test if the
current
module being parsed is the
37
/* The macro to test if the
current
module being parsed is an
42
/*
Current
module id. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
version.h
42
/** Return the version of the library the
current
application is linked to. */
45
/** The
current
API version. Version 6 relates to Polypaudio
50
/** The
current
protocol version. Version 8 relates to Polypaudio 0.8/PulseAudio 0.9.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
version.h
42
/** Return the version of the library the
current
application is linked to. */
45
/** The
current
API version. Version 6 relates to Polypaudio
50
/** The
current
protocol version. Version 8 relates to Polypaudio 0.8/PulseAudio 0.9.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
version.h
42
/** Return the version of the library the
current
application is linked to. */
45
/** The
current
API version. Version 6 relates to Polypaudio
50
/** The
current
protocol version. Version 8 relates to Polypaudio 0.8/PulseAudio 0.9.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasAlternateSelection.java
22
* Information for the
current
alternate selection, i.e. the possible selected items
53
* Returns the
current
alternate view to select.
61
* Changes the
current
view to be the next one and then returns it.
/art/compiler/driver/
compiler_driver_test.cc
42
Runtime::
Current
()->GetCompileTimeClassPath(class_loader),
51
Thread::
Current
()->TransitionFromSuspendedToRunnable();
54
env_ = Thread::
Current
()->GetJniEnv();
67
= Runtime::
Current
()->GetCompileTimeClassPath(class_loader);
76
ClassLinker* class_linker = Runtime::
Current
()->GetClassLinker();
80
ScopedObjectAccess soa(Thread::
Current
());
102
ScopedObjectAccess soa(Thread::
Current
());
144
ScopedObjectAccess soa(Thread::
Current
());
165
Thread::
Current
()->ClearException();
/art/runtime/base/unix_file/
random_access_file.h
26
// its
current
extent).
48
// file's
current
extent, data is discarded. If this is greater than the
49
// file's
current
extent, it is as if a write of the relevant number of zero
53
// Returns the
current
size of this file.
/build/core/combo/arch/x86/
x86-atom.mk
14
ARCH_X86_HAVE_POPCNT := false # popcnt is not supported by
current
Atom CPUs
/cts/tests/tests/content/src/android/content/pm/cts/
ProviderInfoTest.java
43
ProviderInfo
current
;
local
45
current
= providerIterator.next();
46
if (
current
.name.equals(PROVIDER_NAME)) {
47
checkProviderInfoMethods(
current
, p);
/cts/tests/tests/net/src/android/net/cts/
MailToTest.java
25
private static final String MAILTOURI_2 = "mailto:infobot@example.com?subject=
current
-issue";
27
"mailto:infobot@example.com?body=send%20
current
-issue";
28
private static final String MAILTOURI_4 = "mailto:infobot@example.com?body=send%20
current
-" +
60
assertEquals("
current
-issue", mailTo_2.getSubject());
66
assertTrue(stringUrl.contains("subject=
current
-issue&"));
73
assertEquals("send
current
-issue", mailTo_3.getBody());
79
assertTrue(stringUrl.contains("body=send%20
current
-issue&"));
86
assertEquals("send
current
-issue\r\nsend index", mailTo_4.getBody());
92
assertTrue(stringUrl.contains("body=send%20
current
-issue%0D%0Asend%20index&"));
/cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java
47
// get possible spelling correction in the scope of
current
55
* get possible spelling correction in the scope of
current
63
* get possible spelling correction in the scope of
current
70
// get possible spelling correction outside of the scope of
current
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Projector.java
57
* Get the
current
projection matrix. Has the side-effect of
58
* setting
current
matrix mode to GL_PROJECTION
67
* Get the
current
model view matrix. Has the side-effect of
68
* setting
current
matrix mode to GL_MODELVIEW
/development/samples/ApiDemos/tests/
Android.mk
20
LOCAL_SDK_VERSION :=
current
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
AnimatorPath.java
35
* Move from the
current
path point to the new one
45
* Create a straight line from the
current
path point to the new one
53
* Create a quadratic B?zier curve from the
current
path point to the new one
54
* specified by x and y. The curve uses the
current
path location as the first anchor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeIterator.cs
78
public object
Current
107
Current
= tree;
114
Current
= nodes.Dequeue();
121
Current
= eof;
130
Current
= down;
150
Current
= nodes.Dequeue();
159
Current
= nodes.Dequeue();
166
bool result =
Current
!= eof || !reachedEof;
167
reachedEof =
Current
== eof;
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
ContentSigner.java
21
* Returns a signature based on the
current
data written to the stream, since the
/external/chromium/base/allocator/
allocator_shim.h
12
// be used by subprocesses. Priority is given to the
current
value of
/external/chromium/base/
timer.cc
23
MessageLoop::
current
()->PostDelayedTask(
/external/chromium/chrome/browser/
browser_trial.h
15
// define
current
and past trials.
browser_util_win.h
11
// Check if
current
chrome.exe is already running as a browser process by trying
/external/chromium/chrome/browser/chromeos/
brightness_observer.h
15
//
current
brightness level whenever the user changes it.
/external/chromium/chrome/browser/chromeos/login/
language_switch_menu.h
38
// Returns
current
locale name to be placed on the language menu-button.
44
// Switches the
current
locale, saves the new locale in preferences.
45
// Returns true if it has switched the
current
locale.
48
// Switches the
current
locale, saves the new locale in preferences.
/external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.h
34
// Destruction cancels the
current
outstanding request, and clears the
67
// Handle for cancelling the
current
request if it has started (else NULL).
71
// Members for the
current
outstanding proxy request.
76
// FIFO queue of pending requests. The first entry is always the
current
one.
Completed in 3227 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>