HomeSort by relevance Sort by last modified time
    Searched defs:conditional (Results 1 - 24 of 24) sorted by null

  /external/clang/test/SemaCXX/
vector.cpp 39 // Test the conditional operator with vector types.
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, function
42 // Conditional operators with the same type.
48 // Conditional operators with similar types.
54 // Conditional operators with compatible types under -flax-vector-conversions (default)
  /art/runtime/jdwp/
jdwp_event.h 42 } conditional; member in union:art::JDWP::JdwpEventMod
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip_unfilled.c 101 GLuint conditional; local
107 conditional = BRW_CONDITIONAL_GE;
109 conditional = BRW_CONDITIONAL_L;
113 conditional,
129 GLuint conditional; local
144 conditional = BRW_CONDITIONAL_GE;
146 conditional = BRW_CONDITIONAL_L;
150 conditional,
  /external/eigen/Eigen/src/Core/util/
Meta.h 29 struct conditional { typedef Then type; }; struct in namespace:Eigen::internal
32 struct conditional <false, Then, Else> { typedef Else type; }; struct in namespace:Eigen::internal
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_unfilled.c 101 GLuint conditional; local
107 conditional = BRW_CONDITIONAL_GE;
109 conditional = BRW_CONDITIONAL_L;
113 conditional,
129 GLuint conditional; local
144 conditional = BRW_CONDITIONAL_GE;
146 conditional = BRW_CONDITIONAL_L;
150 conditional,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es_generator.py 330 # We'll need a conditional variable to keep track of
335 # Write code based on that conditional.
377 # We'll need a conditional variable to keep track of
381 # Write code based on that conditional.
400 # have to worry about conditional value conversion - the
412 # We'll need a conditional variable to keep track of
417 # Write code based on that conditional.
518 conditional="" variable
528 conditional += " && %s != %s" % (valueToCheck, v)
529 switchCode.append(" if (%s) {" % conditional[4:]
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
CharStreamsTest.java 137 // Test a LineProcessor that is conditional.
139 LineProcessor<Integer> conditional = new LineProcessor<Integer>() { local
152 assertEquals(2, CharStreams.readLines(r, conditional).intValue());
  /external/mesa3d/src/mesa/main/
es_generator.py 330 # We'll need a conditional variable to keep track of
335 # Write code based on that conditional.
377 # We'll need a conditional variable to keep track of
381 # Write code based on that conditional.
400 # have to worry about conditional value conversion - the
412 # We'll need a conditional variable to keep track of
417 # Write code based on that conditional.
518 conditional="" variable
528 conditional += " && %s != %s" % (valueToCheck, v)
529 switchCode.append(" if (%s) {" % conditional[4:]
    [all...]
  /ndk/sources/host-tools/make-3.81/
variable.h 41 f_conditional /* Conditional definition (?=) */
60 unsigned int conditional:1; /* Nonzero if set with a ?=. */ member in struct:variable
variable.c 1011 int conditional = 0;
1029 /* A conditional variable definition "var ?= value".
1035 conditional = 1;
1000 int conditional = 0; local
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 866 int conditional = indexValue.equal(valueFactory.createIntegerValue( local
894 int conditional = indexValue.equal(valueFactory.createIntegerValue( local
    [all...]
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 358 bool conditional = false; local
360 if (ConditionPassed(opcode, &conditional))
413 if (conditional)
482 bool conditional = false; local
483 if (ConditionPassed(opcode, &conditional))
545 if (conditional)
1896 bool conditional = false; local
2007 bool conditional = false; local
2103 bool conditional = false; local
3361 bool conditional = false; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /prebuilts/sdk/tools/
jack.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 515 milliseconds