/external/AFLplusplus/docs/ |
D | fuzzing_in_depth.md | 55 ### a) Selecting the best AFL++ compiler for instrumenting the target 119 ### b) Selecting instrumentation options 193 ### c) Selecting sanitizers 245 ### d) Modifying the target 262 ### e) Instrumenting the target 294 #### configure 306 #### CMake 318 #### Meson Build System 327 #### Other build systems or if configure/cmake didn't work 339 #### Linker scripts [all …]
|
/external/cronet/tot/base/test/android/junit/src/org/chromium/base/test/util/ |
D | DisableIfTest.java | 38 public void target() {} in testSdkIsLessThanAndIsLessThan() method in DisableIfTest.SdkIsLessThan 47 public void target() {} in testSdkIsLessThanButIsEqual() method in DisableIfTest.SdkIsEqual 56 public void target() {} in testSdkIsLessThanButIsGreaterThan() method in DisableIfTest.SdkIsGreaterThan 65 public void target() {} in testSdkIsGreaterThanButIsLessThan() method in DisableIfTest.SdkIsLessThan 74 public void target() {} in testSdkIsGreaterThanButIsEqual() method in DisableIfTest.SdkIsEqual 83 public void target() {} in testSdkIsGreaterThanAndIsGreaterThan() method in DisableIfTest.SdkIsGreaterThan 92 public void target() {} in testSdkIsEqualAndIsEqual() method in DisableIfTest.SdkIsEqual 101 public void target() {} in testSdkIsEqualButIsLessThan() method in DisableIfTest.SdkIsLessThan 110 public void target() {} in testSdkIsEqualButIsGreaterThan() method in DisableIfTest.SdkIsGreaterThan 119 public void target() {} in testSupportedAbiIncludesAndCpuAbiMatches() method in DisableIfTest.SupportedAbisCpuAbiMatch [all …]
|
/external/cronet/stable/base/test/android/junit/src/org/chromium/base/test/util/ |
D | DisableIfTest.java | 38 public void target() {} in testSdkIsLessThanAndIsLessThan() method in DisableIfTest.SdkIsLessThan 47 public void target() {} in testSdkIsLessThanButIsEqual() method in DisableIfTest.SdkIsEqual 56 public void target() {} in testSdkIsLessThanButIsGreaterThan() method in DisableIfTest.SdkIsGreaterThan 65 public void target() {} in testSdkIsGreaterThanButIsLessThan() method in DisableIfTest.SdkIsLessThan 74 public void target() {} in testSdkIsGreaterThanButIsEqual() method in DisableIfTest.SdkIsEqual 83 public void target() {} in testSdkIsGreaterThanAndIsGreaterThan() method in DisableIfTest.SdkIsGreaterThan 92 public void target() {} in testSdkIsEqualAndIsEqual() method in DisableIfTest.SdkIsEqual 101 public void target() {} in testSdkIsEqualButIsLessThan() method in DisableIfTest.SdkIsLessThan 110 public void target() {} in testSdkIsEqualButIsGreaterThan() method in DisableIfTest.SdkIsGreaterThan 119 public void target() {} in testSupportedAbiIncludesAndCpuAbiMatches() method in DisableIfTest.SupportedAbisCpuAbiMatch [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/re/re.const/re.matchflag/ |
D | match_multiline.pass.cpp | 22 const char* target, bool expected) in search() 51 const char* target = "foo"; in main() local 69 const char* target = "\nfoo"; in main() local 87 const char* target = "bar\nfoo"; in main() local 106 const char* target = "foo"; in main() local 124 const char* target = "foo\n"; in main() local 142 const char* target = "foo\nbar"; in main() local 162 const char* target = "foo"; in main() local 180 const char* target = "\rfoo"; in main() local 198 const char* target = "bar\rfoo"; in main() local [all …]
|
D | match_not_eol.pass.cpp | 23 std::string target = "foo"; in main() local 30 std::string target = "foo"; in main() local 37 std::string target = "refoo"; in main() local 44 std::string target = "refoo"; in main() local 51 std::string target = "foo"; in main() local 65 std::string target = "foo"; in main() local 76 std::string target = "foo"; in main() local 83 std::string target = "a"; in main() local
|
/external/cronet/stable/third_party/libc++/src/test/std/re/re.const/re.matchflag/ |
D | match_multiline.pass.cpp | 22 const char* target, bool expected) in search() 51 const char* target = "foo"; in main() local 69 const char* target = "\nfoo"; in main() local 87 const char* target = "bar\nfoo"; in main() local 106 const char* target = "foo"; in main() local 124 const char* target = "foo\n"; in main() local 142 const char* target = "foo\nbar"; in main() local 162 const char* target = "foo"; in main() local 180 const char* target = "\rfoo"; in main() local 198 const char* target = "bar\rfoo"; in main() local [all …]
|
D | match_not_eol.pass.cpp | 23 std::string target = "foo"; in main() local 30 std::string target = "foo"; in main() local 37 std::string target = "refoo"; in main() local 44 std::string target = "refoo"; in main() local 51 std::string target = "foo"; in main() local 65 std::string target = "foo"; in main() local 76 std::string target = "foo"; in main() local 83 std::string target = "a"; in main() local
|
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Reader.java | 163 <T> void mergeMessageField(T target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) in mergeMessageField() 167 <T> void mergeGroupField(T target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) in mergeGroupField() 218 void readDoubleList(List<Double> target) throws IOException; in readDoubleList() 226 void readFloatList(List<Float> target) throws IOException; in readFloatList() 234 void readUInt64List(List<Long> target) throws IOException; in readUInt64List() 242 void readInt64List(List<Long> target) throws IOException; in readInt64List() 250 void readInt32List(List<Integer> target) throws IOException; in readInt32List() 258 void readFixed64List(List<Long> target) throws IOException; in readFixed64List() 266 void readFixed32List(List<Integer> target) throws IOException; in readFixed32List() 274 void readBoolList(List<Boolean> target) throws IOException; in readBoolList() [all …]
|
D | UnsafeUtil.java | 119 static byte getByte(Object target, long offset) { in getByte() 123 static void putByte(Object target, long offset, byte value) { in putByte() 127 static int getInt(Object target, long offset) { in getInt() 131 static void putInt(Object target, long offset, int value) { in putInt() 135 static long getLong(Object target, long offset) { in getLong() 139 static void putLong(Object target, long offset, long value) { in putLong() 143 static boolean getBoolean(Object target, long offset) { in getBoolean() 147 static void putBoolean(Object target, long offset, boolean value) { in putBoolean() 151 static float getFloat(Object target, long offset) { in getFloat() 155 static void putFloat(Object target, long offset, float value) { in putFloat() [all …]
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Reader.java | 163 <T> void mergeMessageField(T target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) in mergeMessageField() 167 <T> void mergeGroupField(T target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) in mergeGroupField() 218 void readDoubleList(List<Double> target) throws IOException; in readDoubleList() 226 void readFloatList(List<Float> target) throws IOException; in readFloatList() 234 void readUInt64List(List<Long> target) throws IOException; in readUInt64List() 242 void readInt64List(List<Long> target) throws IOException; in readInt64List() 250 void readInt32List(List<Integer> target) throws IOException; in readInt32List() 258 void readFixed64List(List<Long> target) throws IOException; in readFixed64List() 266 void readFixed32List(List<Integer> target) throws IOException; in readFixed32List() 274 void readBoolList(List<Boolean> target) throws IOException; in readBoolList() [all …]
|
D | UnsafeUtil.java | 119 static byte getByte(Object target, long offset) { in getByte() 123 static void putByte(Object target, long offset, byte value) { in putByte() 127 static int getInt(Object target, long offset) { in getInt() 131 static void putInt(Object target, long offset, int value) { in putInt() 135 static long getLong(Object target, long offset) { in getLong() 139 static void putLong(Object target, long offset, long value) { in putLong() 143 static boolean getBoolean(Object target, long offset) { in getBoolean() 147 static void putBoolean(Object target, long offset, boolean value) { in putBoolean() 151 static float getFloat(Object target, long offset) { in getFloat() 155 static void putFloat(Object target, long offset, float value) { in putFloat() [all …]
|
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Reader.java | 163 <T> void mergeMessageField(T target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) in mergeMessageField() 167 <T> void mergeGroupField(T target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) in mergeGroupField() 218 void readDoubleList(List<Double> target) throws IOException; in readDoubleList() 226 void readFloatList(List<Float> target) throws IOException; in readFloatList() 234 void readUInt64List(List<Long> target) throws IOException; in readUInt64List() 242 void readInt64List(List<Long> target) throws IOException; in readInt64List() 250 void readInt32List(List<Integer> target) throws IOException; in readInt32List() 258 void readFixed64List(List<Long> target) throws IOException; in readFixed64List() 266 void readFixed32List(List<Integer> target) throws IOException; in readFixed32List() 274 void readBoolList(List<Boolean> target) throws IOException; in readBoolList() [all …]
|
D | UnsafeUtil.java | 119 static byte getByte(Object target, long offset) { in getByte() 123 static void putByte(Object target, long offset, byte value) { in putByte() 127 static int getInt(Object target, long offset) { in getInt() 131 static void putInt(Object target, long offset, int value) { in putInt() 135 static long getLong(Object target, long offset) { in getLong() 139 static void putLong(Object target, long offset, long value) { in putLong() 143 static boolean getBoolean(Object target, long offset) { in getBoolean() 147 static void putBoolean(Object target, long offset, boolean value) { in putBoolean() 151 static float getFloat(Object target, long offset) { in getFloat() 155 static void putFloat(Object target, long offset, float value) { in putFloat() [all …]
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_frame_rotation_unittest.cc | 51 BasicDesktopFrame target(DesktopSize(4, 3)); in TEST() local 67 BasicDesktopFrame target(DesktopSize(3, 4)); in TEST() local 82 BasicDesktopFrame target(DesktopSize(4, 3)); in TEST() local 98 BasicDesktopFrame target(DesktopSize(3, 4)); in TEST() local 115 BasicDesktopFrame target(DesktopSize(5, 3)); in TEST() local 132 BasicDesktopFrame target(DesktopSize(3, 5)); in TEST() local 147 BasicDesktopFrame target(DesktopSize(5, 3)); in TEST() local 164 BasicDesktopFrame target(DesktopSize(3, 5)); in TEST() local 188 BasicDesktopFrame target(DesktopSize(5, 3)); in TEST() local 203 BasicDesktopFrame target(DesktopSize(5, 3)); in TEST() local [all …]
|
/external/executorch/backends/xnnpack/operators/ |
D | op_skip_ops.py | 41 target = "quantized_decomposed.choose_qparams.tensor" variable in OpChooseQparamsTensor 50 target = "quantized_decomposed.dequantize_per_channel.default" variable in OpDequantizePerChannelDefault 59 target = "getitem" variable in OpGetItem 68 target = "quantized_decomposed.quantize_per_channel.default" variable in OpQuantizePerChannelDefault 77 target = "aten.t_copy.default" variable in OpTCopyDefault 87 target = "aten.view_copy.default" variable in OpViewCopyDefault 97 target = "sym_size.int" variable in OpSymSizeInt 106 target = "quant.choose_qparams_affine.default" variable in OpChooseQparamsAffine 115 target = "quantized_decomposed.choose_qparams_per_token_asymmetric.default" variable in OpChooseQparamsToken 124 target = "quantized_decomposed.quantize_per_channel_group.default" variable in OpQuantizePerChannelGroupDefault [all …]
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | BufferKotlinTest.kt | 40 val target = Buffer() in copyToOutputStream() constant 50 val target = Buffer() in copyToOutputStreamWithOffset() constant 60 val target = Buffer() in copyToOutputStreamWithByteCount() constant 70 val target = Buffer() in copyToOutputStreamWithOffsetAndByteCount() constant 80 val target = Buffer() in writeToOutputStream() constant 90 val target = Buffer() in writeToOutputStreamWithByteCount() constant
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryModuleBuilder.java | 217 public <T> FactoryModuleBuilder implement(Class<T> source, Class<? extends T> target) { in implement() 222 public <T> FactoryModuleBuilder implement(Class<T> source, TypeLiteral<? extends T> target) { in implement() 227 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Class<? extends T> target) { in implement() 233 TypeLiteral<T> source, TypeLiteral<? extends T> target) { in implement() 239 Class<T> source, Annotation annotation, Class<? extends T> target) { in implement() 245 Class<T> source, Annotation annotation, TypeLiteral<? extends T> target) { in implement() 251 TypeLiteral<T> source, Annotation annotation, Class<? extends T> target) { in implement() 257 TypeLiteral<T> source, Annotation annotation, TypeLiteral<? extends T> target) { in implement() 263 Class<T> source, Class<? extends Annotation> annotationType, Class<? extends T> target) { in implement() 271 TypeLiteral<? extends T> target) { in implement() [all …]
|
/external/truth/core/src/main/java/com/google/common/truth/ |
D | Truth8.java | 49 public static OptionalSubject assertThat(@Nullable Optional<?> target) { in assertThat() 53 public static OptionalIntSubject assertThat(@Nullable OptionalInt target) { in assertThat() 57 public static OptionalLongSubject assertThat(@Nullable OptionalLong target) { in assertThat() 61 public static OptionalDoubleSubject assertThat(@Nullable OptionalDouble target) { in assertThat() 65 public static StreamSubject assertThat(@Nullable Stream<?> target) { in assertThat() 69 public static IntStreamSubject assertThat(@Nullable IntStream target) { in assertThat() 73 public static LongStreamSubject assertThat(@Nullable LongStream target) { in assertThat() 80 public static PathSubject assertThat(@Nullable Path target) { in assertThat()
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | StubbingWithAdditionalAnswersTest.java | 110 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_one_parameter_function() local 145 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_two_parameter_function() local 165 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_three_parameter_function() local 184 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_three_parameter_function() local 204 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_four_parameter_function() local 225 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_four_parameter_function() local 247 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_five_parameter_function() local 270 final IMethods target = mock(IMethods.class); in will_execute_a_void_based_on_strongly_typed_five_parameter_function() local 295 final IMethods target = mock(IMethods.class); in can_return_based_on_strongly_typed_six_parameter_function() local 326 final IMethods target = mock(IMethods.class); in will_execute_a_void_returning_strongly_typed_six_parameter_function() local
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | slices.py | 34 def get_item(target, i, opts): argument 66 def _tf_tensorarray_get_item(target, i): argument 71 def _tf_tensor_list_get_item(target, i, opts): argument 80 def _tf_tensor_get_item(target, i): argument 85 def _tf_tensor_string_get_item(target, i): argument 91 def _py_get_item(target, i): argument 96 def set_item(target, i, x): argument 124 def _tf_tensorarray_set_item(target, i, x): argument 129 def _tf_tensor_list_set_item(target, i, x): argument 134 def _tf_tensor_set_item(target, i, x): argument [all …]
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/object/detail/ |
D | target.hpp | 16 struct target struct 18 typedef T type; 24 struct target struct 30 target_type; 31 typedef typename target_type::type type; 35 struct target<T const&> struct 40 struct target<T&> struct
|
/external/gson/gson/src/test/java/com/google/gson/functional/ |
D | ObjectTest.java | 90 BagOfPrimitives target = gson.fromJson(json, BagOfPrimitives.class); in testJsonInSingleQuotesDeserialization() local 99 BagOfPrimitives target = gson.fromJson(json, BagOfPrimitives.class); in testJsonInMixedQuotesDeserialization() local 107 BagOfPrimitives target = new BagOfPrimitives(10, 20, false, "stringValue"); in testBagOfPrimitivesSerialization() local 115 BagOfPrimitives target = gson.fromJson(json, BagOfPrimitives.class); in testBagOfPrimitivesDeserialization() local 121 BagOfPrimitiveWrappers target = new BagOfPrimitiveWrappers(10L, 20, false); in testBagOfPrimitiveWrappersSerialization() local 127 BagOfPrimitiveWrappers target = new BagOfPrimitiveWrappers(10L, 20, false); in testBagOfPrimitiveWrappersDeserialization() local 135 ClassWithTransientFields<Long> target = new ClassWithTransientFields<>(1L); in testClassWithTransientFieldsSerialization() local 142 ClassWithTransientFields<?> target = gson.fromJson(json, ClassWithTransientFields.class); in testClassWithTransientFieldsDeserialization() local 150 ClassWithTransientFields<?> target = gson.fromJson(json, ClassWithTransientFields.class); in testClassWithTransientFieldsDeserializationTransientFieldsPassedInJsonAreIgnored() local 162 ClassWithNoFields target = gson.fromJson(json, ClassWithNoFields.class); in testClassWithNoFieldsDeserialization() local [all …]
|
/external/cronet/tot/net/data/cert_issuer_source_aia_unittest/ |
D | generate-certs.py | 93 target = gencerts.create_end_entity_certificate('target', i_base) variable 98 target = gencerts.create_end_entity_certificate('target', i_no_aia) variable 103 target = gencerts.create_end_entity_certificate('target', i_two_aia) variable 108 target = gencerts.create_end_entity_certificate('target', i_three_aia) variable 113 target = gencerts.create_end_entity_certificate('target', i_six_aia) variable 118 target = gencerts.create_end_entity_certificate('target', i_file_aia) variable 123 target = gencerts.create_end_entity_certificate('target', i_invalid_url_aia) variable 129 target = gencerts.create_end_entity_certificate('target', i_file_and_http_aia) variable 135 target = gencerts.create_end_entity_certificate('target', variable
|
/external/cronet/stable/net/data/cert_issuer_source_aia_unittest/ |
D | generate-certs.py | 93 target = gencerts.create_end_entity_certificate('target', i_base) variable 98 target = gencerts.create_end_entity_certificate('target', i_no_aia) variable 103 target = gencerts.create_end_entity_certificate('target', i_two_aia) variable 108 target = gencerts.create_end_entity_certificate('target', i_three_aia) variable 113 target = gencerts.create_end_entity_certificate('target', i_six_aia) variable 118 target = gencerts.create_end_entity_certificate('target', i_file_aia) variable 123 target = gencerts.create_end_entity_certificate('target', i_invalid_url_aia) variable 129 target = gencerts.create_end_entity_certificate('target', i_file_and_http_aia) variable 135 target = gencerts.create_end_entity_certificate('target', variable
|
/external/mesa3d/src/mesa/main/ |
D | arbprogram.c | 49 flush_vertices_for_program_constants(struct gl_context *ctx, GLenum target) in flush_vertices_for_program_constants() 66 lookup_or_create_program(GLuint id, GLenum target, const char* caller) in lookup_or_create_program() 106 _mesa_BindProgramARB(GLenum target, GLuint id) in _mesa_BindProgramARB() 273 get_current_program(struct gl_context* ctx, GLenum target, const char* caller) in get_current_program() 292 struct gl_program* prog, GLenum target, in get_local_param_pointer() 333 GLenum target, GLuint index, GLfloat **param) in get_env_param_pointer() 359 set_program_string(struct gl_program *prog, GLenum target, GLenum format, GLsizei len, in set_program_string() 472 _mesa_ProgramStringARB(GLenum target, GLenum format, GLsizei len, in _mesa_ProgramStringARB() 490 _mesa_NamedProgramStringEXT(GLuint program, GLenum target, GLenum format, GLsizei len, in _mesa_NamedProgramStringEXT() 507 _mesa_ProgramEnvParameter4dARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4dARB() [all …]
|