HomeSort by relevance Sort by last modified time
    Searched full:combiner (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_page_handler.cc 86 SuggestionsCombiner* combiner = new SuggestionsCombiner(this, profile); local
87 combiner->AddSource(new SuggestionsSourceTopSites());
88 suggestions_combiner_.reset(combiner);
suggestions_combiner_unittest.cc 190 virtual void SetCombiner(SuggestionsCombiner* combiner) OVERRIDE {
192 combiner_ = combiner;
195 // Our combiner.
  /external/smack/src/org/apache/harmony/javax/security/auth/
Subject.java 186 final SubjectDomainCombiner combiner; local
190 combiner = null;
192 combiner = new SubjectDomainCombiner(subject);
198 return new AccessControlContext(context, combiner);
267 final SubjectDomainCombiner combiner; local
271 combiner = null;
273 combiner = new SubjectDomainCombiner(subject);
278 return new AccessControlContext(context, combiner);
497 DomainCombiner combiner = AccessController.doPrivileged(action); local
499 if ((combiner == null) || !(combiner instanceof SubjectDomainCombiner))
    [all...]
  /libcore/luni/src/main/java/javax/security/auth/
Subject.java 181 final SubjectDomainCombiner combiner; local
185 combiner = null;
187 combiner = new SubjectDomainCombiner(subject);
192 return new AccessControlContext(context, combiner);
255 final SubjectDomainCombiner combiner; local
259 combiner = null;
261 combiner = new SubjectDomainCombiner(subject);
266 return new AccessControlContext(context, combiner);
481 DomainCombiner combiner = AccessController.doPrivileged(action); local
483 if ((combiner == null) || !(combiner instanceof SubjectDomainCombiner))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Event.java 29 * The combiner should figure out what to do with this.
50 // A mode event instructs the combiner to change modes. The canonical example would be the
52 // if handled at the combiner level.
EventInterpreter.java 38 // TODO: Create a combiner
46 final ArrayList<Combiner> mCombiners;
  /external/llvm/lib/Target/MSP430/
README.txt 22 3. Implement multiplication / division by constant (dag combiner hook?).
  /external/llvm/test/CodeGen/MSP430/
Inst16mm.ll 1 ; RUN: llc -march=msp430 -combiner-alias-analysis < %s | FileCheck %s
  /external/llvm/test/CodeGen/X86/
narrow-shl-load.ll 67 ; DAG Combiner can't fold this into a load of the 1'th byte.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstate.c 397 /* Set the texUnit->_CurrentCombine field to point to the user's combiner
398 * state, or the combiner state which is derived from traditional texenv
418 /* Determine number of source RGB terms in the combiner function */
454 /* Determine number of source Alpha terms in the combiner function */
texenv.c 104 /** Set an RGB or A combiner mode/function */
175 /** Set an RGB or A combiner source term */
265 /** Set an RGB or A combiner operand term */
  /external/llvm/docs/
ReleaseNotes.rst 58 has been integrated into the instruction combiner and function attribute
  /external/mesa3d/src/mesa/main/
texstate.c 397 /* Set the texUnit->_CurrentCombine field to point to the user's combiner
398 * state, or the combiner state which is derived from traditional texenv
418 /* Determine number of source RGB terms in the combiner function */
454 /* Determine number of source Alpha terms in the combiner function */
texenv.c 104 /** Set an RGB or A combiner mode/function */
175 /** Set an RGB or A combiner source term */
265 /** Set an RGB or A combiner operand term */
  /external/pixman/test/
Makefile.in 79 region-translate-test$(EXEEXT) combiner-test$(EXEEXT) \
123 combiner_test_SOURCES = combiner-test.c
124 combiner_test_OBJECTS = combiner-test.$(OBJEXT)
266 combiner-test.c composite.c composite-traps-test.c \
275 combiner-test.c composite.c composite-traps-test.c \
444 combiner-test \
566 combiner-test$(EXEEXT): $(combiner_test_OBJECTS) $(combiner_test_DEPENDENCIES) $(EXTRA_combiner_test_DEPENDENCIES)
567 @rm -f combiner-test$(EXEEXT)
648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/combiner-test.Po@am__quote@
    [all...]
  /external/llvm/test/CodeGen/ARM/
vector-DAGCombine.ll 19 ; Check that the DAG combiner does not arbitrarily modify BUILD_VECTORs
126 ; The following test was hitting an assertion in the DAG combiner when
  /external/llvm/lib/Target/X86/
README-FPStack.txt 49 Add a target specific hook to DAG combiner to handle SINT_TO_FP and
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 219 DEFTIMEVAR (TV_COMBINE , "combiner")
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 219 DEFTIMEVAR (TV_COMBINE , "combiner")
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 219 DEFTIMEVAR (TV_COMBINE , "combiner")
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 219 DEFTIMEVAR (TV_COMBINE , "combiner")
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 55 /* Make the combiner do: spare0_i = A_i * B_i */
  /external/chromium_org/third_party/skia/gyp/
pixman_test.gyp 45 # '../../../pixman/test/combiner-test.c',
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 49 // load instruction. This prevents the DAG combiner folding a truncate to
  /external/llvm/test/CodeGen/Generic/
2006-03-01-dagcombineinfloop.ll 2 ; Infinite loop in the dag combiner, reduced from 176.gcc.

Completed in 406 milliseconds

12 3 4 5