OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Strings
(Results
26 - 49
of
49
) sorted by null
1
2
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DefaultRequestDirectorTest.java
8
import com.xtremelabs.robolectric.util.
Strings
;
70
assertThat(
Strings
.fromStream(response.getEntity().getContent()), equalTo("a happy response body"));
84
assertThat(
Strings
.fromStream(response.getEntity().getContent()), equalTo("a happy response body"));
96
assertThat(
Strings
.fromStream(response.getEntity().getContent()), equalTo("a cheery response body"));
118
assertThat(
Strings
.fromStream(getResponse.getEntity().getContent()), equalTo("a cheery response body"));
123
assertThat(
Strings
.fromStream(postResponse.getEntity().getContent()), equalTo("a cheery response body"));
135
assertThat(
Strings
.fromStream(getResponseStream), equalTo("a cheery response body"));
140
assertThat(
Strings
.fromStream(postResponseStream), equalTo("a cheery response body"));
158
assertThat(
Strings
.fromStream(response.getEntity().getContent()), equalTo("a cheery response body"));
171
assertThat(
Strings
.fromStream(response.getEntity().getContent()), equalTo("a gloomy response body"))
[
all
...]
/external/chromium_org/chrome/browser/search_engines/
template_url.cc
20
#include "base/
strings
/string_number_conversions.h"
21
#include "base/
strings
/string_split.h"
22
#include "base/
strings
/string_util.h"
23
#include "base/
strings
/stringprintf.h"
24
#include "base/
strings
/utf_string_conversions.h"
677
typedef std::vector<std::string>
Strings
;
678
Strings
param_list;
681
for (
Strings
::const_iterator iterator = param_list.begin();
683
Strings
parts;
[
all
...]
/external/llvm/lib/TableGen/
Record.cpp
37
/// good way to indicate tombstone or empty keys for
strings
, we want
41
/// that DenseMap is really not appropriate for general
strings
.
[
all
...]
/external/clang/lib/Sema/
SemaExprObjC.cpp
35
Expr **
strings
,
37
StringLiteral **
Strings
= reinterpret_cast<StringLiteral**>(
strings
);
39
// Most ObjC
strings
are formed out of a single piece. However, we *can*
40
// have
strings
formed out of multiple @
strings
with multiple pptokens in
43
StringLiteral *S =
Strings
[0];
47
// Concatenate objc
strings
.
52
S =
Strings
[i];
54
// ObjC
strings
can't be wide or UTF
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h
222
#define back_tab CUR
Strings
[0]
223
#define bell CUR
Strings
[1]
224
#define carriage_return CUR
Strings
[2]
225
#define change_scroll_region CUR
Strings
[3]
226
#define clear_all_tabs CUR
Strings
[4]
227
#define clear_screen CUR
Strings
[5]
228
#define clr_eol CUR
Strings
[6]
229
#define clr_eos CUR
Strings
[7]
230
#define column_address CUR
Strings
[8]
231
#define command_character CUR
Strings
[9
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term.h
222
#define back_tab CUR
Strings
[0]
223
#define bell CUR
Strings
[1]
224
#define carriage_return CUR
Strings
[2]
225
#define change_scroll_region CUR
Strings
[3]
226
#define clear_all_tabs CUR
Strings
[4]
227
#define clear_screen CUR
Strings
[5]
228
#define clr_eol CUR
Strings
[6]
229
#define clr_eos CUR
Strings
[7]
230
#define column_address CUR
Strings
[8]
231
#define command_character CUR
Strings
[9
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h
222
#define back_tab CUR
Strings
[0]
223
#define bell CUR
Strings
[1]
224
#define carriage_return CUR
Strings
[2]
225
#define change_scroll_region CUR
Strings
[3]
226
#define clear_all_tabs CUR
Strings
[4]
227
#define clear_screen CUR
Strings
[5]
228
#define clr_eol CUR
Strings
[6]
229
#define clr_eos CUR
Strings
[7]
230
#define column_address CUR
Strings
[8]
231
#define command_character CUR
Strings
[9
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
284
// GetInjectableArgvs() - returns the command line as a vector of
strings
.
389
# include <
strings
.h>
[
all
...]
/external/emma/lib/
emma.jar
/libcore/benchmarks/libs/
caliper.jar
/prebuilts/sdk/tools/lib/
signapk.jar
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
bcprov-jdk15on-1.48.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 774 milliseconds
1
2