Home
last modified time | relevance | path

Searched refs:switches (Results 1 – 25 of 103) sorted by relevance

12345

/external/llvm/utils/
Dfindmisopt114 echo $switches
123 echo $switches
135 switches="$switches $sw"
136 if tryit "$switches" ; then
145 if [ "$switches" == " $all_switches" ] ; then
151 while [ ! -z "$switches" ] ; do
152 trimmed=`echo "$switches" | sed -e 's/^ *\(-[^ ]*\).*/\1/'`
153 switches=`echo "$switches" | sed -e 's/^ *-[^ ]* *//'`
155 tryit "$final $switches"
Dfindoptdiff85 echo $switches
97 switches="$switches $sw"
98 if tryit "$switches" ; then
/external/mesa3d/src/mesa/main/
DAPIspec.py325 self.switches = {}
332 if desc.name not in self.switches:
333 self.switches[desc.name] = []
347 self.switches[desc.name].append(desc)
353 for switch in self.switches.itervalues():
365 self.switches = tmp.switches
372 for switch in self.switches.itervalues():
381 if name in self.switches:
385 for switch in self.switches.itervalues():
398 switch = self.switches.get(name, [])
[all …]
DAPIspecutil.py112 switch = func.checker.switches.get(param.name, [])
115 if not desc.checker.switches:
120 items = desc.checker.switches.items()
129 if dep_desc.checker.switches:
/external/icu/icu4c/source/common/unicode/
Duconfig.h218 # error Contradictory collation switches in uconfig.h.
250 # error Contradictory file io switches in uconfig.h.
322 # error Contradictory collation switches in uconfig.h.
/external/jpeg/
Dusage.doc36 cjpeg [switches] [imagefile] >jpegfile
38 djpeg [switches] [jpegfile] >imagefile
45 cjpeg [switches] imagefile jpegfile
47 djpeg [switches] jpegfile imagefile
54 cjpeg [switches] -outfile jpegfile imagefile
56 djpeg [switches] -outfile imagefile jpegfile
69 -gray or -gr. Most of the "basic" switches can be abbreviated to as little as
77 The basic command line switches for cjpeg are:
204 The "wizard" switches are intended for experimentation with JPEG. If you
205 don't know what you are doing, DON'T USE THEM. These switches are documented
[all …]
Dwizard.doc4 This file describes cjpeg's "switches for wizards".
6 The "wizard" switches are intended for experimentation with JPEG by persons
10 default settings. Furthermore, these switches must be used with caution
/external/llvm/test/tools/llvm-profdata/
Dc-general.test13 RUN: llvm-profdata show %p/Inputs/c-general.profraw -o - --function=switches | FileCheck %s -check-…
16 SWITCHES-NEXT: switches:
/external/sepolicy/
Drunas.te19 # run-as switches to the app UID/GID.
22 # run-as switches to the app security context.
/external/clang/test/Profile/
Dc-general.c215 void switches() { in switches() function
539 switches(); in main()
/external/clang/test/Profile/Inputs/
Dc-general.proftext63 switches
/external/clang/include/clang/Parse/
DCMakeLists.txt1 clang_tablegen(AttrParserStringSwitches.inc -gen-clang-attr-parser-string-switches
DMakefile12 $(Verb) $(ClangTableGen) -gen-clang-attr-parser-string-switches -o $(call SYSPATH, $@) \
/external/libvpx/libvpx/tools/
Dvpx-astyle.sh3 astyle --style=java --indent=spaces=2 --indent-switches\
/external/fio/t/jobs/
Dt0006-82af2a7c.fio1 # Expected results: workload runs and switches between 'm' and 'V' state
/external/llvm/test/MC/X86/AlignedBundling/
Dswitch-section-locked-error.s3 # This test invokes .bundle_lock and then switches to a different section
/external/llvm/test/Transforms/SimplifyCFG/
Dpreserve-branchweights-switch-create.ll41 ;; test2 - Merge two switches where PredDefault == BB.
87 ;; test3 - Merge two switches where PredDefault != BB.
Dswitch_switch_fold.ll5 ; three switches in this example can be merged into one big one.
/external/clang/test/SemaObjC/
Dattr-deprecated-pch.m8 // doesn't need any -D switches, for these would get embedded in the gch.
/external/llvm/test/Transforms/SimplifyCFG/SPARC/
Dswitch_to_lookup_table.ll3 ; Check that switches are not turned into lookup tables, as this is not
/external/libpng/contrib/pngminim/decoder/
Dpngusr.dfa13 # All that is required is some read code. This example switches
/external/llvm/test/Bitcode/
Dcase-ranges-3.3.ll5 ; release of LLVM. This tests that the bitcode for switches from that release
/external/mesa3d/src/gallium/docs/source/
Dglossary.rst23 switches between mipmaps occur during texture sampling.
/external/iproute2/tc/
DREADME.last4 * Compile time switches
/external/iproute2/doc/actions/
Dmirred-usage3 This is the basic stuff. Idea borrowed from the way ethernet switches
6 flow to be mirrored. High end switches typically can select based

12345