/external/e2fsprogs/tests/progs/test_data/ |
D | test.icount | 12 fetch 0 16 fetch 20001 21 # OK, now let's test fetch and store. We also test the boundary cases 24 fetch 1 26 fetch 1 28 fetch 1 30 fetch 1 32 fetch 1 34 fetch 1 35 fetch 20000 [all …]
|
D | expect.icount | 5 test_icount: fetch 0 6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch 13 test_icount: fetch 20001 14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch 21 test_icount: fetch 1 24 test_icount: fetch 1 27 test_icount: fetch 1 30 test_icount: fetch 1 33 test_icount: fetch 1 36 test_icount: fetch 1 [all …]
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | main.rb | 69 @no_output = options.fetch( :no_output, false ) 70 @profile = options.fetch( :profile, false ) 71 @debug_socket = options.fetch( :debug_socket, false ) 72 @ruby_prof = options.fetch( :ruby_prof, false ) 73 @encoding = options.fetch( :encoding, nil ) 74 @interactive = options.fetch( :interactive, false ) 75 @input = options.fetch( :input, $stdin ) 125 @input = options.fetch( :input, $stdin ) 126 @output = options.fetch( :output, $stdout ) 127 @error = options.fetch( :error, $stderr ) [all …]
|
D | template.rb | 39 templates = @templates || options.fetch( :templates ) do 53 @templates.fetch( name, values ) 95 namespace = options.fetch( :namespace, ::Object ) 108 namespace = options.fetch( :namespace, ::Object ) 131 def fetch( name, values = {} ) method in ANTLR3.Template.Group 132 self::TEMPLATES.fetch( name.to_s ).new( values ) 156 context = self::TEMPLATES.fetch( old_name.to_s ) do 317 param.splat = options.fetch( :splat, false ) 318 param.block = options.fetch( :block, false )
|
D | streams.rb | 400 @position = options.fetch :position, 0 401 @line = options.fetch :line, 1 402 @column = options.fetch :column, 0 435 @position = options.fetch :position, 0 436 @line = options.fetch :line, 1 437 @column = options.fetch :column, 0 787 @channel = options.fetch( :channel ) { stream.channel or DEFAULT_CHANNEL } 788 @source_name = options.fetch( :source_name ) { stream.source_name } 792 @channel = options.fetch( :channel, DEFAULT_CHANNEL ) 793 @source_name = options.fetch( :source_name ) { @token_source.source_name rescue nil } [all …]
|
D | task.rb | 52 @name = options.fetch( :name, 'antlr-grammars' ) 136 @antlr_jar = options.fetch( :antlr_jar, ANTLR3.antlr_jar ) 137 @debug = options.fetch( :debug, false ) 138 @trace = options.fetch( :trace, false ) 139 @profile = options.fetch( :profile, false ) 304 LANGUAGES.fetch( @language ).map do | ext |
|
D | tree.rb | 1007 @adaptor ||= options.fetch( :adaptor ) { CommonTreeAdaptor.new } 1009 @down ||= options.fetch( :down ) { @adaptor.create_from_type( DOWN, 'DOWN' ) } 1010 @up ||= options.fetch( :up ) { @adaptor.create_from_type( UP, 'UP' ) } 1011 @eof ||= options.fetch( :eof ) { @adaptor.create_from_type( EOF, 'EOF' ) } 1014 @unique_navigation_nodes = options.fetch( :unique_navigation_nodes, false ) 1058 @nodes.fetch( absolute, @eof ) 1068 return( absolute < 0 ? nil : @nodes.fetch( absolute, @eof ) ) 1090 node = @nodes.fetch( @position, @eof )
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
D | interactive.rb | 27 @position = options.fetch :position, 0 28 @line = options.fetch :line, 1 29 @column = options.fetch :column, 0 63 @position = options.fetch :position, 0 64 @line = options.fetch :line, 1 65 @column = options.fetch :column, 0
|
/external/ppp/pppd/plugins/pppoatm/ |
D | text2qos.c | 19 #define fetch __atmlib_fetch macro 89 switch (fetch(text,"max_pcr=","pcr=","min_pcr=","max_sdu=","sdu=", in params() 135 item = fetch(&text,"!none","ubr","cbr","vbr","abr","aal0","aal5",NULL); in text2qos() 160 switch (fetch(&text,"tx","rx",NULL)) { in text2qos() 162 if (!fetch(&text,":none",NULL)) { in text2qos() 176 if (fetch(&text,"rx",NULL)) return -1; in text2qos() 177 if (!fetch(&text,":none",NULL) && qos) qos->rxtp.traffic_class = ATM_NONE; in text2qos()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | regcache.c | 46 int fetch) in get_regcache() argument 56 if (fetch && regcache->registers_valid == 0) { in get_regcache() 203 unsigned char *register_data (int n, int fetch) in register_data() argument 206 = get_regcache (current_inferior, fetch)->registers; in register_data() 211 unsigned char *register_data_for_supply (int n, int fetch, Bool *mod) in register_data_for_supply() argument 214 = get_regcache (current_inferior, fetch); in register_data_for_supply()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeSchedule3.td | 22 [ InstrStage<1,[IF]> // one cycle in fetch stage 36 [ InstrStage<1,[IF]> // one cycle in fetch stage 49 [ InstrStage<1,[IF]> // one cycle in fetch stage 63 [ InstrStage<1,[IF]> // one cycle in fetch stage 74 [ InstrStage<1,[IF]> // one cycle in fetch stage 83 [ InstrStage<1,[IF]> // one cycle in fetch stage 94 [ InstrStage<1,[IF]> // one cycle in fetch stage 105 [ InstrStage<1,[IF]> // one cycle in fetch stage 117 [ InstrStage<1,[IF]> // one cycle in fetch stage 130 [ InstrStage<1,[IF]> // one cycle in fetch stage [all …]
|
D | MBlazeSchedule5.td | 22 [ InstrStage<1,[IF]> // one cycle in fetch stage 37 [ InstrStage<1,[IF]> // one cycle in fetch stage 52 [ InstrStage<1,[IF]> // one cycle in fetch stage 67 [ InstrStage<1,[IF]> // one cycle in fetch stage 80 [ InstrStage<1,[IF]> // one cycle in fetch stage 91 [ InstrStage<1,[IF]> // one cycle in fetch stage 104 [ InstrStage<1,[IF]> // one cycle in fetch stage 117 [ InstrStage<1,[IF]> // one cycle in fetch stage 131 [ InstrStage<1,[IF]> // one cycle in fetch stage 146 [ InstrStage<1,[IF]> // one cycle in fetch stage [all …]
|
/external/e2fsprogs/lib/et/test_cases/ |
D | heimdal2.et | 16 ec KADM_NO_REALM, "Cannot fetch local realm" 17 ec KADM_NO_CRED, "Unable to fetch credentials" 32 ec KADM_NO_HERE, "Could not fetch local socket address" 33 ec KADM_NO_MAST, "Could not fetch master key" 46 ec KADM_NO_HOSTNAME, "Could not fetch system hostname"
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | grammar.rb | 69 @output_directory = options.fetch( :output_directory, '.' ) 70 @verbose = options.fetch( :verbose, $VERBOSE ) 248 jar_path = options.fetch( :antlr_jar, default_antlr_jar ) 276 @output_directory = options.fetch( :output_directory, File.dirname( @host_file ) ) 277 @verbose = options.fetch( :verbose, $VERBOSE )
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
D | urlfetcher_mock.py | 37 def fetch(self, url): member in make_fetcher_cls.MockFetcher 42 f.write(self.fetch(url))
|
D | urlfetcher.py | 39 def fetch(self, url): member in UrlFetcher 52 contents = self.fetch(url)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
D | parameter.rb | 40 param.splat = options.fetch( :splat, false ) 41 param.block = options.fetch( :block, false )
|
/external/oprofile/events/ppc64/pa6t/ |
D | events | 24 event:0x22 counters:2 um:zero minimum:2000 name:GRP2_FETCH_REQ : Demand fetch requests made to the … 25 event:0x23 counters:3 um:zero minimum:500 name:GRP2_ICACHE_MISS_DEM__NS : Demand fetch requests mis… 26 event:0x24 counters:4 um:zero minimum:500 name:GRP2_ICACHE_MISS_ALL : Demand and spec fetch request… 32 event:0x32 counters:2 um:zero minimum:500 name:GRP3_NXT_LINE_MISPRED__NS : Next fetch address mispr…
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | ARM-E_filter_gnu.s | 88 LDRSH tmp0, [pBuffer] @ fetch sample 98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample 115 LDRGTSH tmp0, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
|
D | ARM-E_mastergain_gnu.s | 73 LDR r4, [pnInputBuffer], #4 @fetch 1st output sample 75 LDR r5, [pnInputBuffer], #4 @fetch 2nd output sample
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_filter_gnu.s | 88 LDRSH tmp0, [pBuffer] @ fetch sample 98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample 115 LDRGTSH tmp0, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
|
D | ARM-E_mastergain_gnu.s | 73 LDR r4, [pnInputBuffer], #4 @fetch 1st output sample 75 LDR r5, [pnInputBuffer], #4 @fetch 2nd output sample
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Hdr/ |
D | LogLum.frag | 46 vec4 fetch(){ 61 gl_FragColor = vec4(fetch());
|
/external/oprofile/events/ia64/itanium2/ |
D | events | 60 …:zero minimum:5000 name:L1I_FETCH_ISB_HIT : "\"Just-in-time\" instruction fetch hitting in and bei… 61 event:0x65 counters:0,1,2,3 um:zero minimum:5000 name:L1I_FETCH_RAB_HIT : Instruction fetch hitting… 115 …2,3 um:recirc_ifetch minimum:5000 name:L2_GOT_RECIRC_IFETCH : Instruction fetch recirculates recei… 117 …0,1,2,3 um:l2_ifet_cancels minimum:5000 name:L2_IFET_CANCELS : Instruction fetch cancels by the L2. 118 …0,1,2,3 um:l2_ifet_cancels minimum:5000 name:L2_IFET_CANCELS : Instruction fetch cancels by the L2. 119 …0,1,2,3 um:l2_ifet_cancels minimum:5000 name:L2_IFET_CANCELS : Instruction fetch cancels by the L2. 120 …0,1,2,3 um:l2_ifet_cancels minimum:5000 name:L2_IFET_CANCELS : Instruction fetch cancels by the L2. 121 … um:recirc_ifetch minimum:5000 name:L2_ISSUED_RECIRC_IFETCH : Instruction fetch recirculates issue… 146 event:0xa1 counters:0 um:l2_ifet_cancels minimum:5000 name:L2_IFET_CANCELS : Instruction fetch canc… 147 event:0xa5 counters:0 um:l2_ifet_cancels minimum:5000 name:L2_IFET_CANCELS : Instruction fetch canc… [all …]
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
D | svnrevision.py | 36 …ions = model.SVNRevision.all().filter('number =', int(svn_revision_number)).order('-date').fetch(1)
|