OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subtle
(Results
201 - 225
of
579
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/gpu/command_buffer/service/
gpu_scheduler.h
37
void Reset() { base::
subtle
::NoBarrier_Store(&flag_, 0); }
query_manager.cc
47
base::
subtle
::MemoryBarrier();
571
base::
subtle
::MemoryBarrier();
/external/chromium_org/ppapi/c/dev/
ppb_file_chooser_dev.h
100
* <b>
Subtle
note:</b> This function will only work when the tab containing
/external/chromium_org/ppapi/cpp/private/
var_private.h
73
// This is a bit
subtle
:
/external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp
145
// This is
subtle
. We must call that.getGenerationID() to make sure its genID isn't 0.
/external/chromium_org/third_party/sqlite/src/src/
random.c
38
**
subtle
problems on some systems that could cause problems. It is hard
/external/chromium_org/ui/views/bubble/
bubble_border.h
91
// directions in order to do more
subtle
dropshadow fading or other effects.
/external/chromium_org/v8/src/
atomicops.h
28
// The routines exported by this module are
subtle
. If you use them, even if
/external/droiddriver/src/com/google/android/droiddriver/
UiElement.java
215
* Do not use it unless you are sure about the
subtle
details. Note the count
/external/skia/src/core/
SkPixelRef.cpp
145
// This is
subtle
. We must call that.getGenerationID() to make sure its genID isn't 0.
/external/tcpdump/
ip.h
48
* against negative integers quite easily, and fail in
subtle
ways.
/external/v8/src/
atomicops.h
28
// The routines exported by this module are
subtle
. If you use them, even if
/frameworks/base/docs/html/design/style/
branding.jd
14
should be
subtle
— just slightly lighter or darker than the untouched color.</p>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
abc.py
111
#
Subtle
: test for cycles *after* testing for "already a subclass";
sets.py
122
#
Subtle
: it would be nicer if __eq__ and __ne__ could return
172
#
Subtle
: Each pair requires distinct code so that the outcome is
176
# raises TypeError as-is is also a bit
subtle
).
424
#
Subtle
: The xyz_update() functions deliberately return None,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
abc.py
111
#
Subtle
: test for cycles *after* testing for "already a subclass";
sets.py
122
#
Subtle
: it would be nicer if __eq__ and __ne__ could return
172
#
Subtle
: Each pair requires distinct code so that the outcome is
176
# raises TypeError as-is is also a bit
subtle
).
424
#
Subtle
: The xyz_update() functions deliberately return None,
/ndk/sources/host-tools/nawk-20071023/
FIXES
122
spotting this very
subtle
one.
168
subtle
change to split: if source is empty, number of elems
185
fixed
subtle
behavior in field and record splitting: if FS is
213
fixed
subtle
bug in format that could get core dump. thanks to
411
subtle
silent bug in lex.c: if the program ended with a number
593
fixed yet another
subtle
self-assignment problem:
666
like recomputing $0 take place. (this is getting
subtle
.)
[
all
...]
/external/chromium_org/android_webview/native/
aw_contents.cc
120
base::
subtle
::Atomic32 g_instance_count = 0;
186
base::
subtle
::NoBarrier_AtomicIncrement(&g_instance_count, 1);
304
base::
subtle
::NoBarrier_AtomicIncrement(&g_instance_count, -1);
308
if (base::
subtle
::NoBarrier_Load(&g_instance_count) == 0) {
354
return base::
subtle
::NoBarrier_Load(&g_instance_count);
[
all
...]
/external/chromium_org/media/audio/win/
waveout_output_win.cc
214
base::
subtle
::MemoryBarrier();
249
base::
subtle
::MemoryBarrier();
/external/chromium_org/net/base/
net_log.h
318
base::
subtle
::Atomic32 last_id_;
325
base::
subtle
::Atomic32 effective_log_level_;
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-x86.h
66
namespace
subtle
{
namespace in namespace:base
423
} // namespace base::
subtle
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-x86.h
66
namespace
subtle
{
namespace in namespace:base
423
} // namespace base::
subtle
/art/runtime/
dex_file_test.cc
33
// the DexFileHeader test is sensitive to
subtle
changes in the
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java
49
*
subtle
animations or animations that occur very frequently.
Completed in 1309 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>