HomeSort by relevance Sort by last modified time
    Searched defs:here (Results 26 - 50 of 152) sorted by null

12 3 4 5 6 7

  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
__init__.py 6 here = os.path.dirname(__file__) variable
11 for fn in os.listdir(here):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
__init__.py 6 here = os.path.dirname(__file__) variable
11 for fn in os.listdir(here):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
__init__.py 6 here = os.path.dirname(__file__) variable
11 for fn in os.listdir(here):
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
jmp-op.s 3 here SWYM 0,0,0 label
4 JMP here
7 JMP here
9 JMP here
reloclab.s 5 JMP here
6 GETA $8,here
7 BOD $99,here
9 here BZ $222,bar+16 label
geta-op.s 3 here SWYM 0,0,0 label
4 GETA $25,here
7 PUSHJ X0,here
8 PUSHJ X,here
13 PBEV X,here
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
pv32.s 1 .global here
2 .type here,@function
3 here: label
6 .size here,.Lfe3-here
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
shcmp-1.s 13 here: label
14 .long here
  /external/annotation-tools/annotation-file-utilities/tests/
Package.java 1 package pkg.name.here;
  /external/compiler-rt/test/asan/android_commands/
android_compile.py 7 here = os.path.abspath(os.path.dirname(sys.argv[0])) variable
8 android_run = os.path.join(here, 'android_run.py')
android_run.py 8 here = os.path.abspath(os.path.dirname(sys.argv[0])) variable
  /external/python/cpython2/Lib/test/
make_ssl_certs.py 89 here = os.path.abspath(os.path.dirname(__file__)) variable
162 os.chdir(here)
  /external/python/cpython3/Lib/test/
make_ssl_certs.py 88 here = os.path.abspath(os.path.dirname(__file__)) variable
161 os.chdir(here)
  /external/valgrind/none/tests/
sigstackgrowth.c 33 char here; local
35 if (&here < deep) {
47 char here; local
48 deep = &here - SIZE;
  /external/python/cpython2/PC/VS8.0/
build_tkinter.py 11 here = os.path.abspath(os.path.dirname(__file__)) variable
23 ROOT = os.path.abspath(os.path.join(here, par, par, par))
  /external/python/cpython2/PC/VS9.0/
build_tkinter.py 11 here = os.path.abspath(os.path.dirname(__file__)) variable
18 ROOT = os.path.abspath(os.path.join(here, par, par))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
__init__.py 45 here = os.path.dirname(__file__) variable
50 for fn in os.listdir(here):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
__init__.py 45 here = os.path.dirname(__file__) variable
50 for fn in os.listdir(here):
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.c 120 SVGA3dShaderInstToken *here; local
125 here = (SVGA3dShaderInstToken *) emit->ptr;
126 here->value = opcode;
131 prev->size = (here - prev) - 1;
  /external/python/cpython2/Lib/json/tests/
__init__.py 45 here = os.path.dirname(__file__) variable
50 for fn in os.listdir(here):
  /external/python/futures/
setup.py 19 here = os.path.dirname(__file__) variable
20 with open(os.path.join(here, 'README.rst')) as f:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 45 here = os.path.dirname(__file__) variable
50 for fn in os.listdir(here):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 45 here = os.path.dirname(__file__) variable
50 for fn in os.listdir(here):
  /external/e2fsprogs/intl/
finddomain.c 184 struct loaded_l10nfile *here = runp; local
188 free ((char *) here->filename);
189 free (here);
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 197 const char *here; local
202 while ((here = strtok(NULL,"\t\n ")))
203 if (!strcasecmp(here,text)) {
204 here = strtok(line,"\t\n ");
205 result = text2atm(here,addr,length,flags);

Completed in 421 milliseconds

12 3 4 5 6 7