HomeSort by relevance Sort by last modified time
    Searched defs:ic (Results 26 - 50 of 178) sorted by null

12 3 4 5 6 7 8

  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.set.operations/set.difference/
set_difference.pass.cpp 34 int ic[20]; local
38 Iter2(ib), Iter2(ib+sb), OutIter(ic));
39 assert(base(ce) - ic == sr);
40 assert(std::lexicographical_compare(ic, base(ce), ir, ir+sr) == 0);
44 Iter2(ia), Iter2(ia+sa), OutIter(ic));
45 assert(base(ce) - ic == srr);
46 assert(std::lexicographical_compare(ic, base(ce), irr, irr+srr) == 0);
set_difference_comp.pass.cpp 36 int ic[20]; local
40 Iter2(ib), Iter2(ib+sb), OutIter(ic), std::less<int>());
41 assert(base(ce) - ic == sr);
42 assert(std::lexicographical_compare(ic, base(ce), ir, ir+sr) == 0);
46 Iter2(ia), Iter2(ia+sa), OutIter(ic), std::less<int>());
47 assert(base(ce) - ic == srr);
48 assert(std::lexicographical_compare(ic, base(ce), irr, irr+srr) == 0);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
LowPassFilter.java 90 InputCapsule ic = im.getCapsule(this); local
91 volume = ic.readFloat("volume", 0);
92 highFreqVolume = ic.readFloat("hf_volume", 0);
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
DirectionalLight.java 100 InputCapsule ic = im.getCapsule(this); local
101 direction = (Vector3f) ic.readSavable("direction", null);
PointLight.java 148 InputCapsule ic = im.getCapsule(this); local
149 position = (Vector3f) ic.readSavable("position", null);
150 radius = ic.readFloat("radius", 0f);
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
ShaderVariable.java 63 InputCapsule ic = im.getCapsule(this); local
64 name = ic.readString("name", null);
ShaderKey.java 121 InputCapsule ic = im.getCapsule(this); local
122 fragName = ic.readString("fragment_name", null);
123 language = ic.readString("language", null);
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/cinematic/events/
GuiTrack.java 116 InputCapsule ic = im.getCapsule(this); local
117 screen = ic.readString("screen", "");
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d8_31pf.cpp 174 Word16 ic; local
223 ic = LSBs - ((LSBs >> 2) << 2);
226 pos_indx[index1] = ib + (ic & 1);
242 pos_indx[index2] = ib + (ic >> 1);
247 ic =
253 ic =
255 ic,
262 ic,
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.nonmodifying/alg.search/
search.pass.cpp 42 int ic[] = {1}; local
43 assert(std::search(Iter1(ib), Iter1(ib+sb), Iter2(ic), Iter2(ic+1)) == Iter1(ib+1));
  /system/core/libcutils/
strdup8to16.c 71 int ic; local
74 while ((ic = *utf8Str++) != '\0') {
78 if ((ic & 0xc0) == 0x80) {
89 expected = UTF8_SEQ_LENGTH(ic) - 1;
  /build/tools/acp/
acp.c 175 int ic, retVal; local
184 ic = getopt(argc, argv, "defprtuv");
185 if (ic < 0)
188 switch (ic) {
214 fprintf(stderr, "Unexpected arg -%c\n", ic);
  /external/clang/test/CodeGenCXX/
vtable-layout-abi-examples.cpp 82 int ic; member in struct:Test1::C
  /external/icu4c/layout/
IndicRearrangementProcessor.cpp 69 le_int32 ia, ib, ic, id, ix, x; local
166 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
180 glyphStorage.setCharIndex(firstGlyph, ic, success);
187 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
202 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
210 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
225 glyphStorage.setCharIndex(firstGlyph, ic, success);
235 ic = glyphStorage.getCharIndex(lastGlyph - 1, success);
251 glyphStorage.setCharIndex(firstGlyph + 1, ic, success);
317 ic = glyphStorage.getCharIndex(lastGlyph - 1, success)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
KeyFrame.java 71 InputCapsule ic = im.getCapsule(this); local
72 cinematicEvents = ic.readSavableArrayList("cinematicEvents", null);
73 index=ic.readInt("index", 0);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
PositionTrack.java 118 InputCapsule ic = im.getCapsule(this); local
119 spatialName = ic.readString("spatialName", "");
120 endPosition = (Vector3f) ic.readSavable("endPosition", null);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
EmitterBoxShape.java 114 InputCapsule ic = im.getCapsule(this); local
115 min = (Vector3f) ic.readSavable("min", null);
116 len = (Vector3f) ic.readSavable("length", null);
EmitterSphereShape.java 113 InputCapsule ic = im.getCapsule(this); local
114 center = (Vector3f) ic.readSavable("center", null);
115 radius = ic.readFloat("radius", 0);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
MatParamTexture.java 63 InputCapsule ic = im.getCapsule(this); local
64 unit = ic.readInt("texture_unit", -1);
65 texture = (Texture) ic.readSavable("texture", null);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
UserData.java 133 InputCapsule ic = im.getCapsule(this); local
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/jmonkeyengine/engine/src/core/com/jme3/scene/control/
AbstractControl.java 107 InputCapsule ic = im.getCapsule(this); local
108 enabled = ic.readBoolean("enabled", true);
109 spatial = (Spatial) ic.readSavable("spatial", null);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
FadeFilter.java 153 InputCapsule ic = im.getCapsule(this); local
154 duration = ic.readFloat("duration", 1);
FogFilter.java 165 InputCapsule ic = im.getCapsule(this); local
166 fogColor = (ColorRGBA) ic.readSavable("fogColor", ColorRGBA.White.clone());
167 fogDensity = ic.readFloat("fogDensity", 0.7f);
168 fogDistance = ic.readFloat("fogDistance", 1000);
RadialBlurFilter.java 152 InputCapsule ic = im.getCapsule(this); local
153 sampleDist = ic.readFloat("sampleDist", 1.0f);
154 sampleStrength = ic.readFloat("sampleStrength", 2.2f);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
NormalRecalcControl.java 102 InputCapsule ic = im.getCapsule(this); local
103 terrain = (TerrainQuad) ic.readSavable("terrain", null);

Completed in 486 milliseconds

12 3 4 5 6 7 8