HomeSort by relevance Sort by last modified time
    Searched refs:USE (Results 1 - 25 of 2171) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/wtf/
DynamicAnnotations.cpp 4 * Redistribution and use in source and binary forms, with or without
20 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31 #if USE(DYNAMIC_ANNOTATIONS) && !USE(DYNAMIC_ANNOTATIONS_NOIMPL)
61 #endif // USE(DYNAMIC_ANNOTATIONS) && !USE(DYNAMIC_ANNOTATIONS_NOIMPL)
LeakAnnotations.h 5 * Redistribution and use in source and binary forms, with or without
25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
54 #if USE(LEAK_SANITIZER)
81 #else // USE(LEAK_SANITIZER)
87 #endif // USE(LEAK_SANITIZER)
DataLog.cpp 4 * Redistribution and use in source and binary forms, with or without
19 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44 #if USE(PTHREADS)
76 #if USE(PTHREADS)
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DirectConvolver.h 4 * Redistribution and use in source and binary forms, with or without
23 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35 #if USE(WEBAUDIO_IPP)
37 #endif // USE(WEBAUDIO_IPP)
52 #if USE(WEBAUDIO_IPP)
54 #endif // USE(WEBAUDIO_IPP)
FFTFrameStub.cpp 4 * Redistribution and use in source and binary forms, with or without
20 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
32 #if !OS(MACOSX) && !USE(WEBAUDIO_FFMPEG) && !USE(WEBAUDIO_IPP) && !USE(WEBAUDIO_OPENMAX_DL_FFT)
88 #endif // !OS(MACOSX) && !USE(WEBAUDIO_FFMPEG) && !USE(WEBAUDIO_IPP) && !USE(WEBAUDIO_OPENMAX_DL_FFT)
FFTFrame.h 4 * Redistribution and use in source and binary forms, with or without
23 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
40 #elif USE(WEBAUDIO_OPENMAX_DL_FFT)
42 #elif USE(WEBAUDIO_FFMPEG)
44 #elif USE(WEBAUDIO_IPP)
58 FFTFrame(); // creates a blank/empty frame for later use with createInterpolatedFrame()
102 #elif USE(WEBAUDIO_FFMPEG)
108 #elif USE(WEBAUDIO_IPP)
113 #elif USE(WEBAUDIO_OPENMAX_DL_FFT
    [all...]
Biquad.h 4 * Redistribution and use in source and binary forms, with or without
23 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
37 #if USE(WEBAUDIO_IPP)
39 #endif // USE(WEBAUDIO_IPP)
103 #elif USE(WEBAUDIO_IPP)
  /external/clang/test/CodeGen/
dllimport.c 10 #define USEVAR(var) int JOIN(use, __LINE__)() { return var; }
11 #define USE(func) void JOIN(use, __LINE__)() { func(); }
65 USE(inlineFunc)
74 USE(noinline)
75 USE(alwaysInline)
81 USE(redecl1)
88 USE(redecl2)
93 USE(redecl3)
  /external/chromium_org/v8/src/ia32/
cpu-ia32.cc 2 // Use of this source code is governed by a BSD-style license that can be
38 USE(res);
  /external/chromium_org/v8/src/x64/
cpu-x64.cc 2 // Use of this source code is governed by a BSD-style license that can be
38 USE(res);
  /external/chromium_org/v8/src/x87/
cpu-x87.cc 2 // Use of this source code is governed by a BSD-style license that can be
38 USE(res);
  /external/clang/test/CXX/except/except.spec/
p15.cpp 6 #ifdef USE
  /external/vixl/src/a64/
instrument-a64.cc 4 // Redistribution and use in source and binary forms, with or without
22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
120 // Set up the output stream. If datafile is non-NULL, use that file. If it
121 // can't be opened, or datafile is NULL, use stdout.
255 USE(instr);
263 USE(instr);
271 USE(instr);
292 USE(instr);
300 USE(instr)
    [all...]
cpu-a64.cc 4 // Redistribution and use in source and binary forms, with or without
22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
77 USE(address);
78 USE(length);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/
Fail.h 14 #if USE(FEATURE)
  /external/clang/test/CodeGenCXX/
dllimport.cpp 8 // CHECK-NOT doesn't play nice with CHECK-DAG, so use separate run lines.
25 #define USEVARTYPE(type, var) type UNIQ(use)() { return var; }
27 #define USE(func) void UNIQ(use)() { func(); }
28 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; }
29 #define USECLASS(class) void UNIQ(USE)() { class x; }
30 #define USECOPYASSIGN(class) class& (class::*UNIQ(use)())(class&) { return &class::operator=; }
31 #define USEMOVEASSIGN(class) class& (class::*UNIQ(use)())(class&&) { return &class::operator=; }
95 USE(inlineStaticLocalsFunc);
104 USE(initializationFunc)
295 void UNIQ(use)() { ::operator new(42); } function
    [all...]
  /external/chromium_org/v8/src/base/platform/
semaphore.cc 2 // Use of this source code is governed by a BSD-style license that can be
27 USE(result);
34 USE(result);
41 USE(result);
80 USE(result);
87 USE(result);
94 USE(result);
159 USE(result);
167 USE(result);
174 USE(result)
    [all...]
mutex.cc 2 // Use of this source code is governed by a BSD-style license that can be
17 // Use an error checking mutex in debug mode.
27 // Use a fast mutex (default attributes).
31 USE(result);
45 USE(result);
52 USE(result);
59 USE(result);
66 USE(result);
condition-variable.cc 2 // Use of this source code is governed by a BSD-style license that can be
24 // source for pthread_cond_timedwait() to use the monotonic clock.
37 USE(result);
44 USE(result);
51 USE(result);
58 USE(result);
66 USE(result);
90 // source for pthread_cond_timedwait() to use the monotonic clock.
122 USE(ok);
202 USE(ok)
    [all...]
  /external/chromium_org/v8/src/arm64/
cpu-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
49 USE(address);
50 USE(length);
  /build/target/board/generic_arm64/
BoardConfig.mk 4 # you may not use this file except in compliance with the License.
29 # DO NOT USE
30 # DO NOT USE
44 # DO NOT USE
45 # DO NOT USE
47 # DO NOT USE
48 # DO NOT USE
50 # DO NOT USE
51 # DO NOT USE
  /external/chromium_org/v8/test/cctest/compiler/
test-scheduler.cc 2 // Use of this source code is governed by a BSD-style license that can be
627 USE(Scheduler::ComputeSchedule(&graph));
642 USE(Scheduler::ComputeSchedule(&graph));
695 USE(n0);
699 USE(n23);
702 USE(n22);
705 USE(n16);
708 USE(n15);
711 USE(n14);
714 USE(n13)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicStringCF.cpp 4 * Redistribution and use in source and binary forms, with or without
19 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29 #if USE(CF)
56 #endif // USE(CF)
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_lines.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
202 #define USE(lineFunc) \
211 #define USE(lineFunc) swrast->Line = lineFunc
218 * Determine which line drawing function to use given the current
242 USE(general_line);
249 USE(general_line);
251 USE(rgba_line);
258 USE(simple_no_z_rgba_line);
262 USE(_swrast_feedback_line)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_lines.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
202 #define USE(lineFunc) \
211 #define USE(lineFunc) swrast->Line = lineFunc
218 * Determine which line drawing function to use given the current
242 USE(general_line);
249 USE(general_line);
251 USE(rgba_line);
258 USE(simple_no_z_rgba_line);
262 USE(_swrast_feedback_line)
    [all...]

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 91011>>