HomeSort by relevance Sort by last modified time
    Searched full:within (Results 701 - 725 of 18812) sorted by null

<<21222324252627282930>>

  /prebuilts/go/linux-x86/test/
complit1.go 40 _ = &T{i: 0, f: 0, s: "", next: {}} // ERROR "missing type in composite literal|omit types within composite literal"
41 _ = &T{0, 0, "", {}} // ERROR "missing type in composite literal|omit types within composite literal"
  /prebuilts/tools/linux-x86_64/kythe/proto/
common.proto 27 // A Point represents a location within a file or buffer.
34 // column_offset is within the actual range of the corresponding line. A
  /system/netd/libnetdutils/include/netdutils/
Netlink.h 33 // Assume that the first message begins at offset zero within buf.
41 // Assume that the first attribute begins at offset zero within buf.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
struct_field.rs 56 // within struct Outer.
62 // struct InnerOne within struct Outer.
69 // struct InnerTwo (with nested InnerOne flattened out) within struct Outer.
104 // Compare contents of a struct InnerOne instance within global
111 // instance within global variable "outer" against incoming argument values.
117 // instance within global variable "outer" against incoming argument values.
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
I2cBus.h 38 did not initiate. I2C platform drivers may use this API within
50 slave address. This is used to access the blocks of hardware within
95 @retval EFI_TIMEOUT The transaction did not complete within an internally
112 /// Each I2C device is described as an ACPI node (HID, UID and CID) within the
121 /// array within the platform layer. The third party device support references
142 /// revisions and implement the necessary workarounds for limitations within the
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cBus.h 46 did not initiate. I2C platform drivers may use this API within
58 slave address. This is used to access the blocks of hardware within
103 @retval EFI_TIMEOUT The transaction did not complete within an internally
120 // Each I2C device is described as an ACPI node (HID, UID and CID) within the
129 // array within the platform layer. The third party device support references
150 // revisions and implement the necessary workarounds for limitations within the
I2cBusMcg.h 45 did not initiate. I2C platform drivers may use this API within
57 slave address. This is used to access the blocks of hardware within
102 @retval EFI_TIMEOUT The transaction did not complete within an internally
119 // Each I2C device is described as an ACPI node (HID, UID and CID) within the
128 // array within the platform layer. The third party device support references
149 // revisions and implement the necessary workarounds for limitations within the
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
OneWayAnovaImpl.java 42 * wg = within groups,
64 * mswg = within group mean square</pre>
157 // within category
183 Convenience class to pass dfbg,dfwg,F values around within AnovaImpl.
191 /** Degrees of freedom in denominator (within groups). */
200 * @param dfwg degrees of freedom in denominator (within groups)
  /external/clang/test/Preprocessor/
has_include.c 96 __has_include_next("stdint.h") // expected-warning {{#include_next in primary source file}} expected-error {{__has_include_next must be used within a preprocessing directive}}
97 __has_include("stdint.h") // expected-error {{__has_include must be used within a preprocessing directive}}
100 MACRO1 // expected-error {{__has_include must be used within a preprocessing directive}}
103 MACRO1 // expected-error {{__has_include must be used within a preprocessing directive}}
108 MACRO1 // expected-error {{__has_include must be used within a preprocessing directive}}
151 // expected-error@+1 {{__has_include must be used within a preprocessing directive}}
  /external/eigen/Eigen/src/Core/
Fuzzy.h 84 /** \returns \c true if \c *this is approximately equal to \a other, within the precision
88 * are considered to be approximately equal within precision \f$ p \f$ if
112 * within the precision determined by \a prec.
115 * considered to be much smaller than \f$ x \f$ within precision \f$ p \f$ if
134 * within the precision determined by \a prec.
137 * considered to be much smaller than a vector \f$ w \f$ within precision \f$ p \f$ if
  /external/harfbuzz_ng/docs/
usermanual-what-is-harfbuzz.xml 29 The glyph ID within the font does not necessarily relate to a
33 within the font (the &quot;cmap&quot; table) which maps
67 within a font, there will be glyphs for the initial, medial,
89 precomposed glyph within your font or if you need to compose a
106 Harfbuzz began its life as text shaping code within the FreeType
108 within the source code copyright declarations) but was then
  /external/llvm/test/CodeGen/X86/
tail-merge-wineh.ll 57 %cs1 = catchswitch within none [label %catch] unwind label %catch.dispatch.7
60 %1 = catchpad within %cs1 [%rtti.TypeDescriptor2* @"\01??_R0H@8", i32 0, i8* null]
73 %cs2 = catchswitch within none [label %catch.4] unwind label %catch.dispatch.7
76 %3 = catchpad within %cs2 [%rtti.TypeDescriptor2* @"\01??_R0H@8", i32 0, i8* null]
86 %cs3 = catchswitch within none [label %catch.9] unwind to caller
89 %4 = catchpad within %cs3 [%rtti.TypeDescriptor2* @"\01??_R0H@8", i32 0, i8* null]
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiCollection.java 39 * Searches for child UI element within the constraints of this UiCollection {@link UiSelector}
43 * a child UI element anywhere within its sub hierarchy that has content-description text.
74 * Searches for child UI element within the constraints of this UiCollection {@link UiSelector}
78 * a child UI element anywhere within its sub hierarchy that is at the <code>instance</code>
96 * Searches for child UI element within the constraints of this UiCollection {@link UiSelector}
100 * a child UI element anywhere within its sub hierarchy that has text attribute =
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
struct_field.rs 56 // within struct Outer.
62 // struct InnerOne within struct Outer.
69 // struct InnerTwo (with nested InnerOne flattened out) within struct Outer.
104 // Compare contents of a struct InnerOne instance within global
111 // instance within global variable "outer" against incoming argument values.
117 // instance within global variable "outer" against incoming argument values.
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
struct_field.rs 58 // within struct Outer.
64 // struct InnerOne within struct Outer.
71 // struct InnerTwo (with nested InnerOne flattened out) within struct Outer.
106 // Compare contents of a struct InnerOne instance within global
113 // instance within global variable "outer" against incoming argument values.
119 // instance within global variable "outer" against incoming argument values.
  /packages/apps/DeskClock/src/com/android/deskclock/
MoveScreensaverRunnable.java 33 * This runnable chooses a random initial position for {@link #mSaverView} within
52 /** The display within the {@link #mContentView} that is randomly positioned. */
68 * Start or restart the random movement of the saver view within the content view.
74 // Reset the alpha to 0 so saver view will be randomly positioned within the new bounds.
85 * Stop the random movement of the saver view within the content view.
105 // combat this, we position the mSaverView randomly within the smallest box that is
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
DxeServicesLib.h 41 @param FileType Indicates the FV file type to search for within all available FVs.
42 @param FileInstance Indicates which file instance within all available FVs specified by FileType.
44 @param SectionType Indicates the FFS section type to search for within the FFS file
46 @param SectionInstance Indicates which section instance within the FFS file
92 within any of the firmware volumes in the platform.
93 @param SectionType Indicates the FFS section type to search for within
95 @param SectionInstance Indicates which section instance within the FFS file
145 within the firmware volumes that the currently
147 @param SectionType Indicates the FFS section type to search for within
149 @param SectionInstance Indicates which section instance within the FFS
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
Unsafe.java 121 * field within the given object.
124 * @param offset offset to the field within <code>obj</code>
137 * field within the given object.
140 * @param offset offset to the field within <code>obj</code>
153 * field (that is, a reference field) within the given object.
156 * @param offset offset to the field within <code>obj</code>
172 * @param offset offset to the field within <code>obj</code>
183 * @param offset offset to the field within <code>obj</code>
194 * @param offset offset to the field within <code>obj</code>
205 * @param offset offset to the field within <code>obj</code
    [all...]
  /bionic/tests/
math_data_test.h 165 // and asserting that the result is within ULP ulps of the expected value.
178 // and asserting that the result is within ULP ulps of the expected value.
189 // and asserting that the result is within ULP ulps of the expected value.
200 // and asserting that the result is within ULP ulps of the expected value.
211 // and asserting that the result is within ULP ulps of the expected value.
224 // and asserting that the results are within ULP ulps of the expected values.
241 // and asserting that the results are within ULP ulps of the expected values.
258 // and asserting that the results are within ULP ulps of the expected values.
274 // and asserting that the results are within ULP ulps of the expected values.
290 // and asserting that the result is within ULP ulps of the expected value
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 131 * Returns {@code true} if and only if the parser is currently within
132 * an attribute, be it within the attribute name or the attribute value.
139 * Returns {@code true} if and only if the parser is currently within
166 * Returns {@code true} if and only if the parser is currently within
175 * Returns the name of the HTML tag if the parser is currently within one.
181 * not within an HTML tag
192 * if we are not within an HTML attribute
198 * within one. If the parser is currently parsing the value, the returned
209 * Returns the current position of the parser within the HTML attribute
258 * inserted at that point. This is a hint used in corner cases within
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/archives/
Archive.java 52 * files within archives exposed by a document provider.
121 * Lists child documents of an archive or a directory within an
123 * or for documents within archives.
152 * Returns a MIME type of a document within an archive.
171 * Returns true if a document within an archive is a child or any descendant of the archive
172 * document or another document within the archive.
204 * Returns metadata of a document within an archive.
231 * Creates a file within an archive.
241 * Opens a file within an archive.
252 * Opens a thumbnail of a file within an archive
    [all...]
  /external/llvm/include/llvm/Support/
DataExtractor.h 48 /// A pointer to an offset within the data that will be advanced
73 /// A pointer to an offset within the data that will be advanced
98 /// A pointer to an offset within the data that will be advanced
121 /// A pointer to an offset within the data that will be advanced
139 /// A pointer to an offset within the data that will be advanced
156 /// A pointer to an offset within the data that will be advanced
181 /// A pointer to an offset within the data that will be advanced
199 /// A pointer to an offset within the data that will be advanced
223 /// A pointer to an offset within the data that will be advanced
240 /// A pointer to an offset within the data that will be advance
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataExtractor.h 46 /// A pointer to an offset within the data that will be advanced
71 /// A pointer to an offset within the data that will be advanced
96 /// A pointer to an offset within the data that will be advanced
119 /// A pointer to an offset within the data that will be advanced
137 /// A pointer to an offset within the data that will be advanced
154 /// A pointer to an offset within the data that will be advanced
179 /// A pointer to an offset within the data that will be advanced
197 /// A pointer to an offset within the data that will be advanced
221 /// A pointer to an offset within the data that will be advanced
238 /// A pointer to an offset within the data that will be advance
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DataExtractor.h 48 /// A pointer to an offset within the data that will be advanced
73 /// A pointer to an offset within the data that will be advanced
98 /// A pointer to an offset within the data that will be advanced
121 /// A pointer to an offset within the data that will be advanced
139 /// A pointer to an offset within the data that will be advanced
156 /// A pointer to an offset within the data that will be advanced
181 /// A pointer to an offset within the data that will be advanced
199 /// A pointer to an offset within the data that will be advanced
223 /// A pointer to an offset within the data that will be advanced
240 /// A pointer to an offset within the data that will be advance
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DataExtractor.h 48 /// A pointer to an offset within the data that will be advanced
73 /// A pointer to an offset within the data that will be advanced
98 /// A pointer to an offset within the data that will be advanced
121 /// A pointer to an offset within the data that will be advanced
139 /// A pointer to an offset within the data that will be advanced
156 /// A pointer to an offset within the data that will be advanced
181 /// A pointer to an offset within the data that will be advanced
199 /// A pointer to an offset within the data that will be advanced
223 /// A pointer to an offset within the data that will be advanced
240 /// A pointer to an offset within the data that will be advance
    [all...]

Completed in 803 milliseconds

<<21222324252627282930>>