HomeSort by relevance Sort by last modified time
    Searched refs:In (Results 276 - 300 of 1209) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
49 // For ARMv7 platforms, these are inline functions in spl_inl_armv7.h
51 // For MIPS platforms, these are inline functions in spl_inl_mips.h
113 // Note that this function MUST be called in any application that uses SPL
121 // Copy and set operations. Implementation in copy_set_operations.c.
144 // Implementation in min_max_operations.c
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
doc.go 3 // license that can be found in the LICENSE file.
16 %v the value in a default format
35 in the manner of strconv.FormatFloat with the 'b' format,
78 Width and precision are measured in units of Unicode code points,
80 units are always measured in bytes.) Either or both of the flags
89 the output), truncating if necessary. Normally it is measured in
91 it is measured in bytes.
113 ' ' (space) leave a space for elided sign in numbers (% d);
114 put spaces between bytes printing strings or slices in hex (% x, % X)
136 certain interfaces. In order of application
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
doc.go 3 // license that can be found in the LICENSE file.
16 %v the value in a default format
35 in the manner of strconv.FormatFloat with the 'b' format,
78 Width and precision are measured in units of Unicode code points,
80 units are always measured in bytes.) Either or both of the flags
89 the output), truncating if necessary. Normally it is measured in
91 it is measured in bytes.
113 ' ' (space) leave a space for elided sign in numbers (% d);
114 put spaces between bytes printing strings or slices in hex (% x, % X)
136 certain interfaces. In order of application
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
gsubr.go 15 // in the Software without restriction, including without limitation the rights
20 // The above copyright notice and this permission notice shall be included in
25 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
181 // In this case, the node will correspond to an outgoing argument
186 // In this case the node will be an ONAME with an appropriate
221 // except in the case where t.Nname.Sym is the blank symbol and
223 // In that case we need to make a new node, and there is no har
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
gsubr.go 15 // in the Software without restriction, including without limitation the rights
20 // The above copyright notice and this permission notice shall be included in
25 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
181 // In this case, the node will correspond to an outgoing argument
186 // In this case the node will be an ONAME with an appropriate
221 // except in the case where t.Nname.Sym is the blank symbol and
223 // In that case we need to make a new node, and there is no har
    [all...]
  /build/soong/ui/build/
signal.go 4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
30 // All of our subprocesses are in the same process group, so they'll receive a SIGINT at the
32 // just see errors from all of our subprocesses. But in case that fails, when we get a signal:
73 // In case cleanup() deadlocks, the next tick will panic.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 53 IN FILE *Package,
54 IN OUT UINT32 *LineNumber
60 IN OUT CHAR8 *String,
61 IN FILE *In,
62 IN OUT UINT32 *LineNumber
68 IN CHAR8 *BuildDirectory,
69 IN FILE *OverridePackage,
70 IN OUT UINT32 *LineNumber
120 // Keep globals in this structure
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.h 158 UINT32 In:1; /* Incompressible */
193 UINT32 In:1; /* Incompressible */
406 UINT64 Nsze; /* Namespace Size (total number of blocks in formatted namespace) */
754 @param[in] Private The pointer to the NVME_CONTROLLER_PRIVATE_DATA data structure.
762 IN NVME_CONTROLLER_PRIVATE_DATA *Private
777 IN NVME_CONTROLLER_PRIVATE_DATA *Private,
778 IN VOID *Buffer
794 IN NVME_CONTROLLER_PRIVATE_DATA *Private,
795 IN UINT32 NamespaceId,
796 IN VOID *Buffer
    [all...]
  /external/bison/data/
glr.cc 12 # This program is distributed in the hope that it will be useful,
22 # This is in order to reduce the maintenance burden. The glr.c
24 # problems. The C++ interface is the same as that of lalr1.cc. In
42 # the locations in a (C++) union, the position and location classes
45 # user must initialize the first positions (in particular the
133 ]dnl In this section, the parse param are the original parse_params.
234 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
  /external/libunwind/doc/
unw_get_fpreg.tex 20 register \Var{reg} in the stack frame identified by cursor \Var{cp}
21 and stores the value in the variable pointed to by \Var{valp}.
23 The register numbering is target-dependent and described in separate
35 read registers which fit in a single word.
53 that is either invalid or not accessible in the current frame.
55 In addition, \Func{unw\_get\_fpreg}() may return any error returned by
unw_get_reg.tex 20 \Var{reg} in the stack frame identified by cursor \Var{cp} and stores
21 the value in the word pointed to by \Var{valp}.
23 The register numbering is target-dependent and described in separate
34 registers whose values fit in a single word. See
54 that is either invalid or not accessible in the current frame.
56 In addition, \Func{unw\_get\_reg}() may return any error returned by
unw_init_remote.tex 20 pointed to by \Var{c} for unwinding in the address space identified by
27 passed in \Var{as}, then \Var{arg} needs to be a pointer to a context
31 stack-frame chain to be unwound. In other words, the interpretation
32 of \Var{arg} is entirely dependent on the address-space in use;
33 \Prog{libunwind} never interprets the argument in any way on its own.
36 in \emph{any} process, including the local process in which the
50 is passed in argument \Var{as}, this routine is also safe to use from
56 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_remote}() was called in a
unw_set_fpreg.tex 20 \Var{reg} in the stack frame identified by cursor \Var{cp} to the
21 value passed in \Var{val}.
23 The register numbering is target-dependent and described in separate
35 write registers which fit in a single word.
53 that is either invalid or not accessible in the current frame.
57 In addition, \Func{unw\_set\_fpreg}() may return any error returned by
unw_set_reg.tex 20 \Var{reg} in the stack frame identified by cursor \Var{cp} to the
21 value passed in \Var{val}.
23 The register numbering is target-dependent and described in separate
34 registers whose values fit in a single word. See
54 that is either invalid or not accessible in the current frame.
58 In addition, \Func{unw\_set\_reg}() may return any error returned by
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions-v8.s 6 @ HLT (in ARMv8 only)
14 @ In IT block
22 @ Can accept AL condition code (in ARMv8 only)
27 @ Can accept SP as rGPR (in ARMv8 only)
38 @ DCPS{1,2,3} (in ARMv8 only)
84 @ SEVL (in ARMv8 only)
  /external/mesa3d/docs/
MESA_swap_control.spec 15 Deployed in DRI drivers post-XFree86 4.3.
35 of color buffer swaps, measured in video frame periods.
87 full frame of video data. In the case of an interlaced monitor,
WL_bind_wayland_display.spec 38 more interfaces in the Wayland protocol to allow clients to create
45 needed for buffer sharing in an EGL wayland platform.
65 Accepted as <target> in eglCreateImageKHR
69 Accepted in the <attrib_list> parameter of eglCreateImageKHR:
98 A wl_buffer can have several planes, typically in case of planar
99 YUV formats. Depending on the exact YUV format in use, the
106 return EGL_FALSE. In that case the wl_buffer can not be used with
115 in the shader. The naming conventions separates planes by _ and
118 sampler. X indicates that the corresponding component in the rgba
124 One plane, samples RGB from the texture to rgb in th
    [all...]
  /external/v8/tools/
consarray.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
10 // disclaimer in the documentation and/or other materials provided
19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31 * In this use case we have lots of arrays that we need to iterate
85 * A cell object used for constructing a list in ConsArray.
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
doc.go 3 // license that can be found in the LICENSE file.
10 it operates on that file; given a directory, it operates on all .go files in
48 In the pattern, single-character lowercase identifiers serve as
50 will be substituted for the same identifiers in the replacement.
97 This may result in changes that are incompatible with earlier versions of Go.
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace_test.go 9 // remain in the valid range.
11 // - the counts must not include goroutines blocked waiting on channels or in syscall.
17 // In this test, we assume a valid trace contains EvGoWaiting or EvGoInSyscall
24 // goroutine 20: in syscall
57 t.Errorf("goroutine count=%+v; want no more than 2 goroutines in runnable/running state", cnt)
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder_test.go 3 // license that can be found in the LICENSE file.
19 "Two roads diverged in a yellow wood,\n" +
23 "To where it bent in the undergrowth;\n" +
32 "In leaves no step had trodden black.\n" +
39 "Two roads diverged in a wood, and I-\n" +
  /prebuilts/go/darwin-x86/src/encoding/asn1/
marshal_test.go 3 // license that can be found in the LICENSE file.
79 in interface{}
108 {time.Unix(1258325776, 0).In(PST), "17113039313131353134353631362d30383030"},
159 data, err := Marshal(test.in)
172 in interface{}
182 _, err := Marshal(test.in)
206 Marshal(test.in)
  /prebuilts/go/darwin-x86/src/go/scanner/
errors.go 3 // license that can be found in the LICENSE file.
14 // In an ErrorList, an error is represented by an *Error.
  /prebuilts/go/darwin-x86/src/go/types/
ordering.go 3 // license that can be found in the LICENSE file.
14 // resolveOrder computes the order in which package-level objects
17 // Interface types appear first in the list, sorted topologically
19 // in this package, followed by all other objects sorted in source
23 // in the process check _and_ report type cycles. This may simplify
57 // and in source order if there are no dependencies
64 // sort everything else in source order
92 // In both cases we stop. Cycle errors are reported
  /prebuilts/go/darwin-x86/src/html/template/
transition.go 3 // license that can be found in the LICENSE file.
217 // indexTagEnd finds the index of a special tag end in a case insensitive way, or returns -1
318 err: errorf(ErrPartialEscape, nil, 0, "unfinished escape sequence in JS string: %q", s),
402 // (1) URLs as in background: "/foo.png"
403 // (2) Multiword font-names as in font-family: "Times New Roman"
404 // (3) List separators in content values as in inline-lists:
412 // (4) Attribute value selectors as in a[href="http://example.com/"]
417 // In (1), our conservative assumption is justified.
418 // In (2), valid font names do not contain ':', '?', or '#', so ou
    [all...]

Completed in 671 milliseconds

<<11121314151617181920>>