OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anything
(Results
51 - 75
of
7069
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/lang/
StrictMath.java
111
* <li>{@code acos((
anything
> 1) = NaN}</li>
112
* <li>{@code acos((
anything
< -1) = NaN}</li>
128
* <li>{@code asin((
anything
> 1)) = NaN}</li>
129
* <li>{@code asin((
anything
< -1)) = NaN}</li>
165
* <li>{@code atan2((
anything
), NaN ) = NaN;}</li>
166
* <li>{@code atan2(NaN , (
anything
) ) = NaN;}</li>
167
* <li>{@code atan2(+0.0, +(
anything
but NaN)) = +0.0}</li>
168
* <li>{@code atan2(-0.0, +(
anything
but NaN)) = -0.0}</li>
169
* <li>{@code atan2(+0.0, -(
anything
but NaN)) = +pi}</li>
170
* <li>{@code atan2(-0.0, -(
anything
but NaN)) = -pi}</li
[
all
...]
/bionic/libc/upstream-netbsd/libc/stdlib/
erand48.c
12
* of any kind. I shall in no event be liable for
anything
that happens
13
* to anyone/
anything
when using this software.
jrand48.c
12
* of any kind. I shall in no event be liable for
anything
that happens
13
* to anyone/
anything
when using this software.
nrand48.c
12
* of any kind. I shall in no event be liable for
anything
that happens
13
* to anyone/
anything
when using this software.
seed48.c
12
* of any kind. I shall in no event be liable for
anything
that happens
13
* to anyone/
anything
when using this software.
srand48.c
12
* of any kind. I shall in no event be liable for
anything
that happens
13
* to anyone/
anything
when using this software.
/external/clang/include/clang/CodeGen/
BackendUtil.h
29
Backend_EmitNothing, ///< Don't emit
anything
(benchmarking mode)
30
Backend_EmitMCNull, ///< Run CodeGen, but don't emit
anything
/external/clang/test/Parser/
c11-noreturn.c
7
int f() _Noreturn; // expected-error {{expected ';'}} expected-warning {{does not declare
anything
}} expected-error {{'_Noreturn' can only appear on functions}}
14
_Noreturn int; // expected-error {{'_Noreturn' can only appear on functions}} expected-warning {{does not declare
anything
}}
/external/llvm/test/CodeGen/X86/
2008-06-13-VolatileLoadStore.ll
6
@
anything
= global i64 0 ; <i64*> [#uses=1]
14
store volatile i64 %b2, i64* @
anything
; may transform to store of double
/external/replicaisland/src/com/replica/replicaisland/
BaseObject.java
21
* The core object from which most other objects are derived.
Anything
that will be managed by
22
* an ObjectManager, and
anything
that requires an update per frame should be derived from
/external/sepolicy/
file.te
26
# Default type for
anything
under /system.
28
# Default type for
anything
under /data.
61
# Default type for
anything
under /cache
64
# type for
anything
under /cache/backup
66
# Default type for
anything
under /efs
/external/chromium_org/chrome/browser/notifications/
balloon_collection_base.h
40
// calls CloseByScript on it. Returns true if
anything
was
45
// and calls CloseByScript on them. Returns true if
anything
50
// on them. Returns true if
anything
was found.
notification_ui_manager.h
41
// displayed or in the queue. Returns true if
anything
was removed.
51
// extension ID). Returns true if
anything
was removed.
57
// Cancels all pending notifications and closes
anything
currently showing.
/external/chromium_org/chrome/browser/ui/
tab_modal_confirm_dialog_delegate.cc
37
// Make sure we won't do
anything
when another action occurs.
46
// Make sure we won't do
anything
when another action occurs.
66
// Make sure we won't do
anything
when another action occurs.
/external/robolectric/src/test/java/com/xtremelabs/robolectric/matchers/
StartedMatcherTest.java
39
givesFailureMessage((Context) activity, "to start " + createIntent(ActivityGroup.class) + ", but didn't start
anything
"));
42
givesFailureMessage((Context) activity, "to start " + createIntent(ActivityGroup.class, "view") + ", but didn't start
anything
"));
45
givesFailureMessage((Context) activity, "to start " + intentWithExtra + ", but didn't start
anything
"));
StartedServiceMatcherTest.java
41
givesFailureMessage((Context) service, "to start " + createIntent(WallpaperService.class) + ", but didn't start
anything
"));
44
givesFailureMessage((Context) service, "to start " + createIntent(WallpaperService.class, "view") + ", but didn't start
anything
"));
47
givesFailureMessage((Context) service, "to start " + intentWithExtra + ", but didn't start
anything
"));
/art/test/062-character-encodings/src/
Main.java
13
// These charsets must be provided;
anything
else is optional.
/dalvik/tests/062-character-encodings/src/
Main.java
13
// These charsets must be provided;
anything
else is optional.
/dalvik/vm/mterp/c/
OP_BREAKPOINT.cpp
8
* for the sake of
anything
that needs to do disambiguation in a
/dalvik/vm/mterp/x86/
alt_stub.S
14
cmpb $$0,offThread_breakFlags(%eax) #
anything
to do?
/development/samples/training/device-management-policy/res/values/
arrays.xml
19
<item>
Anything
</item>
/development/samples/training/device-management-policy/res/values-v11/
arrays.xml
19
<item>
Anything
</item>
/device/asus/grouper/
vendorsetup.sh
17
# This file is executed by build/envsetup.sh, and can use
anything
/device/asus/tilapia/
vendorsetup.sh
17
# This file is executed by build/envsetup.sh, and can use
anything
/device/generic/armv7-a-neon/
vendorsetup.sh
17
# This file is executed by build/envsetup.sh, and can use
anything
Completed in 2395 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>