/external/skia/src/pdf/ |
SkPDFShader.cpp | 46 @param curColor[components] The current color components. 47 @param prevColor[components] The previous color components. 51 SkScalar* prevColor, int components, 54 SkAutoSTMalloc<4, SkScalar> multiplierAlloc(components); 56 for (int i = 0; i < components; i++) { 62 // and dupInput[i .. components] = false. 63 SkAutoSTMalloc<4, bool> dupInputAlloc(components); 65 dupInput[components - 1] = false [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/ |
Runtime.pm | 39 A separate section listing the public components of the module's interface.
|
/external/chromium/base/ |
file_path.h | 142 // Null-terminated array of separators used to separate components in 181 // Returns a vector of all of the components of the provided path. It is 184 void GetComponents(std::vector<FilePath::StringType>* components) const; 261 // paths is well defined, it can handle ASCII path components as well.
|
/external/mesa3d/src/glsl/ |
glsl_types.h | 172 * this function gets the scalar type of the individual components. For 212 unsigned components() const function in struct:glsl_type 218 * Calculate the number of components slots required to hold this type
|
ir_print_visitor.cpp | 322 ir_constant *value = (ir_constant *) ir->components.get_head(); 331 for (unsigned i = 0; i < ir->type->components(); i++) {
|
ir.h | 275 * occupies. The count is in units of floating point components. 664 * - Assigning to all components of a vector 800 * Returns single boolean for whether all components of operands[0] 801 * equal the components of operands[1]. 1252 * Number of components in the swizzle. 1257 * Does the swizzle contain duplicate components? 1259 * L-value swizzles cannot contain duplicate components. 1270 ir_swizzle(ir_rvalue *val, const unsigned *components, unsigned count); 1553 exec_list components; member in class:ir_constant [all...] |
ir_clone.cpp | 334 for (exec_node *node = this->components.head 339 c->components.push_tail(orig->clone(mem_ctx, NULL));
|
/external/opencv/cv/src/ |
cvmotempl.cpp | 417 CvSeq* components = 0; local 445 CV_CALL( components = cvCreateSeq( CV_SEQ_KIND_GENERIC, sizeof(CvSeq), 496 cvSeqPush( components, &comp ); 514 return components;
|
/external/valgrind/tsan/ |
Makefile | 34 -I$(PIN_ROOT)/extras/xed2-$(PIN_ARCH)/include -I$(PIN_ROOT)/extras/components/include
|
/build/tools/droiddoc/templates-pdk/ |
customizations.cs | 2 left nav (toc) that gets placed on all pages, for the open source site. See also the components/
|
/external/chromium/chrome/browser/resources/net_internals/ |
dnsview.js | 27 // Hook up the UI components.
|
proxyview.js | 28 // Hook up the UI components.
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
ipv6.js | 62 // Too many components means not an IP address. Similarly with too few if using IPv4 compat or mapped addresses.
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
X509Name.java | 1196 Vector components = new Vector(); local [all...] |
/external/bluetooth/glib/gio/ |
gcontenttype.c | 1360 gchar **components; member in struct:__anon2330 1374 if (strcmp (name, e->components[depth]) == 0) [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_theme_service.cc | 157 // all color components) should be interpreted as this color being gray and 485 int components[3] = { 0 }; local 493 components[c] += data[3 * (kWidth / 3 + y * kWidth) + c]; 507 color->red = components[0] * 65535 / (255 * (kHeight - 4)); 508 color->green = components[1] * 65535 / (255 * (kHeight - 4)); 509 color->blue = components[2] * 65535 / (255 * (kHeight - 4)); [all...] |
/external/freetype/src/sfnt/ |
ttsbit.c | 1346 TT_SBit_Component components = NULL; local [all...] |
/external/webkit/Tools/Scripts/ |
prepare-ChangeLog | 522 my @components = split /:/; 523 pop @components if (scalar @components > 1); 524 $_ = (join ':', map {s/.*[^[:word:]]//; scalar $_;} @components) . ':'; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
ScenarioData.java | 180 Iterator components = performanceResults.getResults(); local 181 while (components.hasNext()) { 183 final ComponentResults componentResults = (ComponentResults) components.next();
|
/external/chromium/googleurl/src/ |
url_canon_internal.cc | 108 // for all components once all overrides have been prepared. 310 const url_parse::Parsed& repl_parsed = repl.components(); 344 const url_parse::Parsed& repl_parsed = repl.components(); 373 // pointers for affected components now that the buffer is finalized.
|
/external/guava/guava/src/com/google/common/io/ |
Files.java | 715 Iterable<String> components = 720 for (String component : components) {
|
/hardware/ti/omap3/omx/ |
Android.mk | 80 #call to common omx & system components
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
BitSet.pm | 305 A separate section listing the public components of the module's interface.
|
/external/chromium/chrome/browser/ |
pdf_unsupported_feature.cc | 254 if (version->components()[0] < kMinReaderVersionToUse)
|
/external/llvm/utils/lit/lit/ |
main.py | 189 # Skip files and virtual components. 190 components = [] 195 components.append(base) 197 components.reverse() 200 return ts, tuple(relative + tuple(components))
|