OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLOBAL
(Results
1 - 25
of
71
) sorted by null
1
2
3
/external/jpeg/
rdgif.c
30
GLOBAL
(cjpeg_source_ptr)
jcapistd.c
37
GLOBAL
(void)
76
GLOBAL
(JDIMENSION)
119
GLOBAL
(JDIMENSION)
jdtrans.c
44
GLOBAL
(jvirt_barray_ptr *)
207
GLOBAL
(boolean)
jdapimin.c
29
GLOBAL
(void)
91
GLOBAL
(void)
103
GLOBAL
(void)
241
GLOBAL
(int)
287
GLOBAL
(int)
306
/* Set
global
state: ready for start_decompress */
334
GLOBAL
(boolean)
349
GLOBAL
(boolean)
369
GLOBAL
(boolean)
cdjpeg.c
26
* NB: for Amiga Manx C this is actually a
global
routine named _abort();
34
void /* must be
global
for Manx C */
46
GLOBAL
(void)
88
GLOBAL
(void)
102
GLOBAL
(void)
121
GLOBAL
(boolean)
148
GLOBAL
(FILE *)
166
GLOBAL
(FILE *)
jdapistd.c
37
GLOBAL
(boolean)
90
GLOBAL
(boolean)
177
GLOBAL
(JDIMENSION)
211
GLOBAL
(void)
271
GLOBAL
(JDIMENSION)
306
GLOBAL
(JDIMENSION)
349
GLOBAL
(boolean)
374
GLOBAL
(boolean)
rdswitch.c
72
GLOBAL
(boolean)
157
GLOBAL
(boolean)
265
GLOBAL
(boolean)
300
GLOBAL
(boolean)
wrppm.c
218
GLOBAL
(djpeg_dest_ptr)
wrrle.c
276
GLOBAL
(djpeg_dest_ptr)
wrtarga.c
224
GLOBAL
(djpeg_dest_ptr)
/external/qemu/distrib/jpeg-6b/
rdgif.c
30
GLOBAL
(cjpeg_source_ptr)
jcapistd.c
37
GLOBAL
(void)
76
GLOBAL
(JDIMENSION)
119
GLOBAL
(JDIMENSION)
jdtrans.c
44
GLOBAL
(jvirt_barray_ptr *)
207
GLOBAL
(boolean)
jdapimin.c
29
GLOBAL
(void)
91
GLOBAL
(void)
103
GLOBAL
(void)
241
GLOBAL
(int)
287
GLOBAL
(int)
306
/* Set
global
state: ready for start_decompress */
334
GLOBAL
(boolean)
349
GLOBAL
(boolean)
369
GLOBAL
(boolean)
cdjpeg.c
26
* NB: for Amiga Manx C this is actually a
global
routine named _abort();
34
void /* must be
global
for Manx C */
46
GLOBAL
(void)
88
GLOBAL
(void)
102
GLOBAL
(void)
121
GLOBAL
(boolean)
148
GLOBAL
(FILE *)
166
GLOBAL
(FILE *)
jdapistd.c
37
GLOBAL
(boolean)
90
GLOBAL
(boolean)
177
GLOBAL
(JDIMENSION)
211
GLOBAL
(void)
271
GLOBAL
(JDIMENSION)
306
GLOBAL
(JDIMENSION)
349
GLOBAL
(boolean)
374
GLOBAL
(boolean)
rdswitch.c
72
GLOBAL
(boolean)
157
GLOBAL
(boolean)
265
GLOBAL
(boolean)
300
GLOBAL
(boolean)
wrppm.c
218
GLOBAL
(djpeg_dest_ptr)
wrrle.c
276
GLOBAL
(djpeg_dest_ptr)
wrtarga.c
224
GLOBAL
(djpeg_dest_ptr)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfglobal.asm
3
GLOBAL
constant
4
GLOBAL
function
elfreloc.asm
3
GLOBAL
main
/external/chromium_org/v8/test/mjsunit/compiler/
inline-global-access.js
31
//
global
variable load.
32
var
GLOBAL
;
35
GLOBAL
= 42;
40
GLOBAL
= 87;
49
o.f = function() { return
GLOBAL
; };
/external/v8/test/mjsunit/compiler/
inline-global-access.js
31
//
global
variable load.
32
var
GLOBAL
;
35
GLOBAL
= 42;
40
GLOBAL
= 87;
49
o.f = function() { return
GLOBAL
; };
/external/chromium_org/chrome/browser/extensions/api/commands/
command_service.h
48
// An enum specifying whether the command is
global
in scope or not.
Global
49
// commands -- unlike regular commands -- have a
global
keyboard hook
53
GLOBAL
, //
Global
command (works when Chrome doesn't have focus)
123
// |accelerator| will be overwritten. If |
global
| is true, the command will
124
// be registered as a
global
command (be active even when Chrome does not have
130
bool
global
);
145
// Set the scope of the keybinding. If |
global
| is true, the keybinding works
150
bool
global
);
[
all
...]
Completed in 658 milliseconds
1
2
3