/external/clang/test/PCH/ |
cxx-traits.h | 4 struct __is_pod { // expected-warning {{keyword '__is_pod' will be made available as an identifier for the remainder of the translation unit}} 9 struct __is_empty { // expected-warning {{keyword '__is_empty' will be made available as an identifier for the remainder of the translation unit}}
|
/external/compiler-rt/test/msan/ |
CMakeLists.txt | 14 ${CMAKE_CURRENT_SOURCE_DIR}/Unit/lit.site.cfg.in 15 ${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg)
|
/external/oprofile/events/i386/ppro/ |
unit_masks | 1 # Pentium Pro possible unit masks 4 0x0 No unit mask
|
/external/oprofile/events/x86-64/family15h/ |
unit_masks | 1 # AMD Generic unit masks 16 0x0 No unit mask
|
/frameworks/base/media/java/android/mtp/ |
MtpStorageInfo.java | 20 * This class encapsulates information about a storage unit on an MTP device. 37 * Returns the storage ID for the storage unit. 38 * The storage ID uniquely identifies the storage unit on the MTP device. 47 * Returns the maximum storage capacity for the storage unit in bytes 56 * Returns the amount of free space in the storage unit in bytes 65 * Returns the description string for the storage unit. 69 * @return the storage unit description 76 * Returns the volume identifier for the storage unit
|
/external/compiler-rt/test/asan/Unit/ |
lit.site.cfg.in | 6 # Load common config for all compiler-rt unit tests. 7 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured") 15 config.name = 'AddressSanitizer-Unit' 17 # Setup test source and exec root. For unit tests, we define 18 # it as build directory with ASan unit tests. 26 # Enable leak detection in ASan unit tests on x86_64-linux.
|
/external/icu/icu4c/source/test/intltest/ |
tufmtts.h | 36 * This tests that requests for short unit names correctly fall back 37 * to long unit names for a locale where the locale data does not 38 * provide short unit names. As of CLDR 1.9, Greek is one such language. 44 * This tests that if the plural count listed in time unit format does not 46 * time unit format will be ingored and subsequently, fall back will kick in 54 * Performs unit test for ticket 10219 making sure that plurals work
|
/external/llvm/bindings/ocaml/transforms/ipo/ |
ipo_ocaml.c | 22 /* [`Module] Llvm.PassManager.t -> unit */ 28 /* [`Module] Llvm.PassManager.t -> unit */ 34 /* [`Module] Llvm.PassManager.t -> unit */ 40 /* [`Module] Llvm.PassManager.t -> unit */ 46 /* [`Module] Llvm.PassManager.t -> unit */ 52 /* [`Module] Llvm.PassManager.t -> unit */ 58 /* [`Module] Llvm.PassManager.t -> unit */ 64 /* [`Module] Llvm.PassManager.t -> unit */ 70 /* [`Module] Llvm.PassManager.t -> unit */ 76 /* [`Module] Llvm.PassManager.t -> unit */ [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
bc.htm | 237 function drawPoint(px, py, xoffset, yoffset, unit) { 239 var _px = px * unit + xoffset; 240 var _py = py * unit + yoffset; 254 var unit = scale * ticks; 261 ctx.lineTo(_at_x + unit * columns, _at_y + i * minScale); 268 ctx.lineTo(_at_x + i * minScale, _at_y + unit * rows); 272 var xoffset = xStart * -unit + _at_x; 273 var yoffset = yStart * -unit + _at_y; 279 ctx.fillText(num.toFixed(decimal_places), xoffset + num * unit - 5, 10); 284 ctx.fillText(num.toFixed(decimal_places), 0, yoffset + num * unit + 0) [all...] |
/external/skia/experimental/Intersection/ |
bc.htm | 237 function drawPoint(px, py, xoffset, yoffset, unit) { 239 var _px = px * unit + xoffset; 240 var _py = py * unit + yoffset; 254 var unit = scale * ticks; 261 ctx.lineTo(_at_x + unit * columns, _at_y + i * minScale); 268 ctx.lineTo(_at_x + i * minScale, _at_y + unit * rows); 272 var xoffset = xStart * -unit + _at_x; 273 var yoffset = yStart * -unit + _at_y; 279 ctx.fillText(num.toFixed(decimal_places), xoffset + num * unit - 5, 10); 284 ctx.fillText(num.toFixed(decimal_places), 0, yoffset + num * unit + 0) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_texstate.c | 260 * Texture unit state management 263 static GLboolean radeonUpdateTextureEnv( struct gl_context *ctx, int unit ) 266 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 276 /* texUnit->_Current can be NULL if and only if the texture unit is 283 fprintf( stderr, "%s( %p, %d )\n", __FUNCTION__, (void *)ctx, unit ); 295 rmesa->state.texture.unit[unit].format = 0; 296 rmesa->state.texture.unit[unit].envMode = 0 [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_texstate.c | 260 * Texture unit state management 263 static GLboolean radeonUpdateTextureEnv( struct gl_context *ctx, int unit ) 266 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 276 /* texUnit->_Current can be NULL if and only if the texture unit is 283 fprintf( stderr, "%s( %p, %d )\n", __FUNCTION__, (void *)ctx, unit ); 295 rmesa->state.texture.unit[unit].format = 0; 296 rmesa->state.texture.unit[unit].envMode = 0 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
samplerobj.h | 32 _mesa_get_samplerobj(struct gl_context *ctx, GLuint unit) 34 if (ctx->Texture.Unit[unit].Sampler) 35 return ctx->Texture.Unit[unit].Sampler; 36 else if (ctx->Texture.Unit[unit]._Current) 37 return &ctx->Texture.Unit[unit]._Current->Sampler; 83 _mesa_BindSampler(GLuint unit, GLuint sampler) [all...] |
/external/mesa3d/src/mesa/main/ |
samplerobj.h | 32 _mesa_get_samplerobj(struct gl_context *ctx, GLuint unit) 34 if (ctx->Texture.Unit[unit].Sampler) 35 return ctx->Texture.Unit[unit].Sampler; 36 else if (ctx->Texture.Unit[unit]._Current) 37 return &ctx->Texture.Unit[unit]._Current->Sampler; 83 _mesa_BindSampler(GLuint unit, GLuint sampler) [all...] |
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/ |
IdlingPolicies.java | 61 * @param unit the unit of the timeout value. 63 public static void setMasterPolicyTimeout(long timeout, TimeUnit unit) { 65 checkNotNull(unit); 68 .withIdlingTimeoutUnit(unit) 77 * @param unit the unit of the timeout value. 79 public static void setIdlingResourceTimeout(long timeout, TimeUnit unit) { 81 checkNotNull(unit); 84 .withIdlingTimeoutUnit(unit) [all...] |
/external/chromium_org/chrome/common/extensions/docs/static/css/out/ |
site.css | 4 */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,input,select,textarea{font-family:sans-serif}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}p,pre{margin:1.5em 0}blockquote{margin:1.5em 40px}h1{font-size:2em;line-height:1.5em;margin-top:0.75em;margin-bottom:0.75em}h2{font-size:1.5em;line-height:2em;margin-top:1em;margin-bottom:1em}h3{font-size:1.17em;line-height:1.28205em;margin-top:1.28205em;margin-bottom:1.28205em}h4{font-size:1em;line-height:1.5em;margin-top:1.5em;margin-bottom:1.5em}h5{font-size:0.83em;line-height:1.80723em;margin-top:1.80723em;margin-bottom:1.80723em}h6{font-size:0.67em;line-height:2.23881em;margin-top:2.23881em;margin-bottom:2.23881em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1.5em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{margin:0 2px;border-color:#c0c0c0;border-top-style:solid;border-top-width:0.0625em;padding-top:0.4625em;border-bottom-style:solid;border-bottom-width:0.0625em;padding-bottom:0.9125em;border-left-style:solid;border-left-width:0.0625em;padding-left:0.875em;border-right-style:solid;border-right-width:0.0625em;padding-right:0.875em}legend{border:0;padding:0;*margin-left:-7px}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}* html{font-size:100%}html{font-size:16px;line-height:1.5em}* html{font-size:100%}html{font-size:16px;line-height:1.5em}.g-section:after{content:".";display:block;height:0;clear:both;visibility:hidden}.g-unit .g-section:after{clear:none}.g-unit .g-section{width:100%;overflow:hidden}.g-section,.g-unit{zoom:1}.g-split>.g-unit{float:right;text-align:right}.g-split>.g-first{float:left;text-align:left}.g-tpl-160 .g-unit,.g-unit .g-tpl-160 .g-unit,.g-unit .g-unit .g-tpl-160 .g-unit,.g-unit .g-unit .g-unit .g-tpl-160 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-tpl-160 .g-unit,.g-u (…) [all...] |
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.ml | 13 external register_exns: exn -> unit 65 external dispose: t -> unit 67 external add_module: Llvm.llmodule -> t -> unit 76 external run_static_ctors: t -> unit 78 external run_static_dtors: t -> unit 83 external free_machine_code: Llvm.llvalue -> t -> unit 91 add_global_mapping: llvalue -> llgenericvalue -> t -> unit 92 clear_all_global_mappings: t -> unit 93 update_global_mapping: llvalue -> llgenericvalue -> t -> unit 99 store_value_to_memory: llgenericvalue -> llgenericvalue -> lltype -> unit [all...] |
/external/chromium_org/tools/telemetry/telemetry/value/ |
value_unittest_.py | 26 a = value.Value(page0, 'x', 'unit', important=False) 27 b = value.Value(page1, 'x', 'unit', important=False) 33 a = value.Value(page0, 'x', 'unit', important=False) 37 a = value.Value(page0, 'x', 'unit', important=False) 38 b = value.Value(page0, 'x', 'unit', important=True) 41 a = value.Value(page0, 'x', 'unit', important=False) 42 b = value.ScalarValue(page0, 'x', 'unit', 3, important=True)
|
list_of_scalar_values_unittest.py | 26 page0, 'x', 'unit', 29 page0, 'x', 'unit', 37 self.assertEquals('unit', vM.units) 45 page0, 'x', 'unit', 48 page0, 'x', 'unit', 56 self.assertEquals('unit', vM.units) 64 page0, 'x', 'unit', 67 page0, 'x', 'unit', 75 self.assertEquals('unit', vM.units)
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
rakefile | 18 "test/unit/test-dfa.rb", 19 "test/unit/test-tree-wizard.rb", 20 "test/unit/test-streams.rb", 21 "test/unit/test-recognizers.rb", 22 "test/unit/test-trees.rb", 23 "test/unit/test-exceptions.rb", 24 "test/unit/test-scope.rb", 25 "test/unit/test-scheme.rb", 26 "test/unit/test-template.rb",
|
/external/llvm/bindings/ocaml/transforms/passmgr_builder/ |
llvm_passmgr_builder.mli | 18 external create : unit -> t 22 external set_opt_level : int -> t -> unit 26 external set_size_level : int -> t -> unit 30 external set_disable_unit_at_a_time : bool -> t -> unit 34 external set_disable_unroll_loops : bool -> t -> unit 38 external use_inliner_with_threshold : int -> t -> unit 43 : [ `Function ] Llvm.PassManager.t -> t -> unit 48 : [ `Module ] Llvm.PassManager.t -> t -> unit 53 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_ui_constants.cc | 40 const UnitDetails* GetUnitDetails(Unit unit) { 41 if (unit == UNIT_UNDEFINED) { 42 LOG(ERROR) << "Request for undefined unit"; 46 return &kUnitDetailsList[unit];
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi.util_3.2.100.v20100503.jar | |
/external/icu/icu4c/source/i18n/unicode/ |
measunit.h | 22 * \brief C++ API: A unit for measuring a quantity. 30 * A unit such as length, mass, volume, currency, etc. A unit is 175 * Returns associated array index for this measure unit. Only valid for 193 * Creates a unit of acceleration: g-force. 201 * Creates a unit of angle: arc-minute. 209 * Creates a unit of angle: arc-second. 217 * Creates a unit of angle: degree. 225 * Creates a unit of area: acre. 233 * Creates a unit of area: hectare [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_context_state.cc | 62 void AddExpectationsForActiveTexture(GLenum unit); 74 GLenum unit) { 75 EXPECT_CALL(*gl_, ActiveTexture(unit)).Times(1).RetiresOnSaturation(); 109 // Expect to restore texture bindings for unit GL_TEXTURE0. 124 // Expect to restore the active texture unit to GL_TEXTURE0. 137 // Expect to restore texture bindings for unit GL_TEXTURE0. 149 // Expect to restore the active texture unit to GL_TEXTURE0. 168 // Expect to restore only GL_TEXTURE_2D binding for GL_TEXTURE0 unit, 174 // Expect to restore active texture unit to GL_TEXTURE0. 192 // Expect to restore only GL_TEXTURE_2D binding for GL_TEXTURE0 unit, [all...] |