/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
PerformanceResults.java | 49 private String[] components; field in class:PerformanceResults 150 * Return the list of components concerned by performance results. 152 * @return The list of the components 155 return this.components; 386 int componentsLength = this.components.length; 390 String componentName = this.components[i]; 586 println(" + "+length+" components"); 587 this.components = new String[length]; 590 this.components[i] = stream.readUTF(); 596 this.allScenarios.put(this.components[i], scenarios) [all...] |
/external/mesa3d/src/glsl/ |
ir.cpp | 143 /* Either all the vector components are assigned or the variable is some 176 /* If the RHS is a vector type, assume that all components of the vector 529 * value_list must be a 1-for-1 match with the structure components. Each 538 value_list->move_nodes_to(& this->components); 550 * the components. For matrices, the scalar fills the components of the 560 /* Vector or scalar - fill all components */ 564 for (unsigned i = 0; i < type->components(); i++) 568 for (unsigned i = 0; i < type->components(); i++) 572 for (unsigned i = 0; i < type->components(); i++ 1154 const unsigned components[4] = { x, y, z, w }; local [all...] |
ast_function.cpp | 299 assert(component < src->type->components()); 501 * all components of the vector. 504 * scalars. The components of the constructor parameters are assigned 507 const unsigned lhs_components = type->components(); 529 unsigned rhs_components = param->type->components(); 531 /* Do not try to assign more components to the vector than it has! 566 /* Advance the component index by the number of components 587 unsigned rhs_components = param->type->components(); 589 /* Do not try to assign more components to the vector than it has! 614 /* Advance the component index by the number of components that wer [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
BatchNode.java | 390 int components; local 394 components = 1; 400 components = 2; 406 components = 3; 422 compsForBuf[VertexBuffer.Type.Index.ordinal()] = components; 472 int components = compsForBuf[bufType]; local 478 for (int comp = 0; comp < components; comp++) { 479 int idx = inIdx.get(tri * components + comp) + globalVertIndex; 480 outIdx.put((globalTriIndex + tri) * components + comp, idx);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/ |
antlr3.rb | 39 into several main components, as well as a few additional utility components, 42 == Library Components 44 Not all components of the ANTLR3 library are necessary within ANTLR generated 45 code. Some components are only used within specific types of recognizers and 47 when requiring 'antlr3', only the essential core components are loaded 56 the most important components of the runtime library. loaded by default 184 # Set up non-essential components to be loaded on-demand
|
/external/jpeg/ |
rdtarga.c | 337 int idlen, cmaptype, subtype, flags, interlace_type, components; local 380 components = 3; /* until proven different */ 409 components = 1; 426 (JDIMENSION) width * components, (JDIMENSION) height, (JDIMENSION) 1); 439 (JDIMENSION) width * components, (JDIMENSION) 1); 461 cinfo->input_components = components;
|
/external/qemu/distrib/jpeg-6b/ |
rdtarga.c | 337 int idlen, cmaptype, subtype, flags, interlace_type, components; local 380 components = 3; /* until proven different */ 409 components = 1; 426 (JDIMENSION) width * components, (JDIMENSION) height, (JDIMENSION) 1); 439 (JDIMENSION) width * components, (JDIMENSION) 1); 461 cinfo->input_components = components;
|
/external/webkit/Tools/Scripts/ |
test-webkitpy | 230 def _path_from_webkit_root(*components): 232 return os.path.join(webkit_root, *components)
|
/hardware/ril/mock-ril/src/js/ |
mock_ril.js | 131 * Include the components 188 for(i = 0; i < entry.components.length; i++) { 189 entry.components[i].add(req); 213 * and contains an array of components this request 218 * DispatchTable[RIL_REQUEST_xxx].components = Array of components 224 'components' : [simulatedIccWorker], 228 'components' : [simulatedIccWorker], 232 'components' : [simulatedRadioWorker], 235 'components' : [simulatedRadioWorker] [all...] |
/external/mesa3d/include/pixelflinger2/ |
pixelflinger2_format.h | 129 uint16_t components; // GGLFormatComponents member in struct:__anon9684
|
/frameworks/base/services/java/com/android/server/pm/ |
PackageSettingBase.java | 72 /* Explicitly disabled components */ 74 /* Explicitly enabled components */ 214 void setEnabledComponents(HashSet<String> components, int userId) { 215 enabledComponents.put(userId, components); 218 void setDisabledComponents(HashSet<String> components, int userId) { 219 disabledComponents.put(userId, components);
|
/system/core/include/pixelflinger/ |
format.h | 123 uint16_t components; // GGLFormatComponents member in struct:__anon36425
|
/external/protobuf/src/google/protobuf/stubs/ |
strutil.h | 164 // Split a string using a character delimiter. Append the components 174 // the C-string "delim" as a separator between components. There are two 179 LIBPROTOBUF_EXPORT void JoinStrings(const vector<string>& components, 182 inline string JoinStrings(const vector<string>& components, 185 JoinStrings(components, delim, &result);
|
/external/clang/utils/ |
FindSpecRefs | 202 ('7.23.1 Components of time', '338'), 483 ('20.2 Utility components', '457'), 861 components = '.'.join([str(p[0]) for p in path[1:]]) 870 linkStr = '<a href="%s#page=%d">%s</a> (pg.%d)'%(docData[0],page,components,page) 872 linkStr = components 873 if section == components: 878 print >>f, '\t\t<td valign=top>%s</td>'%(components,) [all...] |
/external/llvm/utils/ |
llvm-compilers-check | 145 help=("Force reconfigure of all components")) 161 for component in components: 174 # back through path components until it finds unique component names 188 components = { c for c in bases } 190 if len(components) > 1 or len(components) == len(bases): 192 for c in components: 439 for component in components: 534 components = ["llvm", "dragonegg"]
|
/external/clang/tools/scan-view/ |
ScanView.py | 654 # Split the components and strip the root prefix. 655 components = path.split('/')[1:] 658 if components: 659 name = components[0] 660 if len(components)==2: 662 return self.send_report(components[1]) 664 return self.send_open_report(components[1]) 665 elif len(components)==1: 686 if components[-1] == '': 687 components[-1] = 'index.html [all...] |
/external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
mock.py | 200 components = target.split('.') 201 import_path = components.pop(0) 204 for comp in components:
|
/frameworks/base/core/java/com/android/internal/content/ |
PackageMonitor.java | 127 public void onPackageChanged(String packageName, int uid, String[] components) { 274 String[] components = intent.getStringArrayExtra( local 279 onPackageChanged(pkg, uid, components);
|
/external/skia/src/animator/ |
SkAnimateField.cpp | 31 int SkAnimate::components() { function in class:SkAnimate 106 fComponents <<= 2; // four color components
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
LayoutTestsAutoTest.java | 174 String[] components = line.split(" "); local 175 mTestList.add(components[0]); 176 mTestListIgnoreResult.add(components.length > 1 && components[1].equals("IGNORE_RESULT"));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar | |
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 122 5) How will signed components resulting from RGBA8_SNORM texture 135 appear as expected with unclamped signed components as a result 142 fixed-point textures with signed components and relaxed the 151 incoming, intermediate, and output color components to [0,1].
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
CompoundTransform.java | 157 throw new IllegalArgumentException("Transform components may not be shared"); 167 throw new IllegalArgumentException("Transform components may not be shared"); 192 mField.set_components(0, mTransformData.components, false); 207 mTransformData.components = mComponentField.getAllocation();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
GenerateResults.java | 628 String[] components = this.performanceResults.getComponents(); local 629 int componentsLength = components.length; 634 String componentName = components[i]; 914 this.printStream.print(" - components main page"); 922 String[] components = this.performanceResults.getComponents(); local [all...] |
/external/llvm/lib/Support/ |
PathV2.cpp | 279 // {C:/,//net/}, so get the first two components. 361 SmallVector<StringRef, 4> components; 362 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); 363 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); 364 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); 365 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); 367 for (SmallVectorImpl<StringRef>::const_iterator i = components.begin(), 368 e = components.end();
|