OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isstring
(Results
1 - 25
of
295
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js
11
if ( org.antlr.lang.
isString
(this.elementDescription) ) {
/external/chromium_org/extensions/renderer/
file_system_natives.cc
39
DCHECK(args[0]->
IsString
());
56
DCHECK(args[1]->
IsString
());
74
DCHECK(args[0]->
IsString
());
83
DCHECK(args[1]->
IsString
());
84
DCHECK(args[2]->
IsString
());
85
DCHECK(args[3]->
IsString
());
115
DCHECK(args[0]->
IsString
());
133
if (!args[0]->
IsString
()) {
137
if (!args[1]->
IsString
()) {
blob_native_handler.cc
28
DCHECK(args[0]->
IsString
());
29
DCHECK(args[1]->
IsString
());
runtime_custom_bindings.cc
57
CHECK(args[0]->
IsString
() && args[1]->
IsString
() && args[2]->IsBoolean());
101
CHECK(args.Length() >= 2 && args[0]->
IsString
() && args[1]->
IsString
());
126
if (!args[0]->IsInt32() || !args[1]->
IsString
())
i18n_custom_bindings.cc
28
if (args.Length() != 3 || !args[0]->
IsString
()) {
34
if (args[2]->IsNull() || !args[2]->
IsString
()) {
80
} else if (args[1]->
IsString
()) {
api_activity_logger.cc
42
DCHECK(args[0]->
IsString
());
43
DCHECK(args[1]->
IsString
());
app_runtime_custom_bindings.cc
22
DCHECK(args[0]->
IsString
());
43
DCHECK(args[0]->
IsString
());
css_native_handler.cc
26
CHECK(args[0]->
IsString
());
document_custom_bindings.cc
27
if (args.Length() != 2 || !args[0]->
IsString
() || !args[1]->IsObject()) {
/external/chromium_org/chrome/renderer/extensions/
file_browser_private_custom_bindings.cc
31
DCHECK(args[0]->
IsString
());
32
DCHECK(args[1]->
IsString
());
sync_file_system_custom_bindings.cc
32
if (!args[0]->
IsString
()) {
36
if (!args[1]->
IsString
()) {
tabs_custom_bindings.cc
32
if (args.Length() >= 3 && args[0]->IsInt32() && args[1]->
IsString
() &&
33
args[2]->
IsString
()) {
media_galleries_custom_bindings.cc
24
CHECK(args[0]->
IsString
());
/external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp
30
EXPECT_FALSE(Value.
isString
());
38
EXPECT_TRUE(Value.
isString
());
52
EXPECT_FALSE(Value.
isString
());
78
EXPECT_TRUE(Value.
isString
());
88
EXPECT_FALSE(Value.
isString
());
99
EXPECT_FALSE(Value.
isString
());
104
EXPECT_FALSE(Value.
isString
());
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapElement.java
34
* --- ImapString (
isString
() == true)
60
@Override public boolean
isString
() {
78
public abstract boolean
isString
();
/external/chromium_org/third_party/icu/source/common/unicode/
usetiter.h
51
* if (it.
isString
()) {
138
inline UBool
isString
() const;
141
* Returns the current code point, if <tt>
isString
()</tt> returned
149
* <tt>
isString
()</tt> returned false and <tt>nextRange()</tt> was
156
* Returns the current string, if <tt>
isString
()</tt> returned
174
* If <tt>
isString
() == TRUE</tt>, the value is a
195
* false. If <tt>
isString
() == TRUE</tt>, the value is a
203
* is undefined unless <tt>
isString
() == TRUE</tt>. Do not mix calls to
303
inline UBool UnicodeSetIterator::
isString
() const {
/external/icu/icu4c/source/common/unicode/
usetiter.h
51
* if (it.
isString
()) {
138
inline UBool
isString
() const;
141
* Returns the current code point, if <tt>
isString
()</tt> returned
149
* <tt>
isString
()</tt> returned false and <tt>nextRange()</tt> was
156
* Returns the current string, if <tt>
isString
()</tt> returned
174
* If <tt>
isString
() == TRUE</tt>, the value is a
195
* false. If <tt>
isString
() == TRUE</tt>, the value is a
203
* is undefined unless <tt>
isString
() == TRUE</tt>. Do not mix calls to
303
inline UBool UnicodeSetIterator::
isString
() const {
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTest.cpp
255
bool
isString
= false;
257
specifiedWithDuration->getDuration("duration", isNumber, numberDuration,
isString
, stringDuration);
260
EXPECT_FALSE(
isString
);
272
isString
= false;
274
specifiedNoDuration->getDuration("duration", isNumber, numberDuration,
isString
, stringDuration);
277
EXPECT_TRUE(
isString
);
334
bool
isString
= false;
336
specified->getDuration("duration", isNumber, numberDuration,
isString
, stringDuration);
339
EXPECT_TRUE(
isString
);
345
isString
= false
[
all
...]
/development/tools/findunused/
removeunusedresources
57
ISSTRING
=$(echo "$RESLINE" | grep -w "strings\.xml")
58
if [ -n "$
ISSTRING
" ]
/external/chromium_org/content/renderer/
memory_benchmarking_extension.cc
75
if (args->PeekNext()->
IsString
()) {
77
if (args->PeekNext()->
IsString
())
/external/chromium_org/v8/test/webkit/
typeof-constant-string-expected.txt
43
PASS
isString
('string') is true
44
PASS
isString
(1) is false
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapElementTest.java
31
assertFalse(ImapElement.NONE.
isString
());
/external/chromium_org/third_party/webrtc/base/
json.cc
20
if (!in.
isString
()) {
42
if (!in.
isString
()) {
62
if (!in.
isString
()) {
82
if (!in.
isString
()) {
103
if (!in.
isString
()) {
/external/deqp/executor/
xeContainerFormatParser.cpp
297
bool
isString
= getChar(offset) == '"' || getChar(offset) == '\'';
298
int quotChar =
isString
? getChar(offset) : 0;
300
if (
isString
)
309
(
isString
? (curChar == quotChar) : (curChar == ' ' || curChar == '\n' || curChar == '\r'));
322
if (
isString
&& getChar(offset) == quotChar)
/external/chromium_org/chrome/renderer/
benchmarking_extension.cc
93
if (!args.Length() || !args[0]->
IsString
() || !base::StatsTable::current())
104
if (!args.Length() || !args[0]->
IsString
() || !base::StatsTable::current())
Completed in 961 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>