OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:need
(Results
726 - 750
of
28514
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/net/tools/flip_server/
simple_buffer.h
53
// all existing data. Even if the existing buffer does not
need
to be
54
// resized, unread data may still
need
to be non-destructively copied to
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.cpp
132
// If kerning changes, we
need
a relayout, to force SVGCharacterData to be recalculated in the SVGRootInlineBox.
136
// If resources change, we
need
a relayout, as the presence of resources influences the repaint rect.
140
// If markers change, we
need
a relayout, as marker boundaries are cached in RenderSVGPath.
164
// Some stroke properties, requires relayouts, as the cached stroke boundaries
need
to be recalculated.
175
// Only the stroke-opacity case remains, where we only
need
a repaint.
186
// Painting related properties only
need
repaints.
194
// If fill changes, we just
need
to repaint. Fill boundaries are not influenced by this, only by the Path, that RenderSVGPath contains.
199
// If gradient stops change, we just
need
to repaint. Style updates are already handled through RenderSVGGradientSTop.
/external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.h
44
* The {} and declaration etc.
need
to be included in prefix/postfix or
66
* The {} and declaration etc.
need
to be included in prefix/postfix or
/external/chromium_org/third_party/skia/src/lazy/
SkLazyPixelRef.h
53
// No
need
to flatten this object. When flattening an SkBitmap, SkOrderedWriteBuffer will check
55
// Future implementations of SkFlattenableWriteBuffer will
need
to special case for
/external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc_guard.h
34
// allocator -- so classes that
need
to be sure tcmalloc is loaded
37
// you
need
tcmalloc to be initialized before global constructors run.
/external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc_guard.h
34
// allocator -- so classes that
need
to be sure tcmalloc is loaded
37
// you
need
tcmalloc to be initialized before global constructors run.
/external/chromium_org/tools/grit/grit/testdata/
oem_non_admin.html
33
<p><BR><FONT color=#00218a><B>We're sorry, but you
need
administrator access to
35
<p>To install or run Google Desktop Search you
need
administrator access on this
/external/chromium_org/tools/telemetry/telemetry/page/actions/
play.py
34
# Check if we
need
to wait for 'playing' event to fire.
37
# Check if we
need
to wait for 'ended' event to fire.
wait.py
28
raise page_action.PageActionFailed('You
need
to perform an action '
36
raise page_action.PageActionFailed('You
need
to perform an action '
/external/chromium_org/tools/telemetry/telemetry/page/
page_runner_repeat.py
36
"""Returns True if we
need
to repeat this pageset more times"""
47
"""Returns True if we
need
to repeat this page more times"""
/external/chromium_org/ui/gfx/
gdi_util.h
26
// only
need
to use BMP V4 if you
need
transparency (alpha channel). This
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_drop_target_win.h
69
// The Aura window that is currently under the cursor. We
need
to manually
72
// could be multiple aura windows, so we
need
to generate drag enter events
x11_desktop_window_move_client.h
28
// When we're dragging tabs, we
need
to manually position our window.
51
// We
need
to keep track of this so we can actually move it when reacting to
/external/chromium_org/v8/test/mjsunit/regress/
regress-2843.js
35
var b = x + 2; //
Need
another Simulate to fold the first one into.
36
global = true; //
Need
a side effect to deopt to.
regress-crbug-280333.js
35
var b = x + 2; //
Need
another Simulate to fold the first one into.
36
global = true; //
Need
a side effect to deopt to.
/external/dexmaker/
README
12
It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode specification giving you tight control over the bytecode emitted. Code is generated instruction-by-instruction; you bring your own abstract syntax tree if you
need
one. And since it uses Dalvik's dx tool as a backend, you get efficient register allocation and regular/wide instruction selection for free.
14
It includes a stock code generator for class proxies. If you just want to do AOP or class mocking, you don't
need
to mess around with bytecodes.
/external/jmonkeyengine/
README
24
this library, you will
need
to duplicate the resources you
need
into the assets
/external/kernel-headers/original/asm-generic/
mman-common.h
35
#define MADV_WILLNEED 3 /* will
need
these pages */
36
#define MADV_DONTNEED 4 /* don't
need
these pages */
/external/libpcap/
TODO
32
violates the KISS principle. Why do we
need
pcap_strerror, pcap_perror
35
big picture? Seems like you
need
to buy UNP for that...
/external/llvm/test/Instrumentation/AddressSanitizer/
different_scale_and_offset.ll
18
; No
need
in shift for zero offset.
26
; No
need
in slow path for i32 and mapping scale equal to 2.
/external/oprofile/daemon/
opd_trans.h
80
/** used when we
need
to clear data that's been freed */
83
/** used when we
need
to clear data that's been freed */
/external/oprofile/module/x86/
apic_compat.h
59
/* when !CONFIG_X86_LOCAL_APIC we
need
to provide a valid va to map the
64
* allow a compile time checking but this
need
to be redefined differently */
/external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread_c.h
27
/*
Need
the definitions of SYS_ThreadHandle */
47
#error
Need
thread implementation for this platform
/external/skia/src/lazy/
SkLazyPixelRef.h
53
// No
need
to flatten this object. When flattening an SkBitmap, SkOrderedWriteBuffer will check
55
// Future implementations of SkFlattenableWriteBuffer will
need
to special case for
/external/smack/src/org/jivesoftware/smack/util/collections/
IterableMap.java
25
* There is no
need
to access the entry set or cast to Map Entry objects.
46
* There is no
need
to access the entry set or cast to Map Entry objects.
Completed in 580 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>