HomeSort by relevance Sort by last modified time
    Searched full:depth (Results 1 - 25 of 5623) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/
modules_unittests.isolate 13 '<(DEPTH)/data/',
14 '<(DEPTH)/resources/',
17 '<(DEPTH)/resources/short_mixed_mono_48.dat',
18 '<(DEPTH)/resources/short_mixed_mono_48.pcm',
19 '<(DEPTH)/resources/short_mixed_stereo_48.dat',
20 '<(DEPTH)/resources/short_mixed_stereo_48.pcm',
27 '<(DEPTH)/testing/test_env.py',
31 '<(DEPTH)/DEPS',
32 '<(DEPTH)/data/audio_processing/output_data_float.pb',
33 '<(DEPTH)/data/voice_engine/audio_tiny48.wav'
    [all...]
modules_tests.isolate 13 '<(DEPTH)/data/',
14 '<(DEPTH)/resources/',
21 '<(DEPTH)/testing/test_env.py',
25 '<(DEPTH)/DEPS',
26 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
27 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm',
28 '<(DEPTH)/resources/foreman_cif.yuv',
29 '<(DEPTH)/resources/paris_qcif.yuv',
30 '<(DEPTH)/testing/test_env.py',
34 '<(DEPTH)/tools/swarming_client/'
    [all...]
  /external/valgrind/main/none/tests/amd64/
bug156404-amd64.stdout.exp 0 depth 0: r = 1
2 depth 1: r = 1
3 depth 2: r = 1
4 depth 3: r = 1
5 depth 4: r = 1
6 depth 5: r = 1
7 depth 6: r = 1
8 depth 7: r = 1
9 depth 8: r = 1
10 depth 9: r =
    [all...]
  /external/valgrind/main/none/tests/
stackgrowth.c 4 #define DEPTH (4*1024)
7 static void test(int depth)
13 if (depth > 1)
14 test(depth-1);
19 test(DEPTH);
  /external/lldb/test/lang/c/recurse/
main.c 5 recurse_crash (uint32_t depth)
7 if (depth > 0)
8 return recurse_crash (depth - 1);
15 // If we have more than one argument, then it should a depth to recurse to.
18 uint32_t depth = UINT32_MAX; local
22 depth = strtoul (argv[1], &end, 0);
24 depth = UINT32_MAX;
26 recurse_crash (depth);
  /external/chromium_org/gpu/gles2_conform_support/
gles2_conform.gypi 8 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTests/GTFExtensionTestCompressedETC1RGB8Texture.c',
9 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTests/GTFExtensionTestCompressedETC1RGB8Texture.h',
10 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTests/GTFExtensionTestCompressedPalettedTexture.c',
11 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTests/GTFExtensionTestCompressedPalettedTexture.h',
12 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTests/GTFExtensionTestConditionalQuery.c',
13 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTests/GTFExtensionTestConditionalQuery.h',
14 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTests/GTFExtensionTestDataType1010102.c',
15 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTests/GTFExtensionTestDataType1010102.h',
16 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTests/GTFExtensionTestDebug.c',
17 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTests/GTFExtensionTestDebug.h'
    [all...]
  /external/chromium_org/tools/gyp/test/library_dirs/subdir/
README.txt 1 Make things live in a subdirectory, to make sure that DEPTH works correctly.
  /external/chromium_org/tools/gyp/test/mac/libraries/subdir/
README.txt 1 Make things live in a subdirectory, to make sure that DEPTH works correctly.
  /external/chromium_org/chrome/installer/
installer_tools.gyp 7 'version_py': '<(DEPTH)/build/util/version.py',
8 'version_path': '<(DEPTH)/chrome/VERSION',
9 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
21 '<(DEPTH)/base/base.gyp:base',
22 '<(DEPTH)/chrome/chrome.gyp:installer_util',
23 '<(DEPTH)/chrome/chrome.gyp:installer_util_strings',
24 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
27 '<(DEPTH)',
39 'branding_dir': '<(DEPTH)/chrome/app/theme/google_chrome',
43 'branding_dir': '<(DEPTH)/chrome/app/theme/chromium'
    [all...]
  /external/chromium_org/chrome/
js_unittest_vars.gypi 7 'gypv8sh': '<(DEPTH)/tools/gypv8sh.py',
8 'js2gtest': '<(DEPTH)/chrome/test/base/js2gtest.js',
9 'mock_js': '<(DEPTH)/chrome/third_party/mock4js/mock4js.js',
10 'test_api_js': '<(DEPTH)/chrome/test/data/webui/test_api.js',
11 'accessibility_audit_js': '<(DEPTH)/third_party/accessibility-audit/axs_testing.js',
  /external/chromium_org/mojo/public/tools/bindings/
mojom_bindings_generator.gypi 12 '<!(python <(DEPTH)/build/inverse_depth.py <(DEPTH))',
14 '<(DEPTH)/mojo/public/tools/bindings/mojom_bindings_generator.py',
17 '-I<(DEPTH)'
22 '<(DEPTH)/mojo/public/tools/bindings/generators/cpp_templates/enum_declaration.tmpl',
23 '<(DEPTH)/mojo/public/tools/bindings/generators/cpp_templates/interface_declaration.tmpl',
24 '<(DEPTH)/mojo/public/tools/bindings/generators/cpp_templates/interface_definition.tmpl',
25 '<(DEPTH)/mojo/public/tools/bindings/generators/cpp_templates/interface_macros.tmpl',
26 '<(DEPTH)/mojo/public/tools/bindings/generators/cpp_templates/interface_proxy_declaration.tmpl',
27 '<(DEPTH)/mojo/public/tools/bindings/generators/cpp_templates/interface_request_validator_declaration.tmpl'
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_tests.isolate 13 '<(DEPTH)/resources/',
14 '<(DEPTH)/data/',
21 '<(DEPTH)/testing/test_env.py',
25 '<(DEPTH)/DEPS',
28 '<(DEPTH)/resources/audio_coding/music_stereo_48kHz.pcm',
29 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm',
30 '<(DEPTH)/resources/audio_coding/speech_mono_32_48kHz.pcm',
31 '<(DEPTH)/testing/test_env.py',
35 '<(DEPTH)/tools/swarming_client/',
  /external/clang/test/SemaCXX/
constexpr-depth.cpp 1 // RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s -DMAX=128 -fconstexpr-depth 128
2 // RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s -DMAX=2 -fconstexpr-depth 2
3 // RUN: %clang -std=c++11 -fsyntax-only -Xclang -verify %s -DMAX=10 -fconstexpr-depth=10
5 constexpr int depth(int n) { return n > 1 ? depth(n-1) : 0; } // expected-note {{exceeded maximum depth}} expected-note +{{}} function
7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'depth(}}
8 constexpr int kGood = depth(MAX);
  /external/chromium_org/extensions/shell/
app_shell.gyp 16 '<(DEPTH)/base/base.gyp:base',
17 '<(DEPTH)/base/base.gyp:base_prefs_test_support',
18 '<(DEPTH)/components/components.gyp:omaha_query_params',
19 '<(DEPTH)/components/components.gyp:pref_registry',
20 '<(DEPTH)/components/components.gyp:user_prefs',
21 '<(DEPTH)/components/components.gyp:web_cache_renderer',
22 '<(DEPTH)/content/content.gyp:content',
23 '<(DEPTH)/content/content.gyp:content_gpu',
24 '<(DEPTH)/content/content.gyp:content_ppapi_plugin',
25 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib'
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.gyp 18 '<(DEPTH)/media/media.gyp:shared_memory_support',
19 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
20 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc',
21 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
22 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
23 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
24 '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:sel_ldr_launcher_base',
25 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib',
26 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:simple_service',
27 '<(DEPTH)/native_client/src/trusted/reverse_service/reverse_service.gyp:reverse_service'
    [all...]
  /external/chromium_org/components/
user_manager.gypi 37 '<(DEPTH)/base/base.gyp:base',
38 '<(DEPTH)/skia/skia.gyp:skia',
39 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
45 '<(DEPTH)',
46 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
47 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
53 '<(DEPTH)/base/base.gyp:base_prefs',
54 '<(DEPTH)/components/components.gyp:session_manager_component',
55 '<(DEPTH)/google_apis/google_apis.gyp:google_apis',
56 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources'
    [all...]
pdf.gypi 13 '<(DEPTH)/base/base.gyp:base',
14 '<(DEPTH)/content/content.gyp:content_common',
15 '<(DEPTH)/ipc/ipc.gyp:ipc',
16 '<(DEPTH)/url/url.gyp:url_lib',
27 '<(DEPTH)/content/content.gyp:content_browser',
40 '<(DEPTH)/content/content.gyp:content_renderer',
41 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared',
42 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
43 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
44 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8'
    [all...]
  /external/javassist/src/main/javassist/runtime/
Cflow.java 26 private static class Depth {
27 private int depth; field in class:Cflow.Depth
28 Depth() { depth = 0; }
29 int get() { return depth; }
30 void inc() { ++depth; }
31 void dec() { --depth; }
35 return new Depth();
41 public void enter() { ((Depth)get()).inc(); }
46 public void exit() { ((Depth)get()).dec();
    [all...]
  /external/chromium_org/third_party/webrtc/common_video/
common_video_unittests.isolate 13 '<(DEPTH)/data/',
14 '<(DEPTH)/resources/',
21 '<(DEPTH)/testing/test_env.py',
25 '<(DEPTH)/DEPS',
26 '<(DEPTH)/resources/foreman_cif.yuv',
27 '<(DEPTH)/testing/test_env.py',
31 '<(DEPTH)/tools/swarming_client/',
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_unittests.isolate 13 '<(DEPTH)/resources/',
14 '<(DEPTH)/data/',
21 '<(DEPTH)/testing/test_env.py',
25 '<(DEPTH)/DEPS',
28 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
29 '<(DEPTH)/testing/test_env.py',
33 '<(DEPTH)/tools/swarming_client/',
  /external/chromium_org/third_party/webrtc/tools/
tools_unittests.isolate 13 '<(DEPTH)/data/',
14 '<(DEPTH)/resources/',
21 '<(DEPTH)/testing/test_env.py',
25 '<(DEPTH)/DEPS',
26 '<(DEPTH)/resources/foreman_cif.yuv',
27 '<(DEPTH)/testing/test_env.py',
31 '<(DEPTH)/tools/swarming_client/',
  /external/chromium_org/third_party/webrtc/
webrtc_perf_tests.isolate 13 '<(DEPTH)/data/',
14 '<(DEPTH)/resources/',
24 '<(DEPTH)/DEPS',
25 '<(DEPTH)/resources/foreman_cif.yuv',
26 '<(DEPTH)/resources/paris_qcif.yuv',
27 '<(DEPTH)/resources/voice_engine/audio_long16.pcm',
31 '<(DEPTH)/tools/swarming_client/',
  /external/chromium_org/media/cast/
cast_testing.gypi 12 '<(DEPTH)/',
17 '<(DEPTH)/testing/gtest.gyp:gtest',
18 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
19 '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
20 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
21 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
59 '<(DEPTH)/',
70 '<(DEPTH)/base/base.gyp:test_support_base',
71 '<(DEPTH)/net/net.gyp:net',
72 '<(DEPTH)/testing/gmock.gyp:gmock'
    [all...]
  /external/chromium_org/webkit/common/gpu/
webkit_gpu.gyp 21 '<(DEPTH)/base/base.gyp:base',
22 '<(DEPTH)/cc/cc.gyp:cc',
23 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
24 '<(DEPTH)/gpu/command_buffer/command_buffer.gyp:gles2_utils',
25 '<(DEPTH)/gpu/gpu.gyp:command_buffer_service',
26 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
27 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
28 '<(DEPTH)/gpu/gpu.gyp:gl_in_process_context',
29 '<(DEPTH)/gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
30 '<(DEPTH)/skia/skia.gyp:skia'
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
depth.c 29 #include "depth.h"
42 _mesa_ClearDepth( GLclampd depth )
48 _mesa_debug(ctx, "glClearDepth(%f)\n", depth);
50 depth = CLAMP( depth, 0.0, 1.0 );
52 if (ctx->Depth.Clear == depth)
56 ctx->Depth.Clear = depth;
61 _mesa_ClearDepthf( GLclampf depth )
    [all...]

Completed in 1874 milliseconds

1 2 3 4 5 6 7 8 91011>>