HomeSort by relevance Sort by last modified time
    Searched defs:ic (Results 101 - 125 of 210) sorted by null

1 2 3 45 6 7 8 9

  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
SSAOFilter.java 318 InputCapsule ic = im.getCapsule(this); local
319 sampleRadius = ic.readFloat("sampleRadius", 5.1f);
320 intensity = ic.readFloat("intensity", 1.5f);
321 scale = ic.readFloat("scale", 0.2f);
322 bias = ic.readFloat("bias", 0.1f);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainLodControl.java 205 InputCapsule ic = im.getCapsule(this); local
206 terrain = (Terrain) ic.readSavable("terrain", null);
207 lodCalculator = (LodCalculator) ic.readSavable("lodCalculator", new DistanceLodCalculator());
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 231 GLfloat ic = 1.0 / cc; local
236 GLfloat ac = a * ic;
237 GLfloat bc = b * ic;
468 GLfloat ic = 1.0 / cc; local
469 GLfloat ac = a * ic;
470 GLfloat bc = b * ic;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 445 Word16 ic; local
461 ic = pos_indxC >> 1;
463 tempWord32 = ((Word32) ic * 25) << 1;
467 ic = (Word16) tempWord32;
469 ib += ic;
479 ic = ((Word16)(pos_indxC & 1)) << 2;
481 ib += ic;
574 Word16 ic; local
587 indx[NB_TRACK] = (ia/2+(ib/2)*5 +(ic/2)*25)*8 + ia%2 + (ib%2)*2 + (ic%2)*4; *
    [all...]
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetProvider.java 96 Intent ic = new Intent(context, BookmarkWidgetProxy.class); local
98 PendingIntent.getBroadcast(context, 0, ic,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 473 IContainer ic = androidOutputFolder.getParent(); local
474 if (ic != null) {
475 ic.refreshLocal(IResource.DEPTH_ONE, monitor);
    [all...]
  /external/chromium_org/v8/src/
code-stubs.cc 49 miss_handler_(IC_Utility(IC::kUnreachable), Isolate::Current()),
89 Handle<Code> ic = GetCode(isolate); local
90 ic = isolate->factory()->CopyCode(ic);
91 RecordCodeGeneration(*ic, isolate);
92 return ic;
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
RigidBodyControl.java 257 InputCapsule ic = im.getCapsule(this); local
258 enabled = ic.readBoolean("enabled", true);
259 kinematicSpatial = ic.readBoolean("kinematicSpatial", true);
260 spatial = (Spatial) ic.readSavable("spatial", null);
261 motionState.setApplyPhysicsLocal(ic.readBoolean("applyLocalPhysics", false));
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java 298 InputCapsule ic = im.getCapsule(this); local
299 targetBoneIndex = ic.readInt("boneIndex", 0);
301 translations = (CompactVector3Array) ic.readSavable("translations", null);
302 rotations = (CompactQuaternionArray) ic.readSavable("rotations", null);
303 times = ic.readFloatArray("times", null);
304 scales = (CompactVector3Array) ic.readSavable("scales", null);
309 Savable[] sav = ic.readSavableArray("translations", null);
319 Savable[] sav = ic.readSavableArray("rotations", null);
SpatialTrack.java 236 InputCapsule ic = im.getCapsule(this); local
237 translations = (CompactVector3Array) ic.readSavable("translations", null);
238 rotations = (CompactQuaternionArray) ic.readSavable("rotations", null);
239 times = ic.readFloatArray("times", null);
240 scales = (CompactVector3Array) ic.readSavable("scales", null);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioNode.java 758 InputCapsule ic = im.getCapsule(this); local
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.readSavable("velocity", null)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
Cinematic.java 144 InputCapsule ic = im.getCapsule(this); local
146 cinematicEvents = ic.readSavableArrayList("cinematicEvents", null);
147 cameras = (Map<String, CameraNode>) ic.readStringSavableMap("cameras", null);
148 timeLine = (TimeLine) ic.readSavable("timeLine", null);
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 134 InputCapsule ic = im.getCapsule(this); local
135 shaderType = ic.readEnum("shaderType", ShaderType.class, null);
136 name = ic.readString("name", null);
137 source = ic.readString("source", null);
138 defines = ic.readString("defines", null);
254 InputCapsule ic = im.getCapsule(this); local
255 language = ic.readString("language", null);
256 shaderList = ic.readSavableArrayList("shaderList", null);
257 attribs = (IntMap<Attribute>) ic.readIntSavableMap("attribs", null);
259 HashMap<String, Uniform> uniMap = (HashMap<String, Uniform>) ic.readStringSavableMap("uniforms", null);
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
GeoMap.java 350 InputCapsule ic = im.getCapsule(this); local
351 hdata = ic.readFloatArray("hdataarray", null);
353 FloatBuffer buf = ic.readFloatBuffer("hdata", null);
359 width = ic.readInt("width", 0);
360 height = ic.readInt("height", 0);
361 maxval = ic.readInt("maxval", 0);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
PhysicsHoverControl.java 220 InputCapsule ic = im.getCapsule(this); local
221 enabled = ic.readBoolean("enabled", true);
222 spatial = (Spatial) ic.readSavable("spatial", null);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 660 int ic = getopt_long(argc, argv, "", longOptions, &optionIndex); local
661 if (ic == -1) {
665 switch (ic) {
708 if (ic != '?') {
709 fprintf(stderr, "getopt_long returned unexpected value 0x%x\n", ic);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 333 final InputConnection ic = getCurrentInputConnection();
334 if (ei != null && ic != null) {
336 ic.performEditorAction(ei.actionId);
339 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
370 + " ic=" + mInputConnection);
371 InputConnection ic = getCurrentInputConnection(); local
372 if (ic != null) ic.reportFullscreenMode(mIsFullscreen);
382 + " ic=" + mInputConnection);
388 public void startInput(InputConnection ic, EditorInfo attribute)
858 InputConnection ic = mStartedInputConnection; local
887 InputConnection ic = getCurrentInputConnection(); local
1304 InputConnection ic = getCurrentInputConnection(); local
1349 InputConnection ic = getCurrentInputConnection(); local
1613 InputConnection ic = getCurrentInputConnection(); local
1965 InputConnection ic = getCurrentInputConnection(); local
2002 InputConnection ic = getCurrentInputConnection(); local
2038 InputConnection ic = getCurrentInputConnection(); local
2142 InputConnection ic = getCurrentInputConnection(); local
2268 InputConnection ic = getCurrentInputConnection(); local
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 161 final InputConnection ic = mEditText.onCreateInputConnection(ei); local
166 mLatinIME.onCreateInputMethodInterface().startInput(ic, ei);
171 mInputConnection = ic;
  /dalvik/tools/hprof-conv/
HprofConv.c 198 int ic; local
203 ic = getc(in);
209 pBuf->storage[pBuf->curLen++] = (unsigned char) ic;
210 } while (ic != 0);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 1261 uint ic = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 124 GLuint ic = 0; local
140 p->Instructions[ic].Opcode = OPCODE_TEX;
141 p->Instructions[ic].DstReg.File = PROGRAM_TEMPORARY;
142 p->Instructions[ic].DstReg.Index = 0;
143 p->Instructions[ic].SrcReg[0].File = PROGRAM_INPUT;
144 p->Instructions[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0;
145 p->Instructions[ic].TexSrcUnit = samplerIndex;
146 p->Instructions[ic].TexSrcTarget = TEXTURE_2D_INDEX;
147 ic++;
150 p->Instructions[ic].Opcode = OPCODE_KIL
    [all...]
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 624 __ ret(0); // Return to IC Miss stub, continuation still on stack.
971 Handle<Code> ic = masm->isolate()->builtins()->KeyedLoadIC_Initialize(); local
    [all...]
  /external/chromium_org/v8/src/x64/
builtins-x64.cc 693 __ ret(0); // Return to IC Miss stub, continuation still on stack.
1050 Handle<Code> ic = local
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/asset/
BlenderKey.java 371 InputCapsule ic = e.getCapsule(this); local
372 fps = ic.readInt("fps", DEFAULT_FPS);
373 generatedTextureWidth = ic.readInt("generated-texture-width", 20);
374 generatedTextureHeight = ic.readInt("generated-texture-height", 20);
375 generatedTextureDepth = ic.readInt("generated-texture-depth", 20);
376 featuresToLoad = ic.readInt("features-to-load", FeaturesToLoad.ALL);
377 loadUnlinkedAssets = ic.readBoolean("load-unlinked-assets", false);
378 assetRootPath = ic.readString("asset-root-path", null);
379 fixUpAxis = ic.readBoolean("fix-up-axis", true);
380 usedWorld = ic.readString("used-world", null);
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
Properties.java 366 InputCapsule ic = im.getCapsule(this); local
367 name = ic.readString("name", DEFAULT_NAME);
368 type = ic.readInt("type", 0);
369 subType = ic.readInt("subtype", 0);
370 description = ic.readString("description", null);
373 value = ic.readString("value", null);
376 value = Integer.valueOf(ic.readInt("value", 0));
379 value = Float.valueOf(ic.readFloat("value", 0.0f));
384 value = ic.readIntArray("value", null);
387 value = ic.readFloatArray("value", null)
    [all...]

Completed in 1717 milliseconds

1 2 3 45 6 7 8 9