HomeSort by relevance Sort by last modified time
    Searched full:each (Results 326 - 350 of 14595) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/Lex/
TokenConcatenation.h 27 /// For example, it emitting two identifiers "foo" and "bar" next to each
29 /// and ")" next to each other is safe.
54 /// TokenInfo - This array contains information for each token on what
  /external/emma/
NOTICE 11 b) in the case of each subsequent Contributor:
31 a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative
34 b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make,
39 c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the
40 Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other
41 entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole
45 d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this
71 b) a copy of this Agreement must be included with each copy of the Program.
75 Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the
97 WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible fo
    [all...]
  /external/grub/stage2/
disk_inode.h 50 * There is a unique inode allocated for each active file,
51 * each current directory, each mounted-on file, text file, and the root.
  /external/guava/javadoc/
help-doc.html 91 The <A HREF="overview-summary.html">Overview</A> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</BLOCKQUOTE>
97 Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL>
105 Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL>
111 Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
118 Each annotation type has its own separate page with the following sections:<UL>
127 Each enum has its own separate page with the following sections:<UL>
133 Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</BLOCKQUOTE>
137 There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are (…)
    [all...]
  /external/icu4c/samples/ugrep/
readme.txt 7 -n, --line-number Prefix each line of output with the line number within its input file.
11 The program searches for the specified regular expression in each of the
12 specified files, and outputs each matching line.
  /external/jpeg/
jccoefct.c 44 * workspace of C_MAX_BLOCKS_IN_MCU coefficient blocks, and reuse it for each
53 /* In multi-pass modes, we need a virtual block array for each component. */
135 * per call, ie, v_samp_factor block rows for each component in the image.
138 * NB: input_buf contains a plane for each component in image,
159 * Each call on forward_DCT processes a horizontal row of DCT blocks
226 * per call, ie, v_samp_factor block rows for each component in the image.
237 * NB: input_buf contains a plane for each component in image. All
277 /* Perform DCT for all non-dummy blocks in this iMCU row. Each call
297 * The tricky part here is that within each MCU, we want the DC values
333 * per call, ie, v_samp_factor block rows for each component in the scan
    [all...]
  /external/junit/
NOTICE 12 b) in the case of each subsequent Contributor:
31 a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
32 b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
33 c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
34 d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
48 b) a copy of this Agreement must be included with each copy of the Program.
53 Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
66 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the (…)
    [all...]
  /external/libvpx/examples/
twopass_encoder.txt 23 In two pass mode, the configuration has to be updated on each pass. The
53 Each packet of type `VPX_CODEC_CX_FRAME_PKT` contains the encoded data
71 It's sometimes helpful to see when each pass completes.
  /external/llvm/cmake/modules/
LLVMParseArguments.cmake 12 # For each item in options, PARSE_ARGUMENTS will create a variable with that
18 #For each item in arg_names, PARSE_ARGUMENTS will create a variable with that
19 #name, prefixed with prefix_. Each variable will be filled with the arguments
  /external/llvm/docs/CommandGuide/
llvm-nm.pod 15 Each symbol is listed along with some simple information about its provenance.
20 Each such output record consists of an (optional) 8-digit hexadecimal address,
21 followed by a type code character, followed by a name, for each symbol. One
  /external/llvm/include/llvm/ADT/
IntEqClasses.h 13 // Initially each integer has its own equivalence class. Classes are joined by
14 // passing a representative member of each class to join().
29 /// EC - When uncompressed, map each integer to a smaller member of its
  /external/llvm/include/llvm/Target/
Mangler.h 32 Default, ///< Emit default string before each symbol.
33 Private, ///< Emit "private" prefix before each symbol.
34 LinkerPrivate ///< Emit "linker private" prefix before each symbol.
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.h 38 long cBPP; // # of bits in each pixel
93 #define kfDirect555 0x40 // 5 bits each for red, green and blue values in a pixel.
95 #define kfDirect888 0x100 // 8 bits each for red, green and blue values in a pixel.
  /external/qemu/docs/
ANDROID-TRACING.TXT 21 - each new translated basic block is recorded by:
24 2. for each instruction in the block, calling trace_bb_insn()
29 - each basic block is translated into a "tb" of x86 machine code that
  /external/quake/quake/src/QW/client/
net.h 63 // the statistics are cleared at each client begin, because
68 int drop_count; // dropped packets, cleared each level
69 int good_count; // cleared each level
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodereplacechild23.js 64 // each asychronous load started in setUpTests.
79 Comment, ProcessingInstruction and CDATASection nodes with each other and in each case
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
split-001.js 43 // if separator is an empty string, split each by character
68 // check the value of each array item
98 // check the value of each array item
split-003.js 36 // if separator is an empty string, split each by character
76 // check the value of each array item
106 // check the value of each array item
  /external/webkit/Tools/Scripts/
check-for-webkit-framework-include-consistency 52 all_headers.each do |header|
104 $HEADERS_BY_TYPE.each do |header_type, headers|
106 headers.each do |header|
  /frameworks/base/core/java/android/os/
LatencyTimer.java 30 * The string should be unique at each point of the code you are measuring.
47 * @param scaleFactor divisor used to make each sample smaller to prevent overflow when
60 * @param tag string used for printing out the result. This should be unique at each point of
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfInternalSelectionViews.java 29 * how many rows in each item, and how tall each item is.
52 * Each item is screen height * this factor tall.
  /frameworks/base/docs/html/guide/topics/resources/
available-resources.jd 16 <p>Each of the documents in this section describe the usage, format and syntax for a certain type
19 <p>Here's a brief summary of each resource type:</p>
47 Saved in {@code res/values/} but each accessed from unique {@code R} sub-classes (such as {@code
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 32 * the block. Within each position-coefficient pair, the position entry
50 * ppBitStream - *ppBitStream is updated after each block is decoded.
55 * pOffset - *pOffset is updated after each block is decoded
  /frameworks/compile/libbcc/runtime/lib/
CMakeLists.txt 8 # Generic functions needed for each architecture
25 # Optimized functions for each architecture
33 # List of functions needed for each architecture.
  /frameworks/media/libvideoeditor/vss/common/inc/
M4VFL_transition.h 71 * Set the increment of blendingfactor for each element in the image row by the factor,
74 * Loop on each(= i) row of output Y plane (steps of 2)
75 * Loop on each(= j) column of output Y plane (steps of 2)

Completed in 598 milliseconds

<<11121314151617181920>>