OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:given
(Results
76 - 100
of
14528
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bluetooth/glib/docs/reference/glib/tmpl/
quarks.sgml
10
Given
either the string or the #GQuark identifier it is possible to
23
To find the string corresponding to a
given
#GQuark, use g_quark_to_string().
26
To find the #GQuark corresponding to a
given
string, use g_quark_try_string().
53
Gets the #GQuark identifying the
given
string.
64
Gets the #GQuark identifying the
given
(static) string.
66
#GQuark is created, linked to the
given
string.
85
Gets the string associated with the
given
#GQuark.
94
Gets the #GQuark associated with the
given
string, or 0 if string is
relations.sgml
29
To determine if a
given
record appears in a #GRelation, use
35
To count the number of records which have a particular value in a
given
39
To get all the records which have a particular value in a
given
field,
44
To delete all records which have a particular value in a
given
field,
72
Creates a new #GRelation with the
given
number of fields.
82
Creates an index on the
given
field.
89
@key_equal_func: a function to compare two values of the
given
field.
104
Returns %TRUE if a record with the
given
values exists in a #GRelation.
117
Returns the number of tuples in a #GRelation that have the
given
value
118
in the
given
field
[
all
...]
/external/chromium/chrome/browser/bookmarks/
bookmark_model_test_utils.h
15
// Verifies that the two
given
bookmark models are the same.
21
// Helper to verify the two
given
bookmark nodes.
/external/chromium/chrome/browser/chromeos/
cros_settings_provider.h
18
// Sets |in_value| to
given
|path| in cros settings.
22
// Gets settings value of
given
|path| to |out_value|.
/external/chromium/chrome/browser/parsers/
metadata_parser_factory.h
20
// Used to check to see if the parser can parse the
given
file. This
26
// Creates the parser on the
given
file. Creating the parser does not
metadata_parser_manager.h
17
//
given
file. Allows parsers to register themselves.
31
// Returns a new metadata parser for a
given
file.
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller_target.h
18
// Dispatch context menu commands for the
given
tab controller.
21
// Returns YES if the specificed command should be enabled for the
given
/external/chromium/chrome/browser/ui/webui/
web_ui_util.h
19
// Convenience routine to get data url that corresponds to
given
23
// image. Returns empty string if a resource does not exist for
given
/external/proguard/src/proguard/classfile/
ClassPool.java
49
* Adds the
given
Clazz to the class pool.
58
* Removes the
given
Clazz from the class pool.
68
* <code>null</code> if the class with the
given
name is not in the class
96
* Applies the
given
ClassPoolVisitor to the class pool.
105
* Applies the
given
ClassVisitor to all classes in the class pool,
120
* Applies the
given
ClassVisitor to all classes in the class pool,
136
* Applies the
given
ClassVisitor to the class with the
given
name,
/external/webkit/Source/WebKit/chromium/public/
WebFont.h
61
// Draws the text run to the
given
canvas. The text is positioned at the
62
//
given
left-hand point at the baseline.
64
// The text will be clipped to the
given
clip rect. |canvasIsOpaque| is
69
// |from| and |to| allow the caller to specify a subrange of the
given
text
75
// Measures the width in pixels of the
given
text run.
78
// Returns the character offset corresponding to the
given
horizontal pixel
83
// |from| -> |to| of the
given
text run. You can use -1 for |to| to specify
86
// The rect will be positioned as if the text was drawn at the
given
/frameworks/compile/libbcc/runtime/make/
util.mk
33
# Set the
given
make variable to the
given
value.
38
# Append the
given
value to the
given
make variable.
43
# Check whether the
given
variable is defined.
48
# Check whether the
given
variable is undefined.
53
# Get the value of the
given
make variable, or the default-value if the variable
80
# Check that a value is true, or give an error including the
given
message
/libcore/luni/src/main/java/java/nio/charset/
Charsets.java
45
* Returns a new byte array containing the bytes corresponding to the
given
characters,
51
* Returns a new byte array containing the bytes corresponding to the
given
characters,
57
* Returns a new byte array containing the bytes corresponding to the
given
characters,
63
* Returns a new byte array containing the bytes corresponding to the
given
characters,
79
* Decodes the
given
US-ASCII bytes into the
given
char[]. Equivalent to but faster than:
89
* Decodes the
given
ISO-8859-1 bytes into the
given
char[]. Equivalent to but faster than:
/libcore/luni/src/main/java/java/util/concurrent/
Delayed.java
13
* acted upon after a
given
delay.
26
*
given
time unit.
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
IStateDetailProvider.java
22
/** Is this provider applicable for
given
GL state property? */
25
/** Update the detail view for
given
GL state property. */
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
JavaContext.java
41
* Constructs a {@link JavaContext} for running lint on the
given
file, with
42
* the
given
scope, in the
given
project reporting errors to the
given
46
* @param project the project to run lint on which contains the
given
file
62
* Returns a location for the
given
node
65
* @return a location for the
given
node
85
* Reports an issue applicable to a
given
AST node. The AST node is used as the
/dalvik/dx/src/com/android/dx/io/instructions/
CodeOutput.java
59
* Writes the contents of the
given
array.
64
* Writes the contents of the
given
array.
69
* Writes the contents of the
given
array.
74
* Writes the contents of the
given
array.
/dalvik/libdex/
DexDataMap.h
50
* Get the type associated with the
given
offset. This returns -1 if
51
* there is no entry for the
given
offset.
56
* Verify that there is an entry in the map, mapping the
given
offset to
57
* the
given
type. This will return true if such an entry exists and
/dalvik/tests/021-string2/src/junit/framework/
Assert.java
16
* an AssertionFailedError with the
given
message.
31
* an AssertionFailedError with the
given
message.
44
* Fails a test with the
given
message.
57
* an AssertionFailedError is thrown with the
given
message.
91
* an AssertionFailedError is thrown with the
given
message. If the expected
112
* an AssertionFailedError is thrown with the
given
message. If the expected
133
* an AssertionFailedError is thrown with the
given
message.
146
* an AssertionFailedError is thrown with the
given
message.
159
* an AssertionFailedError is thrown with the
given
message.
172
* an AssertionFailedError is thrown with the
given
message
[
all
...]
/dalvik/tests/068-classloader/
info.txt
1
Class loaders allow code to "redefine" a
given
class, e.g. it's possible to
/dalvik/tests/082-inline-execute/src/junit/framework/
Assert.java
16
* an AssertionFailedError with the
given
message.
31
* an AssertionFailedError with the
given
message.
44
* Fails a test with the
given
message.
57
* an AssertionFailedError is thrown with the
given
message.
91
* an AssertionFailedError is thrown with the
given
message. If the expected
112
* an AssertionFailedError is thrown with the
given
message. If the expected
133
* an AssertionFailedError is thrown with the
given
message.
146
* an AssertionFailedError is thrown with the
given
message.
159
* an AssertionFailedError is thrown with the
given
message.
172
* an AssertionFailedError is thrown with the
given
message
[
all
...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
table_data_model.js
32
* Returns the item at the
given
index.
33
* This implementation returns the item at the
given
index in the source
36
* @return {*} The element at the
given
index.
43
* Returns the item at the
given
index.
44
* This implementation returns the item at the
given
index in the sorted
47
* @return {*} The element at the
given
index.
56
* Returns compare function set for
given
field.
58
* @return {Function(*, *): number} Compare function set for
given
field.
65
* Sets compare function for
given
field.
67
* @param {Function(*, *): number} Compare function to set for
given
field
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_folder_target.h
32
// Copies the
given
bookmark node to the
given
pasteboard, declaring appropriate
37
// Fill the
given
pasteboard with appropriate data when the
given
button is
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
favicon_util.h
13
// Returns an autoreleased favicon for a
given
TabContents. If |contents| is
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
util.js
10
* @return {HTMLElement} The html element for the
given
element id.
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
CodeOutput.java
59
* Writes the contents of the
given
array.
64
* Writes the contents of the
given
array.
69
* Writes the contents of the
given
array.
74
* Writes the contents of the
given
array.
Completed in 486 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>