Searched refs:ic (Results 1 - 25 of 140) sorted by relevance

123456

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp7.cpp13 void test_capture_constness(int i, const int ic) { argument
14 (void)[i,ic] ()->void {
16 float &fr2 = check_const_int(ic);
21 float &fr2 = check_const_int(ic);
24 (void)[i,ic] () mutable ->void {
26 float &fr = check_const_int(ic);
31 float &fr = check_const_int(ic);
34 (void)[&i,&ic] ()->void {
36 float &fr = check_const_int(ic);
41 float &fr = check_const_int(ic);
[all...]
/external/clang/test/CodeGen/
H A D2002-02-13-UnnamedLocal.c14 int foo(foostruct ic);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DKerning.java70 InputCapsule ic = im.getCapsule(this);
71 second = ic.readInt("second", 0);
72 amount = ic.readInt("amount", 0);
H A DBitmapCharacter.java182 InputCapsule ic = im.getCapsule(this);
183 c = (char) ic.readInt("c", 0);
184 x = ic.readInt("x", 0);
185 y = ic.readInt("y", 0);
186 width = ic.readInt("width", 0);
187 height = ic.readInt("height", 0);
188 xOffset = ic.readInt("xOffset", 0);
189 yOffset = ic.readInt("yOffset", 0);
190 xAdvance = ic.readInt("xAdvance", 0);
192 int[] seconds = ic
[all...]
H A DBitmapCharacterSet.java89 InputCapsule ic = im.getCapsule(this);
90 lineHeight = ic.readInt("lineHeight", 0);
91 base = ic.readInt("base", 0);
92 renderedSize = ic.readInt("renderedSize", 0);
93 width = ic.readInt("width", 0);
94 height = ic.readInt("height", 0);
95 pageSize = ic.readInt("pageSize", 0);
96 int[] styles = ic.readIntArray("styles", null);
99 characters.put(style, readCharset(ic, style));
103 private IntMap<BitmapCharacter> readCharset(InputCapsule ic, in argument
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dinsert.stdout.exp0 ic 0000000000000000 <- 0000000000000000 = 0000000000000000
2 ic 0000000000000001 <- 0000000000000000 = 0000000000000000
3 ic 000000000000FFFF <- 0000000000000000 = 000000000000FF00
4 ic 0000000000007FFF <- 0000000000000000 = 0000000000007F00
5 ic 0000000000008000 <- 0000000000000000 = 0000000000008000
6 ic 00000000FFFFFFFF <- 0000000000000000 = 00000000FFFFFF00
7 ic 0000000080000000 <- 0000000000000000 = 0000000080000000
8 ic 000000007FFFFFFF <- 0000000000000000 = 000000007FFFFF00
9 ic AAAAAAAAAAAAAAAA <- 0000000000000000 = AAAAAAAAAAAAAA00
10 ic 800000000000000
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DUserData.java133 InputCapsule ic = im.getCapsule(this);
134 type = ic.readByte("type", (byte) 0);
138 value = ic.readInt("intVal", 0);
141 value = ic.readFloat("floatVal", 0f);
144 value = ic.readBoolean("boolVal", false);
147 value = ic.readString("strVal", null);
150 value = ic.readLong("longVal", 0l);
/external/clang/test/SemaTemplate/
H A Dtemp_func_order.cpp61 void test_f4(int i, const int ic) { argument
63 float &fr1 = f4(ic);
72 void test_f5(int i, const int ic) { argument
82 void test_f6(int i, const int ic) { argument
84 float &fr = f6(ic, ic);
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DRenderState.java363 InputCapsule ic = im.getCapsule(this);
364 pointSprite = ic.readBoolean("pointSprite", false);
365 wireframe = ic.readBoolean("wireframe", false);
366 cullMode = ic.readEnum("cullMode", FaceCullMode.class, FaceCullMode.Back);
367 depthWrite = ic.readBoolean("depthWrite", true);
368 depthTest = ic.readBoolean("depthTest", true);
369 colorWrite = ic.readBoolean("colorWrite", true);
370 blendMode = ic.readEnum("blendMode", BlendMode.class, BlendMode.Off);
371 alphaTest = ic.readBoolean("alphaTest", false);
372 alphaFallOff = ic
[all...]
H A DTechniqueDef.java384 InputCapsule ic = im.getCapsule(this);
385 name = ic.readString("name", null);
386 vertName = ic.readString("vertName", null);
387 fragName = ic.readString("fragName", null);
388 shaderLang = ic.readString("shaderLang", null);
389 presetDefines = (DefineList) ic.readSavable("presetDefines", null);
390 lightMode = ic.readEnum("lightMode", LightMode.class, LightMode.Disable);
391 shadowMode = ic.readEnum("shadowMode", ShadowMode.class, ShadowMode.Disable);
392 renderState = (RenderState) ic.readSavable("renderState", null);
393 usesShaders = ic
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShaderVariable.java63 InputCapsule ic = im.getCapsule(this);
64 name = ic.readString("name", null);
H A DUniform.java119 InputCapsule ic = im.getCapsule(this);
120 varType = ic.readEnum("varType", VarType.class, null);
121 binding = ic.readEnum("binding", UniformBinding.class, null);
124 value = ic.readBoolean("valueBoolean", false);
127 value = ic.readFloat("valueFloat", 0);
130 value = ic.readFloatBuffer("valueFloatArray", null);
133 value = ic.readInt("valueInt", 0);
136 multiData = ic.readFloatBuffer("valueMatrix3", null);
140 multiData = ic.readFloatBuffer("valueMatrix4", null);
144 value = ic
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DLight.java190 InputCapsule ic = im.getCapsule(this);
191 color = (ColorRGBA) ic.readSavable("color", null);
192 enabled = ic.readBoolean("enabled", true);
193 name = ic.readString("name", null);
H A DSpotLight.java206 InputCapsule ic = im.getCapsule(this);
207 spotInnerAngle = ic.readFloat("spotInnerAngle", FastMath.QUARTER_PI / 8);
208 spotOuterAngle = ic.readFloat("spotOuterAngle", FastMath.QUARTER_PI / 6);
209 direction = (Vector3f) ic.readSavable("direction", new Vector3f());
210 position = (Vector3f) ic.readSavable("position", new Vector3f());
211 spotRange = ic.readFloat("spotRange", 100);
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DAudioNode.java758 InputCapsule ic = im.getCapsule(this);
763 if (ic.getSavableVersion(AudioNode.class) == 0){
764 audioKey = (AudioKey) ic.readSavable("key", null);
766 audioKey = (AudioKey) ic.readSavable("audio_key", null);
769 loop = ic.readBoolean("looping", false);
770 volume = ic.readFloat("volume", 1);
771 pitch = ic.readFloat("pitch", 1);
772 timeOffset = ic.readFloat("time_offset", 0);
773 dryFilter = (Filter) ic.readSavable("dry_filter", null);
775 velocity = (Vector3f) ic
[all...]
H A DAudioKey.java132 InputCapsule ic = im.getCapsule(this);
133 stream = ic.readBoolean("do_stream", false);
134 streamCache = ic.readBoolean("use_stream_cache", false);
H A DLowPassFilter.java90 InputCapsule ic = im.getCapsule(this);
91 volume = ic.readFloat("volume", 0);
92 highFreqVolume = ic.readFloat("hf_volume", 0);
/external/llvm/test/Bindings/Ocaml/
H A Dbitwriter.ml15 let ic = open_in_bin name in
16 let len = in_channel_length ic in
19 test ((input ic buf 0 len) = len);
21 close_in ic;
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
H A DWaterFilter.java349 InputCapsule ic = im.getCapsule(this);
350 speed = ic.readFloat("speed", 1f);
351 lightDirection = (Vector3f) ic.readSavable("lightDirection", new Vector3f(0, -1, 0));
352 lightColor = (ColorRGBA) ic.readSavable("lightColor", ColorRGBA.White);
353 waterHeight = ic.readFloat("waterHeight", 0.0f);
354 waterColor = (ColorRGBA) ic.readSavable("waterColor", new ColorRGBA(0.0078f, 0.3176f, 0.5f, 1.0f));
355 deepWaterColor = (ColorRGBA) ic.readSavable("deepWaterColor", new ColorRGBA(0.0039f, 0.00196f, 0.145f, 1.0f));
357 colorExtinction = (Vector3f) ic.readSavable("colorExtinction", new Vector3f(5.0f, 20.0f, 30.0f));
358 waterTransparency = ic.readFloat("waterTransparency", 0.1f);
359 maxAmplitude = ic
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
H A DKeyFrame.java71 InputCapsule ic = im.getCapsule(this);
72 cinematicEvents = ic.readSavableArrayList("cinematicEvents", null);
73 index=ic.readInt("index", 0);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DAbstractControl.java107 InputCapsule ic = im.getCapsule(this);
108 enabled = ic.readBoolean("enabled", true);
109 spatial = (Spatial) ic.readSavable("spatial", null);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
H A DSimpleLodThreshold.java98 InputCapsule ic = im.getCapsule(this);
99 size = ic.readInt("size", 16);
100 lodMultiplier = ic.readInt("lodMultiplier", 2);
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DTextureKey.java184 InputCapsule ic = im.getCapsule(this);
185 flipY = ic.readBoolean("flip_y", false);
186 generateMips = ic.readBoolean("generate_mips", false);
187 asCube = ic.readBoolean("as_cubemap", false);
188 anisotropy = ic.readInt("anisotropy", 0);
/external/webkit/Source/WebKit/chromium/src/
H A DWebDevToolsAgentImpl.cpp195 InspectorController* ic = inspectorController(); local
196 ic->disconnectFrontend();
197 ic->hideHighlight();
198 ic->close();
232 InspectorController* ic = inspectorController(); local
233 ic->restoreInspectorStateFromCookie(value);
297 InspectorController* ic = inspectorController(); local
298 ic->evaluateForTestInFrontend(callId, script);
303 InspectorController* ic = inspectorController(); local
305 ic
[all...]
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DLightScatteringFilter.java235 InputCapsule ic = im.getCapsule(this);
236 lightPosition = (Vector3f) ic.readSavable("lightPosition", Vector3f.ZERO);
237 nbSamples = ic.readInt("nbSamples", 50);
238 blurStart = ic.readFloat("blurStart", 0.02f);
239 blurWidth = ic.readFloat("blurWidth", 0.9f);
240 lightDensity = ic.readFloat("lightDensity", 1.4f);
241 adaptative = ic.readBoolean("adaptative", true);

Completed in 2138 milliseconds

123456