Searched defs:depth (Results 151 - 175 of 1035) sorted by relevance

1234567891011>>

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DEventMod.java94 public int depth; field in class:EventMod
122 depth = -1;
/external/boringssl/src/crypto/bytestring/
H A Dber.c56 static int cbs_find_ber(const CBS *orig_in, char *ber_found, unsigned depth) { argument
59 if (depth > kMaxDepth) {
88 !cbs_find_ber(&contents, ber_found, depth + 1)) {
112 char looking_for_eoc, unsigned depth) {
115 if (depth > kMaxDepth) {
159 1 /* looking for eoc */, depth + 1) ||
173 0 /* not looking for eoc */, depth + 1)) {
111 cbs_convert_ber(CBS *in, CBB *out, unsigned string_tag, char looking_for_eoc, unsigned depth) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java14 protected int depth; field in class:PKIXPolicyNode
37 depth = _depth;
59 return depth;
151 depth,
/external/clang/lib/Headers/
H A Dhtmxlintrin.h262 int depth = __builtin_tx_nesting_depth (); local
265 if (depth != 0)
266 return depth;
327 return tdb->format == 1 && tdb->abort_code == 13; /* depth exceeded */
/external/compiler-rt/lib/msan/
H A Dmsan_origin.h52 // The "zzz" bits of chained origin id are used to store the length (or depth)
111 int depth = prev.isChainedOrigin() ? prev.depth() : 0; local
112 // depth is the length of the chain minus 1.
113 // origin_history_size of 0 means unlimited depth.
115 if (depth + 1 >= flags()->origin_history_size) {
118 ++depth;
119 CHECK(depth < (1 << kDepthBits));
138 return Origin((1 << kHeapShift) | (depth << kDepthShift) | chained_id);
158 int depth() cons function
[all...]
/external/curl/docs/examples/
H A Dxmlstream.c50 size_t depth; member in struct:ParserStruct
59 state->depth++;
88 state->depth--;
90 printf("%5lu %10lu %s\n", state->depth, state->characters.size, name);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.hpp52 GLint depth; member in struct:gl4cts::TextureState
78 GLint& depth);
95 GLuint height, GLuint depth);
100 GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
239 GLint xOffset, GLint yOffset, GLint zOffset, GLint width, GLint height, GLint depth,
271 GLint xOffset, GLint yOffset, GLint zOffset, GLint width, GLint height, GLint depth,
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySubImage3D.hpp87 const glw::GLuint height, const glw::GLuint depth)
94 m_depth = depth;
129 void configureDataBuffer(glw::GLuint width, glw::GLuint height, glw::GLuint depth,
132 void configureCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType,
134 void clearCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint clear_value);
137 void testTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth,
139 void testCopyTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth,
144 bool checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth);
86 init(const glw::GLuint xoffset, const glw::GLuint yoffset, const glw::GLuint zoffset, const glw::GLuint width, const glw::GLuint height, const glw::GLuint depth) argument
/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp234 void clearDepth (const MultisamplePixelBufferAccess& access, float depth) argument
236 tcu::clearDepth(access.raw(), depth);
/external/doclava/src/com/google/doclava/
H A DTagInfo.java93 int j, int depth) {
97 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1);
102 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1);
92 makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited, int j, int depth) argument
/external/dtc/tests/
H A Ddtbs_equal_unordered.c156 int coffset1, coffset2, depth; local
158 for (depth = 0, coffset1 = offset1;
159 (coffset1 >= 0) && (depth >= 0);
160 coffset1 = fdt_next_node(fdt1, coffset1, &depth))
161 if (depth == 1) {
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointProduct.h101 Index depth = actualOther.cols(); local
106 BlockingType blocking(size, size, depth, 1, false);
113 ::run(size, depth,
/external/emma/ant/ant14/com/vladium/emma/report/
H A DreportTask.java131 public void setDepth (final DepthAttribute depth) argument
133 m_reportCfg.setDepth (depth);
/external/fio/
H A Dverify-state.h34 uint32_t depth; member in struct:thread_io_list
68 static inline size_t __thread_io_list_sz(uint32_t depth, uint32_t nofiles) argument
70 return sizeof(struct thread_io_list) + depth * nofiles * sizeof(struct file_comp);
75 return __thread_io_list_sz(le32_to_cpu(s->depth), le32_to_cpu(s->nofiles));
/external/gemmlowp/internal/
H A Dcompute.h51 void Compute(int depth) { argument
52 depth = RoundUp<Format::kDepth>(depth);
53 assert(depth <= block_params_.l2_depth);
54 for (int d = 0; d < depth; d += block_params_.l1_depth) {
55 int ds = std::min(block_params_.l1_depth, depth - d);
80 int depth) GEMMLOWP_NOINLINE {
87 packed_rhs_.current_data(), start_depth, depth);
92 int start_depth, int depth) {
95 assert(depth
91 ComputeL1(int start_row, int rows, int start_col, int cols, int start_depth, int depth) argument
106 Compute(const KernelBase& kernel, const BlockParams& block_params, PackedResult* packed_result, const PackedLhs& packed_lhs, const PackedRhs& packed_rhs, int depth) argument
[all...]
H A Ddispatch_gemm_shape.h165 int depth = lhs.cols(); local
167 if (rows == 0 || cols == 0 || depth == 0) {
H A Dsingle_thread_gemm.h79 int depth = lhs.cols(); local
84 assert(depth > 0);
93 rows, cols, depth, 1, context->l1_bytes_to_use(),
100 (static_cast<std::uint64_t>(depth) << 16) ^
105 "(rows = %d, depth = %d, cols = %d, l2_rows = %d, l2_depth = %d, "
107 rows, depth, cols, block_params.l2_rows, block_params.l2_depth,
133 PackLhs(&packed_lhs, lhs.block(r, 0, rs, depth));
139 PackRhs(&packed_rhs, rhs.block(0, c, depth, cs));
143 depth);
146 result, MatrixBlockBounds(r, c, rs, cs), packed_result, depth,
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DXLocaleDistanceTest.java129 private void checkTables(DistanceTable internalGetDistanceTable, String title, int depth) { argument
130 // Check that ANY, ANY is always present, and that the table has a depth of exactly 3 everyplace.
143 if (depth != 3) {
144 logln("depth should be 3");
150 if (depth >= 3) {
151 logln("depth should be ≤ 3");
156 checkTables(subDistanceTable, first + "," + second + ",", depth+1);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DXLocaleDistanceTest.java126 private void checkTables(DistanceTable internalGetDistanceTable, String title, int depth) { argument
127 // Check that ANY, ANY is always present, and that the table has a depth of exactly 3 everyplace.
140 if (depth != 3) {
141 logln("depth should be 3");
147 if (depth >= 3) {
148 logln("depth should be ≤ 3");
153 checkTables(subDistanceTable, first + "," + second + ",", depth+1);
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMessagePatternUtilDemo.java29 private static final void printMessage(MessagePatternUtil.MessageNode msg, int depth) { argument
30 String indent = manySpaces.substring(0, depth * 2);
38 printArg((MessagePatternUtil.ArgNode)contents, depth);
47 private static final void printArg(MessagePatternUtil.ArgNode arg, int depth) { argument
48 System.out.print(manySpaces.substring(0, depth * 2) + "arg: «" + arg.getName() + "»");
63 printComplexArgStyle(arg.getComplexStyle(), depth + 1);
69 int depth) {
71 System.out.println(manySpaces.substring(0, depth * 2) + "offset: " + style.getOffset());
73 String indent = manySpaces.substring(0, depth * 2);
94 printMessage(variant.getMessage(), depth
68 printComplexArgStyle(MessagePatternUtil.ComplexArgStyleNode style, int depth) argument
126 genCode(MessagePatternUtil.MessageNode msg, int depth, boolean firstResult, String pluralNumber) argument
151 genCode(MessagePatternUtil.ArgNode arg, int depth, boolean firstResult) argument
177 genCodeForPlural(MessagePatternUtil.ComplexArgStyleNode style, int depth, boolean firstResult, String argName) argument
208 genCodeForSelect(MessagePatternUtil.ComplexArgStyleNode style, int depth, boolean firstResult, String argName) argument
224 genCodeForNumericVariants(List<VariantNode> variants, int depth, boolean firstResult, String varName, String pluralNumber) argument
242 genCodeForKeywordVariants(List<VariantNode> variants, int depth, boolean firstResult, String varName, String pluralNumber) argument
[all...]
/external/jemalloc/test/unit/
H A Dph.c42 node_print(const node_t *node, unsigned depth) argument
47 for (i = 0; i < depth; i++)
54 node_print(leftmost_child, depth + 1);
58 node_print(sibling, depth + 1);
/external/junit/src/main/java/org/junit/experimental/theories/
H A DParameterSignature.java108 Annotation[] annotations, Class<T> annotationType, int depth) {
109 if (depth == 0) {
117 .getAnnotations(), annotationType, depth - 1);
107 findDeepAnnotation( Annotation[] annotations, Class<T> annotationType, int depth) argument
/external/libchrome/base/strings/
H A Dpattern.cc73 int depth,
76 if (depth > kMaxDepth)
99 depth + 1, next))
104 depth + 1, next))
117 depth + 1, next))
71 MatchPatternT(const CHAR* eval, const CHAR* eval_end, const CHAR* pattern, const CHAR* pattern_end, int depth, NEXT next) argument
/external/libcups/cups/
H A Doptions.c414 int depth; local
416 for (depth = 0; *ptr; ptr ++)
419 depth ++;
422 depth --;
423 if (!depth)
/external/libdrm/tests/planetest/
H A Dbo.c153 uint32_t depth, uint32_t format, uint32_t flags)
181 bo->depth = depth;
152 create_sp_bo(struct sp_dev *dev, uint32_t width, uint32_t height, uint32_t depth, uint32_t format, uint32_t flags) argument

Completed in 939 milliseconds

1234567891011>>