Searched refs:use (Results 51 - 75 of 947) sorted by relevance

1234567891011>>

/external/skia/src/svg/
H A DSkSVGClipPath.cpp30 SkSVGUse* use = (SkSVGUse*) child; local
32 const char* refStr = &use->f_xlink_href.c_str()[1];
/external/stlport/stlport/stl/
H A D_ioserr.h9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
/external/chromium_org/remoting/host/
H A Dcurtain_mode_linux.cc66 if (device_info->use == IsXExtensionPointer) {
73 } else if (device_info->use == IsXExtensionKeyboard) {
81 } else if (device_info->use == IsXPointer) {
86 } else if (device_info->use == IsXKeyboard) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
44 bool *use; member in struct:brw::block_data
H A Dbrw_fs_live_variables.cpp7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
43 * Sets up the use[] and def[] arrays.
65 /* Set use[] for this instruction */
71 bd[b].use[reg] = true;
85 if (!bd[b].use[reg])
111 if (bd[b].use[i] || (bd[b].liveout[i] && !bd[b].def[i])) {
145 bd[i].use = rzalloc_array(mem_ctx, bool, num_vars);
170 int *use = ralloc_array(mem_ctx, int, num_vars); local
174 this->virtual_grf_use = use;
178 use[
[all...]
/external/clang/test/CodeGenCXX/
H A Dlambda-expressions-nested-linkage.cpp44 int use = foo(); member in namespace:inline_function
H A Dextern-c.cpp29 void *use = &test1_b; member in namespace:test1
/external/llvm/test/MC/AsmParser/
H A Dcfi-window-save.s3 # Should use SPARC as the target to test this. However, SPARC does not support
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
44 bool *use; member in struct:brw::block_data
H A Dbrw_fs_live_variables.cpp7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
43 * Sets up the use[] and def[] arrays.
65 /* Set use[] for this instruction */
71 bd[b].use[reg] = true;
85 if (!bd[b].use[reg])
111 if (bd[b].use[i] || (bd[b].liveout[i] && !bd[b].def[i])) {
145 bd[i].use = rzalloc_array(mem_ctx, bool, num_vars);
170 int *use = ralloc_array(mem_ctx, int, num_vars); local
174 this->virtual_grf_use = use;
178 use[
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-pmovmskb.stderr.exp2 at 0x........: use (insn-pmovmskb.c:48)
8 at 0x........: use (insn-pmovmskb.c:48)
14 at 0x........: use (insn-pmovmskb.c:48)
20 at 0x........: use (insn-pmovmskb.c:48)
26 at 0x........: use (insn-pmovmskb.c:48)
32 at 0x........: use (insn-pmovmskb.c:48)
38 at 0x........: use (insn-pmovmskb.c:48)
44 at 0x........: use (insn-pmovmskb.c:48)
50 at 0x........: use (insn-pmovmskb.c:48)
56 at 0x........: use (ins
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DDeadCodeRemover.java5 * you may not use this file except in compliance with the License.
51 /** use list indexed by register; modified during operation */
160 for (SsaInsn use : useList[result.getReg()]) {
161 if (use instanceof PhiInsn) {
162 PhiInsn phiUse = (PhiInsn) use;
187 for (SsaInsn use : useList[regV]) {
188 if (hasSideEffect(use)) {
200 for (SsaInsn use : useList[regV]) {
201 RegisterSpec result = use.getResult();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGUseElement.cpp69 RefPtrWillBeRawPtr<SVGUseElement> use = adoptRefWillBeNoop(new SVGUseElement(document)); local
70 use->ensureUserAgentShadowRoot();
71 return use.release();
149 void transferUseWidthAndHeightIfNeeded(const SVGUseElement& use, SVGElement* shadowElement, const SVGElement& originalElement) argument
154 // Spec (<use> on <symbol>): This generated 'svg' will always have explicit values for attributes width and height.
155 // If attributes width and/or height are provided on the 'use' element, then these attributes
157 // the generated 'svg' element will use values of 100% for these attributes.
158 shadowElement->setAttribute(SVGNames::widthAttr, use.width()->isSpecified() ? AtomicString(use.width()->currentValue()->valueAsString()) : hundredPercentString);
159 shadowElement->setAttribute(SVGNames::heightAttr, use
491 hasCycleUseReferencing(SVGUseElement* use, ContainerNode* targetInstance, SVGElement*& newTarget) argument
545 SVGUseElement* use = toSVGUseElement(element); local
[all...]
/external/chromium_org/third_party/icu/source/samples/ufortune/
H A Dfortunedefs.mk13 # (must be locatable by ICU_PATH - use 'make check')
15 # files - will use separate files, such as es.res, fi.res, etc.
16 # (use 'make check')
/external/easymock/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
19 # Build an easymock.jar to use for host side tests
28 # Build an easymocklib.jar to use on device
/external/icu/icu4c/source/samples/ufortune/
H A Dfortunedefs.mk13 # (must be locatable by ICU_PATH - use 'make check')
15 # files - will use separate files, such as es.res, fi.res, etc.
16 # (use 'make check')
/external/chromium_org/third_party/libxslt/libxslt/
H A Dkeys.h33 const xmlChar *use,
/external/chromium_org/v8/src/
H A Dhydrogen-uint32-analysis.h24 INLINE(bool IsSafeUint32Use(HValue* val, HValue* use));
/external/clang/test/Analysis/diagnostics/
H A Dundef-value-param.c19 int use(int c) { function
173 // CHECK-NEXT: <string>Entered call from &apos;use&apos;</string>
175 // CHECK-NEXT: <string>Entered call from &apos;use&apos;</string>
439 // CHECK-NEXT: <key>issue_context</key><string>use</string>
/external/clang/test/Analysis/
H A Dreference.cpp166 extern void use(int &ref);
167 use(*ptr);
202 void use(int &x) { function
207 use(*maybeNull());
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
H A Dp1.cpp10 int use = old; // expected-warning {{'old' is deprecated}} variable
/external/clang/test/CXX/temp/
H A Dp3.cpp10 expected-error {{use of undeclared identifier 'T'}} \
/external/llvm/test/MC/ARM/
H A Dinst-thumb-overflow.s12 @ CHECK-ERROR: inst.n operand is too big, use inst.w instead
H A Dinst-thumb-suffixes.s12 @ CHECK-ERROR: cannot determine Thumb instruction size, use inst.n/inst.w instead
/external/llvm/test/MC/Mips/
H A Dnooddspreg-error.s9 # CHECK-ERROR: :[[@LINE-1]]:15: error: -mno-odd-spreg prohibits the use of odd FPU registers
10 # CHECK-ERROR: :[[@LINE-2]]:25: error: -mno-odd-spreg prohibits the use of odd FPU registers

Completed in 923 milliseconds

1234567891011>>