OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boolResult
(Results
1 - 7
of
7
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testautomation_clipboard.c
90
SDL_bool
boolResult
;
95
boolResult
= SDL_HasClipboardText();
97
if (
boolResult
== SDL_TRUE) {
106
boolResult
= SDL_HasClipboardText();
109
boolResult
== SDL_FALSE,
111
(
boolResult
) ? "SDL_TRUE" : "SDL_FALSE");
134
boolResult
= SDL_HasClipboardText();
137
boolResult
== SDL_TRUE,
139
(
boolResult
) ? "SDL_TRUE" : "SDL_FALSE");
/external/skia/src/animator/
SkAnimateBase.cpp
104
int
boolResult
;
107
boolResult
= fDynamic;
110
boolResult
= fMirror;
113
boolResult
= fReset;
115
value->fOperand.fS32 = SkToBool(
boolResult
);
/external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp
393
bool
boolResult
= OnKeyDown(LPNMLVKEYDOWN(header));
395
return
boolResult
;
/prebuilts/go/darwin-x86/src/encoding/gob/
codec_test.go
114
var
boolResult
= []byte{0x07, 0x01}
152
if !bytes.Equal(
boolResult
, b.Bytes()) {
153
t.Errorf("bool enc instructions: expected % x got % x",
boolResult
, b.Bytes())
352
state := newDecodeStateFromData(
boolResult
)
[
all
...]
/prebuilts/go/linux-x86/src/encoding/gob/
codec_test.go
114
var
boolResult
= []byte{0x07, 0x01}
152
if !bytes.Equal(
boolResult
, b.Bytes()) {
153
t.Errorf("bool enc instructions: expected % x got % x",
boolResult
, b.Bytes())
352
state := newDecodeStateFromData(
boolResult
)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 152 milliseconds