HomeSort by relevance Sort by last modified time
    Searched refs:Off (Results 26 - 50 of 58) sorted by null

12 3

  /external/webkit/LayoutTests/http/conf/
apache2-httpd.conf 91 # one request per connection). Set to "Off" to deactivate.
119 # spares die off. The default values are probably OK for most sites.
371 # Port to form a "canonical" name. With this setting off, Apache will
400 # e.g., www.apache.org (on) or 204.62.129.132 (off).
401 # The default is off because it'd be overall better for the net if people
406 HostnameLookups Off
455 # Set to one of: On | Off | EMail
666 # Set to one of: Off | On | Full | Block
apache2-msys-httpd.conf 91 # one request per connection). Set to "Off" to deactivate.
119 # spares die off. The default values are probably OK for most sites.
372 # Port to form a "canonical" name. With this setting off, Apache will
401 # e.g., www.apache.org (on) or 204.62.129.132 (off).
402 # The default is off because it'd be overall better for the net if people
407 HostnameLookups Off
456 # Set to one of: On | Off | EMail
667 # Set to one of: Off | On | Full | Block
cygwin-httpd.conf 109 # one request per connection). Set to "Off" to deactivate.
137 # spares die off. The default values are probably OK for most sites.
403 # Port to form a "canonical" name. With this setting off, Apache will
432 # e.g., www.apache.org (on) or 204.62.129.132 (off).
433 # The default is off because it'd be overall better for the net if people
438 HostnameLookups Off
487 # Set to one of: On | Off | EMail
698 # Set to one of: Off | On | Full | Block
fedora-httpd.conf 86 # one request per connection). Set to "Off" to deactivate.
228 # Off) when the "server-status" handler is called. The default is Off.
283 # When set "Off", Apache will use the Hostname and Port supplied
421 # e.g., www.apache.org (on) or 204.62.129.132 (off).
422 # The default is off because it'd be overall better for the net if people
427 HostnameLookups Off
432 # The default is on; turn this off if you serve from NFS-mounted
433 # filesystems. On some systems, turning it off (regardless of
437 #EnableMMAP off
    [all...]
httpd.conf 109 # one request per connection). Set to "Off" to deactivate.
137 # spares die off. The default values are probably OK for most sites.
406 # Port to form a "canonical" name. With this setting off, Apache will
435 # e.g., www.apache.org (on) or 204.62.129.132 (off).
436 # The default is off because it'd be overall better for the net if people
441 HostnameLookups Off
490 # Set to one of: On | Off | EMail
701 # Set to one of: Off | On | Full | Block
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 319 if (state.getFaceCullMode() == RenderState.FaceCullMode.Off) {
326 case Off:
346 if (state.getBlendMode() == RenderState.BlendMode.Off) {
351 case Off:
    [all...]
LwjglRenderer.java 556 if (state.getFaceCullMode() == RenderState.FaceCullMode.Off) {
563 case Off:
583 if (state.getBlendMode() == RenderState.BlendMode.Off) {
588 case Off:
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBrickTower.java 115 rootNode.setShadowMode(ShadowMode.Off);
TestBrickWall.java 108 rootNode.setShadowMode(ShadowMode.Off);
  /external/webkit/Source/WebCore/html/
HTMLInputElement.h 214 enum AutoCompleteSetting { Uninitialized, On, Off };
HTMLInputElement.cpp 575 if (equalIgnoringCase(attr->value(), "off")) {
576 m_autocomplete = Off;
579 bool needsToUnregister = m_autocomplete == Off;
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 230 const MCExpr *Off;
305 return Mem.Off;
333 static MipsOperand *CreateMem(unsigned Base, const MCExpr *Off,
337 Op->Mem.Off = Off;
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 172 VALUE Acct-Status-Type Accounting-Off 8
  /external/elfutils/libelf/
elf32_updatenull.c 417 #define SHDR_ALIGN sizeof (ElfW2(LIBELFBITS,Off))
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeTower.java 123 rootNode.setShadowMode(ShadowMode.Off);
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderManager.java 695 if (shadowMode != RenderQueue.ShadowMode.Off && shadowMode != RenderQueue.ShadowMode.Receive) {
761 * set to not off, will be put into the appropriate shadow queue, note that
778 if ((scene.getShadowMode() != RenderQueue.ShadowMode.Off || scene instanceof Node) && scene.getCullHint()!=Spatial.CullHint.Always) {
809 if (shadowMode != RenderQueue.ShadowMode.Off) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 64 /// instead the info is kept off to the side in this structure. Each SDNode may
    [all...]
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 167 return RenderState.BlendMode.Off;
  /external/valgrind/main/coregrind/m_ume/
elf.c 183 ESZ(Off) off;
196 off = ph->p_offset;
214 e->fd, VG_PGROUNDDN(off)
  /external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.cpp 360 // Can't use tADDrSPi if it's based off the frame pointer.
491 int Off = Offset; // ARM doesn't need the general 64-bit offsets
498 bool Done = rewriteFrameIndex(MI, i, BaseReg, Off, TII);
513 // off the frame pointer (if, for example, there are alloca() calls in
577 // There are alloca()'s in this function, must reference off the frame
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCasts.cpp 136 Value *Off = ConstantInt::get(AI.getArraySize()->getType(),
138 Amt = AllocaBuilder.CreateAdd(Amt, Off);
612 // Mask off any bits that are set and won't be shifted away.
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 555 if (state.getFaceCullMode() == RenderState.FaceCullMode.Off) {
570 case Off:
601 if (state.getBlendMode() == RenderState.BlendMode.Off) {
612 case Off:
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 552 const MCExpr *Off = NULL;
554 Off = MCConstantExpr::Create(SymbolicOp.Value, *Ctx);
563 if (Off != 0)
564 Expr = MCBinaryExpr::CreateAdd(LHS, Off, *Ctx);
568 if (Off != 0)
569 Expr = MCBinaryExpr::CreateAdd(Add, Off, *Ctx);
573 if (Off != 0)
574 Expr = Off;
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 96 material.getAdditionalRenderState().setFaceCullMode(FaceCullMode.Off);

Completed in 666 milliseconds

12 3