HomeSort by relevance Sort by last modified time
    Searched refs:start_id (Results 1 - 21 of 21) sorted by null

  /external/ltp/testcases/network/virt/
vxlan02.sh 27 start_id=16700000
35 virt_add_delete_test "id $start_id $opt dev $(tst_iface)"
vxlan01.sh 26 start_id=16700000
geneve01.sh 24 start_id=16700000
virt_lib.sh 53 i) start_id=$OPTARG ;;
147 local max=$(($start_id + $NS_TIMES - 1))
151 for i in $(seq $start_id $max); do
157 for i in $(seq $start_id $max); do
352 start_id=${start_id:-"1"}
369 start_id=$(($start_id + $NS_TIMES))
378 start_id=${start_id:-"1"
    [all...]
vxlan03.sh 31 start_id=16700000
  /system/libufdt/tests/src/
ufdt_gen_test_dts.c 123 static void output_ref_nodes(FILE *fp, int start_id, int count,
126 for (i = start_id; i < start_id + count; i++) {
145 int start_id = 0; local
146 output_ref_nodes(fp, start_id, params->append_num, "new_prop", "bar");
147 start_id += params->append_num;
148 output_ref_nodes(fp, start_id, params->override_num, "status", "okay");
  /external/tensorflow/tensorflow/core/kernels/
sdca_internal.cc 391 // are at the offsets (start_id, end_id]
392 int start_id = -1;
395 start_id = end_id;
402 if (start_id < example_indices.size() &&
403 example_indices(start_id) == example_id) {
405 &(feature_indices(start_id)), end_id - start_id));
410 &(feature_weights(start_id)), end_id - start_id));
413 if (end_id - start_id > 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xc_misc.h 86 uint32_t start_id; /**< */ member in struct:xcb_xc_misc_get_xid_range_reply_t
  /external/freetype/src/sfnt/
ttcmap.c 1814 FT_UInt32 n, start, end, start_id, count, last = 0; local
1895 FT_UInt32 start, end, start_id; local
1931 FT_UInt32 start, end, start_id; local
2281 FT_ULong n, start, end, start_id, last = 0; local
2323 FT_ULong start, end, start_id, char_code; local
2392 FT_UInt32 start, end, start_id; local
    [all...]
  /system/bt/stack/sdp/
sdp_utils.cc 780 uint16_t start_id = 0, end_id = 0; local
784 start_id = attr_seq->attr_entry[xx].start;
787 p_attr = sdp_db_find_attr_in_rec(p_rec, start_id, end_id);
792 if (start_id != end_id) {
794 start_id = p_attr->id + 1;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc 700 uint16_t start_id = 0; local
714 start_id = i + 1;
718 nack_length = size - start_id;
726 nack_last_seq_number_sent_ = nack_list[start_id + nack_length - 1];
729 GetFeedbackState(), kRtcpNack, nack_length, &nack_list[start_id]);
  /art/runtime/
runtime_callbacks_test.cc 176 jmethodID start_id = env->GetMethodID(WellKnownClasses::java_lang_Thread, "start", "()V"); local
177 ASSERT_TRUE(start_id != nullptr);
179 env->CallVoidMethod(thread.get(), start_id);
  /external/strace/
bpf.c 312 uint32_t start_id, next_id; member in struct:__anon35273
318 PRINT_FIELD_U("{", attr, start_id);
  /external/strace/tests/
bpf.c 589 DEF_BPF_INIT_FIRST(BPF_PROG_GET_NEXT_ID, start_id, 0xdeadbeef)
594 printf("start_id=%u, next_id=0", 0xdeadbeef);
601 .start_id = 0xbadc0ded,
615 printf("start_id=%u, next_id=%u", 0xbadc0ded, 0xcafef00d);
  /external/strace/tests-m32/
bpf.c 589 DEF_BPF_INIT_FIRST(BPF_PROG_GET_NEXT_ID, start_id, 0xdeadbeef)
594 printf("start_id=%u, next_id=0", 0xdeadbeef);
601 .start_id = 0xbadc0ded,
615 printf("start_id=%u, next_id=%u", 0xbadc0ded, 0xcafef00d);
  /external/strace/tests-mx32/
bpf.c 589 DEF_BPF_INIT_FIRST(BPF_PROG_GET_NEXT_ID, start_id, 0xdeadbeef)
594 printf("start_id=%u, next_id=0", 0xdeadbeef);
601 .start_id = 0xbadc0ded,
615 printf("start_id=%u, next_id=%u", 0xbadc0ded, 0xcafef00d);
  /bionic/libc/kernel/uapi/linux/
bpf.h 205 __u32 start_id; member in union:bpf_attr::__anon492::__anon493
  /external/iproute2/include/uapi/linux/
bpf.h 241 __u32 start_id; member in union:bpf_attr::__anon21865::__anon21866
  /external/kernel-headers/original/uapi/linux/
bpf.h 294 __u32 start_id; member in union:bpf_attr::__anon22698::__anon22699
  /external/bart/bart/sched/
SchedAssert.py 628 def generate_events(self, level, start_id=0, window=None):
  /external/webrtc/talk/app/webrtc/
statscollector_unittest.cc 270 const StatsReport::Id& start_id) {
272 const StatsReport::Id* certificate_id = &start_id;
    [all...]

Completed in 794 milliseconds