/cts/suite/audio_quality/lib/src/task/ |
TaskSequential.cpp | 59 TaskGeneric* child = *i; local 60 TaskGeneric::ExecutionResult result = child->run(); 110 TaskAsync* child = *i; local 111 TaskGeneric::ExecutionResult result = child->complete();
|
/cts/tools/vm-tests-tf/build/src/util/build/ |
BuildStep.java | 85 for (BuildStep child : children) { 86 if (!child.build()) { 104 public void addChild(BuildStep child) { 108 children.add(child);
|
/developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/ |
DragFrameLayout.java | 30 * A {@link FrameLayout} that allows the user to drag and reposition child views. 67 public boolean tryCaptureView(View child, int pointerId) { 68 return mDragViews.contains(child); 77 public int clampViewPositionHorizontal(View child, int left, int dx) { 82 public int clampViewPositionVertical(View child, int top, int dy) {
|
/developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/ |
DragFrameLayout.java | 30 * A {@link FrameLayout} that allows the user to drag and reposition child views. 67 public boolean tryCaptureView(View child, int pointerId) { 68 return mDragViews.contains(child); 77 public int clampViewPositionHorizontal(View child, int left, int dx) { 82 public int clampViewPositionVertical(View child, int top, int dy) {
|
/development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/ |
DragFrameLayout.java | 30 * A {@link FrameLayout} that allows the user to drag and reposition child views. 67 public boolean tryCaptureView(View child, int pointerId) { 68 return mDragViews.contains(child); 77 public int clampViewPositionHorizontal(View child, int left, int dx) { 82 public int clampViewPositionVertical(View child, int top, int dy) {
|
/development/tools/idegen/src/com/android/idegen/ |
DirectorySearch.java | 145 for (File child : children) { 146 if (child.isDirectory()) { 158 ImmutableList<File> dirs = findSourceDirs(child); 167 if (SOURCE_DIRS.contains(child.getName())) { 168 builder.add(child); 193 for (File child : children) { 194 if (child.isDirectory()) { 195 Matcher matcher = EXCLUDE_PATTERN.matcher(child.getName()); 201 builder.add(child);
|
/external/autotest/client/site_tests/security_DeviceJail_Detach/ |
security_DeviceJail_Detach.py | 48 return { child.device_path : child.driver for child in device.children 49 if child.device_type == 'usb_interface' }
|
/external/boringssl/src/crypto/ecdsa_extra/ |
ecdsa_asn1.c | 157 CBS child; local 158 if (!CBS_get_asn1(cbs, &child, CBS_ASN1_SEQUENCE) || 159 !BN_parse_asn1_unsigned(&child, ret->r) || 160 !BN_parse_asn1_unsigned(&child, ret->s) || 161 CBS_len(&child) != 0) { 182 CBB child; local 183 if (!CBB_add_asn1(cbb, &child, CBS_ASN1_SEQUENCE) || 184 !BN_marshal_asn1(&child, sig->r) || 185 !BN_marshal_asn1(&child, sig->s) ||
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
microdump_writer_unittest.cc | 60 const pid_t child = fork(); local 61 if (child == 0) { 74 context.tid = child; 101 ASSERT_TRUE(WriteMicrodump(child, &context, sizeof(context), mappings));
|
/external/google-breakpad/src/processor/ |
contained_range_map-inl.h | 81 // The new range is entirely within an existing child range. 83 // If the new range's geometry is exactly equal to an existing child 86 // containing child's high address. 94 // Pass the new range on to the child to attempt to store. 105 // If the new range encompasses any existing child ranges, it must do so 125 // Optimization: if the iterators are equal, no child ranges would be 126 // moved. Create the new child range with a NULL map to conserve space 132 // be transferred over to the new range. Create the new child range map 136 // Remove the copied child pointers from this range's map of children. 141 // the new child range contains were formerly children of this range bu [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
AAltCommand.java | 132 void removeChild(@SuppressWarnings("unused") Node child) 134 // Remove child 135 if(this._position_ == child) 141 if(this._expression_ == child) 147 if(this._command_ == child) 153 throw new RuntimeException("Not a child."); 159 // Replace child 178 throw new RuntimeException("Not a child.");
|
AAutoescapeCommand.java | 132 void removeChild(@SuppressWarnings("unused") Node child) 134 // Remove child 135 if(this._position_ == child) 141 if(this._expression_ == child) 147 if(this._command_ == child) 153 throw new RuntimeException("Not a child."); 159 // Replace child 178 throw new RuntimeException("Not a child.");
|
AEscapeCommand.java | 132 void removeChild(@SuppressWarnings("unused") Node child) 134 // Remove child 135 if(this._position_ == child) 141 if(this._expression_ == child) 147 if(this._command_ == child) 153 throw new RuntimeException("Not a child."); 159 // Replace child 178 throw new RuntimeException("Not a child.");
|
ANoopCommand.java | 34 void removeChild(@SuppressWarnings("unused") Node child) 36 // Remove child 37 throw new RuntimeException("Not a child."); 43 // Replace child 44 throw new RuntimeException("Not a child.");
|
ANoopExpression.java | 34 void removeChild(@SuppressWarnings("unused") Node child) 36 // Remove child 37 throw new RuntimeException("Not a child."); 43 // Replace child 44 throw new RuntimeException("Not a child.");
|
ASetCommand.java | 132 void removeChild(@SuppressWarnings("unused") Node child) 134 // Remove child 135 if(this._position_ == child) 141 if(this._variable_ == child) 147 if(this._expression_ == child) 153 throw new RuntimeException("Not a child."); 159 // Replace child 178 throw new RuntimeException("Not a child.");
|
Token.java | 49 void removeChild(@SuppressWarnings("unused") Node child) 51 throw new RuntimeException("Not a child."); 57 throw new RuntimeException("Not a child.");
|
/external/libchrome/base/json/ |
json_value_converter_unittest.cc | 81 SimpleMessage child; member in struct:base::__anon27386::NestedMessage 89 converter->RegisterNestedField("child", &NestedMessage::child); 129 " \"child\": {\n" 156 EXPECT_EQ(1, message.child.foo); 157 EXPECT_EQ("bar", message.child.bar); 158 EXPECT_TRUE(message.child.baz); 159 EXPECT_TRUE(message.child.bstruct); 160 ASSERT_EQ(2U, message.child.string_values.size()); 161 EXPECT_EQ("value_1", *message.child.string_values[0]) [all...] |
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
ptrace-tm-spr.c | 101 int trace_tm_spr(pid_t child) 103 FAIL_IF(start_trace(child)); 104 FAIL_IF(show_tm_spr(child, (struct tm_spr_regs *)&pptr->regs)); 110 FAIL_IF(stop_trace(child)); 154 printf("Child's exit status not captured\n");
|
/external/ltp/testcases/kernel/fs/fs_bind/cloneNS/ |
00_Descriptions.txt | 31 test07 - slave child to slave parent. 68 slave child to slave parent.
|
/external/nos/host/android/hals/keymaster/ |
import_wrapped_key.cpp | 68 CBS child; local 70 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) { 74 if (!CBS_get_asn1(&child, out, CBS_ASN1_SET) || 75 CBS_len(&child) != 0) { 89 CBS child; local 91 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) { 95 if (!CBS_get_asn1(&child, out, CBS_ASN1_NULL) || 96 CBS_len(&child) != 0) { 354 CBS child; local 360 if (!CBS_get_asn1(&cbs, &child, CBS_ASN1_SEQUENCE) | [all...] |
/external/perf_data_converter/src/quipper/ |
run_command.cc | 76 // Pipe for the child to return errno if exec fails: 84 const pid_t child = fork(); local 85 if (child == 0) { 148 // exec failed in the child. 149 while (waitpid(child, nullptr, 0) < 0 && errno == EINTR) { 163 // Wait for child. 165 while (waitpid(child, &exit_status, 0) < 0 && errno == EINTR) {
|
/external/selinux/libsepol/include/sepol/policydb/ |
hierarchy.h | 38 extern int bounds_check_type(sepol_handle_t *handle, policydb_t *p, uint32_t child,
|
/external/syzkaller/executor/ |
executor_akaros.h | 15 if (argc == 2 && strcmp(argv[1], "child") == 0) { 18 child();
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
tfprof_node_show.h | 128 auto child = &children_[name]; local 129 child->reset(new CodeNode(graph_children_.back().get(), trace, suffix)); 130 children.push_back(child->get()); 131 return child->get();
|