HomeSort by relevance Sort by last modified time
    Searched refs:near (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /external/oprofile/events/x86-64/hammer/
events 84 event:0xc8 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_NEAR_RETURNS : Retired near returns
85 event:0xc9 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_NEAR_RETURNS_MISPREDICTED : Retired near returns mispredicted
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 278 // Take something near the end of the array.
294 // Take something near the middle of the array.
unicode-test.js     [all...]
  /frameworks/base/core/java/android/util/
JsonReader.java 997 return getClass().getSimpleName() + " near " + getSnippet();
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderManager.java 82 private float near, far; field in class:RenderManager
441 tempVec2.set(near, far);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 75 def display(self, parent, near=None):
80 near - a Toplevel widget (e.g. EditorWindow or PyShell)
85 if near:
86 self.nearwindow(near)
94 def nearwindow(self, near):
95 # Place the help dialog near the window specified by parent.
99 geom = (near.winfo_rootx() + 10, near.winfo_rooty() + 10)
545 helpDialog.display(parent, near=self.top)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 75 def display(self, parent, near=None):
80 near - a Toplevel widget (e.g. EditorWindow or PyShell)
85 if near:
86 self.nearwindow(near)
94 def nearwindow(self, near):
95 # Place the help dialog near the window specified by parent.
99 geom = (near.winfo_rootx() + 10, near.winfo_rooty() + 10)
545 helpDialog.display(parent, near=self.top)
    [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 65 float near;
277 0.1f, // near
458 static void loadPerspectiveMatrix(rs_matrix4x4* matrix, float fovy, float aspect, float near, float far)
461 float top = near * tan((float) (fovy * M_PI / 360.0f));
465 rsMatrixLoadFrustum(matrix, left, right, bottom, top, near, far);
    [all...]
  /external/valgrind/main/none/tests/mips32/
round.stdout.exp 195 roundig mode: near
295 roundig mode: near
395 roundig mode: near
495 roundig mode: near
595 roundig mode: near
695 roundig mode: near
  /external/oprofile/events/i386/westmere/
unit_masks 40 0x02 near_call Retired near call instructions (Precise Event)
55 0x02 near_call Mispredicted near retired calls (Precise Event)
  /external/chromium_org/third_party/angle/src/compiler/
Initialize.cpp 391 TField *near = new TField(new TType(EbtFloat, EbpHigh, EvqGlobal, 1), NewPoolTString("near")); local
394 fields->push_back(near);
  /external/eigen/blas/
ctpsv.f 20 * No test for singularity or near-singularity is included in this
dtpsv.f 20 * No test for singularity or near-singularity is included in this
stpsv.f 20 * No test for singularity or near-singularity is included in this
ztpsv.f 20 * No test for singularity or near-singularity is included in this
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 288 jmp near .L2
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 467 status_t addFocusDistances(OMX_U32 &near,
472 status_t getFocusDistances(OMX_U32 &near,OMX_U32 &optimal, OMX_U32 &far);
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 702 GLfloat near = c->transforms.vpt.zNear; local
704 GLfloat A = div2f(far - near);
705 GLfloat B = div2f(far + near);
  /external/oprofile/events/i386/nehalem/
events 68 event:0x88 counters:0,1,2,3 um:br_inst_exec minimum:6000 name:BR_INST_EXEC : Counts the number of near branch instructions executed, but not necessarily retired.
69 event:0x89 counters:0,1,2,3 um:br_misp_exec minimum:6000 name:BR_MISP_EXEC : Counts the number of mispredicted conditional near branch instructions executed, but not necessarily retired.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 861 float near = msg.getArgs(0).getFloatValue(0); local
    [all...]
  /external/zlib/src/contrib/masmx86/
inffas32.asm 161 _inflate_fast proc near
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 30 #undef near macro
    [all...]
ProgramBinary.cpp 25 #undef near macro
    [all...]
  /external/chromium_org/v8/src/
array.js 848 // If we are only deleting/moving a few things near the end of the
    [all...]

Completed in 370 milliseconds

1 2 34 5