OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appends
(Results
76 - 100
of
1049
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/dbus/
message.h
272
//
Appends
a byte to the message.
308
//
Appends
the array of bytes. Arrays of bytes are often used for
313
//
Appends
the array of strings. Arrays of strings are often used for
318
//
Appends
the array of object paths. Arrays of object paths are often
323
//
Appends
the protocol buffer as an array of bytes. The buffer is serialized
331
//
Appends
the byte wrapped in a variant data container. Variants are
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h
113
//
Appends
the given TestPartResult to the array.
140
// An object of this class
appends
a TestPartResult object to the
154
//
Appends
the TestPartResult object to the TestPartResultArray
/external/chromium_org/third_party/re2/re2/
tostring.cc
43
string* t_; // The string the walker
appends
to.
60
//
Appends
( if needed and passes new precedence to children.
295
//
Appends
a rune for use in a character class to the string t.
/external/regex-re2/re2/
tostring.cc
43
string* t_; // The string the walker
appends
to.
60
//
Appends
( if needed and passes new precedence to children.
295
//
Appends
a rune for use in a character class to the string t.
/libcore/luni/src/main/java/java/io/
StringWriter.java
171
*
Appends
the character {@code c} to this writer's {@code StringBuffer}.
185
*
Appends
the character sequence {@code csq} to this writer's {@code
204
*
Appends
a subsequence of the character sequence {@code csq} to this
Writer.java
172
*
Appends
the character {@code c} to the target. This method works the same
187
*
Appends
the character sequence {@code csq} to the target. This method
207
*
Appends
a subsequence of the character sequence {@code csq} to the
/development/testrunner/
logger.py
42
"""
Appends
new_str to the end of _LOG_FILE and prints it to stdout.
/external/chromium/base/json/
string_escape.cc
16
// returns true and
appends
the escape sequence to |dst|. This isn't required
/external/chromium/base/
stringprintf.h
42
// Lower-level routine that takes a va_list and
appends
to a specified
/external/chromium/chrome/browser/cocoa/
authorization_util.h
38
//
appends
its own text to the prompt string. Returns NULL on failure.
/external/chromium/chrome/browser/extensions/
user_script_listener.h
57
//
Appends
new url patterns to our list, also setting user_scripts_ready_
/external/chromium/chrome/browser/importer/
firefox3_importer.h
72
// Loads all children of the given folder, and
appends
them to the |list|.
/external/chromium/chrome/browser/resources/options/chromeos/
change_picture_options.js
77
*
Appends
new image to the end of the image list.
/external/chromium/net/proxy/
proxy_config_service_win.h
59
// Creates a new KeyEntry and
appends
it to |keys_to_watch_|. If the key
/external/chromium/sdch/open-vcdiff/src/
encodetable.h
102
// Finishes encoding and
appends
the encoded delta window to the output
133
// Determines the best opcode to encode an instruction, and
appends
149
//
Appends
the size value to the string as a variable-length integer.
152
//
Appends
the size value to the output string as a variable-length integer.
/external/chromium_org/base/android/
jni_array.h
58
//
Appends
the Java bytes in |bytes_array| onto the end of |out|.
/external/chromium_org/base/json/
string_escape.h
17
//
Appends
to |dest| an escaped version of |str|. Valid UTF-8 code units will
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
remote_change_handler.h
56
//
Appends
|remote_change| into the change queue. |remote_change| overrides an
/external/chromium_org/chrome/utility/importer/
firefox_importer.h
68
// Loads all children of the given folder, and
appends
them to the |list|.
/external/chromium_org/components/url_matcher/
regex_set_matcher.h
42
//
Appends
the IDs of regular expressions in our set that match the |text|
/external/chromium_org/net/proxy/
proxy_config_service_win.h
60
// Creates a new KeyEntry and
appends
it to |keys_to_watch_|. If the key
/external/chromium_org/sdch/open-vcdiff/src/
encodetable.h
107
//
Appends
the encoded delta window to the output
134
// Determines the best opcode to encode an instruction, and
appends
150
//
Appends
the size value to the string as a variable-length integer.
153
//
Appends
the size value to the output string as a variable-length integer.
/external/chromium_org/third_party/android_testrunner/
logger.py
42
"""
Appends
new_str to the end of _LOG_FILE and prints it to stdout.
/external/chromium_org/tools/gn/
ninja_script_target_writer.h
65
//
Appends
the output files to the given vector.
/external/guava/guava/src/com/google/common/io/
AppendableWriter.java
38
* Creates a new writer that
appends
everything it writes to {@code target}.
Completed in 493 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>