/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_enumerate.py | 33 yield val
|
test_xrange.py | 19 yield start
|
test_sets.py | 145 yield True 148 yield True 665 yield i
|
regrtest.py | 474 yield test 497 yield (test, args_tuple) 837 yield name, getattr(self, get_name), getattr(self, restore_name) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
validate.py | 215 yield line
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
heapq.py | 384 yield v
|
mimetypes.py | 253 yield ctype
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_StringIO.py | 54 yield 'a'
|
test_enumerate.py | 33 yield val
|
test_xrange.py | 19 yield start
|
test_sets.py | 145 yield True 148 yield True 665 yield i
|
regrtest.py | 474 yield test 497 yield (test, args_tuple) 837 yield name, getattr(self, get_name), getattr(self, restore_name) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
validate.py | 215 yield line
|
/sdk/templates/docs/ |
prettify.js | 19 H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"], 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
wizard.rb | 388 yield( tree, parent, index, nil ) 397 @adaptor.type_of( tree ) == type and yield( tree, parent, index, nil ) 412 yield( tree, parent, child_index, labels )
|
/external/chromium_org/third_party/jinja2/ |
environment.py | [all...] |
/external/pcre/dist/ |
pcre_study.c | 764 int yield = SSB_DONE; local 948 yield = SSB_CONTINUE; [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
mux.py | 472 yield self._read_add_channel_request(first_byte, control_block) 474 yield self._read_add_channel_response( 477 yield self._read_flow_control(first_byte, control_block) 479 yield self._read_drop_channel(first_byte, control_block) 481 yield self._read_new_channel_slot(first_byte, control_block) [all...] |
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubycontainer.swg | 43 struct yield : public std::unary_function< T, bool > 732 swig::yield< Sequence::value_type >() ); 747 swig::yield< Sequence::value_type >() ), $self->end() );
|
/external/chromium_org/build/android/gyp/util/ |
build_utils.py | 31 yield dirname
|
/external/chromium_org/tools/ |
check_git_config.py | 266 yield tmp
|
/external/chromium_org/tools/telemetry/telemetry/ |
test_runner.py | 202 yield cls
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AbstractScheduledServiceTest.java | 334 // Explicitly yield to increase the probability of a pathological scheduling. 335 Thread.yield();
|
/external/llvm/lib/Analysis/IPA/ |
CallGraphSCCPass.cpp | 153 F->getContext().yield();
|
/external/llvm/utils/lit/lit/ |
ShUtil.py | 167 yield self.lex_one_token()
|