OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:true
(Results
1076 - 1100
of
18103
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/guava/javadoc/com/google/common/base/
Joiner.html
17
if (location.href.indexOf('is-external=
true
') == -1) {
95
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=
true
" title="class or interface in java.lang">java.lang.Object</A>
100
<DT><PRE>public class <B>Joiner</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=
true
" title="class or interface in java.lang">Object</A></DL>
104
An object which joins pieces of text (specified as an array, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=
true
" title="class or interface in java.lang"><CODE>Iterable</CODE></A>, varargs or even a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=
true
" title="class or interface in java.util"><CODE>Map</CODE></A>) with a separator. It either
105
appends the results to an <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Appendable.html?is-external=
true
" title="class or interface in java.lang"><CODE>Appendable</CODE></A> or returns them as a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=
true
" title="class or interface in java.lang"><CODE>String</CODE></A>. Example: <pre> <code>Joiner joiner = Joiner.on("; ").skipNulls();
110
elements are converted to strings using <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=
true
#toString()" title="class or interface in java.lang"><CODE>Object.toString()</CODE></A> before
114
specified, the joining methods will throw <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=
true
" title="class or interface in java.lang"><CODE>NullPointerException</CODE></A> if any
161
<CODE><A extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Appendable.html?is-external=
true
" title="class or interface in java.lang">Appendable</A>>
[
all
...]
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
pvm4vdecoder.cpp
61
return
true
;
91
return
true
;
106
return
true
;
123
return PVDecodeVideoFrame((VideoDecControls *)iVideoCtrls, (uint8 **) bitstream, (uint32*)timestamp, (int32*)buffer_size, (uint *) use_ext_timestamp, (uint8 *) currYUV) ?
true
: false;
153
return IsIntraFrame((VideoDecControls *)iVideoCtrls) ?
true
: false;
172
return PVResetVideoDecoder((VideoDecControls *)iVideoCtrls) ?
true
: false;
/external/proguard/src/proguard/optimize/info/
ReadWriteFieldMarker.java
44
private boolean reading =
true
;
45
private boolean writing =
true
;
63
reading =
true
;
64
writing =
true
;
71
reading =
true
;
80
writing =
true
;
/external/skia/gm/
tilemodes.cpp
35
paint.setDither(
true
);
87
static const bool gFilters[] = { false,
true
};
100
p.setAntiAlias(
true
);
101
p.setDither(
true
);
121
paint.setDither(
true
);
134
p.setAntiAlias(
true
);
/external/skia/src/svg/
SkSVGGradient.cpp
30
return
true
;
40
bool first =
true
;
49
addedFirst =
true
;
65
addedLast =
true
;
92
parser.fSuppressPaint =
true
;
111
translate(parser,
true
);
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.5.2-2.js
67
addCase( a, i, Math.pow(2,12)+i+1, Math.pow(2,12)+i+1,
true
);
68
addCase( a, Math.pow(2,12)+5, 0, 0,
true
);
84
var passed =
true
;
92
true
,
96
var passed =
true
;
104
true
,
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-1.js
61
array[item++] = new TestCase( SECTION, "
true
? 'PASSED' : 'FAILED'", "PASSED", (
true
?"PASSED":"FAILED"));
64
array[item++] = new TestCase( SECTION, "1 ? 'PASSED' : 'FAILED'", "PASSED", (
true
?"PASSED":"FAILED"));
66
array[item++] = new TestCase( SECTION, "-1 ? 'PASSED' : 'FAILED'", "PASSED", (
true
?"PASSED":"FAILED"));
70
array[item++] = new TestCase( SECTION, "var VAR =
true
? , : 'FAILED'", "PASSED", (VAR =
true
? "PASSED" : "FAILED") );
11.13.js
61
array[item++] = new TestCase( SECTION, "
true
? 'PASSED' : 'FAILED'", "PASSED", (
true
?"PASSED":"FAILED"));
64
array[item++] = new TestCase( SECTION, "1 ? 'PASSED' : 'FAILED'", "PASSED", (
true
?"PASSED":"FAILED"));
66
array[item++] = new TestCase( SECTION, "-1 ? 'PASSED' : 'FAILED'", "PASSED", (
true
?"PASSED":"FAILED"));
70
array[item++] = new TestCase( SECTION, "var VAR =
true
? , : 'FAILED'", "PASSED", (VAR =
true
? "PASSED" : "FAILED") );
/external/webkit/WebCore/html/
HTMLFontElement.cpp
59
sawPlus =
true
;
62
sawMinus =
true
;
76
return
true
;
82
return
true
;
86
return
true
;
130
return
true
;
/external/webkit/WebCore/inspector/front-end/
InspectorBackendStub.js
37
this._debuggerEnabled =
true
;
38
this._profilerEnabled =
true
;
136
this._resourceTrackingEnabled =
true
;
153
this._debuggerEnabled =
true
;
192
return
true
;
197
this._profilerEnabled =
true
;
/external/webkit/WebCore/loader/
CrossOriginAccessControl.cpp
46
return
true
;
70
return
true
;
98
// even with Access-Control-Allow-Credentials set to
true
.
101
return
true
;
112
if (accessControlCredentialsString != "
true
")
116
return
true
;
/external/webkit/WebCore/rendering/
RenderMenuList.h
57
virtual bool isMenuList() const { return
true
; }
61
virtual bool createsAnonymousWrapper() const { return
true
; }
66
virtual bool hasControlClip() const { return
true
; }
92
virtual bool valueShouldChangeOnHotTrack() const { return
true
; }
94
virtual void valueChanged(unsigned listIndex, bool fireOnChange =
true
);
99
virtual bool hasLineIfEmpty() const { return
true
; }
/external/webkit/WebKitTools/DumpRenderTree/win/
WorkQueueItemWin.cpp
81
return
true
;
95
return
true
;
112
return
true
;
124
return
true
;
129
return
true
;
141
return
true
;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_vendor_test.c
81
ret->ignore =
TRUE
;
88
ret->ignore =
TRUE
;
95
ret->ignore =
TRUE
;
102
ret->ignore =
TRUE
;
112
ret->ignore =
TRUE
;
123
ret->allowNotifications =
TRUE
;
/frameworks/base/awt/javax/imageio/spi/
ImageInputStreamSpi.java
74
* Returns
true
if the ImageInputStream can use a cache file. If this method
79
* @return
true
, if the ImageInputStream can use a cache file, false
87
* Returns
true
if the ImageInputStream implementation requires the use of a
90
* @return
true
, if the ImageInputStream implementation requires the use of
101
* cache file if the useCache parameter is
true
.
129
return createInputStreamInstance(input,
true
, null);
ImageOutputStreamSpi.java
75
* Returns
true
if the ImageOutputStream can use a cache file. If this
80
* @return
true
, if the ImageOutputStream can use a cache file, false
88
* Returns
true
if the ImageOutputStream implementation requires the use of
91
* @return
true
, if the ImageOutputStream implementation requires the use of
111
return createOutputStreamInstance(output,
true
, null);
118
* cache file, if the useCache parameter is
true
.
/frameworks/base/core/java/android/text/method/
BaseKeyListener.java
37
* @return
true
if anything was deleted; false otherwise.
42
boolean result =
true
;
55
result =
true
;
98
return
true
;
124
return
true
;
157
return
true
;
/frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java
80
* @return
true
if they're equal, false otherwise
84
return
true
;
94
return
true
;
124
* @return
true
if the value is present in the array
129
if (value == null) return
true
;
131
if (value != null && element.equals(value)) return
true
;
/frameworks/base/core/res/res/layout/
status_bar.xml
25
android:focusable="
true
"
38
android:layout_alignParentLeft="
true
"
46
android:layout_alignParentRight="
true
"
81
android:singleLine="
true
"
86
android:singleLine="
true
"
94
android:singleLine="
true
"
/frameworks/base/media/libdrm/mobile2/include/rights/
Constraint.h
49
* @return
true
/false to indicate the result.
55
* @return
true
/false to indicate the result.
61
* @return
true
/false to indicate the result.
67
* @return
true
/false to indicate the result.
73
* @return
true
/false to indicate the result.
175
* @return
true
/false to indicate whether consume succesfully or not.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
TonesAutoTest.java
38
boolean result =
true
;
62
boolean result =
true
;
99
boolean result =
true
;
124
boolean result =
true
;
154
boolean result =
true
;
190
return
true
;
/frameworks/base/opengl/tools/glgen/src/
CFunc.java
61
hasPointerArg =
true
;
64
hasTypedPointerArg =
true
;
118
ftype.setIsConst(
true
);
125
ftype.setIsPointer(
true
);
148
argType.setIsConst(
true
);
159
argType.setIsPointer(
true
);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
os_trans.c
30
return
TRUE
;
37
TI_BOOL optval =
TRUE
;
61
return
TRUE
;
83
return
TRUE
;
121
return
TRUE
;
142
return
TRUE
;
/packages/apps/Email/res/layout/
message_list_item.xml
27
android:layout_centerVertical="
true
" />
42
android:layout_alignParentRight="
true
"
52
android:singleLine="
true
"
60
android:singleLine="
true
"
64
android:layout_alignParentRight="
true
"
69
android:singleLine="
true
"
/packages/apps/Email/src/com/android/email/activity/
MessageListItem.java
68
* @param allowBatch
true
if multi-select is enabled for this list
91
mCachedViewPositions =
true
;
96
mDownEvent =
true
;
98
handled =
true
;
111
handled =
true
;
115
handled =
true
;
Completed in 269 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>