Searched defs:replacements (Results 1 - 25 of 126) sorted by last modified time

123456

/external/skia/src/core/
H A DSkPicturePlayback.h374 // Replace all the draw ops in the replacement ranges in 'replacements' with
377 void setReplacements(PlaybackReplacements* replacements) { argument
379 fReplacements = replacements;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java67 /*private*/public Instruction[] replacements = new Instruction[ClassConstants.TYPICAL_CODE_LENGTH]; field in class:CodeAttributeEditor
117 replacements = new Instruction[codeLength];
124 Arrays.fill(replacements, 0, codeLength, null);
146 replacements = (Instruction[])ArrayUtil.extendArray(replacements, codeLength);
153 Arrays.fill(replacements, this.codeLength, codeLength, null);
227 replacements[instructionOffset] = shrinkInstructions ?
252 replacements[instructionOffset] = shrinkInstructions ?
357 replacements[instructionOffset] = null;
379 replacements[instructionOffse
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h137 token_list_t *replacements; member in struct:__anon27665
142 token_node_t *replacements; member in struct:expansion_node
/external/mesa3d/src/glsl/
H A Dlower_output_reads.cpp46 hash_table *replacements; member in class:output_read_remover
76 replacements =
82 hash_table_dtor(replacements);
92 ir_variable *temp = (ir_variable *) hash_table_find(replacements, ir->var);
99 hash_table_insert(replacements, temp, ir->var);
138 hash_table_call_foreach(replacements, emit_return_copy, ir);
148 hash_table_call_foreach(replacements, emit_main_copy, sig);
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar ... .eclipse.equinox.p2.query.IQueryResult replacements private java.net.URI[] getAvailableRepositories () org.eclipse ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-global-settings.py26 replacements = { 'PYTHON': '/usr/bin/python', 'PWD': os.getcwd()} variable
31 replacements['TOOLSET'] = 'target'
34 output.write(s.substitute(replacements))
47 replacements['TOOLSET'] = 'host'
50 output.write(s.substitute(replacements))
64 os.environ['CC_host'] = '%s %s/my_cc.py SECRET' % (replacements['PYTHON'],
65 replacements['PWD'])
/external/chromium_org/third_party/skia/src/gpu/
H A DGrLayerHoister.cpp129 GrReplacements* replacements) {
132 GrReplacements::ReplacementInfo* layerInfo = replacements->push();
159 GrReplacements* replacements) {
248 convert_layers_to_replacements(atlased, replacements);
249 convert_layers_to_replacements(nonAtlased, replacements);
128 convert_layers_to_replacements(const SkTDArray<GrLayerHoister::HoistedLayer>& layers, GrReplacements* replacements) argument
157 DrawLayers(const SkTDArray<HoistedLayer>& atlased, const SkTDArray<HoistedLayer>& nonAtlased, GrReplacements* replacements) argument
H A DGrRecordReplaceDraw.cpp72 const GrReplacements* replacements,
98 ri = replacements->lookupByStart((uintptr_t)ops[i], &searchStart);
116 ri = replacements->lookupByStart(i, &searchStart);
69 GrRecordReplaceDraw(const SkRecord& record, SkCanvas* canvas, const SkBBoxHierarchy* bbh, const GrReplacements* replacements, SkDrawPictureCallback* callback) argument
/external/chromium_org/third_party/skia/tests/
H A DRecordReplaceDrawTest.cpp42 GrReplacements replacements; local
44 GrRecordReplaceDraw(record, &canvas, NULL/*bbh*/, &replacements, &callback);
61 GrReplacements replacements; local
62 GrRecordReplaceDraw(record, &canvas, NULL/*bbh*/, &replacements, NULL/*callback*/);
94 GrReplacements replacements; local
95 GrReplacements::ReplacementInfo* ri = replacements.push();
113 GrRecordReplaceDraw(record, &canvas, bbh, &replacements, NULL/*callback*/);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c119 token_list_t *replacements);
126 token_list_t *replacements);
3889 if (macro->replacements == NULL) {
3911 for (node = macro->replacements->head; node; node = node->next)
4024 if (macro->replacements == NULL)
4027 replacement = _token_list_copy (parser, macro->replacements);
4204 return _token_list_equal_ignoring_space (a->replacements,
4205 b->replacements);
4212 token_list_t *replacements)
4224 macro->replacements
4209 _define_object_macro(glcpp_parser_t *parser, YYLTYPE *loc, const char *identifier, token_list_t *replacements) argument
4241 _define_function_macro(glcpp_parser_t *parser, YYLTYPE *loc, const char *identifier, string_list_t *parameters, token_list_t *replacements) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp.h137 token_list_t *replacements; member in struct:__anon14254
142 token_node_t *replacements; member in struct:expansion_node
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_output_reads.cpp46 hash_table *replacements; member in class:output_read_remover
76 replacements =
82 hash_table_dtor(replacements);
92 ir_variable *temp = (ir_variable *) hash_table_find(replacements, ir->var);
99 hash_table_insert(replacements, temp, ir->var);
138 hash_table_call_foreach(replacements, emit_return_copy, ir);
148 hash_table_call_foreach(replacements, emit_main_copy, sig);
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DMacro.h43 Replacements replacements; member in struct:pp::Macro
H A DMacroExpander.cpp131 assert(context->replacements[context->index] == token);
158 std::vector<Token> replacements; local
159 if (!expandMacro(macro, identifier, &replacements))
167 context->replacements.swap(replacements);
187 std::vector<Token> *replacements)
189 replacements->clear();
192 replacements->assign(macro.replacements.begin(),
193 macro.replacements
185 expandMacro(const Macro &macro, const Token &identifier, std::vector<Token> *replacements) argument
333 replaceMacroParams(const Macro &macro, const std::vector<MacroArg> &args, std::vector<Token> *replacements) argument
[all...]
H A DMacroExpander.h43 std::vector<Token> *replacements);
51 std::vector<Token> *replacements);
57 std::vector<Token> replacements; member in struct:pp::MacroExpander::MacroContext
66 return index == replacements.size();
70 return replacements[index++];
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DUnfoldShortCircuitAST.h18 // the actual replacements happen after the traverse through updateTree().
44 // During traversing, save all the replacements that need to happen;
46 std::vector<NodeUpdateEntry> replacements; member in class:UnfoldShortCircuitAST
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...

Completed in 658 milliseconds

123456