OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:returns
(Results
376 - 400
of
31998
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/content/shell/app/
shell_breakpad_client.h
19
//
Returns
a textual description of the product type and version to include
29
//
Returns
a textual description of the product type and version to include
37
// The location where minidump files should be written.
Returns
true if
42
//
Returns
the descriptor key of the android minidump global descriptor.
/external/chromium_org/device/bluetooth/
bluetooth_adapter_factory.h
24
//
Returns
true if the Bluetooth adapter is available for the current
28
//
Returns
the shared instance of the default adapter, creating and
34
//
Returns
the shared instance of the adapter that has already been created,
36
// It
returns
NULL if no adapter has been created at the time.
/external/chromium_org/media/base/
audio_splicer.h
30
//
Returns
true if the buffer was accepted. False is returned if an error
34
//
Returns
true if the splicer has a buffer to return.
37
// Removes the next buffer from the output buffer queue and
returns
it.
38
// This should only be called if HasNextBuffer()
returns
true.
/external/chromium_org/media/cdm/ppapi/
cdm_video_decoder.h
24
//
returns
|cdm::kSuccess| when an output frame is available.
Returns
26
// frame.
Returns
|cdm::kDecodeError| when decoding fails.
37
// |config.codec|.
Returns
a scoped_ptr containing a non-null initialized
/external/chromium_org/net/disk_cache/
block_files.h
47
//
Returns
true if the specified block is used.
53
//
Returns
true if the current block file should not be used as-is to store
57
//
Returns
true if this block file can be used to store an extra record of
61
//
Returns
the number of empty blocks for this file.
64
//
Returns
the minumum number of allocations that can be satisfied.
67
//
Returns
the number of blocks that this file can store.
70
//
Returns
true if the counters look OK.
73
//
Returns
the identifiers of this and the next file (0 if there is none).
77
//
Returns
the size of the wrapped structure (BlockFileHeader).
80
//
Returns
a pointer to the underlying BlockFileHeader
[
all
...]
/external/chromium_org/ppapi/api/dev/
ppb_buffer_dev.idl
25
*
Returns
PP_TRUE if the given resource is a Buffer.
Returns
PP_FALSE if the
32
* Gets the size of the buffer.
Returns
PP_TRUE on success, PP_FALSE
40
* Maps this buffer into the plugin address space and
returns
a pointer to
/external/chromium_org/ppapi/examples/printing/
README.txt
2
associate the plugin with a MIME type your server
returns
.
/external/chromium_org/remoting/host/
audio_capturer.h
22
//
Returns
true if audio capturing is supported on this platform. If this
23
//
returns
true, then Create() must not return NULL.
29
//
Returns
true on success.
34
//
Returns
true if the audio capturer is running.
screen_resolution.h
21
//
Returns
the screen dimensions scaled according to the passed |new_dpi|.
31
//
Returns
true if |dimensions_| specifies an empty rectangle or when
32
// IsValid()
returns
false.
35
//
Returns
true if the dimensions and DPI of the two resolutions match.
/external/chromium_org/remoting/host/setup/
daemon_installer_win.h
27
//
returns
NULL and passed the error code to |done|.
45
//
Returns
the first top-level (i.e. WS_OVERLAPPED or WS_POPUP) window in
46
// the chain of parents of |window|.
Returns
|window| if it represents
47
// a top-level window.
Returns
NULL when |window| is NULL.
pin_validator.h
12
//
Returns
true if a PIN is valid.
/external/chromium_org/third_party/skia/include/core/
SkFlate.h
30
* putting the result into dst.
Returns
false if an error occurs.
36
* putting the result into dst.
Returns
false if an error occurs.
42
* putting the result into dst.
Returns
false if an error occurs.
47
putting the result into dst.
Returns
false if an error occurs.
/external/chromium_org/ui/aura/
root_window_transformer.h
25
//
Returns
the transform the root window in DIP.
28
//
Returns
the inverse of the transform above. This method is to
33
//
Returns
the root window's bounds for given host window size in DIP.
38
//
Returns
the insets that specifies the effective area of
/external/chromium_org/ui/base/cursor/
cursors_aura.h
21
//
Returns
data about |id|, where id is a cursor constant like
23
// for the different DPIs will be placed in |hot_1x| and |hot_2x|.
Returns
38
//
Returns
the cursor bitmap for |cursor|.
Returns
false if |cursor| is invalid.
/external/chromium_org/ui/gfx/
font_smoothing_win.h
10
//
Returns
the Windows system font smoothing and ClearType settings.
/external/chromium_org/ui/gl/
egl_util.h
10
//
Returns
the last EGL error as a string.
gl_share_group.h
28
//
Returns
a handle to any initialized context in the share group or NULL if
32
//
Returns
a pointer to any initialized context in the share group
36
// Sets and
returns
the unique shared GL context. Used for context
42
// Sets and
returns
the ID of the renderer that all contexts in this share
/external/chromium_org/ui/views/focus/
focus_manager_delegate.h
24
// is called, and if that handler processes the event (i.e.
returns
true),
25
// this method immediately
returns
. If not, we do the same thing on the next
27
//
Returns
true if an accelerator was activated.
30
//
Returns
the AcceleratorTarget that should be activated for the specified
/external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h
0
/** \
returns
an expression of the coefficient wise product of \c *this and \a other
12
/** \
returns
an expression of the coefficient wise quotient of \c *this and \a other
23
/** \
returns
an expression of the coefficient-wise min of \c *this and \a other
32
/** \
returns
an expression of the coefficient-wise min of \c *this and scalar \a other
42
/** \
returns
an expression of the coefficient-wise max of \c *this and \a other
51
/** \
returns
an expression of the coefficient-wise max of \c *this and scalar \a other
61
/** \
returns
an expression of the coefficient-wise \< operator of *this and \a other
70
/** \
returns
an expression of the coefficient-wise \<= operator of *this and \a other
79
/** \
returns
an expression of the coefficient-wise \> operator of *this and \a other
88
/** \
returns
an expression of the coefficient-wise \>= operator of *this and \a othe
[
all
...]
/external/eigen/doc/examples/
function_taking_eigenbase.cpp
16
// v.asDiagonal()
returns
a 3x3 diagonal matrix pseudo-expression
/external/junit/src/org/junit/runners/model/
FrameworkMember.java
8
*
Returns
the annotations on this method
/external/libnfc-nci/src/nfa/int/
nfa_sys_ptim.h
57
**
Returns
void
68
**
Returns
void
80
**
Returns
void
91
**
Returns
void
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
bindings.c
3
/* putchard - putchar that takes a double and
returns
0. */
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
bindings.c
3
/* putchard - putchar that takes a double and
returns
0. */
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CDStatus.3
3
SDL_CDStatus \-
Returns
the current status of the given drive\&.
9
\fB/* Given a status,
returns
true if there\&'s a disk in the drive */
13
This function
returns
the current status of the given drive\&. Status is described like so:
28
The macro \fBCD_INDRIVE\fP is provided for convenience, and given a status
returns
true if there\&'s a disk in the drive\&.
Completed in 1284 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>