HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-down.sh 4 # sa-down.sh local configuration for a new SA
7 PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
58 LOCAL="${LOCAL_ADDR}[${LOCAL_PORT}]"
62 #LOCAL="${LOCAL_ADDR}"
69 -P out ipsec esp/tunnel/${LOCAL}-${REMOTE}/require;
71 -P in ipsec esp/tunnel/${REMOTE}-${LOCAL}/require;
phase1-up.sh 4 # sa-up.sh local configuration for a new SA
6 PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
51 LOCAL="${LOCAL_ADDR}[${LOCAL_PORT}]"
55 #LOCAL="${LOCAL_ADDR}"
61 -P out ipsec esp/tunnel/${LOCAL}-${REMOTE}/require;
63 -P in ipsec esp/tunnel/${REMOTE}-${LOCAL}/require;
74 -P fwd ipsec esp/tunnel/${REMOTE}-${LOCAL}/require;
  /external/qemu/distrib/
build-emulator.sh 27 LOCAL=$CURDIR/local
  /external/libvpx/vp8/common/
type_aliases.h 27 #define PRIVATE static /* Used to declare & define module-local data */
28 #define LOCAL static /* Used to define all persistent routine-local data */
  /external/jpeg/
rdcolmap.c 45 LOCAL(void)
78 LOCAL(void)
120 LOCAL(int)
137 LOCAL(unsigned int)
170 LOCAL(void)
jcmarker.c 107 LOCAL(void)
121 LOCAL(void)
130 LOCAL(void)
143 LOCAL(int)
183 LOCAL(void)
221 LOCAL(void)
264 LOCAL(void)
276 LOCAL(void)
307 LOCAL(void)
348 LOCAL(void
    [all...]
wrgif.c 80 LOCAL(void)
104 LOCAL(void)
142 LOCAL(void)
161 LOCAL(void)
181 LOCAL(void)
199 LOCAL(void)
208 LOCAL(void)
218 LOCAL(void)
287 /* flag byte: not interlaced, no local color map */
jdtrans.c 19 LOCAL(void) transdecode_master_selection JPP((j_decompress_ptr cinfo));
90 LOCAL(boolean)
156 LOCAL(boolean)
222 LOCAL(void)
jctrans.c 19 LOCAL(void) transencode_master_selection
21 LOCAL(void) transencode_coef_controller
157 LOCAL(void)
226 LOCAL(void)
362 LOCAL(void)
jmemname.c 94 LOCAL(void)
125 LOCAL(void)
jquant1.c 185 LOCAL(int)
244 LOCAL(int)
258 LOCAL(int)
272 LOCAL(void)
332 LOCAL(void)
395 LOCAL(ODITHER_MATRIX_PTR)
431 LOCAL(void)
721 LOCAL(void)
rdswitch.c 20 LOCAL(int)
37 LOCAL(boolean)
128 LOCAL(boolean)
jdmarker.c 118 /* Declare and initialize local copies of input pointer/count */
124 /* Unload the local copies --- do this only at a restart boundary */
129 /* Reload the local copies --- used only in MAKE_BYTE_AVAIL */
136 * but we must reload the local copies after a successful fill.
196 LOCAL(boolean)
236 LOCAL(boolean)
300 LOCAL(boolean)
372 LOCAL(boolean)
418 LOCAL(boolean)
489 LOCAL(boolean
    [all...]
jcphuff.c 31 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
204 LOCAL(void)
227 LOCAL(void)
266 LOCAL(void)
280 LOCAL(void)
296 LOCAL(void)
315 LOCAL(void)
346 LOCAL(void)
jquant2.c 272 LOCAL(boxptr)
292 LOCAL(boxptr)
312 LOCAL(void)
423 LOCAL(int)
498 LOCAL(void)
538 LOCAL(void)
645 LOCAL(int)
774 LOCAL(void)
854 LOCAL(void)
    [all...]
transupp.c 65 LOCAL(void)
114 LOCAL(void)
185 LOCAL(void)
229 LOCAL(void)
293 LOCAL(void)
357 LOCAL(void)
458 LOCAL(void)
639 LOCAL(void)
679 LOCAL(void)
699 LOCAL(void
    [all...]
jchuff.c 13 * variables into local working storage, and update them back to the
60 /* These fields are NOT loaded into local working state. */
277 LOCAL(boolean)
301 LOCAL(boolean)
339 LOCAL(boolean)
352 LOCAL(boolean)
450 LOCAL(boolean)
571 LOCAL(void)
cjpeg.c 79 LOCAL(cjpeg_source_ptr)
140 LOCAL(void)
198 LOCAL(int)
jdinput.c 40 LOCAL(void)
122 LOCAL(void)
237 LOCAL(void)
jpegtran.c 44 LOCAL(void)
90 LOCAL(void)
113 LOCAL(int)
jdmainct.c 156 LOCAL(void)
194 LOCAL(void)
237 LOCAL(void)
265 LOCAL(void)
jmem-ashmem.c 120 LOCAL(int)
jmorecfg.h 208 #define LOCAL(type) static type
  /frameworks/base/telephony/java/com/android/internal/telephony/
Connection.java 37 LOCAL, /* normal; local hangup */
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 190 PropertyType.LOCAL);
378 PropertyType.LOCAL);
458 * <li> Refresh/create "sdk" in local.properties
584 // Refresh/create "sdk" in local.properties
587 props = ProjectProperties.load(folderPath, PropertyType.LOCAL);
589 propsWC = ProjectProperties.create(folderPath, PropertyType.LOCAL);
598 println("Updated %1$s", PropertyType.LOCAL.getFilename());
601 PropertyType.LOCAL.getFilename(),
    [all...]

Completed in 1257 milliseconds

1 2 3