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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/
COPYING.LESSER 20 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/
COPYING3.LIB 20 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/
COPYING3.LIB 20 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/
NOTICE 20 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works
    [all...]
  /toolchain/binutils/binutils-2.25/
COPYING3.LIB 20 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
Combined.g 1 grammar Combined;
CombinedLexer.m 4 * - From the grammar source file : Combined.g
40 // $ANTLR 3.2 Aug 24, 2010 10:45:57 Combined.g 2010-08-24 13:53:42
61 [ANTLRBaseRecognizer setGrammarFileName:@"Combined.g"];
100 // Combined.g:14:5: ( ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_' )* ) // ruleBlockSingleAlt
101 // Combined.g:14:9: ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_' )* // alt
121 // Combined.g: // alt
166 // Combined.g:17:5: ( ( '0' .. '9' )+ ) // ruleBlockSingleAlt
167 // Combined.g:17:9: ( '0' .. '9' )+ // alt
169 // Combined.g:17:9: ( '0' .. '9' )+ // positiveClosureBlock
181 // Combined.g:17:10: '0' .. '9' // al
    [all...]
  /external/toybox/tests/
dirname.test 9 testing "dirname combined" "dirname /////a///b///c///d/////" "/////a///b///c\n" "" ""
  /prebuilts/go/darwin-x86/test/
tinyfin.go 7 // Test finalizers work for tiny (combined) allocations.
32 // the closure must be big enough to be combined
36 // with the expected value (it would be combined as well).
54 // if the outermost allocations are combined with something persistent.
55 // Currently 4 int32's are combined into a 16-byte block,
  /prebuilts/go/linux-x86/test/
tinyfin.go 7 // Test finalizers work for tiny (combined) allocations.
32 // the closure must be big enough to be combined
36 // with the expected value (it would be combined as well).
54 // if the outermost allocations are combined with something persistent.
55 // Currently 4 int32's are combined into a 16-byte block,
  /external/libchrome/base/trace_event/
trace_sampling_thread.cc 50 const char* const combined = local
54 ExtractCategoryAndName(combined, &category_group, &name);
80 void TraceSamplingThread::ExtractCategoryAndName(const char* combined,
83 *category = combined;
84 *name = &combined[strlen(combined) + 1];
  /external/llvm/test/CodeGen/AArch64/
bitfield-insert-0.ll 15 %combined = or i32 %newval_masked, %oldval_keep
16 store volatile i32 %combined, i32* %existing
bitfield-insert.ll 38 %combined = or i32 %oldval_keep, %newval_masked
39 store volatile i32 %combined, i32* %existing
57 %combined = or i64 %oldval_keep, %newval_masked
58 store volatile i64 %combined, i64* %existing
77 %combined = or i64 %oldval_keep, %newval_masked
78 store volatile i64 %combined, i64* %existing
96 %combined = or i32 %oldval_keep, %newval_masked
97 store volatile i32 %combined, i32* %existing
114 %combined = or i64 %newval_masked, %oldval_keep
115 store volatile i64 %combined, i64* %existin
    [all...]
  /dalvik/dx/tests/080-dex-exception-tables/
info.txt 3 ought to be combined, listing entries in a correct and sensible order,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
JDKRandomGenerator.java 43 long combined = 0l; local
45 combined = combined * prime + s;
47 setSeed(combined);
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
bug2527974.css 2 combined css before uploading it to SiteManager. The exclaimation at the start
  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 4 // combined with RAUW operation.
  /external/llvm/test/CodeGen/XCore/
unaligned_store_combine.ll 3 ; Unaligned load / store pair. Should be combined into a memmove
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
err-sh4al-dsp.s 12 movx.w @r4,x0 movy.w a0,@r3+ ! { dg-error "combined with non-nopx" }
13 movy.w a0,@r6+ movx.w @r1,x0 ! { dg-error "combined with non-nopy" }
19 dct pclr x0 pmuls a1,x0,m0 ! { dg-error "combined with pmuls" }
  /external/ImageMagick/m4/
framework.m4 22 # other than an Application or a Combined Work as defined below.
29 # A "Combined Work" is a work produced by combining or linking an
31 # with which the Combined Work was made is also called the "Linked
34 # The "Minimal Corresponding Source" for a Combined Work means the
35 # Corresponding Source for the Combined Work, excluding any source code
36 # for portions of the Combined Work that, considered in isolation, are
39 # The "Corresponding Application Code" for a Combined Work means the
41 # and utility programs needed for reproducing the Combined Work from the
42 # Application, but excluding the System Libraries of the Combined Work.
81 # 4. Combined Works
    [all...]
  /external/skia/src/gpu/gl/
GrGLPathRendering.h 98 SkMatrix combined; local
100 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1,
104 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1,
108 combined.preConcat(fViewMatrix);
109 GrGLSLGetMatrix<Size>(destMatrix, combined);
  /libcore/ojluni/src/main/java/java/util/stream/
StreamOpFlag.java 107 * example, the flags for a stream source can be efficiently combined with the
120 * flag bits are combined into an {@code int} bit set. <em>Stream flags</em>
172 * a result. At each stage of the pipeline, a combined stream and operation
177 * The combined stream and operation flags for the source stage of the pipeline
183 * The combined stream and operation flags of each subsequent intermediate
190 * are combined with the operation flags of the terminal operation to produce
196 * pre-allocate data structures and combined with
212 * combined stream and operation flags. Even though the former only requires
485 * and injected on combined stream and operation flags.
487 * @param flags the stream flags, operation flags, or combined stream an
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
PerspectiveCamera.java 58 combined.set(projection);
59 Matrix4.mul(combined.val, view.val);
62 invProjectionView.set(combined);
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/
makedict_executor.cpp 41 "Source can be a binary dictionary file or a combined format file.\n"
42 "Binary version 2 (Jelly Bean), 4, and combined format outputs are supported.");
48 "output format version: 2/4/combined");
  /external/clang/docs/
LeakSanitizer.rst 11 LeakSanitizer is a run-time memory leak detector. It can be combined with
23 The combined mode has been tested on fairly large software projects. The

Completed in 2782 milliseconds

12 3 4 5 6 7 8 91011>>