/external/libxml2/include/libxml/ |
relaxng.h | 197 xmlNodePtr elem); 205 xmlNodePtr elem); 209 xmlNodePtr elem);
|
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/ |
RobolectricProcessor.java | 87 for (Element elem : roundEnv.getElementsAnnotatedWith(annotation)) { 88 validator.visit(elem, elem.getEnclosingElement());
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
call_test.cc | 139 auto elem = Literal::CreateR0<float>(42.0); local 140 auto tuple = Literal::MakeTuple({elem.get()}); 141 builder.Call(callee, {builder.ConstantLiteral(*elem)});
|
/frameworks/base/core/java/android/content/pm/split/ |
SplitDependencyLoader.java | 143 private static int[] append(int[] src, int elem) { 145 return new int[] { elem }; 148 dst[src.length] = elem;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
AssertHelpers.java | 222 for (T elem : collection) { 223 String val = ((first) ? ", " : "") + ((elem != null) ? elem.toString() : "null");
|
/art/test/906-iterate-heap/src/art/ |
Test906.java | 244 HeapElem elem = new HeapElem(); local 245 elem.classTag = classTags[i]; 246 elem.size = sizes[i]; 247 elem.tag = tags[i]; 248 elem.length = lengths[i]; 249 ret.add(elem);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
ASTParser.stg | 72 <listLabel(elem=label, ...)> 78 <listLabel(elem=label, ...)> 84 <listLabel(elem=label, ...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
ASTParser.stg | 80 <listLabel(elem=label,...)> 86 <listLabel(elem=label,...)> 92 <listLabel(elem=label,...)>
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_channel_expressions.cpp | 59 void assign(ir_assignment *ir, int elem, ir_rvalue *val); 119 ir_channel_expressions_visitor::get_element(ir_variable *var, unsigned int elem) 126 assert(elem < var->type->components()); 128 return new(mem_ctx) ir_swizzle(deref, elem, 0, 0, 0, 1); 132 ir_channel_expressions_visitor::assign(ir_assignment *ir, int elem, ir_rvalue *val) 144 assign = new(mem_ctx) ir_assignment(lhs, val, NULL, (1 << elem));
|
brw_fs_vector_splitting.cpp | 292 int elem = -1; local 296 elem = 0; 299 elem = 1; 302 elem = 2; 305 elem = 3; 312 ir->lhs = new(mem_ctx) ir_dereference_variable(lhs->components[elem]);
|
/external/tensorflow/tensorflow/core/framework/ |
variant_test.cc | 162 Tensor elem(DT_INT32, {1}); 163 elem.flat<int>()(0) = i; 164 vec.vec.push_back(elem); 168 Tensor elem(DT_FLOAT, {1}); 169 elem.flat<float>()(0) = 2 * i; 170 vec.vec.push_back(elem);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemWithParam.java | 243 * @param elem New element to append to this element's children list 248 public ElemTemplateElement appendChild(ElemTemplateElement elem) 257 return super.appendChild(elem);
|
/external/libxml2/xstc/ |
fixup-tests.py | 55 for elem in xpres: 56 loc = elem.noNsProp("schemaLocation")
|
/external/mesa3d/src/mapi/ |
stub.c | 62 stub_compare(const void *key, const void *elem) 65 const struct mapi_stub *stub = (const struct mapi_stub *) elem;
|
/external/tensorflow/tensorflow/contrib/framework/python/ops/ |
accumulate_n_v2_eager_test.py | 73 [elem.numpy() for elem in grad])
|
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/ |
UT_global.java | 33 private void test(Element elem, java.lang.Runnable action) { 34 A = Allocation.createSized(RS, elem, 128);
|
/hardware/interfaces/keymaster/4.0/support/ |
key_param_output.cpp | 37 for (const auto& elem : set) os << elem << endl;
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/types/ |
type.go | 189 Val *Type // Val (elem) type 270 Elem *Type // element type 290 Elem *Type // element type 308 Elem *Type // element type 314 Elem *Type // element type 443 func NewArray(elem *Type, bound int64) *Type { 448 t.Extra = &Array{Elem: elem, Bound: bound} 449 t.SetNotInHeap(elem.NotInHeap()) 453 // NewSlice returns the slice Type with element type elem [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/types/ |
type.go | 189 Val *Type // Val (elem) type 270 Elem *Type // element type 290 Elem *Type // element type 308 Elem *Type // element type 314 Elem *Type // element type 443 func NewArray(elem *Type, bound int64) *Type { 448 t.Extra = &Array{Elem: elem, Bound: bound} 449 t.SetNotInHeap(elem.NotInHeap()) 453 // NewSlice returns the slice Type with element type elem [all...] |
/system/bt/stack/gatt/ |
gatt_api.cc | 277 tGATT_SRV_LIST_ELEM& elem = *rit; local 278 elem.gatt_if = gatt_if; 279 elem.s_hdl = list.asgn_range.s_handle; 280 elem.e_hdl = list.asgn_range.e_handle; 281 elem.p_db = &list.svc_db; 282 elem.is_primary = list.asgn_range.is_primary; 284 elem.app_uuid = list.asgn_range.app_uuid128; 285 elem.type = list.asgn_range.is_primary ? GATT_UUID_PRI_SERVICE 288 if (elem.type == GATT_UUID_PRI_SERVICE) { 289 Uuid* p_uuid = gatts_get_service_uuid(elem.p_db) [all...] |
/toolchain/binutils/binutils-2.27/bfd/ |
arc-plt.h | 89 const insn_hword_array *elem; member in struct:plt_version_t 174 .elem = &NAME##_plt_elem, \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
control.h | 508 * \param elem related HCTL element (if any) 513 snd_hctl_elem_t *elem); 516 * \param elem HCTL element 520 typedef int (*snd_hctl_elem_callback_t)(snd_hctl_elem_t *elem, 545 snd_hctl_elem_t *snd_hctl_elem_next(snd_hctl_elem_t *elem); 546 snd_hctl_elem_t *snd_hctl_elem_prev(snd_hctl_elem_t *elem); 547 int snd_hctl_elem_info(snd_hctl_elem_t *elem, snd_ctl_elem_info_t * info); 548 int snd_hctl_elem_read(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 549 int snd_hctl_elem_write(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 550 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size) [all...] |
/system/core/logd/ |
LogTags.cpp | 317 android_log_list_element elem; local 320 elem = ctx.read(); 321 if (elem.type != EVENT_TYPE_LIST) { 324 elem = ctx.read(); 325 if (elem.type != EVENT_TYPE_INT) { 328 Tag = elem.data.int32; 329 elem = ctx.read(); 330 if (elem.type != EVENT_TYPE_STRING) { 333 Name = std::string(elem.data.string, elem.len) [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/internal/load/ |
search.go | 76 _, elem := filepath.Split(path) 77 if strings.HasPrefix(elem, ".") || strings.HasPrefix(elem, "_") || elem == "testdata" { 171 _, elem := filepath.Split(path) 172 dot := strings.HasPrefix(elem, ".") && elem != "." && elem != ".." 173 if dot || strings.HasPrefix(elem, "_") || elem == "testdata" [all...] |
/prebuilts/go/linux-x86/src/cmd/go/internal/load/ |
search.go | 76 _, elem := filepath.Split(path) 77 if strings.HasPrefix(elem, ".") || strings.HasPrefix(elem, "_") || elem == "testdata" { 171 _, elem := filepath.Split(path) 172 dot := strings.HasPrefix(elem, ".") && elem != "." && elem != ".." 173 if dot || strings.HasPrefix(elem, "_") || elem == "testdata" [all...] |