HomeSort by relevance Sort by last modified time
    Searched refs:nloop (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/network/nfsv4/acl/
setacl_stress.py 19 parser.set_defaults(nbfiles=5,nbusers=5,nbgroups=5,nloop=100 )
20 parser.add_option("-n","--nloop", dest="nloop",type="int", help="number of loop to do in the test")
30 for i in range (options.nloop):
  /external/mesa3d/src/compiler/nir/
nir_clone.c 581 nir_loop *nloop = nir_loop_create(state->ns); local
583 nir_cf_node_insert_end(cf_list, &nloop->cf_node);
585 clone_cf_list(state, &nloop->body, &loop->body);
587 return nloop;
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py 17 'break': u'\nThe "break" statement\n*********************\n\n break_stmt ::= "break"\n\n"break" may only occur syntactically nested in a "for" or "while"\nloop, but not nested in a function or class definition within that\nloop.\n\nIt terminates the nearest enclosing loop, skipping the optional "else"\nclause if the loop h (…)
    [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 241 milliseconds