/external/chromium_org/chrome/common/extensions/docs/server2/test_data/gitiles_file_system/ |
D | public_extensions | 6 "mode": 33188, 12 "mode": 33188, 18 "mode": 33188, 24 "mode": 33188, 30 "mode": 33188, 36 "mode": 33188, 42 "mode": 33188, 48 "mode": 33188, 54 "mode": 33188, 60 "mode": 33188, [all …]
|
/external/chromium_org/third_party/opus/src/celt/dump_modes/ |
D | dump_modes.c | 58 CELTMode *mode = modes[i]; in dump_modes() local 59 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts); in dump_modes() 69 CELTMode *mode = modes[i]; in dump_modes() local 73 mdctSize = mode->shortMdctSize*mode->nbShortMdcts; in dump_modes() 74 standard = (mode->Fs == 400*(opus_int32)mode->shortMdctSize); in dump_modes() 75 framerate = mode->Fs/mode->shortMdctSize; in dump_modes() 79 fprintf(file, "#ifndef DEF_EBANDS%d_%d\n", mode->Fs, mdctSize); in dump_modes() 80 fprintf(file, "#define DEF_EBANDS%d_%d\n", mode->Fs, mdctSize); in dump_modes() 81 …fprintf (file, "static const opus_int16 eBands%d_%d[%d] = {\n", mode->Fs, mdctSize, mode->nbEBands… in dump_modes() 82 for (j=0;j<mode->nbEBands+2;j++) in dump_modes() [all …]
|
/external/libopus/celt/ |
D | modes.c | 166 static void compute_allocation_table(CELTMode *mode) in compute_allocation_table() argument 172 mode->nbAllocVectors = BITALLOC_SIZE; in compute_allocation_table() 173 allocVectors = opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands)); in compute_allocation_table() 178 if (mode->Fs == 400*(opus_int32)mode->shortMdctSize) in compute_allocation_table() 180 for (i=0;i<BITALLOC_SIZE*mode->nbEBands;i++) in compute_allocation_table() 182 mode->allocVectors = allocVectors; in compute_allocation_table() 189 for (j=0;j<mode->nbEBands;j++) in compute_allocation_table() 194 … if (400*(opus_int32)eband5ms[k] > mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize) in compute_allocation_table() 198 allocVectors[i*mode->nbEBands+j] = band_allocation[i*maxBands + maxBands-1]; in compute_allocation_table() 201 … a1 = mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize - 400*(opus_int32)eband5ms[k-1]; in compute_allocation_table() [all …]
|
/external/chromium_org/third_party/opus/src/celt/ |
D | modes.c | 166 static void compute_allocation_table(CELTMode *mode) in compute_allocation_table() argument 172 mode->nbAllocVectors = BITALLOC_SIZE; in compute_allocation_table() 173 allocVectors = opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands)); in compute_allocation_table() 178 if (mode->Fs == 400*(opus_int32)mode->shortMdctSize) in compute_allocation_table() 180 for (i=0;i<BITALLOC_SIZE*mode->nbEBands;i++) in compute_allocation_table() 182 mode->allocVectors = allocVectors; in compute_allocation_table() 189 for (j=0;j<mode->nbEBands;j++) in compute_allocation_table() 194 … if (400*(opus_int32)eband5ms[k] > mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize) in compute_allocation_table() 198 allocVectors[i*mode->nbEBands+j] = band_allocation[i*maxBands + maxBands-1]; in compute_allocation_table() 201 … a1 = mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize - 400*(opus_int32)eband5ms[k-1]; in compute_allocation_table() [all …]
|
/external/valgrind/main/none/tests/s390x/ |
D | rounding-5.c | 26 set_rounding_mode(unsigned mode) in set_rounding_mode() argument 28 printf("setting FPC rounding mode to %s\n", rtext(mode)); in set_rounding_mode() 29 register unsigned r asm("1") = mode; in set_rounding_mode() 33 void cefbr(unsigned mode) in cefbr() argument 35 set_rounding_mode(mode); in cefbr() 43 void cegbr(unsigned mode) in cegbr() argument 45 set_rounding_mode(mode); in cegbr() 53 void cdgbr(unsigned mode) in cdgbr() argument 55 set_rounding_mode(mode); in cdgbr() 66 int mode; in main() local [all …]
|
D | rounding-5.stdout.exp | 1 setting FPC rounding mode to [-> near] 3 setting FPC rounding mode to [-> zero] 5 setting FPC rounding mode to [-> +inf] 7 setting FPC rounding mode to [-> -inf] 10 setting FPC rounding mode to [-> near] 12 setting FPC rounding mode to [-> zero] 14 setting FPC rounding mode to [-> +inf] 16 setting FPC rounding mode to [-> -inf] 19 setting FPC rounding mode to [-> near] 21 setting FPC rounding mode to [-> zero] [all …]
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | glxconfig.c | 53 glx_config_get(struct glx_config * mode, int attribute, int *value_return) in glx_config_get() argument 60 *value_return = mode->rgbBits; in glx_config_get() 63 *value_return = mode->rgbMode; in glx_config_get() 66 *value_return = mode->redBits; in glx_config_get() 69 *value_return = mode->greenBits; in glx_config_get() 72 *value_return = mode->blueBits; in glx_config_get() 75 *value_return = mode->alphaBits; in glx_config_get() 78 *value_return = mode->doubleBufferMode; in glx_config_get() 81 *value_return = mode->stereoMode; in glx_config_get() 84 *value_return = mode->numAuxBuffers; in glx_config_get() [all …]
|
/external/mesa3d/src/glx/ |
D | glxconfig.c | 53 glx_config_get(struct glx_config * mode, int attribute, int *value_return) in glx_config_get() argument 60 *value_return = mode->rgbBits; in glx_config_get() 63 *value_return = mode->rgbMode; in glx_config_get() 66 *value_return = mode->redBits; in glx_config_get() 69 *value_return = mode->greenBits; in glx_config_get() 72 *value_return = mode->blueBits; in glx_config_get() 75 *value_return = mode->alphaBits; in glx_config_get() 78 *value_return = mode->doubleBufferMode; in glx_config_get() 81 *value_return = mode->stereoMode; in glx_config_get() 84 *value_return = mode->numAuxBuffers; in glx_config_get() [all …]
|
/external/e2fsprogs/tests/f_journal/ |
D | expect.1 | 2 Clearing orphaned inode 37 (uid=0, gid=0, mode=0100600, size=4096) 3 Clearing orphaned inode 90 (uid=0, gid=0, mode=040700, size=1024) 4 Clearing orphaned inode 67 (uid=0, gid=0, mode=0100600, size=4096) 5 Clearing orphaned inode 50 (uid=0, gid=0, mode=0100600, size=4096) 6 Clearing orphaned inode 57 (uid=0, gid=0, mode=040700, size=1024) 7 Clearing orphaned inode 80 (uid=0, gid=0, mode=040700, size=1024) 8 Clearing orphaned inode 45 (uid=0, gid=0, mode=040700, size=1024) 9 Clearing orphaned inode 71 (uid=0, gid=0, mode=0100600, size=4096) 10 Clearing orphaned inode 86 (uid=0, gid=0, mode=040700, size=1024) 11 Clearing orphaned inode 83 (uid=0, gid=0, mode=040700, size=1024) [all …]
|
/external/chromium_org/chrome/browser/predictors/ |
D | resource_prefetch_common.cc | 48 config->mode |= ResourcePrefetchPredictorConfig::URL_LEARNING; in IsSpeculativeResourcePrefetchingEnabled() 49 config->mode |= ResourcePrefetchPredictorConfig::HOST_LEARNING; in IsSpeculativeResourcePrefetchingEnabled() 52 config->mode |= ResourcePrefetchPredictorConfig::URL_LEARNING; in IsSpeculativeResourcePrefetchingEnabled() 53 config->mode |= ResourcePrefetchPredictorConfig::HOST_LEARNING; in IsSpeculativeResourcePrefetchingEnabled() 54 config->mode |= ResourcePrefetchPredictorConfig::URL_PREFETCHING; in IsSpeculativeResourcePrefetchingEnabled() 55 config->mode |= ResourcePrefetchPredictorConfig::HOST_PRFETCHING; in IsSpeculativeResourcePrefetchingEnabled() 64 config->mode |= ResourcePrefetchPredictorConfig::HOST_LEARNING; in IsSpeculativeResourcePrefetchingEnabled() 67 config->mode |= ResourcePrefetchPredictorConfig::URL_LEARNING; in IsSpeculativeResourcePrefetchingEnabled() 70 config->mode |= ResourcePrefetchPredictorConfig::URL_LEARNING; in IsSpeculativeResourcePrefetchingEnabled() 71 config->mode |= ResourcePrefetchPredictorConfig::HOST_LEARNING; in IsSpeculativeResourcePrefetchingEnabled() [all …]
|
/external/chromium_org/chrome/browser/prefs/ |
D | proxy_prefs_unittest.cc | 12 ProxyPrefs::ProxyMode mode; in TEST() local 13 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("direct", &mode)); in TEST() 14 EXPECT_EQ(ProxyPrefs::MODE_DIRECT, mode); in TEST() 15 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("auto_detect", &mode)); in TEST() 16 EXPECT_EQ(ProxyPrefs::MODE_AUTO_DETECT, mode); in TEST() 17 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("pac_script", &mode)); in TEST() 18 EXPECT_EQ(ProxyPrefs::MODE_PAC_SCRIPT, mode); in TEST() 19 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("system", &mode)); in TEST() 20 EXPECT_EQ(ProxyPrefs::MODE_SYSTEM, mode); in TEST() 21 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("fixed_servers", &mode)); in TEST() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | riprel2.errwarn | 1 -:20: warning: `es' segment register ignored in 64-bit mode 2 -:21: warning: `es' segment register ignored in 64-bit mode 3 -:22: warning: `es' segment register ignored in 64-bit mode 4 -:23: warning: `es' segment register ignored in 64-bit mode 5 -:24: warning: `es' segment register ignored in 64-bit mode 6 -:25: warning: `es' segment register ignored in 64-bit mode 7 -:26: warning: `es' segment register ignored in 64-bit mode 8 -:27: warning: `es' segment register ignored in 64-bit mode 9 -:28: warning: `es' segment register ignored in 64-bit mode 10 -:30: warning: `es' segment register ignored in 64-bit mode [all …]
|
/external/eigen/bench/btl/data/ |
D | go_mean | 10 mode=large 12 mode=$2 34 source mk_mean_script.sh axpy $1 11 2500 100000 250000 $mode $prefix 35 source mk_mean_script.sh axpby $1 11 2500 100000 250000 $mode $prefix 36 source mk_mean_script.sh matrix_vector $1 11 50 300 1000 $mode $prefix 37 source mk_mean_script.sh atv $1 11 50 300 1000 $mode $prefix 38 source mk_mean_script.sh matrix_matrix $1 11 100 300 1000 $mode $prefix 39 source mk_mean_script.sh aat $1 11 100 300 1000 $mode $prefix 41 source mk_mean_script.sh trmm $1 11 100 300 1000 $mode $prefix 42 source mk_mean_script.sh trisolve_vector $1 11 100 300 1000 $mode $prefix [all …]
|
/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.hpp | 59 inline bool isNearestMipmapFilter (const Sampler::FilterMode mode) in isNearestMipmapFilter() argument 61 return mode == Sampler::NEAREST_MIPMAP_NEAREST || mode == Sampler::LINEAR_MIPMAP_NEAREST; in isNearestMipmapFilter() 64 inline bool isLinearMipmapFilter (const Sampler::FilterMode mode) in isLinearMipmapFilter() argument 66 return mode == Sampler::NEAREST_MIPMAP_LINEAR || mode == Sampler::LINEAR_MIPMAP_LINEAR; in isLinearMipmapFilter() 69 inline bool isMipmapFilter (const Sampler::FilterMode mode) in isMipmapFilter() argument 71 return isNearestMipmapFilter(mode) || isLinearMipmapFilter(mode); in isMipmapFilter() 74 inline bool isLinearFilter (const Sampler::FilterMode mode) in isLinearFilter() argument 76 …return mode == Sampler::LINEAR || mode == Sampler::LINEAR_MIPMAP_NEAREST || mode == Sampler::LINEA… in isLinearFilter() 79 inline bool isNearestFilter (const Sampler::FilterMode mode) in isNearestFilter() argument 81 return !isLinearFilter(mode); in isNearestFilter() [all …]
|
/external/mesa3d/src/glx/apple/ |
D | apple_visual.c | 67 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode, in apple_visual_create_pfobj() argument 111 if (mode->stereoMode) { in apple_visual_create_pfobj() 119 if (!offscreen && mode->doubleBufferMode) { in apple_visual_create_pfobj() 128 attr[numattr++] = mode->redBits + mode->greenBits + mode->blueBits; in apple_visual_create_pfobj() 130 attr[numattr++] = mode->alphaBits; in apple_visual_create_pfobj() 132 if ((mode->accumRedBits + mode->accumGreenBits + mode->accumBlueBits) > 0) { in apple_visual_create_pfobj() 134 attr[numattr++] = mode->accumRedBits + mode->accumGreenBits + in apple_visual_create_pfobj() 135 mode->accumBlueBits + mode->accumAlphaBits; in apple_visual_create_pfobj() 138 if (mode->depthBits > 0) { in apple_visual_create_pfobj() 140 attr[numattr++] = mode->depthBits; in apple_visual_create_pfobj() [all …]
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
D | apple_visual.c | 67 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode, in apple_visual_create_pfobj() argument 111 if (mode->stereoMode) { in apple_visual_create_pfobj() 119 if (!offscreen && mode->doubleBufferMode) { in apple_visual_create_pfobj() 128 attr[numattr++] = mode->redBits + mode->greenBits + mode->blueBits; in apple_visual_create_pfobj() 130 attr[numattr++] = mode->alphaBits; in apple_visual_create_pfobj() 132 if ((mode->accumRedBits + mode->accumGreenBits + mode->accumBlueBits) > 0) { in apple_visual_create_pfobj() 134 attr[numattr++] = mode->accumRedBits + mode->accumGreenBits + in apple_visual_create_pfobj() 135 mode->accumBlueBits + mode->accumAlphaBits; in apple_visual_create_pfobj() 138 if (mode->depthBits > 0) { in apple_visual_create_pfobj() 140 attr[numattr++] = mode->depthBits; in apple_visual_create_pfobj() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | hint.c | 37 _mesa_Hint( GLenum target, GLenum mode ) in _mesa_Hint() argument 45 _mesa_lookup_enum_by_nr(mode)); in _mesa_Hint() 47 if (mode != GL_NICEST && mode != GL_FASTEST && mode != GL_DONT_CARE) { in _mesa_Hint() 56 if (ctx->Hint.Fog == mode) in _mesa_Hint() 59 ctx->Hint.Fog = mode; in _mesa_Hint() 64 if (ctx->Hint.LineSmooth == mode) in _mesa_Hint() 67 ctx->Hint.LineSmooth = mode; in _mesa_Hint() 72 if (ctx->Hint.PerspectiveCorrection == mode) in _mesa_Hint() 75 ctx->Hint.PerspectiveCorrection = mode; in _mesa_Hint() 80 if (ctx->Hint.PointSmooth == mode) in _mesa_Hint() [all …]
|
D | polygon.c | 54 _mesa_CullFace( GLenum mode ) in _mesa_CullFace() argument 60 _mesa_debug(ctx, "glCullFace %s\n", _mesa_lookup_enum_by_nr(mode)); in _mesa_CullFace() 62 if (mode!=GL_FRONT && mode!=GL_BACK && mode!=GL_FRONT_AND_BACK) { in _mesa_CullFace() 67 if (ctx->Polygon.CullFaceMode == mode) in _mesa_CullFace() 71 ctx->Polygon.CullFaceMode = mode; in _mesa_CullFace() 74 ctx->Driver.CullFace( ctx, mode ); in _mesa_CullFace() 90 _mesa_FrontFace( GLenum mode ) in _mesa_FrontFace() argument 96 _mesa_debug(ctx, "glFrontFace %s\n", _mesa_lookup_enum_by_nr(mode)); in _mesa_FrontFace() 98 if (mode!=GL_CW && mode!=GL_CCW) { in _mesa_FrontFace() 103 if (ctx->Polygon.FrontFace == mode) in _mesa_FrontFace() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | hint.c | 37 _mesa_Hint( GLenum target, GLenum mode ) in _mesa_Hint() argument 45 _mesa_lookup_enum_by_nr(mode)); in _mesa_Hint() 47 if (mode != GL_NICEST && mode != GL_FASTEST && mode != GL_DONT_CARE) { in _mesa_Hint() 56 if (ctx->Hint.Fog == mode) in _mesa_Hint() 59 ctx->Hint.Fog = mode; in _mesa_Hint() 64 if (ctx->Hint.LineSmooth == mode) in _mesa_Hint() 67 ctx->Hint.LineSmooth = mode; in _mesa_Hint() 72 if (ctx->Hint.PerspectiveCorrection == mode) in _mesa_Hint() 75 ctx->Hint.PerspectiveCorrection = mode; in _mesa_Hint() 80 if (ctx->Hint.PointSmooth == mode) in _mesa_Hint() [all …]
|
D | polygon.c | 54 _mesa_CullFace( GLenum mode ) in _mesa_CullFace() argument 60 _mesa_debug(ctx, "glCullFace %s\n", _mesa_lookup_enum_by_nr(mode)); in _mesa_CullFace() 62 if (mode!=GL_FRONT && mode!=GL_BACK && mode!=GL_FRONT_AND_BACK) { in _mesa_CullFace() 67 if (ctx->Polygon.CullFaceMode == mode) in _mesa_CullFace() 71 ctx->Polygon.CullFaceMode = mode; in _mesa_CullFace() 74 ctx->Driver.CullFace( ctx, mode ); in _mesa_CullFace() 90 _mesa_FrontFace( GLenum mode ) in _mesa_FrontFace() argument 96 _mesa_debug(ctx, "glFrontFace %s\n", _mesa_lookup_enum_by_nr(mode)); in _mesa_FrontFace() 98 if (mode!=GL_CW && mode!=GL_CCW) { in _mesa_FrontFace() 103 if (ctx->Polygon.FrontFace == mode) in _mesa_FrontFace() [all …]
|
/external/chromium_org/ash/display/ |
D | resolution_notification_controller_unittest.cc | 182 DisplayMode mode; in TEST_F() local 183 EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode)); in TEST_F() 184 EXPECT_EQ("200x200", mode.size.ToString()); in TEST_F() 185 EXPECT_EQ(60.0, mode.refresh_rate); in TEST_F() 192 EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode)); in TEST_F() 193 EXPECT_EQ("250x250", mode.size.ToString()); in TEST_F() 194 EXPECT_EQ(59.0, mode.refresh_rate); in TEST_F() 213 DisplayMode mode; in TEST_F() local 214 EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode)); in TEST_F() 215 EXPECT_EQ("200x200", mode.size.ToString()); in TEST_F() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | CSSParserMode.h | 56 inline bool isQuirksModeBehavior(CSSParserMode mode) in isQuirksModeBehavior() argument 58 return mode == HTMLQuirksMode; // || mode == HTMLAttributeMode; in isQuirksModeBehavior() 61 inline bool isUASheetBehavior(CSSParserMode mode) in isUASheetBehavior() argument 63 return mode == UASheetMode; in isUASheetBehavior() 66 inline bool isInternalPropertyAndValueParsingEnabledForMode(CSSParserMode mode) in isInternalPropertyAndValueParsingEnabledForMode() argument 68 return mode == HTMLAttributeMode || mode == UASheetMode; in isInternalPropertyAndValueParsingEnabledForMode() 71 inline bool isUnitLessLengthParsingEnabledForMode(CSSParserMode mode) in isUnitLessLengthParsingEnabledForMode() argument 73 return mode == HTMLQuirksMode || mode == HTMLAttributeMode || mode == SVGAttributeMode; in isUnitLessLengthParsingEnabledForMode() 76 inline bool isCSSViewportParsingEnabledForMode(CSSParserMode mode) in isCSSViewportParsingEnabledForMode() argument 78 return mode == CSSViewportRuleMode; in isCSSViewportParsingEnabledForMode() [all …]
|
/external/chromium_org/third_party/zlib/ |
D | gzlib.c | 76 if (state->mode == GZ_READ) { /* for reading ... */ 89 local gzFile gz_open(path, fd, mode) in gz_open() argument 92 const char *mode; 105 state->mode = GZ_NONE; 108 while (*mode) { 109 if (*mode >= '0' && *mode <= '9') 110 state->level = *mode - '0'; 112 switch (*mode) { 114 state->mode = GZ_READ; 118 state->mode = GZ_WRITE; [all …]
|
/external/chromium_org/sdch/open-vcdiff/src/ |
D | addrcache.h | 97 static bool IsSelfMode(unsigned char mode) { in IsSelfMode() argument 98 return mode == VCD_SELF_MODE; in IsSelfMode() 101 static bool IsHereMode(unsigned char mode) { in IsHereMode() argument 102 return mode == VCD_HERE_MODE; in IsHereMode() 105 bool IsNearMode(unsigned char mode) const { in IsNearMode() argument 106 return (mode >= FirstNearMode()) && (mode < FirstSameMode()); in IsNearMode() 109 bool IsSameMode(unsigned char mode) const { in IsSameMode() argument 110 return (mode >= FirstSameMode()) && (mode <= LastMode()); in IsSameMode() 122 VCDAddress DecodeNearAddress(unsigned char mode, in DecodeNearAddress() argument 124 return NearAddress(mode - FirstNearMode()) + encoded_address; in DecodeNearAddress() [all …]
|
/external/qemu/distrib/zlib-1.2.8/ |
D | gzlib.c | 79 if (state->mode == GZ_READ) { /* for reading ... */ 91 local gzFile gz_open(path, fd, mode) in gz_open() argument 94 const char *mode; 119 state->mode = GZ_NONE; 123 while (*mode) { 124 if (*mode >= '0' && *mode <= '9') 125 state->level = *mode - '0'; 127 switch (*mode) { 129 state->mode = GZ_READ; 133 state->mode = GZ_WRITE; [all …]
|